View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#8
Originally Posted by Ed_ View Post
And if you try to install openssh-server on your system you get this error?
invoke-rc.d: not a symlink: "/etc/rc2.d/S20ssh"

Unbelievable!

Can you check if /etc/init.d/ssh exists? ls -s /etc/init.d/ssh
Yes, it exists.

Code:
~ $ ls -s /etc/init.d/ssh
4 /etc/init.d/ssh
~ $
I've solved it, or better managed to complete the installation.
Simply by;
mv S20ssh S20ssh.old
apt-get install openssh-server
mv S20ssh.old S20ssh

All seem to work now..
Thanks again.
 

The Following User Says Thank You to Saturn For This Useful Post: