Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Miklos Vajna
On Fri, Oct 26, 2012 at 06:39:33PM -0400, Michael H. Warfield m...@wittsend.com wrote: [root@alcove mhw]# systemctl status network.service network.service - LSB: Bring up/down networking Loaded: loaded (/etc/rc.d/init.d/network) Active: failed (Result: exit-code) since Wed, 24

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 6:02 AM, Michael H. Warfield m...@wittsend.com wrote: On Sat, 2012-10-27 at 05:24 +0200, Olav Vitters wrote: sent too quickly.. On Sat, Oct 27, 2012 at 05:22:30AM +0200, Olav Vitters wrote: On Fri, Oct 26, 2012 at 10:16:47PM -0400, Michael H. Warfield wrote: BTW...

[systemd-devel] [PATCH 0/6] Add 'lock' action for hardware buttons

2012-10-27 Thread Ben Boeckel
Hi, I was surprised to find that my laptops were suspending when the lid was closed after updating to Fedora 18 since I find it a misfeature of power management defaults and it's one of the first things to go on new machines. I much prefer locking the session instead since I leave my machines

[systemd-devel] [PATCH 1/6] units: add target for locking all active sessions

2012-10-27 Thread Ben Boeckel
--- Makefile.am | 3 +++ man/systemd.special.xml | 8 units/.gitignore | 1 + units/lock.target | 14 ++ units/systemd-lock.service.in | 17 + 5 files changed, 43 insertions(+) create mode 100644

[systemd-devel] [PATCH 2/6] logind: add lock action for button triggers

2012-10-27 Thread Ben Boeckel
--- man/logind.conf.xml | 5 +++-- src/login/logind-button.c | 9 ++--- src/login/logind-button.h | 1 + 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 3d83d2c..10ea9e8 100644 --- a/man/logind.conf.xml +++

[systemd-devel] [PATCH 3/6] dbus: add a signal before locking the system

2012-10-27 Thread Ben Boeckel
--- src/login/logind-dbus.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index a7647e3..5417e3b 100644 --- a/src/login/logind-dbus.c +++ b/src/login/logind-dbus.c @@ -197,6 +197,9 @@ signal

[systemd-devel] [PATCH 4/6] logind: add inhibit support for a system-wide lock

2012-10-27 Thread Ben Boeckel
--- src/login/logind-dbus.c| 7 --- src/login/logind-inhibit.c | 6 +- src/login/logind-inhibit.h | 3 ++- src/login/org.freedesktop.login1.policy.in | 10 ++ 4 files changed, 21 insertions(+), 5 deletions(-) diff --git

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Oleksii Shevchuk
Ok fine... So I get logged in and I run this... [root@alcove mhw]# systemctl status network.service network.service - LSB: Bring up/down networking Loaded: loaded (/etc/rc.d/init.d/network) Active: failed (Result: exit-code) since Wed, 24 Oct 2012 18:23:07 +0400; 1min 57s

[systemd-devel] Problem with systemd-timedated

2012-10-27 Thread Maciej Piechotka
Hi, After some update of systemd the systemd-timedated stopped starting automatically which causes troubles for timezone settings. I cannot find anything in logs. When I run it by hand everything works. Any ideas what might caused it? I'm currently using systemd 198 (and 199 is just being

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Oct 27, 2012 at 11:04:42AM +0200, Kay Sievers wrote: On Sat, Oct 27, 2012 at 6:02 AM, Michael H. Warfield m...@wittsend.com wrote: On Sat, 2012-10-27 at 05:24 +0200, Olav Vitters wrote: sent too quickly.. On Sat, Oct 27, 2012 at 05:22:30AM +0200, Olav Vitters wrote: On Fri,

[systemd-devel] Socket activation support for nginx (review and feedback requested)

2012-10-27 Thread David Strauss
Here is the initial ticket with implementation: http://trac.nginx.org/nginx/ticket/237 -- David Strauss | da...@davidstrauss.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] Problem with systemd-timedated

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 12:37 PM, Maciej Piechotka uzytkown...@gmail.com wrote: After some update of systemd the systemd-timedated stopped starting automatically which causes troubles for timezone settings. I cannot find anything in logs. When I run it by hand everything works. What kind of

Re: [systemd-devel] [PATCH 5/6] NEWS: add a note

2012-10-27 Thread Peter Sztan
On Sat, Oct 27, 2012 at 9:08 AM, Ben Boeckel maths...@gmail.com wrote: --- NEWS | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bb5b887..da0b329 100644 --- a/NEWS +++ b/NEWS @@ -69,6 +69,9 @@ CHANGES WITH 195: have been removed since

