On Thu, Jun 16, 2011 at 09:27:22PM -0500, Jonathan Nieder wrote:
> 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.
> 

It would be also important to know what is in /lib and /usr/local/lib.
Please add the following lines:
                ls -l $root/lib/
                ls -l $root/usr/local/lib

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to