[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Hmm, now I'm thinking this has nothing to do with openssh-server. I think the problem is actually that when I run this over SSH: # shutdown -h now My ssh client exists with status 255... whereas running the same thing prior to the flip-over to systemd would exit with status 0. -- You received

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
So interestingly, this isn't happening when I just type these commands into an SSH session. But if you create a script like this in say /tmp/test.sh: #!/bin/bash apt-get -y purge openssh-server ssh-import-id apt-get -y autoremove shutdown -h now And then execute this through an ssh call like

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Also, on Vivid there will be this error: Connection to localhost closed by remote host. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1429938 Title: stopping ssh.service closes

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Same problem when running `reboot`, which I'd say is even more important for automation. Port 2204 is forwarding to a qemu VM running Utopic, port 2207 is running Vivid: jderose@jgd-kudp1:~$ ssh root@localhost -p 2204 reboot jderose@jgd-kudp1:~$ echo $? 0 jderose@jgd-kudp1:~$ ssh root@localhost

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Okay, here's a simple way to reproduce: $ ssh root@whatever shutdown -h now $ echo $? On Vivid, the exist status from the ssh client will be 255. On Trusty and Utopic it will be 0. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to