Re: [systemd-devel] [PATCH 1/2] bus-util: add ssh and polkit connection methods

2013-10-30 Thread Peeters Simon
2013/10/30 Simon Peeters peeters.si...@gmail.com: bus_connect_system_ssh is shamelessly copied from Tom Gundersen's wip patches Aparently i am 3 hours late to the party, so only the polkit part from this patch is needed --- src/libsystemd-bus/bus-util.c | 61

Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-30 Thread Thomas H.P. Andersen
On Wed, Oct 30, 2013 at 3:48 AM, Kay Sievers k...@vrfy.org wrote: On Wed, Oct 23, 2013 at 1:22 AM, Kay Sievers k...@vrfy.org wrote: [update] To avoid any duplication of work, here are the tools which still need conversion. Please reply to this mail, in case you decide to work on anything in

[systemd-devel] Thank you!

2013-10-30 Thread Umut Tezduyar Lindskog
Hi systemd developers, I am very proud to inform that Axis Communications, market leader in IP video products, has been using systemd in variety of products. Our team has been actively involved in fixing bugs, implementing features and having discussions with you guys for the purpose of making

Re: [systemd-devel] [PATCH 1/2] bus-util: add ssh and polkit connection methods

2013-10-30 Thread Tom Gundersen
Hi Simon, On Wed, Oct 30, 2013 at 7:02 AM, Peeters Simon peeters.si...@gmail.com wrote: 2013/10/30 Simon Peeters peeters.si...@gmail.com: bus_connect_system_ssh is shamelessly copied from Tom Gundersen's wip patches Aparently i am 3 hours late to the party, so only the polkit part from this

Re: [systemd-devel] .libs/test-sched-prio failed

2013-10-30 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Oct 30, 2013 at 10:02:33AM +0800, Rongqing Li wrote: Hi: I am running the systemd test cases, but .libs/test-sched-prio always failed, whether I put sched_idle_ok.service to anywhere, who can help me? thanks .libs/test-sched-prio Assertion 'idle_ok-load_state == UNIT_LOADED'

[systemd-devel] Default udev log priority

2013-10-30 Thread Tom Gundersen
Kay, The default /etc/udev/udev.conf indicates (by a commented out udev_log=info), that libudev's default log level is INFO. However, it is actually ERR. I suggest we change the default log level to be INFO as that is a lot more useful (and more standard I believe) than ERR. Any objections?

Re: [systemd-devel] Default udev log priority

2013-10-30 Thread Kay Sievers
On Wed, Oct 30, 2013 at 1:13 PM, Tom Gundersen t...@jklm.no wrote: The default /etc/udev/udev.conf indicates (by a commented out udev_log=info), that libudev's default log level is INFO. However, it is actually ERR. I suggest we change the default log level to be INFO as that is a lot more

Re: [systemd-devel] [systemd-commits] src/timedate

2013-10-30 Thread Lennart Poettering
On Wed, 30.10.13 08:07, Dave Reisner (dreis...@kemper.freedesktop.org) wrote: src/timedate/timedated.c |3 +++ 1 file changed, 3 insertions(+) New commits: commit 36f9f99556b2fd90705a9eda2e8f182b1e63a15e Author: Dave Reisner dreis...@archlinux.org Date: Wed Oct 30 11:06:43 2013

[systemd-devel] [PATCH] build: lookup for the mount binary

2013-10-30 Thread Cristian Rodríguez
Real executable might be in /usr and not in /bin --- configure.ac| 4 src/core/mount.c| 4 ++-- src/remount-fs/remount-fs.c | 10 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 7e41d57..8ad3c43 100644

Re: [systemd-devel] [PATCH] build: lookup for the mount binary

2013-10-30 Thread Tom Gundersen
On Wed, Oct 30, 2013 at 7:12 PM, Cristian Rodríguez crrodrig...@opensuse.org wrote: Real executable might be in /usr and not in /bin I'm not against the patch, but the justification seems lacking... Does anyone actually do this? I.e., have a mount that is not symlinked to by /bin/mount? -t

Re: [systemd-devel] [PATCH] build: lookup for the mount binary

2013-10-30 Thread Cristian Rodríguez
El mié 30 oct 2013 15:18:48 CLST, Tom Gundersen escribió: On Wed, Oct 30, 2013 at 7:12 PM, Cristian Rodríguez crrodrig...@opensuse.org wrote: Real executable might be in /usr and not in /bin I'm not against the patch, but the justification seems lacking... Does anyone actually do this? I.e.,

