[systemd-devel] Possible net_id incorrect bus and/or slot

2014-01-09 Thread Robert Milasan
Hello, just notice that my network card is named enp0s25, but when I do: # readlink -f /sys/class/net/enp0s25 /sys/devices/pci:00/:00:19.0/net/enp0s25 and # lspci |grep Network 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04) # udevadm

Re: [systemd-devel] Possible net_id incorrect bus and/or slot

2014-01-09 Thread Tomasz Torcz
On Thu, Jan 09, 2014 at 10:59:34AM +0100, Robert Milasan wrote: Hello, just notice that my network card is named enp0s25, but when I do: # readlink -f /sys/class/net/enp0s25 /sys/devices/pci:00/:00:19.0/net/enp0s25 # lspci |grep Network 00:19.0 Ethernet controller: Intel

Re: [systemd-devel] Possible net_id incorrect bus and/or slot

2014-01-09 Thread Robert Milasan
On Thu, 9 Jan 2014 11:07:40 +0100 Tomasz Torcz to...@pipebreaker.pl wrote: On Thu, Jan 09, 2014 at 10:59:34AM +0100, Robert Milasan wrote: Hello, just notice that my network card is named enp0s25, but when I do: # readlink -f /sys/class/net/enp0s25

[systemd-devel] [PATCH] udev/net_id: Introduce predictable network names for Linux on System z

2014-01-09 Thread Hendrik Brueckner
Use the bus-ID to create predicatable devices names for network interfaces on Linux on System z instances. The bus-ID identifies a device in the s390 channel subsystem. Network interfaces of device type Ethernet are named as: enccw0.0.1234(13 characters) up to enccwff.7. (14

Re: [systemd-devel] [PATCH] udev/net_id: Introduce predictable network names for Linux on System z

2014-01-09 Thread Tom Gundersen
On Thu, Jan 9, 2014 at 11:28 AM, Hendrik Brueckner brueck...@redhat.com wrote: Use the bus-ID to create predicatable devices names for network interfaces on Linux on System z instances. The bus-ID identifies a device in the s390 channel subsystem. Looks good to me (assuming the names are

Re: [systemd-devel] Possible net_id incorrect bus and/or slot

2014-01-09 Thread Robert Milasan
On Thu, 9 Jan 2014 11:07:40 +0100 Tomasz Torcz to...@pipebreaker.pl wrote: On Thu, Jan 09, 2014 at 10:59:34AM +0100, Robert Milasan wrote: Hello, just notice that my network card is named enp0s25, but when I do: # readlink -f /sys/class/net/enp0s25

Re: [systemd-devel] Possible net_id incorrect bus and/or slot

2014-01-09 Thread Greg KH
On Thu, Jan 09, 2014 at 12:55:08PM +0100, Robert Milasan wrote: On Thu, 9 Jan 2014 11:07:40 +0100 Tomasz Torcz to...@pipebreaker.pl wrote: On Thu, Jan 09, 2014 at 10:59:34AM +0100, Robert Milasan wrote: Hello, just notice that my network card is named enp0s25, but when I do: #

Re: [systemd-devel] Possible net_id incorrect bus and/or slot

2014-01-09 Thread Kay Sievers
On Thu, Jan 9, 2014 at 7:55 PM, Robert Milasan rmila...@suse.com wrote: On Thu, 9 Jan 2014 11:07:40 +0100 Tomasz Torcz to...@pipebreaker.pl wrote: On Thu, Jan 09, 2014 at 10:59:34AM +0100, Robert Milasan wrote: Hello, just notice that my network card is named enp0s25, but when I do: #

Re: [systemd-devel] [PATCH] udev/net_id: Introduce predictable network names for Linux on System z

2014-01-09 Thread Hendrik Brueckner
Hi Tom, On Thu, Jan 09, 2014 at 12:46:55PM +0100, Tom Gundersen wrote: On Thu, Jan 9, 2014 at 11:28 AM, Hendrik Brueckner brueck...@redhat.com wrote: Use the bus-ID to create predicatable devices names for network interfaces on Linux on System z instances. The bus-ID identifies a device

Re: [systemd-devel] TTY ownership and systemd user session

2014-01-09 Thread Lennart Poettering
On Thu, 09.01.14 09:56, Yin Kangkai (kangkai@linux.intel.com) wrote: Hi, I am bringing up systemd user session in Tizen, I am using v208. We run into a small issue that if a user session service file claims TTY, systemd user session will fail to chown_terminal() for it: Failed at

Re: [systemd-devel] TTY ownership and systemd user session

2014-01-09 Thread Yin Kangkai
On 2014-01-10, 06:27 +0100, Lennart Poettering wrote: On Thu, 09.01.14 09:56, Yin Kangkai (kangkai@linux.intel.com) wrote: Hi, I am bringing up systemd user session in Tizen, I am using v208. We run into a small issue that if a user session service file claims TTY, systemd