Re: [systemd-devel] nss-myhostname: why don't loopback interfaces appear?

2015-06-02 Thread Daurnimator
On 3 June 2015 at 16:01, Lennart Poettering wrote: > On Wed, 03.06.15 15:40, Daurnimator (q...@daurnimator.com) wrote: > >> I was playing around with nss, and found that my loopback interface ip >> doesn't appear from nss-myhostname. >> Rather, my other ones do. >> Furthermore, unless I request IP

Re: [systemd-devel] nss-myhostname: why don't loopback interfaces appear?

2015-06-02 Thread Lennart Poettering
On Wed, 03.06.15 15:40, Daurnimator (q...@daurnimator.com) wrote: > I was playing around with nss, and found that my loopback interface ip > doesn't appear from nss-myhostname. > Rather, my other ones do. > Furthermore, unless I request IPv4, link-local IPv6 addresses are > returned. Is this expec

[systemd-devel] nss-myhostname: why don't loopback interfaces appear?

2015-06-02 Thread Daurnimator
I was playing around with nss, and found that my loopback interface ip doesn't appear from nss-myhostname. Rather, my other ones do. Furthermore, unless I request IPv4, link-local IPv6 addresses are returned. Is this expected? $ uname -n daurn-m3800 $ getent hosts daurn-m3800 fe80::aed1:b8ff:fec0

Re: [systemd-devel] [PATCH] Partially revert "ma-setup: simplify"

2015-06-02 Thread Lennart Poettering
On Tue, 02.06.15 11:55, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: > > We could add another parameter to copy_bytes(), but in this case it's > > cleaner to call fstat() and loop_write(). > > Right. copy_bytes has no concept of rules/records. So either "another > parameter" is added to copy_by

Re: [systemd-devel] [PATCH] Partially revert "ma-setup: simplify"

2015-06-02 Thread Lennart Poettering
On Tue, 02.06.15 15:28, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > On Tue, Jun 02, 2015 at 04:17:04PM +0200, Lennart Poettering wrote: > > On Mon, 01.06.15 12:36, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: > > > > > On Mon, 2015-06-01 at 11:57 -0400, Mimi Zohar wrote: > > > > On M

[systemd-devel] SyslogIdentifier does not work for messages printed with sd_journal_print

2015-06-02 Thread Martin Belanger
I'm using systemd 219 (Ubuntu 15.04). I have three instances of a daemon running. I use SyslogIdentifier to give each of them a unique identifier (e.g. myproc-1, myproc-2, myproc-3). I also redirect stdout/stderr to the journal using StandardOutput=journal and StandardError=journal. I noticed th

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

2015-06-02 Thread Kay Sievers
On Wed, Jun 3, 2015 at 1:51 AM, David Timothy Strauss wrote: > Looks like everything's in place now at the new github.com/systemd/systemd > home. > > I've halted the Jenkins CI from pushing to that repository (which was > formerly the mirror updated whenever CI passed). I'll probably update CI to

Re: [systemd-devel] [systemd-commits] load-fragment: use UNESCAPE_RELAX flag to parse exec directives

2015-06-02 Thread Filipe Brandenburger
Pull Request created: https://github.com/systemd/systemd/pull/44 If you could test it and confirm your "sudo" case with \073 works now, and your regexp case isn't broken, I'd appreciate it. Cheers, Filipe On Tue, Jun 2, 2015 at 2:53 PM, Filipe Brandenburger wrote: > Hi Michael, > > On Tue, Jun

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

2015-06-02 Thread David Timothy Strauss
Looks like everything's in place now at the new github.com/systemd/systemd home. I've halted the Jenkins CI from pushing to that repository (which was formerly the mirror updated whenever CI passed). I'll probably update CI to merely push a branch like "master-passing" so there's still a way to ge

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