Re: [systemd-devel] [PATCH] build: lookup for the mount binary

2013-10-30 Thread Harald Hoyer
On 10/30/2013 07:27 PM, Cristian Rodríguez wrote: El mié 30 oct 2013 15:18:48 CLST, Tom Gundersen escribió: On Wed, Oct 30, 2013 at 7:12 PM, Cristian Rodríguez crrodrig...@opensuse.org wrote: Real executable might be in /usr and not in /bin I'm not against the patch, but the justification

Re: [systemd-devel] [PATCH] build: lookup for the mount binary

2013-10-30 Thread Dave Reisner
On Wed, Oct 30, 2013 at 03:27:06PM -0300, Cristian Rodríguez wrote: El mié 30 oct 2013 15:18:48 CLST, Tom Gundersen escribió: On Wed, Oct 30, 2013 at 7:12 PM, Cristian Rodríguez crrodrig...@opensuse.org wrote: Real executable might be in /usr and not in /bin I'm not against the patch,

Re: [systemd-devel] [PATCH] build: lookup for the mount binary

2013-10-30 Thread Tom Gundersen
On Wed, Oct 30, 2013 at 7:51 PM, Cristian Rodríguez crrodrig...@opensuse.org wrote: El 30/10/13 15:39, Dave Reisner escribió: I think Tom meant that /bin would be a symlink to /usr/bin, which implicitly links /bin/mount to /usr/bin/mount. In openSUSE, /bin is not a symlink to /usr/bin, only

Re: [systemd-devel] [PATCH 1/2] bus-util: add ssh and polkit connection methods

2013-10-30 Thread Umut Tezduyar
Hi, Speaking about ssh, are sd_bus_open_system_remote() and bus_connect_system_ssh() doing similar things? bus_connect_system_ssh expects the unixexec: support from dbus library. Can bus_connect_system_ssh be replaced with sd_bus_open_system_remote so we won't be dependent on latest (Seems like

[systemd-devel] [PATCH] zsh-completion: add systemd-run

2013-10-30 Thread Ronny Chevalier
--- Makefile.am | 1 + TODO | 2 -- shell-completion/zsh/_systemd-run | 31 +++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 shell-completion/zsh/_systemd-run diff --git a/Makefile.am

Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-30 Thread Kay Sievers
On Wed, Oct 30, 2013 at 3:48 AM, Kay Sievers k...@vrfy.org wrote: [update] To avoid any duplication of work, here are the tools which still need conversion. Please reply to this mail, in case you decide to work on anything in that area. - systemd-logind - loginctl Peeters Simon: I'll

Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-30 Thread Kay Sievers
On Wed, Oct 30, 2013 at 5:36 AM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: On 30 October 2013 11:48, Kay Sievers k...@vrfy.org wrote: On Wed, Oct 23, 2013 at 1:22 AM, Kay Sievers k...@vrfy.org wrote: [update] To avoid any duplication of work, here are the tools which still need

Re: [systemd-devel] .libs/test-sched-prio failed

2013-10-30 Thread Rongqing Li
On 10/30/2013 07:10 PM, Zbigniew Jędrzejewski-Szmek wrote: On Wed, Oct 30, 2013 at 10:02:33AM +0800, Rongqing Li wrote: Hi: I am running the systemd test cases, but .libs/test-sched-prio always failed, whether I put sched_idle_ok.service to anywhere, who can help me? thanks

Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-30 Thread Marc-Antoine Perennou
On 31 October 2013 07:10, Kay Sievers k...@vrfy.org wrote: On Wed, Oct 30, 2013 at 5:36 AM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: On 30 October 2013 11:48, Kay Sievers k...@vrfy.org wrote: On Wed, Oct 23, 2013 at 1:22 AM, Kay Sievers k...@vrfy.org wrote: [update] To avoid

Re: [systemd-devel] [PATCH] zsh-completion: add systemd-run

2013-10-30 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Oct 30, 2013 at 09:57:44PM +0100, Ronny Chevalier wrote: + shell-completion/zsh/_systemd-run \ Applied, thanks. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] .libs/test-sched-prio failed

2013-10-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 31, 2013 at 08:05:18AM +0800, Rongqing Li wrote: On 10/30/2013 07:10 PM, Zbigniew Jędrzejewski-Szmek wrote: On Wed, Oct 30, 2013 at 10:02:33AM +0800, Rongqing Li wrote: Hi: I am running the systemd test cases, but .libs/test-sched-prio always failed, whether I put