Sponsored Content
Full Discussion: See Fileset Changelog
Operating Systems AIX See Fileset Changelog Post 302510903 by iissmart on Tuesday 5th of April 2011 09:46:49 AM
Old 04-05-2011
Quote:
Originally Posted by firefox111
Does lslpp -h help you?
Sort of. We noticed different behavior with BPF devices and tcpdump on the two systems, and came across this APAR https://www-304.ibm.com/support/docv...id=isg1IZ46347

I was hoping to do a more in-depth analysis of the changes between the two systems (in particular the changes made to bos.net.tcp.server) instead of searching through APARs guessing subject lines that relate to our problem.

We found that if we run more than one session of tcpdump on the TL6 system, the previous tcpdump's filter string breaks and it lets either all or none of the packets through. We weren't seeing this on the TL12 system, and stumbled across that APAR by searching for 'bpf'.

Moderator's Comments:
Mod Comment edit by bakunin: you will be allowed to post links when you have 5 posts - part of our protection against spammers. You can even post links before but your post will have to be approved by a moderator. I restored your link supposing that this is what you wanted

Last edited by bakunin; 04-05-2011 at 10:54 AM..
 

9 More Discussions You Might Find Interesting

1. AIX

GXT250 graphics card fileset

Hello there! Can anybody help me with regards to the driver of GXT250P graphics adapter. I have searched the web for the fileset devices.pci.14103c00 however no success was found. My current AIX version is 4.1.5 and my machine is 7043-140. My installation AIX CD is not working anymore, so I... (0 Replies)
Discussion started by: bright_genius
0 Replies

2. AIX

fileset missing

Hello I need to install this fileset on a server with Aix 5.1 bos.perf.diag_tool bos.perf.libperfstat I go to the link http://www14.software.ibm.com/webapp/set2/sas/f/genunix3/aixfixes.html and i find this fileset but the last version thatīs what i need the lastest one for both... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

3. Shell Programming and Scripting

A script for converting raid configuration log messages to ChangeLog files. ....

hi to all am new to shell scripting..itz very urgent. when i excuting the command metastat(raid configuration info) it will display some information. #metastat d1:submirror status: okey pass:1 d2:submirror staus:okey d3:submirror staus:error if staus is okey.no problem.once i... (0 Replies)
Discussion started by: arjunreddy3
0 Replies

4. AIX

Install fileset rsct.basic.rte

Hello! Please I need a help. AIX 5.2 5200-08 I don't have the fileset - rsct.basic.* installed and when I try to install from CD I have failure because some pre-requisists is necessary. In CD the version is rsct.basic.rte.2.3.1.0 and the pre-requisists is rsct.basic.rte.2.3.0.0. In... (6 Replies)
Discussion started by: clefeitosa
6 Replies

5. AIX

Fileset Dependency Tree and Rebooting

Does such a concept as a "fileset dependency tree diagram" exist? Where at the top of the tree you will find base OS filesets, then further down you will see specific files within the filesets. Basically I am wondering if installing APAR ____ or an individual fileset ____ has: all the... (1 Reply)
Discussion started by: apra143
1 Replies

6. AIX

modcrypt.base fileset on Aix 5.3

Hi, Looking for some help downloading the modcrypt.base fileset Checking on google I think modcrypt.base is part of the Aix 5.3 expansion pack Cryptographic Library V5.2 and 5.3. I have downloaded this and it doesn't appear to have the modcrypt.base fileset in. In the same expansion... (1 Reply)
Discussion started by: elmesy
1 Replies

7. AIX

fileset for aix

Hello I was looking for this fileset "devices.fcp.changer" I looking on the cd media but I cant findt it. The version of Aix is 6.1 All this is because Im trying to connect a disk from Hitachi, everything its look to be fine. but when Im type cfgmgr I got this message. cfgmgr... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

8. AIX

broken fileset bos.net.ipsec.keymgt

hi Guys, after an TL update from ML3 to TL10, bos.net.ipsec.keymgt fileset got broken. Although IPsec is not used, we like to all installations identical. After removing the fileset, I tried to reinstall with options overwrite or 'automatically install prereq.' The installation fails. ... (2 Replies)
Discussion started by: raba
2 Replies

9. AIX

hacmp 6.1 base fileset

Hi Folks, We are at HACMP 5.4.1 .. want to upgrade to HACMP 6.1 where can i download the base level fileset for HACMP 6.1 ? do i need to request the vendor for 6.1 CD? am i missing a silverline here??? I thought i could just download the Base Level & Service PAcks from Fix... (1 Reply)
Discussion started by: muzahed
1 Replies
Dpkg::Changelog::Entry(3)					   libdpkg-perl 					 Dpkg::Changelog::Entry(3)

NAME
Dpkg::Changelog::Entry - represents a changelog entry DESCRIPTION
This object represents a changelog entry. It is composed of a set of lines with specific purpose: an header line, changes lines, a trailer line. Blank lines can be between those kind of lines. FUNCTIONS
my $entry = Dpkg::Changelog::Entry->new() Creates a new object. It doesn't represent a real changelog entry until one has been successfully parsed or built from scratch. my $str = $entry->output() "$entry" Get a string representation of the changelog entry. $entry->output($fh) Print the string representation of the changelog entry to a filehandle. $entry->get_part($part) Return either a string (for a single line) or an array ref (for multiple lines) corresponding to the requested part. $part can be "header, "changes", "trailer", "blank_after_header", "blank_after_changes", "blank_after_trailer". $entry->set_part($part, $value) Set the value of the corresponding part. $value can be a string or an array ref. $entry->extend_part($part, $value) Concatenate $value at the end of the part. If the part is already a multi-line value, $value is added as a new line otherwise it's concatenated at the end of the current line. $is_empty = $entry->is_empty() Returns 1 if the changelog entry doesn't contain anything at all. Returns 0 as soon as it contains something in any of its non-blank parts. $entry->normalize() Normalize the content. Strip whitespaces at end of lines, use a single empty line to separate each part. my $src = $entry->get_source() Return the name of the source package associated to the changelog entry. my $ver = $entry->get_version() Return the version associated to the changelog entry. my @dists = $entry->get_distributions() Return a list of target distributions for this version. $fields = $entry->get_optional_fields() Return a set of optional fields exposed by the changelog entry. It always returns a Dpkg::Control object (possibly empty though). $urgency = $entry->get_urgency() Return the urgency of the associated upload. my $maint = $entry->get_maintainer() Return the string identifying the person who signed this changelog entry. my $time = $entry->get_timestamp() Return the timestamp of the changelog entry. my $str = $entry->get_dpkg_changes() Returns a string that is suitable for usage in a "Changes" field in the output format of "dpkg-parsechangelog". AUTHOR
Raphael Hertzog <hertzog@debian.org>. 1.16.15 2014-06-05 Dpkg::Changelog::Entry(3)
All times are GMT -4. The time now is 05:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy