On Wed, 07.09.11 16:15, Michael Olbrich ([email protected]) wrote: > Hi, > > Im running sshd with sshd.socket/[email protected] from > http://0pointer.de/public/systemd-units/. With systemd 35 this doesn't work > any more. The ssh client just hangs. The commit that breaks things is > "de6c78f service: change default stdout/stderr to syslog". I can work > around this by adding "StandardOutput=inherit" to [email protected] but I don't > think that should be necessary.
Yeah, this came up before. I didn't know a pretty way to fix this, but I think I have now. As a short time fix consider doing StandardOutput=socket for now, but expect this to be fixed in the next release, so that this setting won't be necessary again. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
