Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with openrc-0.18.4 and ifplugd
Date: Mon, 21 Dec 2015 01:29:41
Message-Id: 56775608.3090208@sys-concept.com
In Reply to: [gentoo-user] Problem with openrc-0.18.4 and ifplugd by Mick
1 Thelma
2
3 On 12/20/2015 11:26 AM, Mick wrote:
4 > Two laptops will not bring up their wired/wireless interface(s) since the
5 > upgrade to the latest stable openrc. Interfaces have to be started manually,
6 > after which ifplugd starts on its own:
7 > =====================================
8 >
9 > /etc/init.d/net.enp11s0 start
10 > * Bringing up interface enp11s0
11 > * Skipping module adsl due to missing program: /usr/sbin/adsl-start
12 > /usr/sbin/pppoe-start
13 > * Skipping module br2684ctl due to missing program: br2684ctl
14 > * Skipping module bridge due to missing program: brctl
15 > * Skipping module clip due to missing program: /usr/sbin/atmsigd
16 > * Skipping module netplugd due to missing program: /sbin/netplugd
17 > * Skipping module ipppd due to missing program: /usr/sbin/ipppd
18 > * Skipping module firewalld due to missing program: firewall-cmd
19 > * Skipping module dhclient due to missing program: /sbin/dhclient
20 > * Skipping module pump due to missing program: /sbin/pump
21 > * Loaded modules: apipa arping bonding tuntap ccwgroup ethtool macvlan
22 > macchanger macnet ifplugd wpa_supplicant ssidnet iproute2 pppd system vlan
23 > dhcpcd ip6rd ip6to4
24 > * Configuring enp11s0 for MAC address 00:26:B9:20:B4:9C ... [
25 > ok ]
26 > * Starting ifplugd on enp11s0 ...
27 > * start-stop-daemon: fopen `/var/run/ifplugd.enp11s0.pid': No such file or
28 > directory
29 > * Detaching to start `/usr/sbin/ifplugd' ... [
30 > ok ]
31 > * Backgrounding ...
32 > * WARNING: net.enp11s0 has started, but is inactive
33 > ====================================================
34 >
35 >
36 > In addition /var/log/rc.log is empty - no messages are captured,
37 >
38 > Finally, there are a lot of messages like this in the console at boot time:
39 >
40 > * start-stop-daemon: fopen 'var/run/dbus.pid' : No such file or directory
41 > * Detaching to start '/usr/bin/dbus-daemon ...'
42 > * runscript is deprecated; please use openrc-run instead.
43 >
44 > How do I put this right?
45
46 I think your error is related to my thread below.
47
48 Just get rid of line form fstab:
49 none /proc proc defaults 0 0
50
51 and any other not related ones.
52
53 Thelma

Replies

Subject Author
Re: [gentoo-user] Problem with openrc-0.18.4 and ifplugd Mick <michaelkintzios@×××××.com>