Re: [systemd-devel] Zero downtime restart of Web application (Nginx, Puma, JRuby)

2016-07-15 Thread David Timothy Strauss
On Thu, Jul 14, 2016, 19:07 Kai Hendry wrote: > I would love to see that 10 lines of shell you claimed, but I think you > might be underestimating the fine work that went into Dokku! > It's not so much underestimating the work in Dokku as much as leveraging what systemd

Re: [systemd-devel] systemd IPMasquerade

2016-07-15 Thread Lennart Poettering
On Fri, 15.07.16 13:49, Chris Trobridge (christrobri...@hotmail.com) wrote: > I have managed to configure enough support in my kernel to enable me > to use nft to establish IP Masquerading but systemd-networkd is > still reporting "Could not enable IP masquerading: Operation not > supported".

Re: [systemd-devel] Boot error on PowerPC

2016-07-15 Thread Lennart Poettering
On Wed, 13.07.16 15:22, Alessio Igor Bogani (alessioigorbog...@gmail.com) wrote: > Dear systemd developers and maintainers, > > I incurred in the following error during the boot on a PowerPC based > on MPC7410 cpu using systemd v230: > > systemd[131]: Failed to execute >

Re: [systemd-devel] mount units and automatic (un)mounts

2016-07-15 Thread Andrei Borzenkov
15.07.2016 19:50, Alad Wenter пишет: ... >> >>> "systemctl reset-failed" is issued (note that appending the .mount unit >>> doesn't work in this case, giving a "Unit mnt-transcend\x2dsdhc.mount is >>> not loaded" error). >>> >> So how exactly do you call it? > % sudo systemctl reset-failed

Re: [systemd-devel] mount units and automatic (un)mounts

2016-07-15 Thread Alad Wenter
Andrei Borzenkov wrote: > 15.07.2016 19:50, Alad Wenter пишет: > ... > "systemctl reset-failed" is issued (note that appending the .mount unit doesn't work in this case, giving a "Unit mnt-transcend\x2dsdhc.mount is not loaded" error). >>> So how exactly do you call it? >> %

Re: [systemd-devel] mount units and automatic (un)mounts

2016-07-15 Thread Alad Wenter
Andrei Borzenkov wrote: > 15.07.2016 18:16, Alad Wenter пишет: >> Hi, >> >> When a device is mounted, a matching mount unit is created per >> systemd.mount(5): >> >> Mount points created at runtime (independently of unit files or >>/etc/fstab) will be monitored by systemd and appear like

Re: [systemd-devel] mount units and automatic (un)mounts

2016-07-15 Thread Andrei Borzenkov
15.07.2016 18:16, Alad Wenter пишет: > Hi, > > When a device is mounted, a matching mount unit is created per > systemd.mount(5): > > Mount points created at runtime (independently of unit files or >/etc/fstab) will be monitored by systemd and appear like any other >mount unit in

[systemd-devel] mount units and automatic (un)mounts

2016-07-15 Thread Alad Wenter
Hi, When a device is mounted, a matching mount unit is created per systemd.mount(5): Mount points created at runtime (independently of unit files or /etc/fstab) will be monitored by systemd and appear like any other mount unit in systemd. See /proc/self/mountinfo description in

Re: [systemd-devel] Problems trying to convert a System-V-Init script to systemd

2016-07-15 Thread Andrei Borzenkov
15.07.2016 13:28, Holger Kiehl пишет: > I tried to avoid Type=forking and PIDFile= because I then have to maintain > two different init versions, systemd and System-V-Init. I think there will > always be other Unix systems around without systemd and I do not want to > loose those users. > > Would

[systemd-devel] systemd IPMasquerade

2016-07-15 Thread Chris Trobridge
I have managed to configure enough support in my kernel to enable me to use nft to establish IP Masquerading but systemd-networkd is still reporting "Could not enable IP masquerading: Operation not supported". What kernel configuration is required for systemd to control IP masquerading? I have

Re: [systemd-devel] Problems trying to convert a System-V-Init script to systemd

2016-07-15 Thread Mantas Mikulėnas
On Thu, Jul 14, 2016 at 3:34 PM, Holger Kiehl wrote: > Hello, > > I am new to systemd and the maintainer of the file distribution software > AFD (http://www.dwd.de/AFD) and I am trying to adapt this application > to systemd. The problem I am unable to solve is that doing a

Re: [systemd-devel] Problems trying to convert a System-V-Init script to systemd

2016-07-15 Thread Holger Kiehl
On Thu, 14 Jul 2016, Andrei Borzenkov wrote: > 14.07.2016 15:34, Holger Kiehl пишет: > > Hello, > > > > I am new to systemd and the maintainer of the file distribution software > > AFD (http://www.dwd.de/AFD) and I am trying to adapt this application > > to systemd. The problem I am unable to

Re: [systemd-devel] Zero downtime restart of Web application (Nginx, Puma, JRuby)

2016-07-15 Thread Kai Krakow
Am Sat, 18 Jun 2016 13:56:03 +0200 schrieb Paul Menzel : > Dear systemd folks, > > > the setup is as follows. > > Nginx is used as the Web server, which communicates with a Ruby on > Rails application over a socket. Puma [1] is used as the application >