[systemd-devel] [PATCHv2] man: Add reason for disk model info not working

2013-02-16 Thread William Giokas
In systemd-bootchart, the disk model information will not be found unless the root device is specified using `root=/dev/sdxY` on the kernel line. Just add a note as to why this doesn't happen. --- Sorry, forgot to pull. Rebased. man/systemd-bootchart.xml | 4 1 file changed, 4 insertions(+)

Re: [systemd-devel] [v3] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Kay Sievers
On Sun, Feb 17, 2013 at 2:21 AM, Zeeshan Ali (Khattak) wrote: > From: "Zeeshan Ali (Khattak)" > --- > src/udev/udev-builtin-blkid.c | 16 > 1 file changed, 16 insertions(+) Applied. Thanks, Kay ___ systemd-devel mailing list systemd

[systemd-devel] [v3] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Zeeshan Ali (Khattak)
From: "Zeeshan Ali (Khattak)" v3: Encode all string using blkid_encode_string(). --- src/udev/udev-builtin-blkid.c | 16 1 file changed, 16 insertions(+) diff --git a/src/udev/udev-builtin-blkid.c b/src/udev/udev-builtin-blkid.c index 56a05f5..bae4293 100644 --- a/src/udev/ude

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Kay Sievers
On Sat, Feb 16, 2013 at 10:53 PM, Zeeshan Ali (Khattak) wrote: > On Sat, Feb 16, 2013 at 8:04 PM, Kay Sievers wrote: >> We just hex encode stuff that isn't ascii or valid utf8, udev just >> mangles some old values for compat reasons, new stuff should only use >> encoding. > > You mean these new v

Re: [systemd-devel] [PATCH] systemctl: Don't give re-activation warning if unit is masked

2013-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 15, 2013 at 04:10:36PM +0100, Jan Janssen wrote: > --- > src/systemctl/systemctl.c | 39 ++- > 1 file changed, 38 insertions(+), 1 deletion(-) Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@

Re: [systemd-devel] D-Bus activation for systemd user session

2013-02-16 Thread Kok, Auke-jan H
On Sat, Feb 16, 2013 at 2:03 PM, Oleksii Shevchuk wrote: > To use d-bus activation with user session you need dbus from git, or the > patch > > https://github.com/sofar/user-session-units/blob/master/patches/dbus-fix-sba-for-dbus-activation.patch d-bus activation requires the patch, but a working

Re: [systemd-devel] D-Bus activation for systemd user session

2013-02-16 Thread Oleksii Shevchuk
To use d-bus activation with user session you need dbus from git, or the patch https://github.com/sofar/user-session-units/blob/master/patches/dbus-fix-sba-for-dbus-activation.patch afair ___ systemd-devel mailing list [email protected]

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Zeeshan Ali (Khattak)
On Sat, Feb 16, 2013 at 8:04 PM, Kay Sievers wrote: > On Sat, Feb 16, 2013 at 5:52 PM, Zeeshan Ali (Khattak) > wrote: >> On Sat, Feb 16, 2013 at 5:45 PM, Zbigniew Jędrzejewski-Szmek >> wrote: >>> On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali (Khattak) wrote: From: "Zeeshan Ali (Khat

[systemd-devel] D-Bus activation for systemd user session

2013-02-16 Thread Jonas Schneider
Hello, I am seeing a kind of hen-and-egg problem with systemd for a user session and D-Bus. The user session units from https://github.com/sofar/user-session-units are installed. My 'workflow' is then as follows: # systemctl start user-session@myuser This correctly starts the systemd user instan

[systemd-devel] Multi-session for seats other than seat0

2013-02-16 Thread David Herrmann
Hi As some might know I am working on several prototypes to allow multi-session capable seats that do not have classic kernel-VTs. Comments are very welcome, but in this discussion I want to concentrate on how to integrate them with systemd-logind. The different ideas are: #1 Fake VTs via CUSE I

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Kay Sievers
On Sat, Feb 16, 2013 at 5:52 PM, Zeeshan Ali (Khattak) wrote: > On Sat, Feb 16, 2013 at 5:45 PM, Zbigniew Jędrzejewski-Szmek > wrote: >> On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali (Khattak) wrote: >>> From: "Zeeshan Ali (Khattak)" >>> >>> This version 2 removes the bogus 'FS_' prefix

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Zeeshan Ali (Khattak)
On Sat, Feb 16, 2013 at 5:45 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali (Khattak) wrote: >> From: "Zeeshan Ali (Khattak)" >> >> This version 2 removes the bogus 'FS_' prefix from blkid property names. >> >> --- >> src/udev/udev-builtin-blkid.c

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Kay Sievers
On Sat, Feb 16, 2013 at 4:45 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali (Khattak) wrote: >> +} else if (streq(name, "SYSTEM_ID")) >> +udev_builtin_add_property(dev, test, "ID_FS_SYSTEM_ID", >> value); >> + >> +el

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali (Khattak) wrote: > From: "Zeeshan Ali (Khattak)" > > This version 2 removes the bogus 'FS_' prefix from blkid property names. > > --- > src/udev/udev-builtin-blkid.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > >

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 15, 2013 at 03:44:54PM -0500, Patrick Donnelly wrote: > I am trying to setup a mount unit file for an NFS mount. I'm using > (with IP address hidden): > > # cat host\@.mount Mount units must be named after the mount point directories they control. Zbyszek _

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Peter Sztanojev
On Sat, Feb 16, 2013 at 1:32 PM, Reindl Harald wrote: > > > Am 16.02.2013 13:21, schrieb Peter Sztanojev: >> On Sat, Feb 16, 2013 at 1:12 PM, Reindl Harald >> wrote: >>> >>> >>> Am 16.02.2013 13:05, schrieb Colin Guthrie: Can't you just make openvpn.service also part of network.target? Thus

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Reindl Harald
Am 16.02.2013 13:21, schrieb Peter Sztanojev: > On Sat, Feb 16, 2013 at 1:12 PM, Reindl Harald wrote: >> >> >> Am 16.02.2013 13:05, schrieb Colin Guthrie: >>> Can't you just make openvpn.service also part of network.target? Thus >>> holding up network.target until after it's started and thus del

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Peter Sztanojev
On Sat, Feb 16, 2013 at 1:12 PM, Reindl Harald wrote: > > > Am 16.02.2013 13:05, schrieb Colin Guthrie: >> Can't you just make openvpn.service also part of network.target? Thus >> holding up network.target until after it's started and thus delaying the >> mount until that point (even when the moun

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Reindl Harald
Am 16.02.2013 13:05, schrieb Colin Guthrie: > Can't you just make openvpn.service also part of network.target? Thus > holding up network.target until after it's started and thus delaying the > mount until that point (even when the mount is generated from fstab) and would by a lottery openvpn sta

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Colin Guthrie
'Twas brillig, and Patrick Donnelly at 15/02/13 20:44 did gyre and gimble: > I am trying to setup a mount unit file for an NFS mount. I'm using > (with IP address hidden): > > # cat host\@.mount > [Unit] > Description=%i mount > DefaultDependencies=no > Requires=local-fs.target network.target rpc-