[Touch-packages] [Bug 1367214] [NEW] Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
Public bug reported: Just after installing openssh-server, there is no ssh service in the initctl's list. Consequently, the SSH server cannot be started: # initctl start ssh initctl: Unknown job: ssh # dpkg -l | grep ssh ii openssh-client 1:6.6p1-2ubuntu2

[Touch-packages] [Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
As an update, the ssh.conf file exists in /etc/init : # ls /etc/init/*ssh* /etc/init/ssh.conf and it looks correct (I haven't modified any files in /etc/init). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in

[Touch-packages] [Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
There is more information at https://answers.launchpad.net/ubuntu/+source/openssh/+question/254248 . -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1367214 Title: Newly

[Touch-packages] [Bug 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
Thanks, adding --system apparently helps. The verbosity is awful / nonexistent, I can only guess the command did anything by seeing the PID changing: # initctl --system restart ssh ssh start/running, process 22389 # initctl --system restart ssh ssh start/running, process 22394 Adding -v (the