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

2014-09-23 Thread Jan Synacek
Simon McVittie 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 that >> time. > > *What*

[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 G

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 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 reading applicatio

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

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 > 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 the > > near

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 wrote: > > > The current '--output FORMAT' argument defines a number of > > common output formats, but there are s

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 > > wrote: > > > This patch changes the naming scheme for sas disks. The original names >

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 softwa

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 fr

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 > > > 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 Michal Sekletar
On Tue, Sep 23, 2014 at 01:11:54PM -0400, Kay Sievers wrote: > - 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

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 downst

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 > 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 without sitting i

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

2014-09-23 Thread Reindl Harald
Am 23.09.2014 um 21:13 schrieb Dale R. Worley: > 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 explains how systemd actually d

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 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 explains how systemd ac

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

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 > @@ -25

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

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

2014-09-23 Thread WaLyong Cho
On 09/24/2014 10:25 AM, Zbigniew Jędrzejewski-Szmek wrote: > 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 100

[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 systemd-devel@