On Tue, Mar 14, 2006 at 03:02:17PM +1100, John O'Hagan wrote: > To my surprise, most things seem to be working; but I'm wondering if I > can expect problems, and if there's a way of restoring /bin to the > correct state for an up-to-date testing system?
I wouldn't want to leave it in that state. Probably the most reliable way to fix it would be to apt-get --reinstall every package. Maybe like this: apt-get --reinstall install `dpkg --get-selections | awk '{print $1}'` A less bandwidth-wasteful way of doing it would be to figure out which packages had files in /bin and only reinstall those. You can find this out by looking at the *.list files in /var/lib/dpkg/info/ Cheers, Paul. -- Paul Dwerryhouse | PGP Key ID: 0x6B91B584 ======================================================================== Installing Debian Sarge with software RAID: http://nepotismia.com/debian/raidinstall/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]