> It looks like that messages is generated around line 837 in the mkinird, > before your change.
Ugh, my find had wrapped back to the beginning without me realizing. Okay, on line 844 tar -C $root_dir -cf - $x 2>/dev/null | tar -C $tmp_mnt -xpf - 2>/dev/null you're getting a rc 127. It's as if there is no "tar" command in your path. If you have one (preferably in /bin/tar), then try taking out the "2>/dev/null"'s on that line and run it again and see what tar complains about. Pretty sure tar exits with 0, 1, or 2 though, so it really seems like the shell can't find tar. > + x=lib/modules/2.4.21-83-default/kernel/drivers/s390/block/dasd_mod.o > + '[' lib/modules/2.4.21-83-default/kernel/drivers/s390/block/dasd_mod.o > ']' > + tar -C / -cf - lib/modules/2.4.21-83- > default/kernel/drivers/s390/block/dasd_mo > d.o > + tar -C /var/tmp/mnt3883 -xpf - > + '[' 127 '!=' 0 ']' > + echo 'dasd_mod: failed to add module "/lib/modules/2.4.21-83- ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
