Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542526 - net-misc/netifrc-0.3.1: net.lo started twice, if in any runlevel.
Summary: net-misc/netifrc-0.3.1: net.lo started twice, if in any runlevel.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-08 09:16 UTC by Piotr Karbowski (RETIRED)
Modified: 2015-03-08 09:51 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 Piotr Karbowski (RETIRED) gentoo-dev 2015-03-08 09:16:49 UTC
I've spotted that net.lo is not started on my ~amd64 system, confirmed by running `status` on net.lo initscript.

If net.lo is added to any runlevel it is actaully started twice, the 2nd one always fails.

 * Bringing up interface lo
 *   Caching network module dependencies
 *   127.0.0.1/8 ...
 [ ok ]
 *   Adding routes
 *     127.0.0.0/8 via 127.0.0.1 ...
 [ ok ]

...

 * Bringing up network interface lo ...
RTNETLINK answers: File exists
RTNETLINK answers: File exists
 [ ok ]


Reproducible: Always
Comment 1 Piotr Karbowski (RETIRED) gentoo-dev 2015-03-08 09:51:45 UTC
Please ignore this report.

It loopback initscript of openrc was to blame here, to not be used with 'net.lo'.