Kernel: 3.8.13.4-desktop-1.mga3
Machine: Dell OptiPlex 9010
In trying to solve *many* startup errors, one of the issues is with a script that is being executed, /etc/rc.d/init.d/functions. In the script the utility /bin/mountpoint is called, but the file /bin/mountpoint does not exist.
In doing some research, the mountpoint utility is apparently a perl utility, contained in a util-linuxxxxxx package. I have a package installed, util-linux-2.22.2-5.mga3.x86_64. But this package apparently doesn't contain a utility called mountpoint.
Calling journalctl -a |grep network prints lots of entries like this:
network[1192]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Here's a complete section:
- Code: Select all
Sep 12 12:36:24 DAVIDOPTIPLEX9010 network[1194]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:36:24 DAVIDOPTIPLEX9010 network[1194]: Error: Connection activation failed: Device not managed by NetworkManager or unavailable
Sep 12 12:36:24 DAVIDOPTIPLEX9010 network[1194]: [FAILED]
Sep 12 12:36:24 DAVIDOPTIPLEX9010 network[1194]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:36:24 DAVIDOPTIPLEX9010 network[1194]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:36:24 DAVIDOPTIPLEX9010 systemd[1]: network.service: control process exited, code=exited status=1
Sep 12 12:36:24 DAVIDOPTIPLEX9010 systemd[1]: Failed to start LSB: Bring up/down networking.
Sep 12 12:36:24 DAVIDOPTIPLEX9010 systemd[1]: Unit network.service entered failed state
Sep 12 12:41:28 DAVIDOPTIPLEX9010 vmnetBridge[2092]: Started bridge eth0 to virtual network 0.
Sep 12 12:22:06 DAVIDOPTIPLEX9010 login[4920]: pam_systemd(login:session): Failed to connect to system bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Sep 12 12:22:11 DAVIDOPTIPLEX9010 systemd[1]: Stopping LSB: Wait for the hotplugged network to be up...
Sep 12 12:22:11 DAVIDOPTIPLEX9010 systemd[1]: Stopped LSB: Wait for the hotplugged network to be up.
Sep 12 12:22:12 DAVIDOPTIPLEX9010 vmnetBridge[1497]: Stopped bridge eth0 to virtual network 0.
Sep 12 12:22:12 DAVIDOPTIPLEX9010 systemd[1]: Stopping LSB: Bring up/down networking...
Sep 12 12:22:12 DAVIDOPTIPLEX9010 network[21747]: Shutting down interface eth0: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:12 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:12 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:12 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:12 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:12 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: [ OK ]
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: Shutting down loopback interface: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: [ OK ]
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 network[21747]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:13 DAVIDOPTIPLEX9010 systemd[1]: Stopped LSB: Bring up/down networking.
Sep 12 12:22:40 DAVIDOPTIPLEX9010 systemd[1]: Found ordering cycle on network.target/start
Sep 12 12:22:40 DAVIDOPTIPLEX9010 systemd[1]: Walked on cycle path to network-up.service/start
Sep 12 12:22:40 DAVIDOPTIPLEX9010 systemd[1]: Walked on cycle path to network.target/start
Sep 12 12:22:40 DAVIDOPTIPLEX9010 systemd[1]: Breaking ordering cycle by deleting job network-up.service/start
Sep 12 12:22:40 DAVIDOPTIPLEX9010 systemd[1]: Started Import network configuration from initramfs.
Sep 12 12:22:41 DAVIDOPTIPLEX9010 NetworkManager[1137]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ...
Sep 12 12:22:41 DAVIDOPTIPLEX9010 NetworkManager[1137]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
Sep 12 12:22:41 DAVIDOPTIPLEX9010 systemd[1]: Starting LSB: Bring up/down networking...
Sep 12 12:22:41 DAVIDOPTIPLEX9010 network[1192]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:41 DAVIDOPTIPLEX9010 network[1192]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: Bringing up loopback interface: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: ./ifup: interface ifcfg-lo is controlled by NetworkManager; skipping.
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: [ OK ]
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: Bringing up interface eth0: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: Error: Connection activation failed: Device not managed by NetworkManager or unavailable
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: [FAILED]
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:42 DAVIDOPTIPLEX9010 network[1192]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Sep 12 12:22:42 DAVIDOPTIPLEX9010 systemd[1]: network.service: control process exited, code=exited status=1
Sep 12 12:22:42 DAVIDOPTIPLEX9010 systemd[1]: Failed to start LSB: Bring up/down networking.
Sep 12 12:22:42 DAVIDOPTIPLEX9010 systemd[1]: Unit network.service entered failed state
- Code: Select all
# systemctl status network.service
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: failed (Result: exit-code) since Tue, 2013-10-01 11:38:36 EDT; 57min ago
Process: 7225 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/network.service
Oct 01 11:37:05 DAVIDOPTIPLEX9010 network[7225]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Oct 01 11:37:06 DAVIDOPTIPLEX9010 network[7225]: [ OK ]
Oct 01 11:37:06 DAVIDOPTIPLEX9010 network[7225]: Bringing up interface eth1: /etc/init.d/functions: line 24: /bin/mountpoint: No such f...rectory
Oct 01 11:37:06 DAVIDOPTIPLEX9010 network[7225]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Oct 01 11:38:36 DAVIDOPTIPLEX9010 network[7225]: Error: Timeout 90 sec expired.
Oct 01 11:38:36 DAVIDOPTIPLEX9010 network[7225]: [FAILED]
Oct 01 11:38:36 DAVIDOPTIPLEX9010 network[7225]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Oct 01 11:38:36 DAVIDOPTIPLEX9010 network[7225]: /etc/init.d/functions: line 24: /bin/mountpoint: No such file or directory
Oct 01 11:38:36 DAVIDOPTIPLEX9010 systemd[1]: Failed to start LSB: Bring up/down networking.
Oct 01 11:38:36 DAVIDOPTIPLEX9010 systemd[1]: Unit network.service entered failed state
I have lots of other errors, thought I would start by sharing this one. LSB seems to be all jacked up. Can't install Hamachi etc. etc. Get the Plymouth wait error, LSB windbind start error, etc.
I moved the network drive mappings to rc.local. Lots of errors.
- Code: Select all
# systemctl status rc-local.service
rc-local.service - /etc/rc.d/rc.local Compatibility
Loaded: loaded (/usr/lib/systemd/system/rc-local.service; static)
Active: failed (Result: exit-code) since Tue, 2013-10-01 11:37:05 EDT; 1h 1min ago
Process: 7257 ExecStart=/etc/rc.d/rc.local start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/rc-local.service
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: --make-slave mark a subtree as slave
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: --make-private mark a subtree as private
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: --make-unbindable mark a subtree as unbindable
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: --make-rshared recursively mark a whole subtree as shared
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: --make-rslave recursively mark a whole subtree as slave
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: --make-rprivate recursively mark a whole subtree as private
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: --make-runbindable recursively mark a whole subtree as unbindable
Oct 01 11:37:05 DAVIDOPTIPLEX9010 rc.local[7257]: For more details see mount(8).
Oct 01 11:37:05 DAVIDOPTIPLEX9010 systemd[1]: Failed to start /etc/rc.d/rc.local Compatibility.
Oct 01 11:37:05 DAVIDOPTIPLEX9010 systemd[1]: Unit rc-local.service entered failed state