[systemd-devel] [PATCH] localed: forward xkbcommon errors

2014-11-25 Thread Jan Synacek
The errors are prefixed with "libxkbcommon", because they are quite confusing. With the prefix, we at least know where they come from. --- src/locale/localed.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/locale/localed.c b/src/locale/localed.c index 4e5

Re: [systemd-devel] [PATCH] localed: forward xkbcommon errors

2014-11-25 Thread David Herrmann
Hi Jan! On Tue, Nov 25, 2014 at 9:23 AM, Jan Synacek wrote: > The errors are prefixed with "libxkbcommon", because they are quite > confusing. With the prefix, we at least know where they come from. > --- > src/locale/localed.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletion

Re: [systemd-devel] [PATCH] localed: forward xkbcommon errors

2014-11-25 Thread Jan Synacek
David Herrmann writes: > Hi Jan! Hello! > On Tue, Nov 25, 2014 at 9:23 AM, Jan Synacek wrote: >> The errors are prefixed with "libxkbcommon", because they are quite >> confusing. With the prefix, we at least know where they come from. >> --- >> src/locale/localed.c | 15 +++ >> 1 f

Re: [systemd-devel] [PATCH] localed: forward xkbcommon errors

2014-11-25 Thread David Herrmann
Hi On Tue, Nov 25, 2014 at 10:50 AM, Jan Synacek wrote: > David Herrmann writes: >> Hi Jan! > > Hello! > >> On Tue, Nov 25, 2014 at 9:23 AM, Jan Synacek wrote: >>> The errors are prefixed with "libxkbcommon", because they are quite >>> confusing. With the prefix, we at least know where they com

[systemd-devel] [PATCH] hwdb: fix a typo

2014-11-25 Thread Peter Hutterer
--- hwdb/60-keyboard.hwdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 533ad5b..46348b9 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -42,7 +42,7 @@ # an input device use the commonly available tool: ev

Re: [systemd-devel] how to properly control the daemons or run advanced cmds

2014-11-25 Thread Richard Maw
On Tue, Nov 25, 2014 at 12:09:07AM -0200, Flavio Leitner wrote: > > Hello, > > The Open vSwitch is comprised by two daemons. One is a database and > another is the switch itself. > > Currently we have the openvswitch.service which start/stop/reload the > service (both daemons) just fine. > > Ho

Re: [systemd-devel] [PATCH] hwdb: fix a typo

2014-11-25 Thread Martin Pitt
Hey Peter, Peter Hutterer [2014-11-25 20:45 +1000]: > -# /etc/udev/hwdb.d/70-keyboad.hwdb > +# /etc/udev/hwdb.d/70-keyboard.hwdb Applied, thanks! Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) _

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

2014-11-25 Thread Quentin Lefebvre
Hi, On 24/11/2014 19:17, Zbigniew Jędrzejewski-Szmek wrote : On Mon, Nov 24, 2014 at 07:03:27PM +0100, Quentin Lefebvre wrote: On 24/11/2014 19:01, Zbigniew Jędrzejewski-Szmek wrote : On Mon, Nov 24, 2014 at 06:44:25PM +0100, Quentin Lefebvre wrote: Hi, I tested your patch and actually it do

[systemd-devel] [PATCH] hwdb: add a new db for the DPI/frequency settings of mice

2014-11-25 Thread Peter Hutterer
Pointer acceleration for relative input devices (mice, trackballs, etc.) applies to the deltas of the device. Alas, those deltas have no physical reference point - a delta of 10 may be caused by a large movement of a low-dpi mouse or by a minute movement of a high-dpi mouse. Which makes pointer acc

[systemd-devel] networkd - how to start service right after the "link configured" stage?

2014-11-25 Thread Peter Lemenkov
Hello All! I'm currently doing a great stuff with systemd-networkd but one thing is holding me back. One of my services is starting too early. I'd love to delay its startup right after the "link configured" stage.So far I've got the followng in journal logs: el7 ~: sudo journalctl -M mycontainer -

Re: [systemd-devel] networkd - how to start service right after the "link configured" stage?

2014-11-25 Thread Tom Gundersen
On Tue, Nov 25, 2014 at 1:02 PM, Peter Lemenkov wrote: > I'm currently doing a great stuff with systemd-networkd but one thing > is holding me back. One of my services is starting too early. I'd love > to delay its startup right after the "link configured" stage.So far > I've got the followng in j