2015-06-02 Thread Suckow, Thomas J
On 6/2/15, 2:05 PM, "Stefan Tatschner" wrote: >On Tue, 2015-06-02 at 14:49 +, Zbigniew Jędrzejewski-Szmek wrote: >> > Merging manually is quite a bit of work, as you have to add a new >> > remote every time, fetch that, and pull from it. But it does keep a >> > cleaner git log history. >> I'd

Re: [systemd-devel] [systemd-commits] load-fragment: use UNESCAPE_RELAX flag to parse exec directives

2015-06-02 Thread Filipe Brandenburger
Hi Michael, On Tue, Jun 2, 2015 at 2:50 PM, Michael Biebl wrote: > 2015-06-02 12:55 GMT+02:00 Daniel Mack : >> So, my primary motivation was to fix the obvious regression at hand >> first, but I agree the actual problem goes deeper. > > Looks like even with this patch applied, we have regressions

Re: [systemd-devel] [systemd-commits] load-fragment: use UNESCAPE_RELAX flag to parse exec directives

2015-06-02 Thread Michael Biebl
2015-06-02 12:55 GMT+02:00 Daniel Mack : > So, my primary motivation was to fix the obvious regression at hand > first, but I agree the actual problem goes deeper. Looks like even with this patch applied, we have regressions compared to previous releases. See https://bugs.freedesktop.org/show_bug.

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

2015-06-02 Thread Stefan Tatschner
On Tue, 2015-06-02 at 14:49 +, Zbigniew Jędrzejewski-Szmek wrote: > > Merging manually is quite a bit of work, as you have to add a new > > remote every time, fetch that, and pull from it. But it does keep a > > cleaner git log history. > I'd very much prefer to keep current look of the git tre

Re: [systemd-devel] Performance of systemctl status tab completion

2015-06-02 Thread Chris Morgan
On Tue, Jun 2, 2015 at 2:28 PM, Cristian Rodríguez wrote: > On Tue, Jun 2, 2015 at 1:18 PM, Chris Morgan wrote: >> Hi all. >> >> systemd 216 here on an embedded arm system, 1ghz with a load of 60% or >> more. I enabled tab completion, because I really don't like to type, >> and quickly found out

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

2015-06-02 Thread Michael Marineau
On Tue, Jun 2, 2015 at 6:31 AM, 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 wrote: >>> Regarding the final github address: David Strauss kindly offered the >>> 'systemd' user to us. Hence, we hope to move the repository

Re: [systemd-devel] Performance of systemctl status tab completion

2015-06-02 Thread Cristian Rodríguez
On Tue, Jun 2, 2015 at 1:18 PM, Chris Morgan wrote: > Hi all. > > systemd 216 here on an embedded arm system, 1ghz with a load of 60% or > more. I enabled tab completion, because I really don't like to type, > and quickly found out that something like: > > systemctl status xx What shell are you u

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

2015-06-02 Thread Ronny Chevalier
On Tue, Jun 2, 2015 at 1:06 PM, David Herrmann wrote: > Hi > > On Mon, Jun 1, 2015 at 8:12 PM, David Herrmann 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 ha

Re: [systemd-devel] Starting up service after my openvpn connection turns up

2015-06-02 Thread Andrei Borzenkov
В Tue, 2 Jun 2015 10:45:24 -0400 Matthew Karas пишет: > Andrei - I'm making good progress on your suggestion but I've hit a > snag getting the socket for port 22. Since I'm not starting dropbear > through systemd but in the up script, how do I get the system to > define port 22? > > If I tell s

Re: [systemd-devel] [PATCH] mount: use libmount to monitor mountinfo & utab

