From: David C. <cl...@au...> - 2003-02-21 18:42:58
|
What's happening here is you are running the lsof command which was built on a system with a 32-bit kernel, but you are running a system with a 64-bit kernel. Since the command can only be one or the other, you'll find that the 64-bit version has been built and packaged as "lsof64". So run "lsof64" instead. Alternately, just a week ago I uploaded an updated image of lsof: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/lsof/lsof-4.61-3.aix5.1.ppc.rpm For this one, I added a patch for lsof to check the kernel mode and then exec lsof64 if applicable, so you shouldn't need to remember which version of lsof to run. On Fri, Feb 21, 2003 at 01:01:44PM +0100, A.D...@st... wrote: > Landeshauptstadt Stuttgart > Haupt- und Personalamt > Information und Kommunikation > 10-4.4.29 > Eberhardstr. 6 > 70173 Stuttgart > > Telefon: (07 11) 2 16-99 29 > Fax: eFAX (07 11) 2 16-95 99 29 > E-Mail: Andreas.Demand <u1...@st...> > ____________________________________________________ > > Hi, > > we installed lsof-4.61-2.aix5.1.ppc.rpm on a pSeries 660 Model 6H0 > with AIX 5.1 ML 3 on this machine. There was no problem during the > installation, but if we invoke the command lsof we get the following error- > message: > > lsof: can't get kernel's __ublock address > > Could anybody tell us, what's going wrong here? > > Thanks in advance > Andreas > > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |