
Spidertail command
sort open failed: +2n: no such file or directory basename: missing operand try 'basename --help' for more informationexplanation: 7.1. Core utilities POSIX changes The coreutils package now follows the POSIX standard version 200112. This change in behavior might affect scripts and command arguments that were previously deprecated. For example, if you have a newer system but are running software that assumes an older version of POSIX and uses sort +1 or tail +10, you can work around any compatibility problems by setting _POSIX2_VERSION=199209 in your environment. Refer to the section on standards in the coreutils info manual for more information on this. You can run the following command to read this information. solution put setenv _POSIX2_VERSION 199209 in .cshrc file Alternately, you can include this environment variable as part of a wrapper script. ProtomoPango issues
Robot linux PC
Reading all physical volumes. This may take a while.. Activating logical volumes volume group "VolGroup00" not found Unable to access resume device (UUID=xxxx) Creating root device. Mounting root filesystem. mount: error mounting /dev/root on /sysroot as ext3: No such file or directory Setting up other filesystems. setuproot: moving /dev/fail: No such file or directory setuproot: error mounting /proc: No such file or directory setuproot: error mounting /sys: No such file or directory | ||||||||
| Deleted: | ||||||||
| < < | Mount failed ofr selinuxfs on /selinux: No such file or directory | |||||||
Switching to new root and running init.
switchroot: mount failed: No such file or directory
Booting has failed.
chroot /mnt/sysimage
MODULES="scsi_wait_scan"
/sbin/mkinitrd /boot/initrd-2.6.26.8-57.fc8.new.img vmlinuz-2.6.26.8-57.fc8
Reference
| ||||||||