2015-06-02 Thread Tom Gundersen
On Tue, Jun 2, 2015 at 1:53 PM, Karel Zak wrote: > On Mon, Jun 01, 2015 at 05:06:56PM +0200, Tom Gundersen wrote: >> > -(void) >> > sd_event_source_set_description(m->mount_utab_event_source, >> > "mount-utab-dispatch"); >> > +sd_event_source_set_description(m->mo

[systemd-devel] Performance of systemctl status tab completion

2015-06-02 Thread Chris Morgan
Hi all. systemd 216 here on an embedded arm system, 1ghz with a load of 60% or more. I enabled tab completion, because I really don't like to type, and quickly found out that something like: systemctl status xx Takes a really long time to complete. In some cases something like 20+ seconds. Inte

Re: [systemd-devel] udev --daemon is broken again

2015-06-02 Thread Abdó Roig-Maranges
Tom Gundersen writes: > This should now be fixed, please let me know if that is not the case. > > Cheers, > > Tom It works for me, now. Thanks! Abdó. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailm

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

2015-06-02 Thread Martin Pitt
Dimitri John Ledkov [2015-06-02 15:58 +0100]: > And I think this is _good_, because the submitter's commit ids will be > preserved (together with the signed gpg commits) and the maintainers > are discouraged to "fix-up" and/or "adjust" commits upon rebase / > git-am. Instead fix-ups from reviewer s

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

2015-06-02 Thread Abdó Roig-Maranges
Daniel Mack writes: > On 06/02/2015 04:34 PM, Martin Pitt wrote: >> Merging manually is quite a bit of work, as you have to add a new >> remote every time, fetch that, and pull from it. But it does keep a >> cleaner git log history. > > Btw, Harald pointed me to this simple alias that makes check

Re: [systemd-devel] systemctl disable not working as expected

2015-06-02 Thread Colin Guthrie
Belal, Awais wrote on 01/06/15 15:49: > Hi Lennart > > Thanks a lot for the reply. I believe it is off-topic here and I should > rather post on the pulseaudio mailing list but please answer the below and I > will come over to the pulse mailing list if need be. > > I have autospawn = no and daem

Re: [systemd-devel] [PATCH] Partially revert "ma-setup: simplify"

2015-06-02 Thread Mimi Zohar
On Tue, 2015-06-02 at 15:28 +, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Jun 02, 2015 at 04:17:04PM +0200, Lennart Poettering wrote: > > On Mon, 01.06.15 12:36, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: > > > > > On Mon, 2015-06-01 at 11:57 -0400, Mimi Zohar wrote: > > > > On Mon, 2015-0

Re: [systemd-devel] [PATCH] mount-setup: create /run/systemd/netif/links/ before accessing

2015-06-02 Thread Tom Gundersen
On Mon, Jun 1, 2015 at 9:16 PM, Robert Schwebel wrote: > systemd-timesyncd breaks with > > Starting Network Time Synchronization... > [FAILED] Failed to start Network Time Synchronization. > > when we have timesyncd activated and systemd-networkd not. Create > directory before using it. Hm, t

Re: [systemd-devel] [PATCH] Partially revert "ma-setup: simplify"

2015-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2015 at 04:17:04PM +0200, Lennart Poettering wrote: > On Mon, 01.06.15 12:36, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: > > > On Mon, 2015-06-01 at 11:57 -0400, Mimi Zohar wrote: > > > On Mon, 2015-06-01 at 10:36 -0400, Zbigniew Jędrzejewski-Szmek wrote: > > > > --- > > > > OK,

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

2015-06-02 Thread Daniel Mack
On 06/02/2015 04:34 PM, Martin Pitt wrote: > Merging manually is quite a bit of work, as you have to add a new > remote every time, fetch that, and pull from it. But it does keep a > cleaner git log history. Btw, Harald pointed me to this simple alias that makes checking out a pending pull request

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

2015-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2015 at 03:58:33PM +0100, Dimitri John Ledkov wrote: > On 2 June 2015 at 15:49, Zbigniew Jędrzejewski-Szmek > wrote: > > On Tue, Jun 02, 2015 at 04:34:03PM +0200, Martin Pitt wrote: > >> David Herrmann [2015-06-02 13:06 +0200]: > >> > Our preferred way to send future patches is "t

Re: [systemd-devel] [PATCH 0/2] Using XML entities for paths in manpages

2015-06-02 Thread Filipe Brandenburger
On Tue, Jun 2, 2015 at 7:24 AM, Daniel Mack wrote: >> I could create a PR in systemd-devs GitHub if you'd like, otherwise >> feel free to just push it straight upstream if you prefer. > > Nope, let's try to get used to the new workflow. Just create the PR :) Good call... we were actually missing

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

