https://bugzilla.novell.com/show_bug.cgi?id=728774 https://bugzilla.novell.com/show_bug.cgi?id=728774#c21 --- Comment #21 from Dr. Werner Fink <werner@suse.com> 2012-05-29 08:30:53 UTC --- A real workarpound would be if /etc/rc.status would restore the missing link(s) below /dev/ and /dev/fd/ test -h /dev/fd || ln -sf /proc/self/fd /dev/fd test -h /dev/stderr || ln -sf fd/2 /dev/stderr test -h /dev/stdin || ln -sf fd/1 /dev/stdin test -h /dev/stdout || ln -sf fd/0 /dev/stdout Beside this we could change the usage of /dev/stderr to use '1>&2' but nevertheless if should detected *WHO* or *WHAT* is closing/removing the system symbloc link /dev/stderr without any need. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.