Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492868 - openrc-0.12.4 with netifrc-0.1, net services are not started automatically, but can be started by hand
Summary: openrc-0.12.4 with netifrc-0.1, net services are not started automatically, b...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: netifrc Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 14:45 UTC by szatox
Modified: 2013-11-29 15:09 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 szatox 2013-11-29 14:45:24 UTC
Since upgrade from openrc-0.11.8 to openrc-0.12.4
net.* services are not started automatically even though they are explicitly demanded by runlevel itself. Grepping through system log shows nothing interesting, the only thing related to interfaces is udev renaming ethX to enpY.
Running net.* start by hand works perfectly fine though, as well on phisical NIC as with virtual bridges.

Reproducible: Always

Steps to Reproduce:
1. make sure net.interface link to net.lo is the only way to configure interface during boot. Setting some static configuraion in /etc/conf.d/net might help determine if it works, but is not essential
2. rc-update add net.interface
3. change runlevels or reboot system to trigger openrc scripts
Actual Results:  
net.interface is down / not configured. Nothing in system log

Expected Results:  
net.interface configured based on /etc/conf.d/net file

Triggering init script manually works, but it's not a solution.
Comment 1 szatox 2013-11-29 15:09:25 UTC
Turned out to be cache issue, accidentally solved while diagnosing something else.
Sorry about the mess.