[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#630608: [bash] Everything Segfaults After lib6 -7 Upgrade



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.



Reply to: