[Bug 996789] Re: 70-install-ssh does not prevent sshd from starting up

2012-05-09 Thread Axel Beckert
** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996789 Title: 70-install-ssh does not prevent sshd from starting up To manage notifications about this bug go to: https://bugs.l

[Bug 996789] Re: 70-install-ssh does not prevent sshd from starting up

2012-05-09 Thread gmoore777
Yes, I believe 997063 should address my issue with sshd starting up (which is the beginning of the end for me) during the installation of openssh-server package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

Re: [Bug 996789] Re: 70-install-ssh does not prevent sshd from starting up

2012-05-09 Thread Axel Beckert
Hi, gmoore777 wrote: > Looking at the code of xen-create-image, --keep would only matter if > somewhere along the lines FAIL was set to 1and that > "exit" was not called at the point of the error. > The failure occurs during a `umount` of a busy device. (it's still busy > cause `sshd` is runnin

[Bug 996789] Re: 70-install-ssh does not prevent sshd from starting up

2012-05-09 Thread gmoore777
Oh, and I forgot to mention. After the failed installation, `sshd` is running: $ ps -alef | grep sshd 4 S root 1302 1 0 80 0 - 12487 poll_s 08:03 ?00:00:00 /usr/sbin/sshd -D $ and I cannot stop it via `service` command from Dom0 (cause it was started from a different machine

[Bug 996789] Re: 70-install-ssh does not prevent sshd from starting up

2012-05-09 Thread gmoore777
Looking at the code of xen-create-image, --keep would only matter if somewhere along the lines FAIL was set to 1and that "exit" was not called at the point of the error. The failure occurs during a `umount` of a busy device. (it's still busy cause `sshd` is running.) The perl program just exits