Re: [systemd-devel] [PATCH 1/2] Fix --no-ask-password

2013-05-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 17, 2013 at 03:38:12PM +0200, Jan Janssen wrote: > --- > src/hostname/hostnamectl.c | 6 +++--- > src/locale/localectl.c | 12 > src/timedate/timedatectl.c | 14 +- > 3 files changed, 20 insertions(+), 12 deletions(-) Applied. Zbyszek

Re: [systemd-devel] [PATCH] systemctl: mangle names when avoiding dbus

2013-05-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 17, 2013 at 04:03:36PM +0200, Vaclav Pavlin wrote: > From: Václav Pavlín > > Unit names were mangled in function enable_unit only when dbus was used. > This patch adds mangling also when the dbus is not in use. Applied. Zbyszek ___ systemd-

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Zbigniew Jędrzejewski-Szmek
On Wed, May 22, 2013 at 10:48:57AM +0200, Michael Biebl wrote: > 2013/5/22 Michael Biebl : > > IMPORT{cmdline}="net.ifnames" > > ENV{net.ifnames}=="0", GOTO="net_name_slot_end" > > > > IMPORT{cmdline} is supposed to import a command line parameter, so I > > would try booting with net.ifnames=0. > >

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Jóhann B. Guðmundsson
On 05/22/2013 05:57 PM, Bill Nottingham wrote: "Jóhann B. Guðmundsson" (johan...@gmail.com) said: On 05/22/2013 01:48 PM, Ian Pilcher wrote: On 05/22/2013 04:00 AM, "Jóhann B. Guðmundsson" wrote: Did you file a bug against Anaconda? No, why would I? AFAIK, using the systemd-provided network

Re: [systemd-devel] How to get systemd to leave a USB serial console session alone when hadware is pulled?

2013-05-22 Thread Andrey Borzenkov
В Wed, 22 May 2013 02:23:45 -0700 Kaz Kylheku пишет: > > On Wed, 22 May 2013 10:54:39 +0400, Andrey Borzenkov > wrote: > > Try removing BindTo. In your case you do not really want to make > > service dependent on existence of device, only first time launching of > > it. > > Ah, okay. Very prom

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Bill Nottingham
"Jóhann B. Guðmundsson" (johan...@gmail.com) said: > On 05/22/2013 01:48 PM, Ian Pilcher wrote: > >On 05/22/2013 04:00 AM, "Jóhann B. Guðmundsson" wrote: > >>Did you file a bug against Anaconda? > >No, why would I? AFAIK, using the systemd-provided network interface > >names is the intended behav

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Jóhann B. Guðmundsson
On 05/22/2013 02:55 PM, Ian Pilcher wrote: On 05/22/2013 09:11 AM, "Jóhann B. Guðmundsson" wrote: To me it looks like anaconda does not behave correctly if net.ifnames=0/1 is passed to the kernel command line since you have to clean up those anaconda-created ifcfg- file(s) after install. Are yo

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Ian Pilcher
On 05/22/2013 09:11 AM, "Jóhann B. Guðmundsson" wrote: > To me it looks like anaconda does not behave correctly if > net.ifnames=0/1 is passed to the kernel command line since you have to > clean up those anaconda-created ifcfg- file(s) after install. Are you saying that you tested with net.ifname

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Jóhann B. Guðmundsson
On 05/22/2013 01:48 PM, Ian Pilcher wrote: On 05/22/2013 04:00 AM, "Jóhann B. Guðmundsson" wrote: Did you file a bug against Anaconda? No, why would I? AFAIK, using the systemd-provided network interface names is the intended behavior. To me it looks like anaconda does not behave correctly i

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Ian Pilcher
On 05/22/2013 04:00 AM, "Jóhann B. Guðmundsson" wrote: > Did you file a bug against Anaconda? No, why would I? AFAIK, using the systemd-provided network interface names is the intended behavior. (I happen to prefer the old eth*/wlan* names, but that's just a personal preference.) -- ==

Re: [systemd-devel] [PATCH] [RFCv7] Optionally save core dumps as plain files

2013-05-22 Thread Mantas Mikulėnas
On Wed, May 22, 2013 at 9:22 AM, Tollef Fog Heen wrote: > ]] Oleksii Shevchuk > >> > > For security reasons. It will be better if user will not have access to >> > > own cores by default (situation is the same with journal backend in >> > > upstream now). >> >> > Why? >> >> When apps like gpg/last

Re: [systemd-devel] How to get systemd to leave a USB serial console session alone when hadware is pulled?

2013-05-22 Thread Kaz Kylheku
On Wed, 22 May 2013 10:54:39 +0400, Andrey Borzenkov wrote: > Try removing BindTo. In your case you do not really want to make > service dependent on existence of device, only first time launching of > it. Ah, okay. Very promising. I will try that tomorrow. I see in the code that the inverse of

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Jóhann B. Guðmundsson
On 05/22/2013 05:31 AM, Ian Pilcher wrote: Did this ever get implemented? Fedora 19 has predictable interface names turned on, and I'm really not looking forward to having to clean up the anaconda-created ifcfg- file(s) every time I do a new install from now on. Did you file a bug against Anac

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Michael Biebl
2013/5/22 Michael Biebl : > IMPORT{cmdline}="net.ifnames" > ENV{net.ifnames}=="0", GOTO="net_name_slot_end" > > IMPORT{cmdline} is supposed to import a command line parameter, so I > would try booting with net.ifnames=0. > > No need to ask google :-) It's also part of the systemd.directives [1] an

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Colin Guthrie
'Twas brillig, and Ian Pilcher at 22/05/13 06:31 did gyre and gimble: > On 01/08/2013 12:27 PM, Lennart Poettering wrote: >> On Tue, 08.01.13 12:19, Ian Pilcher (arequip...@gmail.com) wrote: >>> Will there still be a way to turn this off from the kernel command line? >>> (I don't see anything on th

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Colin Guthrie
'Twas brillig, and Ian Pilcher at 22/05/13 06:31 did gyre and gimble: > On 01/08/2013 12:27 PM, Lennart Poettering wrote: >> On Tue, 08.01.13 12:19, Ian Pilcher (arequip...@gmail.com) wrote: >>> Will there still be a way to turn this off from the kernel command line? >>> (I don't see anything on th

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Michael Biebl
2013/5/22 Ian Pilcher : > Did this ever get implemented? Fedora 19 has predictable interface > names turned on, and I'm really not looking forward to having to > clean up the anaconda-created ifcfg- file(s) every time I do a new > install from now on. > > I've Googled, but come up empty on any com