FS#32741 - 'systemctl enable dhcpcd@eth1' enables eth0 instead of eth1

Attached to Project: Arch Linux
Opened by jtadriaens (jtadriaens) - Saturday, 17 November 2012, 23:10 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 18 November 2012, 01:36 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:
'systemctl enable dhcpcd@eth1' enables eth0 instead of eth1. disable works correctly.

Additional info:
dhcpcd 5.6.2-1
systemd 195-2

Steps to reproduce:
systemctl enable dhcpcd@eth1

Expected result:
ln -s '/usr/lib/systemd/system/dhcpcd@.service' '/etc/systemd/system/multi-user.target.wants/dhcpcd@eth1.service'

Actual result:
ln -s '/usr/lib/systemd/system/dhcpcd@.service' '/etc/systemd/system/multi-user.target.wants/dhcpcd@eth0.service'
This task depends upon

Closed by  Dave Reisner (falconindy)
Sunday, 18 November 2012, 01:36 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#31093 

see upstream bug: https://bugs.freedesktop.org/show_bug.cg i?id=53954

Loading...