[systemd-devel] [PATCH] fix spell

2014-12-30 Thread Susant Sahani
--- man/sd_event_add_child.xml | 2 +- man/sd_event_add_signal.xml | 2 +- man/systemctl.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index 9d943f8..7a84fce 100644 --- a/man/sd_event_add_child.xml +++

[systemd-devel] Small fixes to accelerometer

2014-12-30 Thread Robert Milasan
As in the subject, check attached patch. Found 2 problems: 1. -x option not in use, so we should just drop it from the code 2. we support long and short options, but we advertise only long ones. -- Robert Milasan L3 Support Engineer SUSE Linux (http://www.suse.com) email: rmila...@suse.com

Re: [systemd-devel] [RFC] bus: add sd_bus_emit_object_{added, removed}()

2014-12-30 Thread David Herrmann
Hi On Tue, Feb 18, 2014 at 12:02 AM, David Herrmann dh.herrm...@gmail.com wrote: The ObjectManager dbus interface provides an InterfacesAdded signal to notify others about new interfaces that are added to an object. The same signal is also used to advertise new objects (by adding the first

Re: [systemd-devel] [PATCH 1/2] typofixes - https://github.com/vlajos/misspell_fixer

2014-12-30 Thread Veres Lajos
Hi, I reviewed it one time, but it seems I wasn't enough accurate... Should I change the patch and resend it? Best regards, Lajos On Mon, 29 Dec 2014, J Callahan wrote: On 29/12/2014 4:46 am, Veres Lajos vla...@gmail.com wrote: - inhibitors during their runtime. A simple way to

Re: [systemd-devel] simple service shell script filling journal

2014-12-30 Thread Larry Harmon
I have not looked into module options or temp files – I haven’t learned these yet. My bash script does write to the /sys/class/… trigger to set or clear an LED. I don’t understand how system-tmpfile helps with a periodic operation. But I will look into it. Thanks Larry Harmon Larry Harmon |

Re: [systemd-devel] [PATCH] fix spell

2014-12-30 Thread Paul Menzel
Dear Susant, Am Dienstag, den 30.12.2014, 13:35 +0530 schrieb Susant Sahani: thank you for the patch. Could you please fix the summary line? For example use man: Fix three typos or man: Fix spelling as that also shows that the manual pages are touched. `git commit --amend` let’s

[systemd-devel] systemd: Program terminated with signal SIGFPE, Arithmetic exception.

2014-12-30 Thread Paul Menzel
Dear systemd folks, using Debian Sid/unstable with systemd 215-8, I still have problems that there are time-outs between systemd and D-Bus, even with the current D-Bus 1.8.12 [1]. Experiencing this again, where `systemd-logind.service` was not started, I was able to log in on tty1 but in the end

Re: [systemd-devel] Small fixes to accelerometer

2014-12-30 Thread Paul Menzel
Dear Robert, thank you for your patch. You should tag patches with [PATCH] in the subject. Your MUA (mail client) Claws Mail can probably even import the mbox file `git format-patch -1` creates, which you attached. Am Dienstag, den 30.12.2014, 09:23 +0100 schrieb Robert Milasan: From

Re: [systemd-devel] [PATCH] Fix install location of systemd.pc

2014-12-30 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Dec 29, 2014 at 03:01:12PM +, Simon Peeters wrote: 2014-12-29 13:02 GMT+00:00 Martin Pitt martin.p...@ubuntu.com: Mike Gilbert [2014-12-28 12:41 -0500]: From Lennart's commit message, it seems like this was done intentionally. The addition of libdir was certainly intentional,

Re: [systemd-devel] [systemd-commits] 8 commits - src/core src/libsystemd src/test

2014-12-30 Thread Zbigniew Jędrzejewski-Szmek
commit e95e909d820429ba34fa6f6f1b0109ac22743b47 Author: Tom Gundersen t...@jklm.no Date: Sun Dec 28 13:38:23 2014 +0100 core: loopback - simplify check_loopback() We no longer configure the addresses on the loopback interface, but simply bring it up and let the kernel

Re: [systemd-devel] [systemd-commits] 8 commits - src/core src/libsystemd src/test

2014-12-30 Thread David Herrmann
Hi On Tue, Dec 30, 2014 at 5:17 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: commit e95e909d820429ba34fa6f6f1b0109ac22743b47 Author: Tom Gundersen t...@jklm.no Date: Sun Dec 28 13:38:23 2014 +0100 core: loopback - simplify check_loopback() We no longer configure the

[systemd-devel] [PATCH] man: Fix spelling

2014-12-30 Thread Susant Sahani
--- man/sd_event_add_child.xml | 2 +- man/sd_event_add_signal.xml | 2 +- man/systemctl.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index 9d943f8..7a84fce 100644 --- a/man/sd_event_add_child.xml +++

Re: [systemd-devel] [PATCH] fix spell

2014-12-30 Thread Susant Sahani
On Tue, 30 Dec 2014 21:12:51 +0530, Paul Menzel paulepan...@users.sourceforge.net wrote: man: Fix spelling Sure Thanks ! -- Susant ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

[systemd-devel] [PATCH 1/2] accelerometer: drop unused -x option

2014-12-30 Thread Robert Milasan
--- src/udev/accelerometer/accelerometer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udev/accelerometer/accelerometer.c b/src/udev/accelerometer/accelerometer.c index dd4b7dc..23d6f78 100644 --- a/src/udev/accelerometer/accelerometer.c +++

[systemd-devel] [PATCH 2/2] accelerometer: display short options too

2014-12-30 Thread Robert Milasan
--- src/udev/accelerometer/accelerometer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/udev/accelerometer/accelerometer.c b/src/udev/accelerometer/accelerometer.c index 23d6f78..9c13d97 100644 --- a/src/udev/accelerometer/accelerometer.c +++

[systemd-devel] [PATCH] Propagate reload from RELOADING=1 notifications

2014-12-30 Thread Jouke Witteveen
--- This fixes #87251 src/core/manager.c | 42 ++ src/core/manager.h | 1 + src/core/service.c | 7 +++ 3 files changed, 50 insertions(+) diff --git a/src/core/manager.c b/src/core/manager.c index 9705e64..11cca17 100644 --- a/src/core/manager.c

Re: [systemd-devel] [PATCH 2/2] accelerometer: display short options too

2014-12-30 Thread Paul Menzel
Am Dienstag, den 30.12.2014, 18:58 +0100 schrieb Robert Milasan: --- src/udev/accelerometer/accelerometer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Awesome! Thank you for splitting these up and submitting a v2! diff --git a/src/udev/accelerometer/accelerometer.c

Re: [systemd-devel] [PATCH] man: Fix spelling

2014-12-30 Thread Martin Pitt
Hey Susant, Applied, thanks! Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH 1/2] accelerometer: drop unused -x option

2014-12-30 Thread Martin Pitt
Hey Robert, applied, thanks! Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH 2/2] accelerometer: display short options too