2015-06-02 Thread Dimitri John Ledkov
On 2 June 2015 at 15:56, Daniel P. Berrange wrote: > On Tue, Jun 02, 2015 at 04:34:03PM +0200, Martin Pitt wrote: >> David Herrmann [2015-06-02 13:06 +0200]: >> > Our preferred way to send future patches is "the github way". This >> > means sending pull-requests to the github repo. Furthermore, al

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

2015-06-02 Thread Dimitri John Ledkov
On 2 June 2015 at 15:49, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Jun 02, 2015 at 04:34:03PM +0200, Martin Pitt wrote: >> David Herrmann [2015-06-02 13:06 +0200]: >> > Our preferred way to send future patches is "the github way". This >> > means sending pull-requests to the github repo. Furthe

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

2015-06-02 Thread Daniel P. Berrange
On Tue, Jun 02, 2015 at 04:34:03PM +0200, Martin Pitt wrote: > David Herrmann [2015-06-02 13:06 +0200]: > > Our preferred way to send future patches is "the github way". This > > means sending pull-requests to the github repo. Furthermore, all > > feature patches should go through pull-requests and

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

2015-06-02 Thread Dimitri John Ledkov
On 2 June 2015 at 15:34, Martin Pitt wrote: > David Herrmann [2015-06-02 13:06 +0200]: >> Our preferred way to send future patches is "the github way". This >> means sending pull-requests to the github repo. Furthermore, all >> feature patches should go through pull-requests and should get >> revi

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

2015-06-02 Thread Kay Sievers
On Tue, Jun 2, 2015 at 4:34 PM, Martin Pitt wrote: > David Herrmann [2015-06-02 13:06 +0200]: >> Our preferred way to send future patches is "the github way". This >> means sending pull-requests to the github repo. Furthermore, all >> feature patches should go through pull-requests and should get

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

2015-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2015 at 04:34:03PM +0200, Martin Pitt wrote: > David Herrmann [2015-06-02 13:06 +0200]: > > Our preferred way to send future patches is "the github way". This > > means sending pull-requests to the github repo. Furthermore, all > > feature patches should go through pull-requests and

Re: [systemd-devel] Starting up service after my openvpn connection turns up

2015-06-02 Thread Matthew Karas
Andrei - I'm making good progress on your suggestion but I've hit a snag getting the socket for port 22. Since I'm not starting dropbear through systemd but in the up script, how do I get the system to define port 22? If I tell systemctl to start dropbear.socket - it starts up the dropbear servic

[systemd-devel] Calling shutdown while executing a service

2015-06-02 Thread Christoph Pleger
Hello, I created a new target, defined by this target file: [Unit] Description=LOCAL Requires=multi-user.target After=multi-user.target Conflicts=rescue.target AllowIsolate=yes The new target only depends on one new service. The service is defined by: [Unit] Description=LOCAL Requires=multi-use

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

2015-06-02 Thread Martin Pitt
David Herrmann [2015-06-02 13:06 +0200]: > Our preferred way to send future patches is "the github way". This > means sending pull-requests to the github repo. Furthermore, all > feature patches should go through pull-requests and should get > reviewed pre-commit. This applies to everyone. Exceptio

Re: [systemd-devel] [PATCH 0/2] Using XML entities for paths in manpages