Re: [systemd-devel] [PATCH 5/6] NEWS: add a note

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 1:57 PM, Peter Sztan sztan...@gmail.com wrote: On Sat, Oct 27, 2012 at 9:08 AM, Ben Boeckel maths...@gmail.com wrote: --- NEWS | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bb5b887..da0b329 100644 --- a/NEWS +++ b/NEWS

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Michael H. Warfield
On Sat, 2012-10-27 at 13:01 +0200, Zbigniew Jędrzejewski-Szmek wrote: On Sat, Oct 27, 2012 at 11:04:42AM +0200, Kay Sievers wrote: On Sat, Oct 27, 2012 at 6:02 AM, Michael H. Warfield m...@wittsend.com wrote: On Sat, 2012-10-27 at 05:24 +0200, Olav Vitters wrote: sent too quickly..

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Miklos Vajna
On Sat, Oct 27, 2012 at 08:20:51AM -0400, Michael H. Warfield m...@wittsend.com wrote: On Sat, 2012-10-27 at 10:03 +0200, Miklos Vajna wrote: On Fri, Oct 26, 2012 at 06:39:33PM -0400, Michael H. Warfield m...@wittsend.com wrote: [root@alcove mhw]# systemctl status network.service

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Jon Stanley
On Fri, Oct 26, 2012 at 9:50 PM, Michael H. Warfield m...@wittsend.com wrote: Excuse me? I'm a kernel maintainer and a member of the Samba team. I have dedicated almost 2 decades to promoting and developing several dozen open source projects I will not enumerate here. I don't know or

Re: [systemd-devel] Problem with systemd-timedated

2012-10-27 Thread Maciej Piechotka
On Sat, 2012-10-27 at 13:53 +0200, Kay Sievers wrote: On Sat, Oct 27, 2012 at 12:37 PM, Maciej Piechotka uzytkown...@gmail.com wrote: After some update of systemd the systemd-timedated stopped starting automatically which causes troubles for timezone settings. I cannot find anything in

Re: [systemd-devel] Problem with systemd-timedated

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 4:20 PM, Maciej Piechotka uzytkown...@gmail.com wrote: On Sat, 2012-10-27 at 13:53 +0200, Kay Sievers wrote: On Sat, Oct 27, 2012 at 12:37 PM, Maciej Piechotka uzytkown...@gmail.com wrote: After some update of systemd the systemd-timedated stopped starting

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Oleksii Shevchuk
Odd, the oldest systemd version I have around is 38, and even that has a working journal that catches stdout/stderr of services. There is some problem with systemctl status and stderr/stdout: https://bugs.freedesktop.org/show_bug.cgi?id=55320 This leads to such behavior: cat

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Olav Vitters
On Sat, Oct 27, 2012 at 01:01:36PM +0200, Zbigniew Jędrzejewski-Szmek wrote: Kay, Olav, I think that we're being a bit unfair towards Michael. There's an implication that his posts were offensive, but they weren't. Overly verbose, yes, repetitive, yes, agitated, etc, but not intended as rude.

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Michael H. Warfield
On Sat, 2012-10-27 at 17:24 +0200, Olav Vitters wrote: On Sat, Oct 27, 2012 at 01:01:36PM +0200, Zbigniew Jędrzejewski-Szmek wrote: Kay, Olav, I think that we're being a bit unfair towards Michael. There's an implication that his posts were offensive, but they weren't. Overly verbose, yes,

Re: [systemd-devel] [Lxc-users] Unable to run systemd in an LXC / cgroup container.

2012-10-27 Thread Michael H. Warfield
On Fri, 2012-10-26 at 09:07 -0500, Serge Hallyn wrote: Quoting Michael H. Warfield (m...@wittsend.com): Adding in the lxc-devel list. On Thu, 2012-10-25 at 22:59 -0400, Michael H. Warfield wrote: On Thu, 2012-10-25 at 15:42 -0400, Michael H. Warfield wrote: On Thu, 2012-10-25 at

Re: [systemd-devel] [Lxc-users] Unable to run systemd in an LXC / cgroup container.

2012-10-27 Thread Michael H. Warfield
On Sat, 2012-10-27 at 12:45 -0400, Michael H. Warfield wrote: On Fri, 2012-10-26 at 09:07 -0500, Serge Hallyn wrote: Quoting Michael H. Warfield (m...@wittsend.com): Adding in the lxc-devel list. On Thu, 2012-10-25 at 22:59 -0400, Michael H. Warfield wrote: On Thu, 2012-10-25 at

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-27 Thread Tomasz Torcz
On Sat, Oct 27, 2012 at 11:59:21AM -0400, Michael H. Warfield wrote: On Sat, 2012-10-27 at 10:05 +0200, Miklos Vajna wrote: On Fri, Oct 26, 2012 at 06:39:33PM -0400, Michael H. Warfield m...@wittsend.com wrote: [root@alcove mhw]# systemctl status network.service network.service - LSB:

