[Bug 1179202] Re: fails to login with error fatal: monitor_read: unsupported request: 144

2013-05-12 Thread Jason Conti
I think I see the issue. In monitor.h, the request types have been renumbered, and the consolekit.patch sets MONITOR_REQ_CONSOLEKIT_REGISTER = 400. But, monitor_read() only reads a single byte for the type. 400 = 0x190, so we get 0x90 = 144. Renumbering MONITOR_REQ_CONSOLEKIT_REGISTER = 144 and MO

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-14 Thread Jason Conti
Testing 1.4-0ubuntu7~jh I haven't been able to reproduce the issue using the test code above or commenting out 'console none' in ssh.conf, so seems to be fixed here. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. ht