FS#33528 - systemd: wrong interface name

Attached to Project: Arch Linux
Opened by Alexandre Kandalintsev (exe2) - Wednesday, 23 January 2013, 16:56 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 23 January 2013, 19:20 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Systemd uses wrong interface name. I'm trying to enable dhcpcd@enp3s0, but it adds dhcpcd@eth0 instead:

[root@localhost ~]# ip l
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
link/ether 90:2b:34:13:c5:14 brd ff:ff:ff:ff:ff:ff
[root@localhost ~]# systemctl enable dhcpcd@enp3s0
ln -s '/usr/lib/systemd/system/dhcpcd@.service' '/etc/systemd/system/multi-user.target.wants/dhcpcd@eth0.service'


Steps to reproduce:

Just do "systemctl enable dhcpcd@enp3s0"

The system: just installed arch linux with all updates.
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 23 January 2013, 19:20 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#31093 

Loading...