Re: [systemd-devel] Suspend does not work from a service

2016-03-19 Thread Cecil Westerhof
2016-03-18 17:16 GMT+01:00 Cecil Westerhof : > I wrote as script to put my netbook into suspend when it is locked for > five minutes and not connected to the AC adapter: > > https://github.com/CecilWesterhof/BashLibrary/blob/master/bin/suspend.sh > > This works perfect when I start it from the com

Re: [systemd-devel] tunnel configuration broken

2016-03-19 Thread J Decker
so is this 'working as designed' so I'm not allowed to make a tunnel on a DHCP device using systemd networkd configuration files? I can fall back to configuring it as a .service though I had as many issues with that as the normal configuration. 1) this again goes back to why I want to run a script

[systemd-devel] rpc-gssd.service failure

2016-03-19 Thread Steve Dickson
Hello all, When systemd starts the rpc.gssd.service, the service fails with: * rpc-gssd.service - RPC security service for NFS client and server Loaded: loaded (/usr/lib/systemd/system/rpc-gssd.service; static; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2016-03-1

Re: [systemd-devel] sshd.socket: connection closed by remote host

2016-03-19 Thread arnaud gaboury
On Sat, Mar 19, 2016 at 3:00 PM, arnaud gaboury wrote: > OS: fedora 23 server > systemd: 222 > > I gave a try at sshd.socket instead of the usual sshd.service. The latter > was working well on my server but I can't ssh with sshd.socket. > > % systemctl cat sshd.socket > --

Re: [systemd-devel] sshd.socket: connection closed by remote host

2016-03-19 Thread arnaud gaboury
On Sat, Mar 19, 2016 at 3:00 PM, arnaud gaboury wrote: > OS: fedora 23 server > systemd: 222 > > I gave a try at sshd.socket instead of the usual sshd.service. The latter > was working well on my server but I can't ssh with sshd.socket. > > % systemctl cat sshd.socket > --

[systemd-devel] sshd.socket: connection closed by remote host

2016-03-19 Thread arnaud gaboury
OS: fedora 23 server systemd: 222 I gave a try at sshd.socket instead of the usual sshd.service. The latter was working well on my server but I can't ssh with sshd.socket. % systemctl cat sshd.socket -- # /usr/lib/systemd/system/sshd.socket [Unit] Descr

Re: [systemd-devel] systemd-devel Digest, Vol 71, Issue 19

2016-03-19 Thread Reindl Harald
Am 19.03.2016 um 13:29 schrieb Marcos DeSousa: How to i unsubscribe from this list? by read mail-headers or click on the link in list-footers as for any other mailing-list List-Unsubscribe: ,

Re: [systemd-devel] systemd-devel Digest, Vol 71, Issue 19

2016-03-19 Thread Marcos DeSousa
How to i unsubscribe from this list? Sent from my iPhone > On Mar 19, 2016, at 8:00 AM, systemd-devel-requ...@lists.freedesktop.org > wrote: > > Send systemd-devel mailing list submissions to >systemd-devel@lists.freedesktop.org > > To subscribe or unsubscribe via the World Wide Web, visit

[systemd-devel] udev removing and re-adding partition /dev entries after read-write open close of whole disk device

2016-03-19 Thread Mike Fleetwood
Hi, I've noticed that since approximately udev version 219, opening a whole disk device entry read-write, then closing it triggers udev to remove and re-create all the partition /dev entries. Because of this GParted (graphical disk partitioning and file system manipulation tool) is sometimes fail

Re: [systemd-devel] Support for large applications

2016-03-19 Thread Avi Kivity
On 02/18/2016 08:28 PM, Lennart Poettering wrote: On Wed, 17.02.16 14:35, Avi Kivity (a...@scylladb.com) wrote: We are using systemd to supervise our NoSQL database and are generally happy. Thank you for the feedback! We are always interested in good feedback like yours. A few things will he

[systemd-devel] Suspend does not work from a service

2016-03-19 Thread Cecil Westerhof
I wrote as script to put my netbook into suspend when it is locked for five minutes and not connected to the AC adapter: https://github.com/CecilWesterhof/BashLibrary/blob/master/bin/suspend.sh This works perfect when I start it from the command-line, but not when I use it as a systemd service

Re: [systemd-devel] Support for large applications

2016-03-19 Thread Avi Kivity
On 02/19/2016 03:24 PM, Michal Sekletar wrote: On Fri, Feb 19, 2016 at 1:49 PM, Zbigniew Jędrzejewski-Szmek wrote: I don't think there's a way around the issue short of allowing watchdog during startup. Databases which do long recovery are a bit special, most programs don't exhibit this kind

[systemd-devel] nspawn and ipv6 issue

2016-03-19 Thread Aliaksei Sheshka
Hi! I faced rather interesting behavior. On host system I have: net.ipv6.conf.default.autoconf=0 net.ipv6.conf.all.autoconf=0 net.ipv6.conf.default.accept_ra=0 net.ipv6.conf.all.accept_ra=0 and `ip addr` confirms no 'dynamic' addresses on the interfaces, Then I spawn a container `/usr/bin/syst