Re: [systemd-devel] [Netatalk-admins] netatalk: afpd/cnid service

2011-10-19 Thread Reindl Harald
Am 19.10.2011 17:06, schrieb Frank Lahm: > 2011/10/19 Reindl Harald : >> Am 19.10.2011 16:44, schrieb Frank Lahm: >> >>> cnid_metad writes a PID file too, so I'd add that here and see if that >>> fixes it >> >> not really - see "lsof" > > it opens, writes and _closes_ the PID file, so of course

Re: [systemd-devel] [Netatalk-admins] netatalk: afpd/cnid service

2011-10-19 Thread Reindl Harald
Am 19.10.2011 17:06, schrieb Frank Lahm: > 2011/10/19 Reindl Harald : >> Am 19.10.2011 16:44, schrieb Frank Lahm: >> >>> cnid_metad writes a PID file too, so I'd add that here and see if that >>> fixes it >> >> not really - see "lsof" > > it opens, writes and _closes_ the PID file, so of course

Re: [systemd-devel] [Netatalk-admins] netatalk: afpd/cnid service

2011-10-19 Thread Frank Lahm
2011/10/19 Reindl Harald : > Am 19.10.2011 16:44, schrieb Frank Lahm: > >> cnid_metad writes a PID file too, so I'd add that here and see if that fixes >> it > > not really - see "lsof" it opens, writes and _closes_ the PID file, so of course you won't see it in lsof. > there is also no config-o

Re: [systemd-devel] [Netatalk-admins] netatalk: afpd/cnid service

2011-10-19 Thread Reindl Harald
Am 19.10.2011 16:44, schrieb Frank Lahm: > cnid_metad writes a PID file too, so I'd add that here and see if that fixes > it not really - see "lsof" there is also no config-option for PID in the manpages so i do not know what set for "PIDFile" in netalak-cnid.service netatalk-2.2.1-5.p1.fc15.

Re: [systemd-devel] [Netatalk-admins] netatalk: afpd/cnid service

2011-10-19 Thread Frank Lahm
2011/10/19 Reindl Harald : > > > Am 12.10.2011 15:57, schrieb Frank Lahm: >>> My problem is that i did not get "cnid_metad" started as a own >>> service, i tried Type=simple and Type=forked, it will be started >>> and somehow the process closed without any error >>> >>> seems like a bug in netatalk

Re: [systemd-devel] [Netatalk-admins] netatalk: afpd/cnid service

2011-10-19 Thread Reindl Harald
Am 12.10.2011 15:57, schrieb Frank Lahm: >> My problem is that i did not get "cnid_metad" started as a own >> service, i tried Type=simple and Type=forked, it will be started >> and somehow the process closed without any error >> >> seems like a bug in netatalk > > Guess not. According to >

Re: [systemd-devel] Virtual tty

2011-10-19 Thread Michal Schmidt
On Tue, 18 Oct 2011 21:44:25 -0700 Canek Peláez Valdés wrote: > systemctl -t device > > it shows all the plugged devices on my laptop. Most of them seem > rational (network adapters, DVD drives, etc.) However, it also shows > 269 tty devices. It this the way it's supposed to be, or I have some > m

Re: [systemd-devel] [PATCH] systemctl-completion: always invoke with --no-legend

2011-10-19 Thread Michal Schmidt
On Tue, 11 Oct 2011 20:56:53 -0400 Dave Reisner wrote: > In the case of completion for the 'restart' verb, passing the invalid > unit name (the colums header) causes completion to cease functioning > entirely, with the error: > > Failed to issue method call: Unit name UNIT is not valid. > > Thi