A quick correction:

Jonathan Nieder wrote:

>       {
>               grep . $root/etc/ld.so.conf $root/etc/ld.so.conf.d/*
>               ls -ld $root/lib/ld-*
>               printf '\ndpkg.log:\n'
>               cat $root/var/log/dpkg.log
>               printf '\nkern.log:\n'
>               cat $root/var/log/kern.log
>               printf '\nsyslog:\n'
>               cat $root/var/log/syslog
>               ls -l /lib/i[34]86-linux-gnu/
>       } >logs.txt

That last line should be

                ls -l $root/lib/i[34]86-linux-gnu/

In other words, I am interested the files under /lib/<triplet> on the
broken system, not the rescue system.  Thanks for catching this, by
the way.  I'm still puzzled, hence the probably crazy seeming
questions.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/20110617022722.GB29636@elie

Reply via email to