Or, for more verbosity, replace
installpkg /mnt/cdrom/slackware/l/glibc-2.2.5-i386-2.tgz
with
cd / # important, if done from say /root the oops doesn't happen
tar zxvf /mnt/cdrom/slackware/l/glibc-2.2.5-i386-2.tgz
(Then you can strace tar if listing each filename isn't enough for you.)
> At this point I'm not sure what should be done to fix this. Should
> umsdos_solve_hlink (or UMSDOS_link?) be turning the negative dentry into
> some kind of error (-ENOENT?) for the calling function? (Hmmm... after I
> send this e-mail I think I'll try making a patch to do this and see what
> effect it has.) Or is the negative dentry itself a symptom/result of
Ok, I've done this (returning -ENOENT from umsdos_solve_link instead of
oopsing). I guess I'll post the patches (one for 2.2, one for 2.4)
tomorrow after I test them some more. This seems in my limited testing
to improve stability and eliminate data loss vs. not having the patch,
but I need to test it a bit more first. (In any case, the patch only
makes a difference in cases that would have oopsed/segfaulted without
it.)
IOW, it's an incomplete (if not simply wrong) fix, but it could be
better than what's there now, maybe.
-Barry K. Nathan <barryn@pobox.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/