Re: [systemd-devel] Service not restarting after Condition failed

2014-11-25 Thread D.S. Ljungmark
On 24/11/14 20:30, Umut Tezduyar Lindskog wrote: > Hi > > On Monday, November 24, 2014, D.S. Ljungmark > wrote: > > On 10/11/14 23:09, Lennart Poettering wrote: > > On Thu, 30.10.14 18:47, D.S. Ljungmark (spi...@aanstoot.se > ) wrote: > > > >> Hi >

Re: [systemd-devel] [PATCH] hwdb: add a new db for the DPI/frequency settings of mice

2014-11-25 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Nov 25, 2014 at 09:35:16PM +1000, Peter Hutterer wrote: > Pointer acceleration for relative input devices (mice, trackballs, etc.) > applies to the deltas of the device. Alas, those deltas have no physical > reference point - a delta of 10 may be caused by a large movement of a low-dpi > mo

Re: [systemd-devel] how to properly control the daemons or run advanced cmds

2014-11-25 Thread Flavio Leitner
On Tue, Nov 25, 2014 at 10:42:12AM +, Richard Maw wrote: > On Tue, Nov 25, 2014 at 12:09:07AM -0200, Flavio Leitner wrote: > > > > Hello, > > > > The Open vSwitch is comprised by two daemons. One is a database and > > another is the switch itself. > > > > Currently we have the openvswitch.se

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread Lennart Poettering
On Mon, 24.11.14 18:40, Thiago Macieira (thi...@kde.org) wrote: > I'm wondering if the same solution should be applied to the session bus. That > would have the unfortunate effect that applications that aren't ported to > know > about kdbus will always fallback to proxy functionality. It would

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread Lennart Poettering
On Mon, 24.11.14 18:40, Thiago Macieira (thi...@kde.org) wrote: > Another thought that comes to mind: should we reserve the entire highest bit > in connection IDs for broadcasts? It would allow for the existence of > multicast groups in the future. I discussed this quickly with the kdbus guys,

Re: [systemd-devel] [PATCH] rpcbind: add support for systemd socket activation

2014-11-25 Thread Steve Dickson
Hello, On 11/22/2014 09:24 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Nov 21, 2014 at 11:43:47AM -0500, Steve Dickson wrote: >> From: Tom Gundersen >> >> Making rpcbind sockect activated will greatly simplify >> its integration in systemd systems. In essence, other services >> may now assum

[systemd-devel] [PATCH] rpcbind: add support for systemd socket activation

2014-11-25 Thread Steve Dickson
From: Tom Gundersen Making rpcbind sockect activated will greatly simplify its integration in systemd systems. In essence, other services may now assume that rpcbind is always available, even during very early boot. This means that we no longer need to worry about any ordering dependencies. Orig

[systemd-devel] [PATCH] rpcbind: systemd socket activation (v2)

