Re: [systemd-devel] [PATCH v3 2/4] udev: Update pointingstick rules to allow setting ibm trackpoint sensitivity

2015-04-07 Thread David Herrmann
Hi On Tue, Apr 7, 2015 at 12:09 PM, Hans de Goede hdego...@redhat.com wrote: IBM / Lenovo trackpoints allow specifying a sensitivity setting through a ps/2 command, which changes the range of the deltas sent when using the trackpoint. On some models with normal usage only deltas of 1 or 2 are

Re: [systemd-devel] systemd-resolved service ignores UseDNS=false

2015-04-07 Thread David Herrmann
Hi On Wed, Mar 25, 2015 at 4:20 AM, Mikhail Morfikov mmorfi...@gmail.com wrote: In the systemd-resolved manual we can read something like this: The DNS servers contacted are determined from the global settings in resolved.conf(5), the per-link static settings in .network files, and the

Re: [systemd-devel] [PATCH v3 2/4] udev: Update pointingstick rules to allow setting ibm trackpoint sensitivity

2015-04-07 Thread David Herrmann
Hi On Tue, Apr 7, 2015 at 1:52 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 07-04-15 13:46, David Herrmann wrote: Hi On Tue, Apr 7, 2015 at 1:40 PM, Hans de Goede hdego...@redhat.com wrote: The series looks reasonable, but I wonder why we cannot merge it into 60-keyboard.rule

Re: [systemd-devel] [PATCH v3 2/4] udev: Update pointingstick rules to allow setting ibm trackpoint sensitivity

2015-04-07 Thread David Herrmann
Hi On Tue, Apr 7, 2015 at 1:40 PM, Hans de Goede hdego...@redhat.com wrote: The series looks reasonable, but I wonder why we cannot merge it into 60-keyboard.rule (60-evdev.rule now) like Peter's series does? In that case, please make this a builtin of input_id which uses

Re: [systemd-devel] [PATCH] udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETER

2015-04-04 Thread David Herrmann
Hi On Fri, Apr 3, 2015 at 8:55 PM, Hans de Goede hdego...@redhat.com wrote: [...] I don't think we should return when we see INPUT_PROP_ACCEL. If a keyboard embeds an accelerometer, we will miss it. I think I went too deep in detail for Wacoms/tablets devices and it confused you. Those don't

Re: [systemd-devel] [PATCH 1/6] udev: builtin-keyboard: move fetching the device node up

2015-04-08 Thread David Herrmann
Hi On Wed, Apr 8, 2015 at 7:41 PM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 23.03.15 11:30, Peter Hutterer (peter.hutte...@who-t.net) wrote: No point parsing the properties if we can't get the devnode to apply them later. Plus, this makes future additions easier to slot in.

Re: [systemd-devel] [PATCH] udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETER

2015-04-03 Thread David Herrmann
Hi On Fri, Apr 3, 2015 at 12:07 PM, Hans de Goede hdego...@redhat.com wrote: input_id already (tries to) tag accelerometers as such, but this only works for absolute accelerometers. Recent kernels mark accelerometers through an input prop. Trust that prop and always tag devices with it with

Re: [systemd-devel] [ANNOUNCE] Separating gudev from systemd

2015-05-20 Thread David Herrmann
Hi On Wed, May 20, 2015 at 8:46 AM, Tom Gundersen t...@jklm.no wrote: On Wed, May 20, 2015 at 8:24 AM, Martin Pitt martin.p...@ubuntu.com wrote: Hey David, David Herrmann [2015-05-19 17:06 +0200]: We're about to remove gudev from the systemd repository, as it is in no way related

[systemd-devel] [ANNOUNCE] Separating gudev from systemd

2015-05-19 Thread David Herrmann
Hi We're about to remove gudev from the systemd repository, as it is in no way related to the systemd code-base, nor used by the systemd project. To preserve backwards compatibility, gudev was extracted into a separate repository and is now managed on gnome.org: Homepage:

Re: [systemd-devel] [PATCH] util: fix typo

2015-05-19 Thread David Herrmann
Hi On Tue, May 19, 2015 at 2:26 PM, jsyna...@redhat.com wrote: From: Jan Synacek jsyna...@redhat.com --- src/shared/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied! Thanks David diff --git a/src/shared/util.c b/src/shared/util.c index da6343f..fd837d9 100644 ---

Re: [systemd-devel] Alienware graphics amplifier scancodes

2015-06-05 Thread David Herrmann
Hi On Thu, Jun 4, 2015 at 9:31 PM, Mario Limonciello mario_limoncie...@dell.com wrote: On 06/04/2015 01:31 AM, David Herrmann wrote: Last but not least: Did you try fixing the alienware x86-platform driver to provide the correct mappings instead of adding a user-space fixup? I'm unsure

Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-05 Thread David Herrmann
Hi On Wed, Jun 3, 2015 at 7:48 PM, Lucas De Marchi lucas.de.mar...@gmail.com wrote: Of course this is a non-issue for several projects in github which don't have proper commit review. It's not the case of systemd and it seems it's even the reason why you are moving to github. So I'm just