Re: [systemd-devel] Unable to run systemd in an LXC / cgroup container.

2012-10-27 Thread Colin Guthrie
'Twas brillig, and Michael H. Warfield at 26/10/12 18:18 did gyre and gimble: What the hell is this? /var/run is symlinked to /run and is mounted with a tmpfs. Yup, that's how /var/run and /run is being handled these days. It provides a consistent space to pass info from the initrd over to

Re: [systemd-devel] Unable to run systemd in an LXC / cgroup container.

2012-10-27 Thread Michael H. Warfield
On Sat, 2012-10-27 at 19:44 +0100, Colin Guthrie wrote: 'Twas brillig, and Michael H. Warfield at 26/10/12 18:18 did gyre and gimble: What the hell is this? /var/run is symlinked to /run and is mounted with a tmpfs. Yup, that's how /var/run and /run is being handled these days. It

Re: [systemd-devel] [PATCH 5/6] NEWS: add a note

2012-10-27 Thread Lennart Poettering
On Sat, 27.10.12 14:15, Kay Sievers (k...@vrfy.org) wrote: On Sat, Oct 27, 2012 at 1:57 PM, Peter Sztan sztan...@gmail.com wrote: On Sat, Oct 27, 2012 at 9:08 AM, Ben Boeckel maths...@gmail.com wrote: --- NEWS | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [systemd-devel] [PATCH 5/6] NEWS: add a note

2012-10-27 Thread Kay Sievers
On Sat, Oct 27, 2012 at 11:37 PM, Lennart Poettering lenn...@poettering.net wrote: On Sat, 27.10.12 14:15, Kay Sievers (k...@vrfy.org) wrote: That is fine, we need to do this, otherwise 'make distcheck' fails with configure and NEWS out-of-sync. It needs to be turned into 196 just at the

Re: [systemd-devel] [PATCH 5/6] NEWS: add a note

2012-10-27 Thread Ben Boeckel
On Sat, Oct 27, 2012 at 23:37:23 +0200, Lennart Poettering wrote: Uh? 195 is already released, this stuff should not be added to the CHANGES list for 195, but put into a new section for 196. Sorry about that, I'm used to bumping the release in the configuration files right after a release so

Re: [systemd-devel] Too little information is shown when system enters emergency mode

2012-10-27 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Oct 23, 2012 at 04:58:46PM +0200, Lennart Poettering wrote: On Sun, 21.10.12 15:59, Andrey Borzenkov (arvidj...@gmail.com) wrote: Welcome to emergency mode. Use systemctl default or ^D to enter default mode. Give root password for login: systemd 195 will now also mention

Re: [systemd-devel] [PATCH 0/3] Fix some minor annoyances

2012-10-27 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Dec 14, 2011 at 11:19:13PM +0530, Ramkumar Ramachandra wrote: Hi, On Dec 2, 2011, Ramkumar Ramachandra wrote: Ramkumar Ramachandra (3):  Debian: update m4 scripts in units/  completion: fix typo in accessing array index  completion: add ZSH support Does the series look

Re: [systemd-devel] [PATCH] man/logind.conf.xml: Add missing 'suspend' value for Handle*Key options.

2012-10-27 Thread Zbigniew Jędrzejewski-Szmek
On 10/24/2012 09:47 PM, Thomas Bächler wrote: --- man/logind.conf.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 3d83d2c..3e744da 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -211,7 +211,8 @@

Re: [systemd-devel] [PATCH 6/6] sysctl: parse all keys in a config file

2012-10-27 Thread Zbigniew Jędrzejewski-Szmek
On 10/26/2012 01:13 AM, Michal Schmidt wrote: Dne 25.10.2012 16:16, Michal Sekletar napsal(a): https://bugzilla.redhat.com/show_bug.cgi?id=869779 --- src/sysctl/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c index

Re: [systemd-devel] [PATCH] Add zsh completion

2012-10-27 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 26, 2012 at 11:27:56AM -0400, Daniel Wallace wrote: On Fri, Oct 26, 2012 at 08:41:50AM -0400, Dave Reisner wrote: On Fri, Oct 26, 2012 at 05:58:41AM -0400, Daniel Wallace wrote: From: Daniel Wallace daniel.wall...@gatech.edu I updated the zsh completion from zsh, and added

Re: [systemd-devel] [PATCH] Add zsh completion

2012-10-27 Thread Dave Reisner
On Sun, Oct 28, 2012 at 02:26:08AM +0200, Zbigniew Jędrzejewski-Szmek wrote: On Fri, Oct 26, 2012 at 11:27:56AM -0400, Daniel Wallace wrote: On Fri, Oct 26, 2012 at 08:41:50AM -0400, Dave Reisner wrote: On Fri, Oct 26, 2012 at 05:58:41AM -0400, Daniel Wallace wrote: From: Daniel Wallace