2014-11-25 Thread Steve Dickson
This is based on a patch originally posted by Lennart Poettering: . That patch was not merged due to the lack of a shared library and as systemd was seen to be too Fedora specific. Systemd now provides a shared library, and it is (or very soon wil

[systemd-devel] [PATCH] unit-name: fix escaping logic in unit_name_mangle_with_suffix().

2014-11-25 Thread Ivan Shapovalov
Make screened character set consistent with unit_name_mangle() by splitting off the escaping loop into a separate function. Before this fix, unit names such as `foo@bar.target` would get transformed into `foo\x40bar.target` when unit_name_mangle_with_suffix() is used. https://bugs.freedesktop.org

[systemd-devel] [PATCH] journalctl: --follow with --since behaviour

2014-11-25 Thread Andrej Manduch
journalctl will print not only 10 lines but all relevant when --since is in use --- >8 --- Hi, When I tryed to run journalctl with --follow and --since arguments it behaved very strangely. First It prints logs from what I specified in --since argument, then printed 10 lines (as is default in --f

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread Thiago Macieira
On Tuesday 25 November 2014 17:11:36 Lennart Poettering wrote: [snip] Thanks for raising the resource limits. > > == DBUS__BUS_ADDRESS == > > > > We probably discussed this. Should we specify that the address on the > > > > environment variable should be of the form: > > kdbus:path=/sys/fs

Re: [systemd-devel] [PATCH] hwdb: add a new db for the DPI/frequency settings of mice

2014-11-25 Thread Peter Hutterer
On Tue, Nov 25, 2014 at 02:56:31PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Nov 25, 2014 at 09:35:16PM +1000, Peter Hutterer wrote: > > Pointer acceleration for relative input devices (mice, trackballs, etc.) > > applies to the deltas of the device. Alas, those deltas have no physical >

Re: [systemd-devel] [PATCH] hwdb: add a new db for the DPI/frequency settings of mice

2014-11-25 Thread Peter Hutterer
On Tue, Nov 25, 2014 at 09:30:07PM +1000, Peter Hutterer wrote: > Pointer acceleration for relative input devices (mice, trackballs, etc.) > applies to the deltas of the device. Alas, those deltas have no physical > reference point - a delta of 10 may be caused by a large movement of a low-dpi > mo

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread David Herrmann
Hi Thiago On Tue, Nov 25, 2014 at 9:01 PM, Thiago Macieira wrote: > On Tuesday 25 November 2014 17:11:36 Lennart Poettering wrote: >> > == org.freedesktop.DBus connection == >> > >> > Will systemd-kdbus provide that name on the bus so applications that make >> > calls directly be able to continue

Re: [systemd-devel] [PATCH] hwdb: add a new db for the DPI/frequency settings of mice

2014-11-25 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Nov 26, 2014 at 07:30:51AM +1000, Peter Hutterer wrote: > On Tue, Nov 25, 2014 at 02:56:31PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > > On Tue, Nov 25, 2014 at 09:35:16PM +1000, Peter Hutterer wrote: > > > Pointer acceleration for relative input devices (mice, trackballs, etc.) > > > app

Re: [systemd-devel] [PATCH] hwdb: add a new db for the DPI/frequency settings of mice

2014-11-25 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Nov 26, 2014 at 01:01:30AM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Nov 26, 2014 at 07:30:51AM +1000, Peter Hutterer wrote: > > On Tue, Nov 25, 2014 at 02:56:31PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > > > On Tue, Nov 25, 2014 at 09:35:16PM +1000, Peter Hutterer wrote: > > >

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread Lennart Poettering
On Tue, 25.11.14 12:01, Thiago Macieira (thi...@kde.org) wrote: > > Well, we don't need any env var really, as we enforce that the UID of > > the user is included in the name of their bussess, and the busses are > > cleaned up when the registrar dies. We don't have the risk of leaving > > old buss

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread Lennart Poettering
On Wed, 26.11.14 00:46, David Herrmann (dh.herrm...@gmail.com) wrote: > Custom endpoints do _not_ create new buses. Really. You could create a > custom bus and use it for just 2 connections, but then you could also > just use socketpair(2). Note that there was some discussion on > "anonymous buses

[systemd-devel] Scope units get SIGKILL when stopped, not SIGTERM

2014-11-25 Thread Michael Chapman
Hello, When I stop a scope unit, it looks like all processes in it get a SIGKILL immediately, not a SIGTERM. I believe this issue has been brought up before in http://lists.freedesktop.org/archives/systemd-devel/2014-October/024452.html, but there was no resolution then. That thread indicate

Re: [systemd-devel] [PATCH] hwdb: add a new db for the DPI/frequency settings of mice

2014-11-25 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Nov 26, 2014 at 08:36:55AM +1000, Peter Hutterer wrote: > Plus, would a fix be welcome to ignore multiple leading whitespaces? This > has caught me several times now and I keep making this mistake. Yes, pleeeassse. This will fix https://bugs.freedesktop.org/show_bug.cgi?id=82311 too. Zbys

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread Thiago Macieira
On Wednesday 26 November 2014 01:25:18 Lennart Poettering wrote: > > Thinking of non-system buses here. > > > > If the variable is empty, I agree that it should have an equivalent of an > > "autostart" mechanism, but I disagree on the solution and I also disagree > > that distros should leave it e

Re: [systemd-devel] Compatibility between D-Bus and kdbus

2014-11-25 Thread Thiago Macieira
On Wednesday 26 November 2014 00:46:50 David Herrmann wrote: > We had "systemd-bus-driverd", which implemented org.freedesktop.DBus > as normal service. However, this didn't work out as many dbus clients > rely on this services to not be re-ordered in regard to external > requests. > > In particul