Re: [systemd-devel] [RFC 0/6] A network proxy management daemon, systemd-proxy-discoveryd

2015-08-13 Thread Tomasz Bursztyka
Too used to "reply to all". well... Hi Lucas, Maybe, maybe not. It was not said publicly in that thread, but some systemd guys are nacking this due to the JS engine it would provide. Tom contacted me in private to tell me this is put on hold (though himself, he really want that service to

Re: [systemd-devel] [RFC 0/6] A network proxy management daemon, systemd-proxy-discoveryd

2015-08-13 Thread Tomasz Bursztyka
Hi Lucas, Maybe, maybe not. It was not said publicly in that thread, but some systemd guys are nacking this due to the JS engine it would provide. Tom contacted me in private to tell me this is put on hold (though himself, he really want that service to get in, as Lennart and David). I guess

Re: [systemd-devel] udev-buildin-net_id.c hotplug slot with SRIOV

2015-08-13 Thread Andrei Borzenkov
On 14.08.2015 02:39, Keller, Jacob E wrote: Hello, I discussed this a while ago, but I have found that the hotplug slot names for ethernet devices gets confused when SRIOV is used. Basically: I have a device plugged into a hotplug slot, and it gets enps for its PCI path name. For the slot,

Re: [systemd-devel] Failed at step RUNTIME_DIRECTORY spawning /usr/bin/true: File exists

2015-08-13 Thread Reindl Harald
Am 14.08.2015 um 02:28 schrieb Ivan Shapovalov: On 2015-08-10 at 15:46 +0200, Reindl Harald wrote: Am 10.08.2015 um 15:28 schrieb Ivan Shapovalov: On 2015-08-10 at 15:14 +0200, Reindl Harald wrote: Am 10.08.2015 um 15:05 schrieb Ivan Shapovalov: On 2015-08-10 at 11:16 +0200, Reindl Harald

Re: [systemd-devel] Failed at step RUNTIME_DIRECTORY spawning /usr/bin/true: File exists

2015-08-13 Thread Ivan Shapovalov
On 2015-08-10 at 15:46 +0200, Reindl Harald wrote: > > Am 10.08.2015 um 15:28 schrieb Ivan Shapovalov: > > On 2015-08-10 at 15:14 +0200, Reindl Harald wrote: > > > > > > Am 10.08.2015 um 15:05 schrieb Ivan Shapovalov: > > > > On 2015-08-10 at 11:16 +0200, Reindl Harald wrote: > > > > Moreover, >

[systemd-devel] udev-buildin-net_id.c hotplug slot with SRIOV

2015-08-13 Thread Keller, Jacob E
Hello, I discussed this a while ago, but I have found that the hotplug slot names for ethernet devices gets confused when SRIOV is used. Basically: I have a device plugged into a hotplug slot, and it gets enps for its PCI path name. For the slot, it gets ens Example: enp5s0 ens1 However,

Re: [systemd-devel] [RFC 0/6] A network proxy management daemon, systemd-proxy-discoveryd

2015-08-13 Thread Lucas De Marchi
Hi Tomasz, On Fri, Apr 10, 2015 at 9:17 AM, Tomasz Bursztyka wrote: > Hi, > > As it has been discussed in the systemd hackfest during the Linux Conference > Europe, one daemon could centralize the management of all network proxy > configurations. Idea is something user can do per-application (lik

[systemd-devel] Why is my docked idle laptop suspended?

2015-08-13 Thread Michal Sojka
Hi list, I'm trying to figure out why is my laptop automatically suspended after being idle in a docking station. As far as I understand, logind should not suspend when the laptop is docked or external monitor is connected. Below is the (partially filtered) system log of what happens before the s

Re: [systemd-devel] Method to Wait for service to complete

2015-08-13 Thread Andrei Borzenkov
On 12.08.2015 21:34, Harry Goldschmitt wrote: I have a service that has to complete before boot can continue. Is there an "approved" method for doing this? "Boot can continue" is a bit vague. It is not possible to insert arbitrary synchronization point at arbitrary place in startup sequenc