2015-06-02 Thread Daniel Mack
On 06/02/2015 03:50 PM, Filipe Brandenburger wrote: > Hi Daniel, > > On Tue, Jun 2, 2015 at 3:04 AM, Daniel Mack wrote: >> On 06/02/2015 11:25 AM, Martin Pitt wrote: >>> FTR, this works fine here, using --with-rootprefix= (to avoid the >>> extra slashes). This spawned a long thread and multiple f

Re: [systemd-devel] [PATCH] Partially revert "ma-setup: simplify"

2015-06-02 Thread Lennart Poettering
On Mon, 01.06.15 12:36, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: > On Mon, 2015-06-01 at 11:57 -0400, Mimi Zohar wrote: > > On Mon, 2015-06-01 at 10:36 -0400, Zbigniew Jędrzejewski-Szmek wrote: > > > --- > > > OK, that's strange. Because the error message comes from copy_bytes() > > > failing

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

2015-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2015 at 04:03:59PM +0200, David Herrmann wrote: > Hi > > On Tue, Jun 2, 2015 at 3:58 PM, Zbigniew Jędrzejewski-Szmek > 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

Re: [systemd-devel] [systemd-commits] load-fragment: use UNESCAPE_RELAX flag to parse exec directives

2015-06-02 Thread Filipe Brandenburger
On Tue, Jun 2, 2015 at 3:55 AM, Daniel Mack wrote: > The problem here is that cunescape() wasn't as strict in the past as it > should have been, and now there are unit files in the wild which contain > escape sequences that slip through the C unescaping mechanism. > > So, my primary motivation was

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 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 >> > wrote: >> >> Regarding the final github address: Dav

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

2015-06-02 Thread Zbigniew Jędrzejewski-Szmek
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 > > wrote: > >> Regarding the final github address: David Strauss kindly offered the > >> 'systemd' user to us. Hence, we hope to mov

Re: [systemd-devel] [PATCH 0/2] Using XML entities for paths in manpages

2015-06-02 Thread Filipe Brandenburger
Hi Daniel, On Tue, Jun 2, 2015 at 3:04 AM, Daniel Mack wrote: > On 06/02/2015 11:25 AM, Martin Pitt wrote: >> FTR, this works fine here, using --with-rootprefix= (to avoid the >> extra slashes). This spawned a long thread and multiple followup >> patches, and TBH I lost track which patches got pr

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

2015-06-02 Thread Daniel Mack
On 06/02/2015 02:19 PM, Jason A. Donenfeld wrote: > On Tue, Jun 2, 2015 at 1:06 PM, David Herrmann wrote: >> Regarding the final github address: David Strauss kindly offered the >> 'systemd' user to us. Hence, we hope to move the repository to >> github.com/systemd/systemd this week. Sorry for the