2014-12-30 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 30, 2014 at 08:29:27PM +0100, Paul Menzel wrote: Am Dienstag, den 30.12.2014, 18:58 +0100 schrieb Robert Milasan: --- src/udev/accelerometer/accelerometer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Awesome! Thank you for splitting these up and submitting a

Re: [systemd-devel] [PATCH 1/2] typofixes - https://github.com/vlajos/misspell_fixer

2014-12-30 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 30, 2014 at 11:50:06AM +, Veres Lajos wrote: Hi, I reviewed it one time, but it seems I wasn't enough accurate... Should I change the patch and resend it? Best regards, Lajos On Mon, 29 Dec 2014, J Callahan wrote: On 29/12/2014 4:46 am, Veres Lajos vla...@gmail.com

[systemd-devel] idle daemon sleep

2014-12-30 Thread Garegin Asatryan
In Windows 8 and later the group policy service (and maybe other services as well, I couldn't find any info on that) can go to sleep to save power. Do you think a similar feature could be implemented for systemd? Source: http://technet.microsoft.com/en-us/library/dn265973.aspx#BKMK_Perf The

Re: [systemd-devel] idle daemon sleep

2014-12-30 Thread Mantas Mikulėnas
On Wed, Dec 31, 2014 at 7:42 AM, Garegin Asatryan garegi...@gmail.com wrote: In Windows 8 and later the group policy service (and maybe other services as well, I couldn't find any info on that) can go to sleep to save power. Do you think a similar feature could be implemented for systemd?

Re: [systemd-devel] idle daemon sleep

2014-12-30 Thread Alexandre Detiste
Le mercredi 31 décembre 2014, 08:23:51 Mantas Mikulėnas a écrit : Even for .timer units, systemd simply sleeps until it's actually time for the next event – like cron, or Task Scheduler for that matter. There shouldn't be any is it time yet?. In fact, many people complain that cron does wakes

Re: [systemd-devel] [PATCH] man: Fix spelling

2014-12-30 Thread Susant Sahani
On Wed, 31 Dec 2014 02:35:00 +0530, Martin Pitt martin.p...@ubuntu.com wrote: Hey Susant, Hi Martin, Applied, thanks! Thanks ! Martin -- Susant ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] idle daemon sleep

2014-12-30 Thread Mantas Mikulėnas
On Wed, Dec 31, 2014 at 8:37 AM, Alexandre Detiste alexandre.deti...@gmail.com wrote: Le mercredi 31 décembre 2014, 08:23:51 Mantas Mikulėnas a écrit : Even for .timer units, systemd simply sleeps until it's actually time for the next event – like cron, or Task Scheduler for that matter. There