bug#25688: services: ssh-daemon quits too early

2017-03-04 Thread ng0
On 17-03-03 11:36:12, ng0 wrote: > On 17-03-02 22:20:44, ng0 wrote: > > On 17-03-02 16:58:35, Leo Famulari wrote: > > > On Sat, Feb 11, 2017 at 03:00:13PM +, ng0 wrote: > > > > This is the ~120 lines of today. It reminded me of the real issue, which > > > > is dbus could not be started, which v

bug#25688: services: ssh-daemon quits too early

2017-03-03 Thread ng0
On 17-03-02 22:20:44, ng0 wrote: > On 17-03-02 16:58:35, Leo Famulari wrote: > > On Sat, Feb 11, 2017 at 03:00:13PM +, ng0 wrote: > > > This is the ~120 lines of today. It reminded me of the real issue, which > > > is dbus could not be started, which very likely could be the reason for > > > th

bug#25688: services: ssh-daemon quits too early

2017-03-02 Thread ng0
On 17-03-02 16:58:35, Leo Famulari wrote: > On Sat, Feb 11, 2017 at 03:00:13PM +, ng0 wrote: > > This is the ~120 lines of today. It reminded me of the real issue, which > > is dbus could not be started, which very likely could be the reason for > > the GNOME session crashing bug I reported. >

bug#25688: services: ssh-daemon quits too early

2017-03-02 Thread Leo Famulari
On Sat, Feb 11, 2017 at 03:00:13PM +, ng0 wrote: > This is the ~120 lines of today. It reminded me of the real issue, which > is dbus could not be started, which very likely could be the reason for > the GNOME session crashing bug I reported. Are you still having this problem (dbus-system coul

bug#25688: services: ssh-daemon quits too early

2017-02-12 Thread ng0
On 17-02-12 17:17:04, Ludovic Courtès wrote: > ng0 skribis: > > > Fixed by closing a bug where (locale-libcs) was blocking the locale > > generation. > > Uh, weird. > > Ludo'. Definitely... but let's just assume it's a unique problem until someone else comes up with the same problem. -- ng0 -

bug#25688: services: ssh-daemon quits too early

2017-02-12 Thread Ludovic Courtès
ng0 skribis: > Fixed by closing a bug where (locale-libcs) was blocking the locale > generation. Uh, weird. Ludo'.

bug#25688: services: ssh-daemon quits too early

2017-02-12 Thread ng0
Fixed by closing a bug where (locale-libcs) was blocking the locale generation. On 17-02-11 22:18:08, Ludovic Courtès wrote: > ng0 skribis: > > > 2017-02-11 13:55:46 Service dbus-system could not be started. > > 2017-02-11 13:55:46 Service networking depends on dbus-system. > > 2017-02-11 13:55:

bug#25688: services: ssh-daemon quits too early

2017-02-11 Thread Ludovic Courtès
ng0 skribis: > 2017-02-11 13:55:46 Service dbus-system could not be started. > 2017-02-11 13:55:46 Service networking depends on dbus-system. > 2017-02-11 13:55:46 Service networking could not be started. > 2017-02-11 13:55:46 Service ssh-daemon depends on networking. > 2017-02-11 13:55:46 Servic

bug#25688: services: ssh-daemon quits too early

2017-02-11 Thread ng0
On 17-02-11 15:40:38, Ludovic Courtès wrote: > ng0 skribis: > > > I have my openssh-service configured like this (not exactly, but it > > serves an example well enough to not expose too much): > > > > (service openssh-service-type > > (openssh-configuration > > (port-number 2200) > > (passwo

bug#25688: services: ssh-daemon quits too early

2017-02-11 Thread Ludovic Courtès
ng0 skribis: > I have my openssh-service configured like this (not exactly, but it > serves an example well enough to not expose too much): > > (service openssh-service-type > (openssh-configuration > (port-number 2200) > (password-authentication? #t) > (permit-root-login 'without-password

bug#25688: services: ssh-daemon quits too early

2017-02-11 Thread ng0
I have my openssh-service configured like this (not exactly, but it serves an example well enough to not expose too much): (service openssh-service-type (openssh-configuration (port-number 2200) (password-authentication? #t) (permit-root-login 'without-password))) Now, when I reconfigure t