Re: [systemd-devel] SysVInit service migration to systemd

2015-07-06 Thread Graham Cantin
pends on service B on server B is there a project that makes > this type of checking possible/easy? > > > Date: Fri, 26 Jun 2015 19:14:36 +0300 > > From: arvidj...@gmail.com > > To: ljkimme...@hotmail.com > > CC: systemd-devel@lists.freedesktop.org; lnyk...@redhat.com &

Re: [systemd-devel] SysVInit service migration to systemd

2015-07-06 Thread Lesley Kimmel
es this type of checking possible/easy? > Date: Fri, 26 Jun 2015 19:14:36 +0300 > From: arvidj...@gmail.com > To: ljkimme...@hotmail.com > CC: systemd-devel@lists.freedesktop.org; lnyk...@redhat.com > Subject: Re: [systemd-devel] SysVInit service migration to systemd > > В Fri,

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-29 Thread Cristian Rodríguez
On Mon, Jun 29, 2015 at 10:58 AM, Lesley Kimmel wrote: > Jonathan; > > Thanks for the background and information. Since you clearly seem to have a > grasp of systemd please humour me with a few more questions (some of them > slightly ignorant): > > a) Why are PID bad? Because they pretend to work

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-29 Thread Reindl Harald
Am 29.06.2015 um 15:58 schrieb Lesley Kimmel: Jonathan; Thanks for the background and information. Since you clearly seem to have a grasp of systemd please humour me with a few more questions (some of them slightly ignorant): a) Why are PID bad? what are they good for when the supervisor kn

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-29 Thread Andrei Borzenkov
; > Thanks again! > Lesley Kimmel, RHCE > Unix/Linux Systems Engineer > > > Date: Sun, 28 Jun 2015 14:29:40 +0100 > > From: j.deboynepollard-newsgro...@ntlworld.com > > To: systemd-devel@lists.freedesktop.org > > Subject: Re: [systemd-devel] SysVInit service migra

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-29 Thread Mantas Mikulėnas
On Jun 29, 2015 16:58, "Lesley Kimmel" wrote: > > Jonathan; > > Thanks for the background and information. Since you clearly seem to have a grasp of systemd please humour me with a few more questions (some of them slightly ignorant): > > a) Why are PID bad? > b) Why are lock files bad? > c) If a/b

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-29 Thread Lesley Kimmel
systemd-devel@lists.freedesktop.org > Subject: Re: [systemd-devel] SysVInit service migration to systemd > > Lesley Kimmel: > > I've been working with RHEL5/6 for the past several years and have > > developed many init scripts/services which generally use lock files > > and

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-28 Thread Jonathan de Boyne Pollard
Lesley Kimmel: I've been working with RHEL5/6 for the past several years and have developed many init scripts/services which generally use lock files and PID files to allow for tracking of the service status. We are moving to RHEL7 (systemd) in the near future and I am looking for instruction

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-26 Thread David Timothy Strauss
On Fri, Jun 26, 2015 at 7:00 AM Mantas Mikulėnas wrote: > On Fri, Jun 26, 2015 at 4:15 PM, Lesley Kimmel > wrote: > >> Hi all; >> >> I've been working with RHEL5/6 for the past several years and have >> developed many init scripts/services which generally use lock files and PID >> files to allow

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-26 Thread Andrei Borzenkov
В Fri, 26 Jun 2015 10:02:41 -0500 Lesley Kimmel пишет: > Thanks for the information. I've seen that blog before. Unfortunately, it > only describes a starting a service that already has a good level of > integration with some of the underlying infrastructure of systemd (e.g. > dbus). Let me be

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-26 Thread Lesley Kimmel
ty to check the status of remote servers? I get the impression that dbus may have this type of functionality but I've never really dug into it before. Lesley Kimmel, RHCE Unix/Linux Systems Engineer > Subject: Re: [systemd-devel] SysVInit service migration to systemd > From: lnyk...@red

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-26 Thread Mantas Mikulėnas
On Fri, Jun 26, 2015 at 4:15 PM, Lesley Kimmel wrote: > Hi all; > > I've been working with RHEL5/6 for the past several years and have > developed many init scripts/services which generally use lock files and PID > files to allow for tracking of the service status. We are moving to RHEL7 > (syste

Re: [systemd-devel] SysVInit service migration to systemd

2015-06-26 Thread Lukáš Nykrýn
Lesley Kimmel píše v Pá 26. 06. 2015 v 08:15 -0500: > Hi all; > > I've been working with RHEL5/6 for the past several years and have > developed many init scripts/services which generally use lock files > and PID files to allow for tracking of the service status. We are > moving to RHEL7 (systemd)

[systemd-devel] SysVInit service migration to systemd

2015-06-26 Thread Lesley Kimmel
Hi all; I've been working with RHEL5/6 for the past several years and have developed many init scripts/services which generally use lock files and PID files to allow for tracking of the service status. We are moving to RHEL7 (systemd) in the near future and I am looking for instruction or tutor