Re: [systemd-devel] Path to a mount point that begins with causes problems

2012-06-03 Thread Dave Reisner
On Thu, May 31, 2012 at 02:14:14PM +0200, Peter Lindgren wrote: > Hi, > > I'm using systemd-44 and experiencing some problems with my mount unit. > > I have an /etc/systemd/system/.aufs-normal.mount file > - > [Unit] > Description=normal mount > > [Mount] > What=/dev/mmcblk0p5 > Where=/.aufs

Re: [systemd-devel] systemd prevents pulseaudio from shutting down

2012-06-03 Thread Colin Guthrie
'Twas brillig, and Reindl Harald at 03/06/12 20:08 did gyre and gimble: > > > Am 03.06.2012 20:22, schrieb Robert Buhren: >> i'm using archlinux with gnome3.4. Pulseaudio 2.0, systemd 184, and Linux >> 3.4. >> Pulseaudio has no unitfile, as it is started by gnome itself. > > however > > the qu

Re: [systemd-devel] [PATCH] Add "set-default-target" to systemctl

2012-06-03 Thread Colin Guthrie
'Twas brillig, and har...@redhat.com at 23/04/12 08:23 did gyre and gimble: > From: Harald Hoyer Ping! any comments on this one? I'd personally like to see it in if there are no objections. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited htt

[systemd-devel] [PATCH] Punt duplicate definition of InhibitWhat

2012-06-03 Thread Malte Starostik
From: Malte Starostik Trivial fix for: src/login/logind-inhibit.h:37:3: error: redefinition of typedef 'InhibitWhat' src/login/logind-inhibit.h:26:26: note: previous declaration of 'InhibitWhat' was here Signed-off-by: Malte Starostik --- src/login/logind-inhibit.h |1 - 1 files changed,

[systemd-devel] Automount units: intermittent failure when the real mount triggers another mount first

2012-06-03 Thread Malte Starostik
Hi, I stumbled accross this issue when trying to get this construct working: mnt-portage.automount is an enabled unit mnt-portage.mount mounts an nfs4 export and depends, via Requires=, and After= on some other units that in turn depend on var-lib-nfs-rpc_pipefs.mount The result is that the ver

Re: [systemd-devel] systemd prevents pulseaudio from shutting down

2012-06-03 Thread Reindl Harald
Am 03.06.2012 20:22, schrieb Robert Buhren: > i'm using archlinux with gnome3.4. Pulseaudio 2.0, systemd 184, and Linux 3.4. > Pulseaudio has no unitfile, as it is started by gnome itself. however the question remains: why is pulseaudio still running after logout signature.asc Description: O

Re: [systemd-devel] using native *.mount units instead of /etc/fstab - unpredictable state in case of many disks

2012-06-03 Thread Kay Sievers
On Sun, Jun 3, 2012 at 8:18 PM, Peter Lemenkov wrote: > I've hit by a strange issue on a machine with 8 hard disks. if I list > them all in /etc/fstab they mounts fine. If I provide native *.mount > files then almost every reboot one or several disks failed to mount > (with 32 error, e.g. "code=ex

Re: [systemd-devel] using native *.mount units instead of /etc/fstab - unpredictable state in case of many disks

2012-06-03 Thread Tom Gundersen
On Sun, Jun 3, 2012 at 8:18 PM, Peter Lemenkov wrote: > Could someone point me out what did I miss? I'm sure there is some > specific *.service or *.target file I must add it as a dependency. > Fedora 18 if it matters. I'd try "systemctl show .mount" when it is based on fstab, and when it is a mo

Re: [systemd-devel] systemd prevents pulseaudio from shutting down

2012-06-03 Thread Robert Buhren
On 03.06.2012 18:46, Paul Menzel wrote: Dear Robert, Am Sonntag, den 03.06.2012, 11:35 +0200 schrieb Robert Buhren: i'm using "ecryptfs" to encrypt my home directory and "pam_mount" to have it automatically mounted/unmounted at login/logout. The unmounting never worked and i discoverd that a

[systemd-devel] using native *.mount units instead of /etc/fstab - unpredictable state in case of many disks

2012-06-03 Thread Peter Lemenkov
Hello. I've hit by a strange issue on a machine with 8 hard disks. if I list them all in /etc/fstab they mounts fine. If I provide native *.mount files then almost every reboot one or several disks failed to mount (with 32 error, e.g. "code=exited, status=32", which means that no hadrwae is availab

Re: [systemd-devel] systemd prevents pulseaudio from shutting down

2012-06-03 Thread Reindl Harald
Am 03.06.2012 18:46, schrieb Paul Menzel: >> i'm using "ecryptfs" to encrypt my home directory and "pam_mount" to >> have it automatically >> mounted/unmounted at login/logout. The unmounting never worked and i >> discoverd that a pulseaudio process of my user was keept running >> although my

Re: [systemd-devel] systemd prevents pulseaudio from shutting down

2012-06-03 Thread Paul Menzel
Dear Robert, Am Sonntag, den 03.06.2012, 11:35 +0200 schrieb Robert Buhren: > i'm using "ecryptfs" to encrypt my home directory and "pam_mount" to > have it automatically > mounted/unmounted at login/logout. The unmounting never worked and i > discoverd that a pulseaudio process of my user was

[systemd-devel] systemd prevents pulseaudio from shutting down

2012-06-03 Thread Robert Buhren
Hello, i'm using "ecryptfs" to encrypt my home directory and "pam_mount" to have it automatically mounted/unmounted at login/logout. The unmounting never worked and i discoverd that a pulseaudio process of my user was keept running although my user was already logged out. This process had som