Re: [systemd-devel] fsck checking: passno interpretation problem

2011-07-29 Thread Mariusz Bialonczyk
On 05/17/2011 10:50 AM, Mariusz Bialonczyk wrote: > Hi > When I was switching to systemd on another debian box I've discovered > a problem related with passno field in fstab. > I have several md partitions (I am using kernel autoassembly for md, > and I am not using initrd). > I have systemd v.25-2

[systemd-devel] systemd and hostnamed (and nss-myhostname) - an alternative path

2011-07-29 Thread JB
After browsing through git I think I may have a viable solution to the main issue of not being able to change that hostname before it is set at boot time. Move the logic from hostname-setup.c into hostnamed a hostnamed Make a hostnamed --setfromfile option and use in in a set-hostname.service

Re: [systemd-devel] EnvironmentFile being ignored.

2011-07-29 Thread Harald Hoyer
On 29.07.2011 17:23, Steve Dickson wrote: > > > On 07/29/2011 11:17 AM, Kay Sievers wrote: >> On Fri, Jul 29, 2011 at 17:00, Steve Dickson wrote: >>> Doing a 'systemctl show' it appears my EnvironmentFile >>> is being ignored >>> >>> EnvironmentFile=/etc/sysconfig/nfs (ignore=yes) >>> >>> Why is

[systemd-devel] Real Time access in a systemd control group

2011-07-29 Thread Marius Perjeru
Hi, We configured a systemd environment, but we cannot have real time access when running an application. We have defined a xorg.service which starts the X, and every script runned gets under systemd/xorg.service control group, and because this control group does not have real time access (c

Re: [systemd-devel] EnvironmentFile being ignored.

2011-07-29 Thread Steve Dickson
On 07/29/2011 11:17 AM, Kay Sievers wrote: > On Fri, Jul 29, 2011 at 17:00, Steve Dickson wrote: >> Doing a 'systemctl show' it appears my EnvironmentFile >> is being ignored >> >> EnvironmentFile=/etc/sysconfig/nfs (ignore=yes) >> >> Why is this happening? > > In the service file is a '-' in f

Re: [systemd-devel] EnvironmentFile being ignored.

2011-07-29 Thread Kay Sievers
On Fri, Jul 29, 2011 at 17:00, Steve Dickson wrote: > Doing a 'systemctl show' it appears my EnvironmentFile > is being ignored > > EnvironmentFile=/etc/sysconfig/nfs (ignore=yes) > > Why is this happening? In the service file is a '-' in front, right? Then the errors are ignored not the file. K

[systemd-devel] systemd automounts

2011-07-29 Thread Steve Dickson
I'm trying to automount /var/lib/nfs/rpc_pipefs for the nfs-idmap.service var-lib-nfs-rpc_pipefs.mount is: [Unit] Description=RPC Pipe File System DefaultDependencies=no [Mount] What=sunrpc Where=/var/lib/nfs/rpc_pipefs Type=rpc_pipefs var-lib-nfs-rpc_pipefs.automount is: [Unit] Description=RPC

[systemd-devel] EnvironmentFile being ignored.

2011-07-29 Thread Steve Dickson
Hello, Doing a 'systemctl show' it appears my EnvironmentFile is being ignored EnvironmentFile=/etc/sysconfig/nfs (ignore=yes) Why is this happening? steved. ___ systemd-devel mailing list [email protected] http://lists.freedesktop.

[systemd-devel] systemd and hostnamed (and nss-myhostname) - an alternative path

2011-07-29 Thread JB
I'm a happy Arch Linux user of systemd. I want to share a few of my thoughts about systemd's interaction with the system hostname. Here's my understanding of how systemd currently sets the hostname * hostnamed is included in the systemd package * During early boot systemd makes a call t