Re: [systemd-devel] siphash24 gives unmatched bloom_mask and bloom_filter?

2015-06-05 Thread David Herrmann
Hi On Thu, Jun 4, 2015 at 2:07 PM, eshar...@163.com wrote: Hi, All, I use libsystemd.so for the kdbus protocol layer, and I met a question that I added a signal matching rule by sd_bus_add_match() , then I sent signal by sd_bus_send(). But I couldn't receive this signal because its

Re: [systemd-devel] How to get all PIDs in a service

2015-06-06 Thread David Herrmann
Hi On Thu, Jun 4, 2015 at 6:31 PM, Andrei Borzenkov arvidj...@gmail.com wrote: В Thu, 04 Jun 2015 10:08:52 +0200 Sébastien Luttringer se...@seblu.net пишет: What's the right way to get all pid belonging to a service? How can I unescape strings from systemctl? Well, you can use

Re: [systemd-devel] siphash24 gives unmatched bloom_mask and bloom_filter?

2015-06-08 Thread David Herrmann
Hi On Mon, Jun 8, 2015 at 3:26 PM, eshar...@163.com wrote: Hi, David I just modified the src/libsystemd/sd-bus/test-bus-match.c. And you could add the following two lines in the bloom_add_data() in bus-bloom.c for (i = 0; i size/sizeof(uint64_t); i++)

Re: [systemd-devel] Alienware graphics amplifier scancodes

2015-06-04 Thread David Herrmann
Hi On Thu, Jun 4, 2015 at 12:50 AM, Mario Limonciello mario_limoncie...@dell.com wrote: On 05/29/2015 04:22 AM, Lennart Poettering wrote: On Thu, 28.05.15 13:53, Mario Limonciello (mario_limoncie...@dell.com) wrote: On 05/28/2015 01:46 PM, Greg KH wrote: You can't guarantee that

Re: [systemd-devel] Bind key combination to isolate emergency mode

2015-06-20 Thread David Herrmann
Hi On Sat, Jun 20, 2015 at 4:26 PM, Thomas Meyer tho...@m3y3r.de wrote: Hi, Is it possible to bind a key combination in systemd to perform a switch into emergency mode or another target? And would this key binding also work in situations where the system is under heavy cpu load and heavy

Re: [systemd-devel] sd-bus object manager question

2015-06-25 Thread David Herrmann
Hi On Tue, Jun 23, 2015 at 2:41 PM, David Härdeman da...@hardeman.nu wrote: Hi, as an experiment I've tried porting a toy dbus daemon over to sd-bus. It seems to be working well so far and I have to say I really like the sd-bus API over the gdbus one (sd-bus feels like I'm still writing

Re: [systemd-devel] Can kdbus send signal to the source connection?

2015-06-15 Thread David Herrmann
Hi On Mon, Jun 15, 2015 at 4:43 PM, Simon McVittie simon.mcvit...@collabora.co.uk wrote: On 15/06/15 15:32, Lennart Poettering wrote: Did I get this right, you have one bus connection per thread, but possibly both a kdbus client and its service run from the server, and you want broadcast msgs

Re: [systemd-devel] machinectl status vs show

2015-06-17 Thread David Herrmann
Hi On Wed, Jun 17, 2015 at 5:53 AM, Johannes Ernst johannes.er...@gmail.com wrote: Are those supposed to produce the same information, just formatted differently (man vs machine per man page)? I’m failing to convince ‘show’ to give me the container’s IP address, while ‘status’ has all of

Re: [systemd-devel] sd-bus vs glib object path node hierarchy

2015-06-17 Thread David Herrmann
Hi On Tue, Jun 16, 2015 at 11:32 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 16.06.15 22:54, Krzesimir Nowak (krzesi...@endocode.com) wrote: That reminds me of a bug (or not-a-bug) in go-dbus [1] - it also generates flat hierarchy. This is a problem for tools like d-feet -

Re: [systemd-devel] /etc/resolv.conf link in container

2015-06-17 Thread David Herrmann
Hi On Tue, Jun 16, 2015 at 11:39 PM, Johannes Ernst johannes.er...@gmail.com wrote: I have a root filesystem in directory foo/ It has symlink foo/etc/resolv.conf - /run/systemd/resolve/resolv.conf When I’m booting the container: sudo systemd-nspawn --directory foo --boot I’m

Re: [systemd-devel] Can kdbus send signal to the source connection?

2015-06-16 Thread David Herrmann
Hi On Tue, Jun 16, 2015 at 9:35 AM, eshark eshar...@163.com wrote: Hi, At 2015-06-15 22:32:27, Lennart Poettering lenn...@poettering.net wrote: On Mon, 15.06.15 19:05, eshark (eshar...@163.com) wrote: Hi, All, If I post this email to the wrong mail-list, please tell me, thank you.

Re: [systemd-devel] Can kdbus send signal to the source connection?

2015-06-16 Thread David Herrmann
Hi On Tue, Jun 16, 2015 at 12:07 PM, eshark eshar...@163.com wrote: At 2015-06-16 15:54:10, David Herrmann dh.herrm...@gmail.com wrote: Can you be more specific, please? What do you mean by network module of our systemd cannot work OK? Sorry. Acctually our network module cannot get ip

[systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-01 Thread David Herrmann
Hi As of today we've disabled git-push to fd.o. The official development git repository is now at github [1]. The old repository will still be back-synced, but we had to disable push-access to avoid getting out-of-sync with github. In recent months, keeping up with the mailing-list has become

Re: [systemd-devel] [ANNOUNCE] Separating gudev from systemd

2015-06-01 Thread David Herrmann
Hi On Mon, Jun 1, 2015 at 6:51 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Jun 01, 2015 at 05:48:15PM +0100, Bastien Nocera wrote: On Sun, 2015-05-31 at 02:24 +, Zbigniew Jędrzejewski-Szmek wrote: Hi Bastien, do you have any plans for the package in Fedora? I

Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-02 Thread David Herrmann
Hi On Mon, Jun 1, 2015 at 8:12 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi As of today we've disabled git-push to fd.o. The official development git repository is now at github [1]. The old repository will still be back-synced, but we had to disable push-access to avoid getting out

Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-02 Thread David Herrmann
Hi On Tue, Jun 2, 2015 at 3:58 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Tue, Jun 02, 2015 at 03:31:19PM +0200, Daniel Mack wrote: On 06/02/2015 02:19 PM, Jason A. Donenfeld wrote: On Tue, Jun 2, 2015 at 1:06 PM, David Herrmann dh.herrm...@gmail.com wrote: Regarding

Re: [systemd-devel] [PATCH] loginctl: add rule for qemu's pci-bridge-seat

2015-07-01 Thread David Herrmann
Hi On Mon, Jun 29, 2015 at 9:42 AM, Gerd Hoffmann kra...@redhat.com wrote: Signed-off-by: Gerd Hoffmann kra...@redhat.com --- src/login/71-seat.rules.in | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/login/71-seat.rules.in b/src/login/71-seat.rules.in index ab7b66f..270da71

Re: [systemd-devel] [PATCH] loginctl: add rule for qemu's pci-bridge-seat

2015-07-01 Thread David Herrmann
Hi On Wed, Jul 1, 2015 at 4:25 PM, Gerd Hoffmann kra...@redhat.com wrote: On Mi, 2015-07-01 at 13:10 +0200, David Herrmann wrote: Hi On Mon, Jun 29, 2015 at 9:42 AM, Gerd Hoffmann kra...@redhat.com wrote: Signed-off-by: Gerd Hoffmann kra...@redhat.com --- src/login/71-seat.rules.in | 6

Re: [systemd-devel] Testing kdbus and bus-proxy

2015-07-01 Thread David Herrmann
Hi On Wed, Jul 1, 2015 at 10:38 PM, Daniel Buch boogiewasth...@gmail.com wrote: Alright, i just updated kdbus branch, and these issues is solved.. We haven't broken ABI for quite some time (and are now committed to the ABI!). But still, thanks for the report! Thanks David

Re: [systemd-devel] [PATCH] Remove accelerometer helper

2015-07-05 Thread David Herrmann
Hi On Fri, Jul 3, 2015 at 1:25 PM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 29.06.15 16:03, Tom Gundersen (t...@jklm.no) wrote: On Sat, Jun 27, 2015 at 10:02 PM, Kay Sievers k...@vrfy.org wrote: On Fri, May 22, 2015 at 3:42 PM, Bastien Nocera had...@hadess.net wrote: It's

Re: [systemd-devel] Can kdbus send signal to the source connection?

2015-07-04 Thread David Herrmann
Hi On Sun, Jun 21, 2015 at 4:28 AM, eshark eshar...@163.com wrote: Hi, After removing /usr/lib/systemd/systemd-cgroups-agent, all seems to work OK. cgroups-agent is now fixed in -git: https://github.com/systemd/systemd/commit/0a069ce62de904ae9cbaf23d026ac380b02e50e4 I also fixed kdbus,

Re: [systemd-devel] What kdbus Version for systemd 220 ?

2015-05-25 Thread David Herrmann
Hi On Sun, May 24, 2015 at 3:00 PM, Thomas Ritter th.rit...@gmx.at wrote: Dear group, Since a while I am experimenting with systemd and kdbus, till now with excellent results. Recently I tried to bump all versions to LATEST/HEAD, and ran into some issues. My short question: Is there a

Re: [systemd-devel] [PATCH] fix typos in systemd-nspawn man page

2015-05-23 Thread David Herrmann
Hi On Sat, May 23, 2015 at 5:11 AM, Jonathan Boulle jonathan.bou...@coreos.com wrote: --- man/systemd-nspawn.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied! Thanks David diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 6a5db86cec3c..06285edc0bb3

Re: [systemd-devel] [PATCH] Remove accelerometer helper

2015-05-22 Thread David Herrmann
Hi On Fri, May 22, 2015 at 5:10 PM, Bastien Nocera had...@hadess.net wrote: On Fri, 2015-05-22 at 17:00 +0200, Tom Gundersen wrote: On Fri, May 22, 2015 at 3:42 PM, Bastien Nocera had...@hadess.net wrote: It's moved to the iio-sensor-proxy D-Bus service. Nice! When was this released?

Re: [systemd-devel] Failed to run test-bus-zero-copy on ARM platform

2015-07-06 Thread David Herrmann
Hi On Mon, Jul 6, 2015 at 3:43 PM, eshark eshar...@163.com wrote: Hi, All, My Software environment is : systemd v219 + kdbus-4.1-rc1 + kernel_3.10 and my hardware platform is ARM CA9 quad core. I failed to run the test-bus-zero-copy on my platform, and then I traced

Re: [systemd-devel] sd 221 regression: login - nonexistent sessions via lightdm

2015-07-07 Thread David Herrmann
Hi On Tue, Jul 7, 2015 at 6:55 PM, Martin Pitt martin.p...@ubuntu.com wrote: Hey David, David Herrmann [2015-07-07 18:31 +0200]: Revert login: re-use VT-sessions if they already exist - commit 0204c4b http://cgit.freedesktop.org/systemd/systemd/commit/?id=0204c4b Can someone elaborate

Re: [systemd-devel] sd 221 regression: login - nonexistent sessions via lightdm

2015-07-07 Thread David Herrmann
Hi On Tue, Jul 7, 2015 at 7:10 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Tue, Jul 7, 2015 at 6:55 PM, Martin Pitt martin.p...@ubuntu.com wrote: Hey David, David Herrmann [2015-07-07 18:31 +0200]: Revert login: re-use VT-sessions if they already exist - commit 0204c4b http

Re: [systemd-devel] sd 221 regression: login - nonexistent sessions via lightdm

2015-07-07 Thread David Herrmann
Hi On Tue, Jul 7, 2015 at 6:14 PM, poma pomidorabelis...@gmail.com wrote: Revert login: re-use VT-sessions if they already exist - commit 0204c4b http://cgit.freedesktop.org/systemd/systemd/commit/?id=0204c4b Can someone elaborate what exactly lightdm does here? We really want to prevent

Re: [systemd-devel] possible message leak in bus-wqueue ?

2015-08-24 Thread David Herrmann
Hi On Fri, Aug 7, 2015 at 12:07 PM, cee1 fykc...@gmail.com wrote: 2015-08-07 17:18 GMT+08:00 eshark eshar...@163.com: Hi, all If some message went into bus-wqueue, and failed to run ioctl(KDBUS_CMD_SEND) and returned r 0, I found that this message will remain in the bus-wqueue.

Re: [systemd-devel] terminals not appearing

2015-08-24 Thread David Herrmann
Hi On Tue, Aug 18, 2015 at 11:55 PM, Michał Zegan webczat_...@poczta.onet.pl wrote: Seems like this does not apply. I said that terminals do not start, and this is random, sometimes they do. n_auto_vts = 6. Can you provide more details about this? How do you reproduce it? What are you running

Re: [systemd-devel] kdbus: busctl for user session and for system-wide shows weird information

2015-08-01 Thread David Herrmann
Hi On Sat, Aug 1, 2015 at 3:48 PM, Igor Gnatenko i.gnatenko.br...@gmail.com wrote: Hi, I'm running Fedora 24 with systemd-224 and kernel-4.2.0-0.rc4.git2.1 with kdbus=1 in kernel cmdline. I have my own pulseaudio.service enabled for one user-session. $ cat

[systemd-devel] [ANNOUNCE] systemd v223

2015-07-29 Thread David Herrmann
, cee1, Christian Hesse, Daniel Buch, Daniel Mack, daurnimator, David Herrmann, Dimitri John Ledkov, HATAYAMA Daisuke, Ivan Shapovalov, Jan Alexander Steffens (heftig), Johan Ouwerkerk, Jose Carlos Venegas Munoz, Karel Zak, Kay Sievers, Lennart Poettering, Lidong Zhong

[systemd-devel] [ANNOUNCE] systemd-223 around the corner

2015-07-23 Thread David Herrmann
Hi Following our ~2 week release plans, we intend to release v223 early next week. If anyone has open issues that need to be resolved before a release, please speak up. Right now, the changes consist of mostly bugfixes and a few configuration additions. I'll commit the full NEWS tomorrow.

Re: [systemd-devel] Confusing error message

2015-07-14 Thread David Herrmann
Hi On Tue, Jun 23, 2015 at 4:28 AM, Johannes Ernst johannes.er...@gmail.com wrote: $ systemctl restart systemd-networkd Failed to restart systemd-networkd.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files $ sudo systemctl restart systemd-networkd Works.

Re: [systemd-devel] sd-bus object manager question

2015-07-21 Thread David Herrmann
Hi On Mon, Jul 20, 2015 at 9:26 PM, David Härdeman da...@hardeman.nu wrote: On Sat, Jun 27, 2015 at 09:22:45AM +0200, David Härdeman wrote: On Thu, Jun 25, 2015 at 04:25:29PM +0200, David Herrmann wrote: On Tue, Jun 23, 2015 at 2:41 PM, David Härdeman da...@hardeman.nu wrote: ... Now

Re: [systemd-devel] Does socket activation block a TCP port for listening by other processes?

2015-07-21 Thread David Herrmann
Hi On Tue, Jul 21, 2015 at 1:37 PM, Florian Weimer fwei...@redhat.com wrote: We have quite a zoo of services which listen on localhost, on a fixed TCP port, for use by local clients. The canonical example is PostgreSQL on 5432/TCP, for the benefit of Java clients (which cannot use the UNIX

Re: [systemd-devel] [PATCH] Changing configure.ac to make LTO optional.

2015-07-21 Thread David Herrmann
Hi On Mon, Jul 20, 2015 at 4:56 PM, Kinsella, Ray ray.kinse...@intel.com wrote: There is a bug in GCC LTO such that it ignores assembler directives. This patch makes LTO enabled by default but also allows it to be disabled if required. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785

Re: [systemd-devel] libudev: subdirectories in sysfs

2015-11-17 Thread David Herrmann
Hi On Mon, Nov 16, 2015 at 5:35 PM, Anne Mulhern wrote: > Hi! > > libudev has some cooperating procedures that return the keys for a bunch of > sysfs attributes for a given device. > > These attributes all correspond to files that are stored in the sysfs device >

Re: [systemd-devel] sd 221 regression: login - nonexistent sessions via lightdm

2015-07-08 Thread David Herrmann
Hi On Wed, Jul 8, 2015 at 1:29 PM, poma pomidorabelis...@gmail.com wrote: Here is another case where this is still broken - LiveCD/DVD constellation. Initial log-in should work, but subsequent ones sind kaputt aber glücklich. So how to reproduce: just log-out log-in, again. Here is a

Re: [systemd-devel] sd 221 regression: login - nonexistent sessions via lightdm

2015-07-07 Thread David Herrmann
Hi On Tue, Jul 7, 2015 at 10:08 PM, poma pomidorabelis...@gmail.com wrote: On 07.07.2015 19:48, David Herrmann wrote: Hi On Tue, Jul 7, 2015 at 7:10 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Tue, Jul 7, 2015 at 6:55 PM, Martin Pitt martin.p...@ubuntu.com wrote: Hey David

Re: [systemd-devel] [HEADSUP] systemd-222 around the corner

2015-07-07 Thread David Herrmann
Hi On Tue, Jul 7, 2015 at 5:10 PM, Michael Biebl mbi...@gmail.com wrote: 2015-07-06 19:54 GMT+02:00 David Herrmann dh.herrm...@gmail.com: Hi We intend to release v222 tomorrow. If anyone has open issues that need to be in that release, please speak up. Right now, the release consists almost

[systemd-devel] [ANNOUNCE] systemd v222

2015-07-08 Thread David Herrmann
Trochalakis, Daniel Mack, daurnimator, David Herrmann, Dimitri John Ledkov, Eric Biggers, Eric Cook, Felipe Sateler, Geert Jansen, Gerd Hoffmann, Gianpaolo Macario, Greg Kroah-Hartman, Iago López Galeiras, Jan Alexander Steffens (heftig), Jan Engelhardt, Jay Strict

Re: [systemd-devel] sd 221 regression: login - nonexistent sessions via lightdm

2015-07-09 Thread David Herrmann
Hi On Wed, Jul 8, 2015 at 6:09 PM, poma pomidorabelis...@gmail.com wrote: On 08.07.2015 16:39, poma wrote: On 08.07.2015 13:54, David Herrmann wrote: diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index 82654ee..91cc67d 100644 --- a/src/login/logind-dbus.c +++ b/src/login

[systemd-devel] [ANNOUNCE] systemd v225

2015-08-27 Thread David Herrmann
and allows other programs to query the values. Contributions from: Alastair Hughes, Alex Crawford, Daniel Mack, David Herrmann, Dimitri John Ledkov, Eric Kostrowski, Evgeny Vereshchagin, Felipe Sateler, HATAYAMA Daisuke, Jan Pokorný, Jan Synacek, Johnny Robeson, Karel

Re: [systemd-devel] [ANNOUNCE] systemd-225 around the corner

2015-08-26 Thread David Herrmann
Hi On Wed, Aug 26, 2015 at 1:04 AM, Thomas H.P. Andersen pho...@gmail.com wrote: On Wed, Aug 26, 2015 at 12:40 AM, David Herrmann dh.herrm...@gmail.com wrote: Hi Trying to continue with our bi-weekly release schedule, we plan to release version 225 tomorrow. Please give it a spin and make

[systemd-devel] [ANNOUNCE] systemd-225 around the corner

2015-08-25 Thread David Herrmann
Hi Trying to continue with our bi-weekly release schedule, we plan to release version 225 tomorrow. Please give it a spin and make sure there is no major breakage before the release. Right now, the changes consist of mostly bugfixes and resolved reworks. I'll commit the full NEWS tomorrow.

Re: [systemd-devel] Kdbus - dbus daemon

2015-08-31 Thread David Herrmann
Hi On Mon, Aug 31, 2015 at 8:02 AM, arnaud gaboury wrote: > Distro : Arch > Systemd : 224 > Kdbus AUR package installed (kdbus module is not in default Arch Kernel) > nspawn container : Fedora 22, systemd 219 > > > I want to give a try to kdbus. If I read correctly the

[systemd-devel] [ANNOUNCE] systemd-226 around the corner

2015-09-07 Thread David Herrmann
Hi Trying to continue with our bi-weekly release schedule, we plan to release version 226 (the day after) tomorrow. Please give it a spin and make sure there is no major breakage before the release. Thanks David ___ systemd-devel mailing list

[systemd-devel] [ANNOUNCE] systemd v226

2015-09-08 Thread David Herrmann
nspawn command line. Contributions from: Cristian Rodríguez, Daniel Mack, David Herrmann, Eugene Yakubovich, Evgeny Vereshchagin, Filipe Brandenburger, Hans de Goede, Jan Alexander Steffens, Jan Synacek, Kay Sievers, Lennart Poettering, Mangix, Marcel Holtma

Re: [systemd-devel] Disabled event sources / errors on sd-bus break the event loop (Looping too fast)

2015-09-26 Thread David Herrmann
Hey On Thu, Sep 24, 2015 at 1:15 AM, Krzysztof Kotlenga wrote: > Krzysztof Kotlenga wrote: > >> 2. Maybe I don't get something right - please enlighten me if that's >> the case - but prioq_put or rather shuffle_up function is buggy. >> >> (...) >> >> Am I wrong to believe

Re: [systemd-devel] Disabled event sources / errors on sd-bus break the event loop (Looping too fast)

2015-09-29 Thread David Herrmann
Hi On Sat, Sep 26, 2015 at 7:56 PM, Krzysztof Kotlenga <k.kotle...@sims.pl> wrote: > David Herrmann wrote: > >> Krzysztof Kotlenga wrote: >>> Krzysztof Kotlenga wrote: >>> >>>> 2. Maybe I don't get something right - please enlighten me if >>&

Re: [systemd-devel] xorg uses 100% CPU after upgrading to 226

2015-09-28 Thread David Herrmann
Hi On Mon, Sep 28, 2015 at 4:56 AM, Jin Liu wrote: [...] > I tried to start X the usual way - as root, via sddm display manager. It > works fine. Seems the problem only happens when X is running as normal user. > Any directions to investigate? TBH, it sounds like an Xorg

[systemd-devel] [ANNOUNCE] systemd-227 around the corner

2015-09-22 Thread David Herrmann
Hi Continuing with our triweekly release schedule, we plan to release version 227 the next few days. There are a couple of bugs pinned on github, which should get fixed beforehand. Other than that, we should be good to go. Please give it a spin and make sure there is no major breakage before the

Re: [systemd-devel] xorg uses 100% CPU after upgrading to 226

2015-09-22 Thread David Herrmann
Hi On Tue, Sep 22, 2015 at 9:23 PM, Jin Liu wrote: > After upgrading to 226, the Xorg process keeps using 100% CPU. Also, the > "xrandr --dpi 168" command in my .xinitrc no longer works. > > My startx.service and .xinitrc: > > $ systemctl cat startx.service > #

Re: [systemd-devel] systemd-firstboot skip root password initialisation if /etc/shadow is present

2015-09-22 Thread David Herrmann
Hi On Tue, Sep 22, 2015 at 11:07 AM, Francis Moreau <francis.m...@gmail.com> wrote: > Hello, > > On Mon, Sep 21, 2015 at 7:45 PM, David Herrmann <dh.herrm...@gmail.com> wrote: >> Hi >> >> On Fri, Sep 18, 2015 at 6:31 PM, Francis Moreau <francis.m...@gm

Re: [systemd-devel] Implicit unit dependency on slice might be too weak ?

2015-09-22 Thread David Herrmann
Hi On Tue, Sep 22, 2015 at 10:58 AM, Francis Moreau <francis.m...@gmail.com> wrote: > Hello, > > On Mon, Sep 21, 2015 at 7:43 PM, David Herrmann <dh.herrm...@gmail.com> wrote: >> Hi >> >> On Mon, Sep 21, 2015 at 4:50 PM, Francis Moreau <francis.m...@gmail

Re: [systemd-devel] systemd-firstboot skip root password initialisation if /etc/shadow is present

2015-09-22 Thread David Herrmann
Hi On Tue, Sep 22, 2015 at 11:59 AM, Francis Moreau <francis.m...@gmail.com> wrote: > On Tue, Sep 22, 2015 at 11:16 AM, David Herrmann <dh.herrm...@gmail.com> > wrote: >> Hi >> >> On Tue, Sep 22, 2015 at 11:07 AM, Francis Moreau <francis.m...@gmail.com>

Re: [systemd-devel] systemd-firstboot skip root password initialisation if /etc/shadow is present

2015-09-22 Thread David Herrmann
Hi On Tue, Sep 22, 2015 at 2:26 PM, Francis Moreau <francis.m...@gmail.com> wrote: > On Tue, Sep 22, 2015 at 12:19 PM, David Herrmann <dh.herrm...@gmail.com> > wrote: >> On Tue, Sep 22, 2015 at 11:59 AM, Francis Moreau <francis.m...@gmail.com> >> wrote:

Re: [systemd-devel] How to turn off some network interface?

2015-09-21 Thread David Herrmann
Hi On Sun, Sep 13, 2015 at 1:40 PM, Reindl Harald wrote: > > > Am 13.09.2015 um 13:28 schrieb Rosen, Rami: >> >> What do you mean by stopping networkd, can you elaborate a bit about what >> you want to achieve? >> >> If you want to stop the service, simply run >>

Re: [systemd-devel] Implicit unit dependency on slice might be too weak ?

2015-09-21 Thread David Herrmann
Hi On Mon, Sep 21, 2015 at 4:50 PM, Francis Moreau wrote: > Hi, > > If a unit depends on a slice, a Wants=machine.slice is automatically > added to the unit constraints. > > Why is "Requires=machine.slice" not prefered instead ? Usually "Wants=" is preferred as it makes

Re: [systemd-devel] "StopWhenUnneeded"-like option for socket-activated services?

2015-09-21 Thread David Herrmann
Hi On Thu, Sep 17, 2015 at 1:02 PM, Laércio de Sousa wrote: > Hi there! > > I have a curiosity: is there some way to systemd to detect when all > connections to a given socket are closed, so that the service assigned to > that socket unit can be

Re: [systemd-devel] How to turn off some network interface?

2015-09-21 Thread David Herrmann
Hi On Sun, Sep 13, 2015 at 10:55 AM, Manuel Reimer wrote: > Hello, > > it seems to be impossible to just stop networkd (keeps starting itself > again). > > If I use "ifconfig" to turn off one NIC, then networkd immediately restarts > it. > > What do I have to do to

Re: [systemd-devel] how-to run instantiated units from templates one after the other

2015-09-21 Thread David Herrmann
Hi On Fri, Sep 18, 2015 at 8:34 PM, Dmitry Karpov wrote: > I have a template for creating the backup: > > backup@.service > > [Unit] > > Description=Instance %i > > [Service] > > ExecStart=/bin/sh -c "echo do backup job for %i" > > [Install] > > WantedBy=maintenance.target

Re: [systemd-devel] How to turn off some network interface?

2015-09-21 Thread David Herrmann
Hi On Mon, Sep 21, 2015 at 7:52 PM, Reindl Harald <h.rei...@thelounge.net> wrote: > > Am 21.09.2015 um 19:39 schrieb David Herrmann: >> >> On Sun, Sep 13, 2015 at 10:55 AM, Manuel Reimer >> <manuel.s...@nurfuerspam.de> wrote: >>> >>> Hello, &

Re: [systemd-devel] Incorrect use return value of mount_one in mount_setup_early/mount_setup?

2015-09-21 Thread David Herrmann
Hi On Tue, Sep 15, 2015 at 3:37 AM, cee1 wrote: > Hi all, > > mount_one will return 1 if a mount action is performed; 0 for no mount > performed; and <0 for an error occurred. Right? > > In mount_setup, we have the following logic: > """ > for (i = 0; i <

Re: [systemd-devel] XSLT error compiling systemd

2015-12-12 Thread David Herrmann
Hi On Sat, Dec 12, 2015 at 8:43 AM, Andrew Thompson wrote: > With a new install of Fedora server, I'm having trouble building systemd > documentation. It's driving me crazy. > > I've been able to fix this problem by editing the Makefile by hand, and > removing the

[systemd-devel] [ANNOUNCE] systemd v228

2015-11-18 Thread David Herrmann
fore the specifier into account. In order to unify and simplify the logic around this the specifiers will now always resolve to the credentials of the user invoking the manager (which in case of PID 1 is the root user). Contributions from: Andrew Jones, B

Re: [systemd-devel] libudev: subdirectories in sysfs (what does "available" mean?)

2015-11-24 Thread David Herrmann
Hi On Tue, Nov 17, 2015 at 11:57 PM, Anne Mulhern <amulh...@redhat.com> wrote: >> From: "David Herrmann" <dh.herrm...@gmail.com> >> On Mon, Nov 16, 2015 at 5:35 PM, Anne Mulhern <amulh...@redhat.com> wrote: >> > libudev has some cooper

Re: [systemd-devel] vt-less session switching

2015-11-24 Thread David Herrmann
Hi On Thu, Nov 19, 2015 at 4:02 PM, SGT. Garcia wrote: > > hello, > > in kmscon cdev-session was removed before dvdherm stopped working on it in > favour of libuvt and systemd-logind; so reads the commit logs. > > i wonder if anyone here has managed to run X (or any

Re: [systemd-devel] libudev: subdirectories in sysfs (what does "available" mean?)

2015-11-24 Thread David Herrmann
Hi On Tue, Nov 24, 2015 at 3:54 PM, Anne Mulhern <amulh...@redhat.com> wrote: >> From: "David Herrmann" <dh.herrm...@gmail.com> >> On Tue, Nov 17, 2015 at 11:57 PM, Anne Mulhern <amulh...@redhat.com> wrote: >> >> From: "David Herrmann"

Re: [systemd-devel] libudev: subdirectories in sysfs (what does "available" mean?)

2015-11-24 Thread David Herrmann
Hi On Tue, Nov 24, 2015 at 4:37 PM, Anne Mulhern <amulh...@redhat.com> wrote: >> From: "David Herrmann" <dh.herrm...@gmail.com> >> On Tue, Nov 24, 2015 at 3:54 PM, Anne Mulhern <amulh...@redhat.com> wrote: >> >> From: "David Herrmann"

Re: [systemd-devel] Is it possible to dynamically remove the "uaccess" tag?

2016-02-15 Thread David Herrmann
Hey On Mon, Feb 15, 2016 at 2:26 PM, Lennart Poettering wrote: > On Sun, 14.02.16 19:18, Manuel Reimer (manuel.s...@nurfuerspam.de) wrote: > >> Hello, >> >> I want to create a daemon which translates inputs, given by an game >> controller (/dev/input/eventX). The default

Re: [systemd-devel] [PATCH] hostnamed: regard convertible chassis type as laptop

2017-02-27 Thread David Herrmann
Hey Jani! On Fri, Feb 24, 2017 at 4:16 PM, Jani Nikula wrote: > On Fri, 24 Feb 2017, Jani Nikula wrote: >> While both the DMI and ACPI data are regarded as unreliable in hostnamed >> source, consumers of the chassis type use it to make rather

Re: [systemd-devel] Confusing hwdb matching behaviour

2016-09-12 Thread David Herrmann
Hey! On Wed, Aug 31, 2016 at 6:37 AM, Peter Hutterer wrote: > The hwdb behaviour is a bit hard to predict when multiple matches with globs > apply to a device so I'm wondering whether this is just an implementation > result or intended behaviour. > > Example 1: > $> cat

Re: [systemd-devel] bus1, dbus(-daemon) and systemd

2016-10-05 Thread David Herrmann
Hey On Sat, Oct 1, 2016 at 1:30 PM, Michael Biebl wrote: > Hi, > > I've been watching the bus1 presentation from this years systemd.conf > (thanks a lot for the video team btw for doing a stellar job). > > What didn't become clear to me i, how bus1, dbus(-daemon) and systemd >

Re: [systemd-devel] How to unset "uaccess" tag in udev rule?

2017-03-27 Thread David Herrmann
Hi On Sun, Mar 26, 2017 at 8:07 PM, Manuel Reimer <manuel.s...@nurfuerspam.de> wrote: > On 03/25/2017 05:16 PM, David Herrmann wrote: >>>> >>>> So far I did this by creating an empty file with the same name in >>>> /etc/udev/rules.d which works well

Re: [systemd-devel] How to unset "uaccess" tag in udev rule?

2017-03-25 Thread David Herrmann
>> >> So far I did this by creating an empty file with the same name in >> /etc/udev/rules.d which works well, but for no reason the name was >> changed some time ago which overrides my empty file and reactivates >> the problematic rule. > That's the only way. Tags cann

Re: [systemd-devel] sd-bus: ObjectManager difference with gdbus

2017-04-21 Thread David Herrmann
Hi On Fri, Apr 21, 2017 at 11:50 AM, David Härdeman <da...@hardeman.nu> wrote: > On Thu, Apr 20, 2017 at 02:19:22PM +0200, David Herrmann wrote: >>On Thu, Apr 20, 2017 at 12:06 PM, David Härdeman <da...@hardeman.nu> wrote: >>> Hi, >>> >>> I'm impl

Re: [systemd-devel] sd-bus: ObjectManager difference with gdbus

2017-04-20 Thread David Herrmann
Hey On Thu, Apr 20, 2017 at 12:06 PM, David Härdeman wrote: > Hi, > > I'm implementing a server which creates an ObjectManager using the > sd-bus API and there seems to be some differences between how gdbus and > sd-bus implements the API. > > I implemented a simple

Re: [systemd-devel] sd-bus: ObjectManager difference with gdbus

2017-04-25 Thread David Herrmann
Hi On Tue, Apr 25, 2017 at 9:40 AM, David Härdeman <da...@hardeman.nu> wrote: > April 21, 2017 1:22 PM, "David Herrmann" <dh.herrm...@gmail.com> wrote: >> On Fri, Apr 21, 2017 at 11:50 AM, David Härdeman <da...@hardeman.nu> wrote: >>> On Thu, Apr 20,

Re: [systemd-devel] sd-bus: ObjectManager difference with gdbus

2017-04-25 Thread David Herrmann
Hey On Tue, Apr 25, 2017 at 10:05 AM, Lennart Poettering <lenn...@poettering.net> wrote: > On Tue, 25.04.17 09:54, David Herrmann (dh.herrm...@gmail.com) wrote: > >> >> This change makes sure all objects have the built-in interfaces >> >> reported at all times.

[systemd-devel] [ANNOUNCE] D-Bus Broker Project

2017-08-23 Thread David Herrmann
This is the first public release of dbus-broker. Git Tag: v3 Archive: https://github.com/bus1/dbus-broker/archive/v3/dbus-broker-v3.tar.gz The dbus-broker project is an implementation of a message bus as defined by the D-Bus specification. Its aim is to provide high performance and

<    1   2   3   4   5