Re: [systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread Michael Olbrich
On Tue, Jun 02, 2015 at 02:09:36PM +0200, Umut Tezduyar Lindskog wrote: > http://lists.freedesktop.org/archives/systemd-devel/2015-May/032473.html Oh, I missed that patch. I need to read the mails more carefully :-) Michael > On Tue, Jun 2, 2015 at 11:07 AM, Michael Olbrich > wrote: > > --- > >

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

2015-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2015 at 11:56:43AM +0100, Bastien Nocera wrote: > On Mon, 2015-06-01 at 19:16 +0200, David Herrmann wrote: > > Hi > > > > On Mon, Jun 1, 2015 at 6:51 PM, Zbigniew Jędrzejewski-Szmek > > wrote: > > > On Mon, Jun 01, 2015 at 05:48:15PM +0100, Bastien Nocera wrote: > > > > On Sun, 20

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

2015-06-02 Thread Jason A. Donenfeld
On Tue, Jun 2, 2015 at 1:06 PM, David Herrmann wrote: > Regarding the final github address: David Strauss kindly offered the > 'systemd' user to us. Hence, we hope to move the repository to > github.com/systemd/systemd this week. Sorry for the confusion, I hope > we can settle all this this week.

Re: [systemd-devel] [PATCH] mount: use libmount to monitor mountinfo & utab

2015-06-02 Thread Marcos Mello
Karel Zak redhat.com> writes: > > The current implementation directly monitor /proc/self/mountinfo and > /run/mount/utab files. It's really not optimal because utab file is > private libmount stuff without any official guaranteed semantic. > > [...] Please update libmount requirement in README

Re: [systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread Umut Tezduyar Lindskog
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032473.html On Tue, Jun 2, 2015 at 11:07 AM, Michael Olbrich wrote: > --- > src/shared/random-util.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/shared/random-util.c b/src/shared/random-util.c > index 88f5182508e7..b

Re: [systemd-devel] nss-hostname; unit "xl2tpd.service"

2015-06-02 Thread Mantas Mikulėnas
On Tue, Jun 2, 2015 at 11:47 AM, Санакоев Владимир wrote: > Hi! > > I'm having trouble using the Your site "lists.freedesktop.org", also > because my english is not forceful. > Sorry, I'll change that. > > My main problem in the error unit "xl2tpd.service" and in "nss-hostname". > The terminal d

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

2015-06-02 Thread Jóhann B. Guðmundsson
On 06/02/2015 11:48 AM, Dimitri John Ledkov wrote: On 2 June 2015 at 12:34, "Jóhann B. Guðmundsson" wrote: On 06/02/2015 11:06 AM, David Herrmann wrote: Regarding the final github address: David Strauss kindly offered the 'systemd' user to us. Hence, we hope to move the repository to github

Re: [systemd-devel] [PATCH] mount: use libmount to monitor mountinfo & utab

2015-06-02 Thread Karel Zak
On Mon, Jun 01, 2015 at 05:06:56PM +0200, Tom Gundersen wrote: > > -(void) > > sd_event_source_set_description(m->mount_utab_event_source, > > "mount-utab-dispatch"); > > +sd_event_source_set_description(m->mount_event_source, > > "mount-monitor-dispatch"); > > T

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

2015-06-02 Thread Dimitri John Ledkov
On 2 June 2015 at 12:34, "Jóhann B. Guðmundsson" wrote: > > > On 06/02/2015 11:06 AM, David Herrmann wrote: >> >> Regarding the final github address: David Strauss kindly offered the >> 'systemd' user to us. Hence, we hope to move the repository to >> github.com/systemd/systemd this week. Sorry fo

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

2015-06-02 Thread Jóhann B. Guðmundsson
On 06/02/2015 11:06 AM, David Herrmann wrote: Regarding the final github address: David Strauss kindly offered the 'systemd' user to us. Hence, we hope to move the repository to github.com/systemd/systemd this week. Sorry for the confusion, I hope we can settle all this this week. Given that

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 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-of-sync with gith

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

2015-06-02 Thread Bastien Nocera
On Mon, 2015-06-01 at 19:16 +0200, David Herrmann wrote: > Hi > > On Mon, Jun 1, 2015 at 6:51 PM, Zbigniew Jędrzejewski-Szmek > 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

Re: [systemd-devel] [systemd-commits] load-fragment: use UNESCAPE_RELAX flag to parse exec directives

2015-06-02 Thread Daniel Mack
Hi Filipe, On 06/02/2015 07:34 AM, Filipe Brandenburger wrote: > On Mon, Jun 1, 2015 at 9:10 AM, Daniel Mack >> diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c >> index c95c110..df5fe6f 100644 >> --- a/src/core/load-fragment.c >> +++ b/src/core/load-fragment.c >> @@ -610,7 +610,7

Re: [systemd-devel] Starting up service after my openvpn connection turns up

2015-06-02 Thread Jóhann B. Guðmundsson
On 06/01/2015 08:36 PM, Matthew Karas wrote: I am trying to start a dropbear service after my openvpn service starts up. --- [Unit] Description=SSH Per-Connection Server Wants=dropbearkey.service After=syslog.target dropbearkey.service Wants=openvpn@equipment.se

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

2015-06-02 Thread Dimitri John Ledkov
On 1 June 2015 at 19:12, David Herrmann 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-of-sync with github. > > [1]

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

2015-06-02 Thread David Herrmann
Hi On Mon, Jun 1, 2015 at 9:17 PM, David Timothy Strauss wrote: > On Mon, Jun 1, 2015 at 11:20 AM Zbigniew Jędrzejewski-Szmek > wrote: >> >> On Mon, Jun 01, 2015 at 08:12:37PM +0200, David Herrmann wrote: >> > [1] https://github.com/systemd-devs/systemd >> Is there a particular reason not to use

Re: [systemd-devel] [PATCH 0/2] Using XML entities for paths in manpages

2015-06-02 Thread Daniel Mack
On 06/02/2015 11:25 AM, Martin Pitt wrote: > Daniel Mack [2015-05-29 11:05 +0200]: >> Could you try the attached patch? >> >> I had to introduce a new entity in custom-entites.ent, because with >> "--with-rootprefix=/", "&rootprefix;/lib" resolves to "//lib", and with >> the default behaviour of co

Re: [systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel m

Re: [systemd-devel] [PATCH] missing: add more btrfs defines

2015-06-02 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel m

Re: [systemd-devel] [PATCH 0/2] Using XML entities for paths in manpages

2015-06-02 Thread Martin Pitt
Hello Daniel, Daniel Mack [2015-05-29 11:05 +0200]: > Could you try the attached patch? > > I had to introduce a new entity in custom-entites.ent, because with > "--with-rootprefix=/", "&rootprefix;/lib" resolves to "//lib", and with > the default behaviour of configure, "&rootprefix;lib" becomes

[systemd-devel] [PATCH] missing: add more btrfs defines

2015-06-02 Thread Michael Olbrich
--- src/shared/missing.h | 28 1 file changed, 28 insertions(+) diff --git a/src/shared/missing.h b/src/shared/missing.h index 919400949138..be7f6186fcfb 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -269,6 +269,11 @@ struct btrfs_qgroup_inherit {

[systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread Michael Olbrich
--- src/shared/random-util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/random-util.c b/src/shared/random-util.c index 88f5182508e7..b230044f5099 100644 --- a/src/shared/random-util.c +++ b/src/shared/random-util.c @@ -23,7 +23,9 @@ #include #include #include +#ifdef HA

[systemd-devel] nss-hostname; unit "xl2tpd.service"

2015-06-02 Thread Санакоев Владимир
Hi!  I'm having trouble using the Your  site "lists.freedesktop.org", also because my english is not forceful. Sorry, I'll change that.My main problem in the error unit "xl2tpd.service" and in "nss-hostname". The terminal displays the message to me, I can not understand. This terminal also displays

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

2015-06-02 Thread Umut Tezduyar Lindskog
On Mon, Jun 1, 2015 at 8:12 PM, David Herrmann 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-of-sync with github.

Re: [systemd-devel] [HEADSUP] nspawn/networkd: moving from iptables to nftables

2015-06-02 Thread Daurnimator
On 2 June 2015 at 06:11, Ian Pilcher wrote: > Is this going to make nspawn/networkd fundamentally incompatible with > distributions that use iptables-based tools (such as firewalld)? nftables provides a backward compatible 'iptables' command. Most services (including firewalld) just use the 'ipta

Re: [systemd-devel] [HEADSUP] nspawn/networkd: moving from iptables to nftables

2015-06-02 Thread Dominick Grift
I have been told that iptable_nat module conflicts with nftables "You cannot use iptables and nft to perform NAT at the same time. So make sure that the iptable_nat module is unloaded" source: http://wiki.nftables.org/wiki-nftables/index.php/Performing_Network_Address_Translation_%28NAT%29 --