Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411583 - net.eth0 can not start, if it was created with ./ in name of symbol link
Summary: net.eth0 can not start, if it was created with ./ in name of symbol link
Status: RESOLVED DUPLICATE of bug 350910
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard: openrc:oldnet
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 11:54 UTC by kirin yuri
Modified: 2013-04-25 23:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kirin yuri 2012-04-11 11:54:13 UTC
If you create net.eth0 sybol link with dot-symbol ( i.e. curdir ), then rc can not find interface name.



Reproducible: Always

Steps to Reproduce:
1. cd /etc/init.d
2. ln -s ./net.lo ./net.eth0
3. /etc/init.d/net.eth0 start
Actual Results:  
net.lo is started instead of net.eth0

Expected Results:  
net.eth0 started
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-04-11 15:06:02 UTC

*** This bug has been marked as a duplicate of bug 350910 ***