[systemd-devel] [Feature Request] GET before SET watchdog timeout setting on IPMI compatible hardware

2012-09-11 Thread Charles_Rose
Hello, IPMI watchdog hardware on servers can be configured outside the /dev/watchdog interface[1]. It would be beneficial if systemd can first get the current timeout value (WDIOC_GETTIMEOUT), if not set, only then set it to RuntimeWatchdogSec. This would ensure that timeout values set via

Re: [systemd-devel] [Feature Request] GET before SET watchdog timeout setting on IPMI compatible hardware

2012-09-11 Thread Tomasz Torcz
On Tue, Sep 11, 2012 at 11:34:12AM +0530, charles_r...@dell.com wrote: Hello, IPMI watchdog hardware on servers can be configured outside the /dev/watchdog interface[1]. A watchdog timer is provided that implements the Linux-standard watchdog timer interface. What's wrong with

[systemd-devel] [PATCH] Try to start rescue.target if default.target is missing

2012-09-11 Thread Tomasz Torcz
From 0a3f3b2a46607a94efd2936ae7094a9ef7421e76 Mon Sep 17 00:00:00 2001 From: Tomasz Torcz to...@pipebreaker.pl Date: Fri, 7 Sep 2012 14:14:44 +0200 Subject: [PATCH] Try to start rescue.target if default.target is missing In rare cases when default.target symlink is missing, systemd fails

Re: [systemd-devel] alsa-restore.service seems to be too early

2012-09-11 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 11/09/12 02:12 did gyre and gimble: On Mon, 03.09.12 14:34, Вечный Студент (student...@yandex.ru) wrote: 03.09.2012, 13:48, Colin Guthrie gm...@colin.guthr.ie: Then you should probably try and debug this further - e.g. by rmmod'ing the module and

[systemd-devel] XFS Mount issues (multiple mount concurrency issue?)

2012-09-11 Thread Colin Guthrie
Hi guys. Quick straw poll: Has anyone had issues mounting XFS partitions on boot? I have a user who has several and one usually mounts fine the the others do not. When in the emergency shell they all mount fine manually. Could there some kind of concurrency issue here? Or perhaps the first mount

Re: [systemd-devel] XFS Mount issues (multiple mount concurrency issue?)

2012-09-11 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 11/09/12 11:37 did gyre and gimble: Hi guys. Quick straw poll: Has anyone had issues mounting XFS partitions on boot? I have a user who has several and one usually mounts fine the the others do not. When in the emergency shell they all mount fine manually.

Re: [systemd-devel] [PATCH 2/2] tmpfiles: support globbing for w option

2012-09-11 Thread Lennart Poettering
On Mon, 10.09.12 22:45, Dave Reisner (d...@falconindy.com) wrote: On Tue, Sep 11, 2012 at 12:42:24AM +0200, Lennart Poettering wrote: On Mon, 03.09.12 17:13, Dave Reisner (dreis...@archlinux.org) wrote: Break out the write logic into a separate function and simply use it as a

Re: [systemd-devel] alsa-restore.service seems to be too early

2012-09-11 Thread Lennart Poettering
On Tue, 11.09.12 11:15, Colin Guthrie (gm...@colin.guthr.ie) wrote: Yes, thanks, sleeping does help (the card under question is the second one, i.e. with suffix '1'): ~ $ cat /etc/udev/rules.d/99-zlocal.rules | grep alsa ACTION==add, SUBSYSTEM==sound, KERNEL==controlC1, KERNELS==card1,

Re: [systemd-devel] alsa-restore.service seems to be too early

2012-09-11 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 11/09/12 13:12 did gyre and gimble: On Tue, 11.09.12 11:15, Colin Guthrie (gm...@colin.guthr.ie) wrote: Yes, thanks, sleeping does help (the card under question is the second one, i.e. with suffix '1'): ~ $ cat /etc/udev/rules.d/99-zlocal.rules |

Re: [systemd-devel] [PATCH 2/2] tmpfiles: support globbing for w option

2012-09-11 Thread Lennart Poettering
On Mon, 10.09.12 22:42, Dave Reisner (d...@falconindy.com) wrote: Just to add to this, is there a particular reason writev was chosen? One atomic syscall to write this string without copying any data, that's the advantage of the scatter/gather interfaces. Not that it would matter much

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Lennart Poettering
On Tue, 11.09.12 14:14, Michel Lafon-Puyo (michel.lafonp...@gmail.com) wrote: Heya, So the simplified dependency graph I obtain is: remote-fs-pre.target mnt-be.automount \ / | \/ | \ /|

Re: [systemd-devel] [Feature Request] GET before SET watchdog timeout setting on IPMI compatible hardware

2012-09-11 Thread Lennart Poettering
On Tue, 11.09.12 11:34, charles_r...@dell.com (charles_r...@dell.com) wrote: Hello, IPMI watchdog hardware on servers can be configured outside the /dev/watchdog interface[1]. It would be beneficial if systemd can first get the current timeout value (WDIOC_GETTIMEOUT), if not set,

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 11, 2012 at 03:03:31PM +0200, Lennart Poettering wrote: On Tue, 11.09.12 14:14, Michel Lafon-Puyo (michel.lafonp...@gmail.com) wrote: Heya, So the simplified dependency graph I obtain is: remote-fs-pre.target mnt-be.automount \ / |

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Lennart Poettering
On Tue, 11.09.12 16:06, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: Yes, this seems right. Now, the question is what to do about it... I really have no nice way out here short of biting the bullet and adding the ability of allowing configuration of shutdown ordering that is

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 11, 2012 at 04:15:27PM +0200, Lennart Poettering wrote: On Tue, 11.09.12 16:06, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: Yes, this seems right. Now, the question is what to do about it... I really have no nice way out here short of biting the bullet and

Re: [systemd-devel] XFS Mount issues (multiple mount concurrency issue?)

2012-09-11 Thread Kay Sievers
On Tue, Sep 11, 2012 at 1:20 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Colin Guthrie at 11/09/12 11:37 did gyre and gimble: Hi guys. Quick straw poll: Has anyone had issues mounting XFS partitions on boot? I have a user who has several and one usually mounts fine the