Re: [systemd-devel] [PATCH] firmware: wake all waiters

2017-06-29 Thread Daniel Wagner
On 06/28/2017 06:06 PM, Luis R. Rodriguez wrote: On Wed, Jun 28, 2017 at 12:06 AM, Lennart Poettering wrote: On Wed, 28.06.17 00:24, Luis R. Rodriguez (mcg...@kernel.org) wrote: I think it was first packaged into systemd, and then it was split out to help those who want it external. Certainl

Re: [systemd-devel] Spurious failures starting ConnMan with systemd

2016-11-15 Thread Daniel Wagner
Hi Colin, On 11/15/2016 03:46 PM, Colin Guthrie wrote: > Hope you're keeping well? Doing fine! How is live in the north? > So, by default, dbus should be socket activated. That means that when > dbus.service eventually starts shouldn't really matter, provided it is > eventually started. This i

Re: [systemd-devel] Spurious failures starting ConnMan with systemd

2016-11-15 Thread Daniel Wagner
ere else? Should network-pre.target and systemd-sysusers.service be added to Requires= as well? """ ] On 11/15/2016 10:45 AM, Robert Tiemann wrote: On 11/14/2016 01:30 PM, Patrik Flykt wrote: On Fri, 2016-11-11 at 12:04 +0100, Daniel Wagner wrote: I am no systemd expert. I just d

Re: [systemd-devel] nftables

2016-02-22 Thread Daniel Wagner
Hi Daniel, On 02/22/2016 11:39 AM, Daniel Mack wrote: > On 02/22/2016 11:04 AM, Daniel Wagner wrote: >> On 02/22/2016 09:54 AM, Tomasz Bursztyka wrote: >>> I haven't been following the recent (well... the last ~2 years ^^') >>> work on nftables but I bel

Re: [systemd-devel] nftables

2016-02-22 Thread Daniel Wagner
Hi Tomasz and Tom, On 02/22/2016 09:54 AM, Tomasz Bursztyka wrote: >> Hi Tomasz, >> >> I just chatted with Patrik and told him about my idea to teach ConnMan >> to use nftables instead iptables. There are a few things to figure out >> first though. >> >> If I got that right there is no policy from

Re: [systemd-devel] net stats per app

2011-08-24 Thread Daniel Wagner
On 08/24/2011 04:19 PM, Gustavo Sverzut Barbieri wrote: A open question is how I get the whole thing persistent. So not each time when an application starts the counters begin at 0. My guts feeling systemd should take of this but I don't know if that is the right direction. Hmm, you could simpl

Re: [systemd-devel] net stats per app

2011-08-24 Thread Daniel Wagner
Hi Lennart, On 08/24/2011 03:42 PM, Lennart Poettering wrote: On Tue, 02.08.11 15:51, Daniel Wagner (w...@monom.org) wrote: So my thinking is, instead of using the uid driver trick, I could use cgroups for collecting the network traffic. At least from the sub module description it seems to be

[systemd-devel] net stats per app

2011-08-02 Thread Daniel Wagner
Hi, I would like to do network statistics per application. That is all traffic generated by an instance of an application through its sockets should be collected and stored persistently. There are a few sub problems to solve. Let's start with Android. They have added a driver [1] to Linux which c