Re: stupidity and disaster

1998-07-12 Thread Noel Yap
Jim, I might be wrong, but I seem to recall reading somewhere that the shell the system uses to boot up must be physically present in /bin and not symlinked to somewhere else like /usr/local/bin. The default setup is to have /bin/sh symlinked to /bin/bash. This is supposed to be a security preca

Re: stupidity and disaster

1998-07-11 Thread Michael B. Taylor
My suggestion: Get a rescue disk (like the one you used to originally install debian). If you dont have one handy, use another computer to download an image from somewhere like www.debian.org and make one, following the instructions. Boot up with the rescue disk. Dont activate a swap, partition o

Re: stupidity and disaster

1998-07-11 Thread Havoc Pennington
Hi, If your new bash is in /usr/local that's likely the problem. You need a /bin/sh at boot time. /usr/ won't be mounted until later if it's on a separate partition. All binaries needed to boot have to be in /bin. Your filesystem is probably fine, just put a bash back in /bin and things will lik