On Sat, June 7, 2014 9:01 pm, Cliff McDiarmid wrote: > Thanks Chris, I was thinking along the same lines, but I've solved the > issue less brutely.  > This was wrong: > 'ln -sv /usr/lib/systemd/systemd /sbin/init >    for tool in runlevel reboot shutdown poweroff halt telinit; do >        ln -svf '/usr/bin/systemctl' "/sbin/$tool" >    done' >  > It should have been: > ln -sfv ../lib/systemd/systemd /sbin/initfor tool in runlevel reboot > shutdown poweroff halt telinit; do ln -sfv ../bin/systemctl /sbin/${tool} > done > > thanks again  > Cliff > -- > http://lists.linuxfromscratch.org/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > > Hello Cliff,
I am glad that you were able to solve it. It is great that it was only sym-links that were wrong. Less time involved than having to re-install systemd. I had a similar issue with pam su. As soon as I re-did that file I was once again able to use su. If you have not already done so, please do take a look at Armin's notes on systemd as that has saved me a lot of issues. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page