Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] udev or Gentoo issue?
Date: Wed, 14 May 2014 00:18:25
Message-Id: CAN0CFw2r00_39pP68Jhm_fsOCo6ri6Kr9kta7nMM6Y4YFrX+Hw@mail.gmail.com
In Reply to: Re: [gentoo-user] udev or Gentoo issue? by Samuli Suominen
1 >> I'm having a problem starting the USB network interfaces properly on
2 >> one of my systems. I brought the problem to the udev list and they're
3 >> indicating that it's a Gentoo problem:
4 >>
5 >> https://www.mail-archive.com/systemd-devel@×××××××××××××××××.org/msg18840.html
6 >>
7 >> Should I file a bug?
8 >>
9 >> - Grant
10 >>
11 >
12 > Like pointed out in the upstream thread, it's either wrongly built
13 > net-misc/dhcpcd (should be with USE="udev")
14 > and if not using dhcpcd, it might be a bug in net-misc/netifrc's
15 > /etc/init.d/net.lo depend() { } section --
16 > it's possible it's missing dependency that forces /etc/init.d/udev start
17 > first, specially if OpenRC is using parallel
18 > startup
19 >
20 > So not really a udev bug, rather a misconfiguration in dhcpcd USE flags
21 > OR bug in dependencies of netifrc's net.lo script
22
23
24 I'm starting two interfaces, one that uses dhcpcd and one that does
25 not. Both fail to start in the default runlevel until they are
26 hotplugged later. I do have dhcpcd built with USE=udev. The string
27 "udev" does not occur in /etc/init.d/net.lo so maybe that's the
28 problem? Please confirm that I should file a Gentoo bug for this.
29
30 - Grant

Replies

Subject Author
Re: [gentoo-user] udev or Gentoo issue? Samuli Suominen <ssuominen@g.o>