[systemd-devel] LUKS passphrase asked twice when using plain device names

2014-09-23 Thread Paul Menzel
Dear systemd and dracut folks, with Debian Sid/unstable, using plain device names like `/dev/sda1` in `/etc/fstab` and `/etc/crypttab` the LUKS passphrase has to be entered twice. Once it asked by dracut and once by systemd. I did not yet try with UUIDs and ask first if that is an error?

Re: [systemd-devel] Incorrect logic when /etc/machine-id is missing

2014-09-23 Thread Jan Synacek
Simon McVittie simon.mcvit...@collabora.co.uk writes: On 22/09/14 10:27, Jan Synacek wrote: If /etc/machine-id is missing on the system, the first open() call should probably handle that case. That's actually not true (at least on my system), because the underlying filesystem is read-only at

[systemd-devel] [PATCH] label: suppress warning on without selinux

2014-09-23 Thread WaLyong Cho
--- src/shared/label.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/label.c b/src/shared/label.c index 02b41f0..b6af38d 100644 --- a/src/shared/label.c +++ b/src/shared/label.c @@ -252,9 +252,10 @@ fail: int label_get_our_label(char **label) { int r

[systemd-devel] journal-upload returning error by default

2014-09-23 Thread Umut Tezduyar Lindskog
Hi, I am a bit confused about the service as it returns with error on systemd 216: ● systemd-journal-upload.service - Journal Remote Upload Service Loaded: loaded (/etc/systemd/system/systemd-journal-upload.service; enabled) Active: failed (Result: exit-code) since Sun 2006-10-01 06:34:59

Re: [systemd-devel] [PATCH] journalctl: allow customizable output formats

2014-09-23 Thread Daniel P. Berrange
On Mon, Sep 22, 2014 at 12:43:28PM -0400, Daurnimator wrote: On 22 September 2014 11:33, Daniel P. Berrange berra...@redhat.com wrote: The current '--output FORMAT' argument defines a number of common output formats, but there are some useful cases it does cover. In particular when

Re: [systemd-devel] Cannot get Shutdown Script to Run (Libvirt Virtual Machine Shutdown)

2014-09-23 Thread Daniel P. Berrange
On Sun, Sep 21, 2014 at 11:40:03PM -0400, Alexander Groleau wrote: Hello systemd users, I have been trying desperately for weeks to get my simple shutdown script for a Libvirt guest to run before libvirtd is shut down, without success. Essentially, I need the libvirt-windows.sh script to run

Re: [systemd-devel] [PATCH] udevd: SAS: use SAS addr + PHY id in by-path whenever possible.

2014-09-23 Thread Maurizio Lombardi
On Mon, 2014-09-22 at 16:58 +0200, Tom Gundersen wrote: Hi Maurizio, On Mon, Sep 22, 2014 at 11:48 AM, Maurizio Lombardi mlomb...@redhat.com wrote: This patch changes the naming scheme for sas disks. The original names used disk's sas address and lun, the new scheme uses sas address of

Re: [systemd-devel] [PATCH] journalctl: allow customizable output formats

2014-09-23 Thread Kashyap Chamarthy
[Strangely, this thread up in my inbox rather than my systemd Maildir.] On Mon, Sep 22, 2014 at 12:43:28PM -0400, Daurnimator wrote: On 22 September 2014 11:33, Daniel P. Berrange berra...@redhat.com wrote: The current '--output FORMAT' argument defines a number of common output formats,

Re: [systemd-devel] [PATCH] udevd: SAS: use SAS addr + PHY id in by-path whenever possible.

2014-09-23 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 23, 2014 at 12:33:54PM +0200, Maurizio Lombardi wrote: On Mon, 2014-09-22 at 16:58 +0200, Tom Gundersen wrote: Hi Maurizio, On Mon, Sep 22, 2014 at 11:48 AM, Maurizio Lombardi mlomb...@redhat.com wrote: This patch changes the naming scheme for sas disks. The original

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-09-23 Thread Dale R. Worley
Let me offer this as a suggestion of what might be the root of some issues: One of the lessons in Fred Brooks' The Mythical Man-Month is that it takes three times more effort to produce a *program product* as it does to produce the *program*. That is, 2/3 of the effort is not to make the

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-09-23 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Sep 22, 2014 at 10:16:36AM -0400, Dale R. Worley wrote: From: Jóhann B. Guðmundsson Did you ever ask yourself why your project provokes that amount of resistance and polarity? Did you ever ask yourself whether this really is just resistance against anything new from people who

Re: [systemd-devel] [PATCH] udevd: SAS: use SAS addr + PHY id in by-path whenever possible.

2014-09-23 Thread Kay Sievers
- Original Message - On Tue, Sep 23, 2014 at 12:33:54PM +0200, Maurizio Lombardi wrote: On Mon, 2014-09-22 at 16:58 +0200, Tom Gundersen wrote: Hi Maurizio, On Mon, Sep 22, 2014 at 11:48 AM, Maurizio Lombardi mlomb...@redhat.com wrote: This patch changes the naming

Re: [systemd-devel] [PATCH] udevd: SAS: use SAS addr + PHY id in by-path whenever possible.

2014-09-23 Thread Kay Sievers
- Original Message - We are not applying this patch now. It introduces a complete new scheme and we do not want to extend the current SCSI code, we only fix obvious bugs. Fine with me, however not sure what our story should be for years to come regarding SCSI stuff downstream.

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-09-23 Thread Dale R. Worley
From: Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl More seriously, the idea of having shell scripts which you're going to modify to customize your setup is simply crazy. How robust would your changes be? How would you ever handle upgrades? How would more than one admin manage a machine

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-09-23 Thread Tom Gundersen
On Tue, Sep 23, 2014 at 9:13 PM, Dale R. Worley wor...@alum.mit.edu wrote: OK, I'd like to modify systemd's handling of mounts. I've been told only that the units that are created from /etc/fstab are created and handled by the main systemd binary. What documentation do I look at that

Re: [systemd-devel] [PATCH] udevd: SAS: use SAS addr + PHY id in by-path whenever possible.

2014-09-23 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 23, 2014 at 01:55:09PM -0400, Kay Sievers wrote: - Original Message - We are not applying this patch now. It introduces a complete new scheme and we do not want to extend the current SCSI code, we only fix obvious bugs. Fine with me, however not sure what our

Re: [systemd-devel] [PATCH] label: suppress warning on without selinux

2014-09-23 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 23, 2014 at 04:16:55PM +0900, WaLyong Cho wrote: --- src/shared/label.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/label.c b/src/shared/label.c index 02b41f0..b6af38d 100644 --- a/src/shared/label.c +++ b/src/shared/label.c @@ -252,9

Re: [systemd-devel] [PATCH] systemctl: add add-wants and add-requires verbs

2014-09-23 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 19, 2014 at 04:33:46PM +0200, Lukas Nykryn wrote: --- TODO | 1 - man/systemctl.xml | 27 ++ src/core/dbus-manager.c| 85 + src/core/org.freedesktop.systemd1.conf | 8 +++

[systemd-devel] Setting system wide environment variables

2014-09-23 Thread Amit Saha
Hello, Is systemd.setenv on the kernel command line still the way to set system wide environment variables? [1] [1] http://lists.freedesktop.org/archives/systemd-devel/2012-August/006143.html Thanks, Amit. ___ systemd-devel mailing list