On 2018-01-24 11:31 +1300, Richard Hector wrote: > On 24/01/18 11:08, Frank M wrote: >> Just a warning for Debian Sid users - this one caught me today and >> >> now a bunch of necessary things ( mostly systemd related ) won't run and >> >> things like apt . aptitude, dpkg, etc are useless. >> >> >> I don't know at this point how I am going to repair this system. Had to >> >> boot Mint Mate to send this. >> >> >> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888180 > > Looks like symlinking /bin/sh to /bin/bash (or maybe /usr/bin/dash?) > instead of /bin/dash might get you going?
That would probably work, but the correct fix is this one: # mv /usr/bin/dash /bin/dash Cheers, Sven