Re: [systemd-devel] [PATCH] fstab-generator: ignore devices with fstype "ignore"

2012-06-18 Thread Kay Sievers
On Mon, Jun 18, 2012 at 5:07 AM, Dave Reisner wrote: > This is a valid field as documented by fstab(5). In line with mount(8)'s > behavior when iterating through /etc/fstab, the generator should skip > this entry entirely. Hmm, shouldn't we rather remove the over-loading of the fstype in util-lin

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Peeters Simon
2012/6/18 Léo Gillot-Lamure : > Hello. > > I'm trying to get systemd work as the user session supervisor, thus i > want it to launch the dbus daemon for the session. Systemd seems to > require that dbus is socket activated (service units of Type=dbus have a > Require dep on dbus.socket, not on dbus

Re: [systemd-devel] systemd unit files for Debian based systems

2012-06-18 Thread Lennart Poettering
On Sat, 16.06.12 10:39, Paul Menzel (paulepan...@users.sourceforge.net) wrote: > Dear systemd folks, Heya, > > do you know of a repository or location where I can get systemd unit > files for Debian based systems? I found Lennart’s `systemd-units` > directory [1] but it does not contain units fo

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Kok, Auke-jan H
On Mon, Jun 18, 2012 at 2:35 PM, Peeters Simon wrote: > 2012/6/18 Léo Gillot-Lamure : >> Hello. >> >> I'm trying to get systemd work as the user session supervisor, thus i >> want it to launch the dbus daemon for the session. Systemd seems to >> require that dbus is socket activated (service units

Re: [systemd-devel] login/logout hooks in fedora 17?

2012-06-18 Thread Lennart Poettering
On Thu, 14.06.12 11:15, Fernando Lopez-Lezcano (na...@ccrma.stanford.edu) wrote: Heya, > Hi all, > Any suggestions on how I may run a script when a user logins or logouts > of the graphical console? I used to do this with gdm by customizing the > Post* and Pre* scripts in /etc/gdm. > > I see tha

Re: [systemd-devel] login/logout hooks in fedora 17?

2012-06-18 Thread Fernando Lopez-Lezcano
On 06/18/2012 09:45 AM, Lennart Poettering wrote: On Thu, 14.06.12 11:15, Fernando Lopez-Lezcano (na...@ccrma.stanford.edu) wrote: Heya, Hi Lennart, Any suggestions on how I may run a script when a user logins or logouts of the graphical console? I used to do this with gdm by customizing the

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Peeters Simon
>> also i have been running the patch succesfully (both in system mode >> and in my systemd-gnome-session (which i will share soon)) for a while >> now (read: since last week) without any problem. > > ah nice! is that on systemd HEAD? Love to see the code :^) systemd-185-3.fc18, i dont like buildi

Re: [systemd-devel] login/logout hooks in fedora 17?

2012-06-18 Thread Lennart Poettering
On Mon, 18.06.12 10:04, Fernando Lopez-Lezcano (na...@ccrma.stanford.edu) wrote: > >>Thanks for any advice! > > > >Hmm, so there are multiple ways to achieve this, but it really depends > >on what you are trying to do here. May I ask what kind of script you > >want to run for a user logging in? >

Re: [systemd-devel] [PATCH] fstab-generator: ignore devices with fstype "ignore"

2012-06-18 Thread Karel Zak
On Mon, Jun 18, 2012 at 03:16:07PM +0200, Kay Sievers wrote: > On Mon, Jun 18, 2012 at 5:07 AM, Dave Reisner wrote: > > This is a valid field as documented by fstab(5). In line with mount(8)'s > > behavior when iterating through /etc/fstab, the generator should skip > > this entry entirely. > > H

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Kok, Auke-jan H
On Mon, Jun 18, 2012 at 10:22 AM, Peeters Simon wrote: >>> also i have been running the patch succesfully (both in system mode >>> and in my systemd-gnome-session (which i will share soon)) for a while >>> now (read: since last week) without any problem. >> >> ah nice! is that on systemd HEAD? Lov

Re: [systemd-devel] systemd unit files for Debian based systems

2012-06-18 Thread Paul Menzel
Dear Lennart, thank you for you reply. Am Montag, den 18.06.2012, 17:48 +0200 schrieb Lennart Poettering: > On Sat, 16.06.12 10:39, Paul Menzel (paulepan...@users.sourceforge.net) wrote: > > do you know of a repository or location where I can get systemd unit > > files for Debian based systems

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Kok, Auke-jan H
On Mon, Jun 18, 2012 at 5:22 PM, Peeters Simon wrote: >>> also i have been running the patch succesfully (both in system mode >>> and in my systemd-gnome-session (which i will share soon)) for a while >>> now (read: since last week) without any problem. >> >> ah nice! is that on systemd HEAD? Love