Hi, On Friday 09 October 2009 08:35:36 Soeren Sonnenburg wrote: > On Fri, 2009-10-09 at 08:18 -0500, Raphael Geissert wrote: > > Could you please modify the 'set -e' line and make it a 'set -xe' and > > dpkg --configure --pending? > > Attached.
Thanks > > I guess it has something to do with the code that bootstraps the files > > lists, but unless you don't have /proc/modules, /etc/init.d/, > > /etc/rc*.d, or /lib/init I don't see any obvious command that could > > fail under normal circumstances, at first glance. > > Hmmhh all of this should be there... There's obviously something wrong here: > + xargs -n1 readlink -f > + find /etc/rcS.d -type l -name S* > dpkg: error processing readahead-fedora (--configure): > subprocess installed post-installation script returned error exit status > 123 Errors were encountered while processing: > readahead-fedora Meaning find failed, and that should not happen. What's the content of /etc/rcS.d? and what's the output and exit status of the following commands? find /etc/rcS.d -type l -name 'S*' find /etc/rcS.d -type l -name 'S*' | xargs -n1 readlink -f Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

