Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Problem with openrc-0.18.4 and ifplugd thelma@×××××××××××.com