ok -

i'm now on kernel 2.2.5-22

BUT - debugfs complains about an undefined symbol:  ss_std_requests
/sbin>ldd debugfs
        libext2fs.so.2 => /lib/libext2fs.so.2 (0x40019000)
        libss.so.2 => /lib/libss.so.2 (0x4002b000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x40032000)
        libuuid.so.1 => /lib/libuuid.so.1 (0x40035000)
        libc.so.6 => /lib/libc.so.6 (0x40038000)
        libncurses.so.4 => /usr/lib/libncurses.so.4 (0x40126000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
they are all present. what's the problem?? (old versions? -
this is from a 6.0 install)

ALSO - got mc - it seems my system does not recognize it as an executable
file format???
/usr/local/bin>file mc
mc: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked
(uses shared libs), not stripped
what iz going on???

oh - yeah - my user has uid 0 - so netscape does run as root  - "power to
the people" :)
i didn't bother trying to create a UID 27 - cause if root can't remove it -
y would UID 27
be able to?






Greg Olszewski wrote:

> On Thu, Nov 25, 1999 at 08:01:02PM -0500, [EMAIL PROTECTED] wrote:
> > >
> > > in my netscape/cache directory.
> > >
> > > i can't delete, chown or chmod it.
> > > error is Operation not permitted
> > >  i ran fsck - didn't fix it either.
> > >
> > > anybody have any clues what this is???
> > >
> > > redhat 6.0 - Linux enterprise 2.2.5-15
> > >
> > > thanks
> > >
>  There have been problems w/filesystem corruption reported
>  for kernels 2.2.5-11 . You could try 2.2.12 or 2.2.13 .
>  I would suspect that this is a bug in the filesystem code,
>  since 4294967295 is what you get if you interpret -1 as
>  an unsigned int. try:
>  main () {
>   signed long temp=-1;
>   printf("%u", temp);
>  }
>  Lawson is probably right about how to get rid of it, but you
>  might also want to try a newer kernel. I'm _almost_ positive
>  there are redhat packages for it.
>
>  greg
> --
> this is not here

Reply via email to