Re: [systemd-devel] Suggestion on StartLimitAction=

2013-02-03 Thread Michael Olbrich
On Fri, Feb 01, 2013 at 03:22:49PM +0100, Allmeroth, Robert wrote: > On embedded systems it is sometimes not very useful to call shutdown scripts > or reboot(2) in case of a watchdog failure / failed service (re)starting, > e.g. FS/Flash corruption, FS driver failure, special HW init failure > >

[systemd-devel] PrivateTmp and "tmpwatch"

2013-02-03 Thread Reindl Harald
hi may it be that PrivateTmp does not refresh the folders /tmp/systemd-private* and if "tmpwatch" is deleting them they are mnot re-created? Can't create/write to file '/tmp/#sql_57d8_0.MYI' (Errcode: 2) after restart mysqld.service which is here configured with PrivateTmp all is fine again - re

Re: [systemd-devel] PrivateTmp and "tmpwatch"

2013-02-03 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Feb 03, 2013 at 04:52:42PM +0100, Reindl Harald wrote: > hi > > may it be that PrivateTmp does not refresh the folders > /tmp/systemd-private* and if "tmpwatch" is deleting > them they are mnot re-created? > > Can't create/write to file '/tmp/#sql_57d8_0.MYI' (Errcode: 2) > > after resta

Re: [systemd-devel] Get rid of /etc/fstab

2013-02-03 Thread Sébastien Luttringer
On Sat, Feb 2, 2013 at 8:39 PM, Andrey Borzenkov wrote: > В Sat, 2 Feb 2013 15:24:44 +0100 > Sébastien Luttringer пишет: > >> Hello, >> >> Looking forward to mount custom partitions I decided to use unit.mount >> files to define my new fs. Everything works perfectly, so I tried to >> do the same

Re: [systemd-devel] Get rid of /etc/fstab

2013-02-03 Thread Sébastien Luttringer
On Sat, Feb 2, 2013 at 4:50 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Sat, Feb 02, 2013 at 03:24:44PM +0100, Sébastien Luttringer wrote: >> Hello, >> >> Looking forward to mount custom partitions I decided to use unit.mount >> files to define my new fs. Everything works perfectly, so I tried to

Re: [systemd-devel] Get rid of /etc/fstab

2013-02-03 Thread Dave Reisner
On Sun, Feb 03, 2013 at 05:36:13PM +0100, Sébastien Luttringer wrote: > I've tested deleting fstab file and this change nothing to my previous > test with a blank fstab. Root filesystem is still ro and no options > are took. Part of the problem here is that api-remount-fs still relies on /etc/fsta

[systemd-devel] python - reading the journal

2013-02-03 Thread Steven Hiscocks
Hi, I've been developing a python module for accessing the journal, using the journal API. (https://github.com/kwirk/pyjournalctl) One issue I've had is with 'sd_journal_seek_monotonic_usec'. When called, followed by call to 'sd_journal_next', I end up at the start of the journal. If I set a

Re: [systemd-devel] lazy forwarding of ssh ports

2013-02-03 Thread Mantas Mikulėnas
On Wed, Jan 30, 2013 at 12:52 AM, Igor Bukanov wrote: > On 29 January 2013 00:25, Mantas Mikulėnas wrote: >> systemd only handles accepting connections, but does not copy any >> data – ssh's stdin & stdout are attached directly to the socket. > > Right, how can I missed that socket<->stdio bindin

Re: [systemd-devel] python - reading the journal

2013-02-03 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Feb 03, 2013 at 09:18:28PM +, Steven Hiscocks wrote: > Hi, > > I've been developing a python module for accessing the journal, > using the journal API. (https://github.com/kwirk/pyjournalctl) Great! Have you thought about including it in the systemd repo, once interface nad implementat

Re: [systemd-devel] python - reading the journal

2013-02-03 Thread David Strauss
I second the interest in committing this to the existing Python support once polished. On Sun, Feb 3, 2013 at 6:07 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Feb 03, 2013 at 09:18:28PM +, Steven Hiscocks wrote: >> Hi, >> >> I've been developing a python module for accessing the journal,