[SOLVED] /bin/mountpoint doesn't exist

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] /bin/mountpoint doesn't exist

Postby dkeith » Oct 1st, '13, 18:47

System: Mageia 3 64 bit
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
Last edited by isadora on Oct 9th, '13, 19:44, edited 2 times in total.
Reason: Command-output placed between [CODE]-tags, to keep the forum readable. ;)
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby jkerr82508 » Oct 1st, '13, 19:56

/bin should be a symlink to /usr/bin

Code: Select all
urpmf /usr/bin/mountpoint
sysvinit-legacy-tools:/usr/bin/mountpoint

Jim
jkerr82508
 
Posts: 946
Joined: Mar 26th, '11, 01:34
Location: Fife, Scotland

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 1st, '13, 20:08

Thanks Jim. There is no mountpoint anywhere in the system. I checked using 'locate mountpoint' & looked in /usr/bin manually. Here's what I get:
Code: Select all
# locate mountpoint
/usr/lib/debug/usr/bin/mountpoint.debug
/usr/src/debug/sysvinit-2.87dsf/src/mountpoint.c


Code: Select all
# urpmf /usr/bin/mountpoint
sysvinit-legacy-tools:/usr/bin/mountpoint
sysvinit-legacy-tools:/usr/bin/mountpoint

# sysvinit-legacy-tools:/usr/bin/mountpoint
bash: sysvinit-legacy-tools:/usr/bin/mountpoint: No such file or directory
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 1st, '13, 21:36

dkeith wrote:
Code: Select all
# urpmf /usr/bin/mountpoint
sysvinit-legacy-tools:/usr/bin/mountpoint
sysvinit-legacy-tools:/usr/bin/mountpoint

The output means that the file /usr/bin/mountpoint is contained in the package sysvinit-legacy-tools which you need to install.

Also this is quite weird, as sysvinit-legacy-tools is required by initscripts package:
Code: Select all
[doktor5000@localhost ~]$ urpmq --whatrequires sysvinit-legacy-tools
initscripts
initscripts
sysvinit-legacy-tools


Which in turn is required by basesystem-minimal package, which always has to be installed. So there is a huge inconsistency in your system.
So question is more, which media did you use to install Mageia?

Also please show the output as root of
Code: Select all
LC_ALL=C rpm -Va --nosize --nomtime
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 1st, '13, 22:07

Mageia-3-dual-CD.iso from the website

Code: Select all
# LC_ALL=C rpm -Va --nosize --nomtime
..5......  c /etc/mtools.conf
..5......    /usr/src/linux-3.8.13.4-server-1.mga3/scripts/basic/fixdep
..5......    /usr/src/linux-3.8.13.4-server-1.mga3/scripts/kconfig/conf
..5......  c /etc/ssh/sshd_config
..5......  c /etc/plymouth/plymouthd.conf
..5......    /usr/share/fonts/encodings/encodings.dir
.....U...    /usr/NX/etc
..5......    /usr/NX/etc/administrators.db.sample
..5......    /usr/NX/etc/guests.db.sample
.....U...    /usr/NX/etc/keys
..5......    /usr/NX/etc/passwords.db.sample
..5......    /usr/NX/etc/profiles.db.sample
missing     /usr/NX/etc/server.lic.sample
..5......    /usr/NX/etc/users.db.sample
.....U...    /usr/NX/home/nx
.....U...    /usr/NX/home/nx/.bash_logout
.....U...    /usr/NX/home/nx/.bash_profile
.....U...    /usr/NX/home/nx/.bashrc
..5..U...    /usr/NX/home/nx/.hushlogin
.....U...    /usr/NX/home/nx/.ssh
.....U...    /usr/NX/home/nx/.ssh/restore.id_dsa.pub
.M.......    /usr/NX/scripts/restricted/nxconfigure.sh
.M.......    /usr/NX/scripts/restricted/nxcookiegen.sh
.M.......    /usr/NX/scripts/restricted/nxdpyinfo.sh
.M.......    /usr/NX/scripts/restricted/nxgroupadd.sh
.M.......    /usr/NX/scripts/restricted/nxhost.sh
.M.......    /usr/NX/scripts/restricted/nxpasswd.sh
.M.......    /usr/NX/scripts/restricted/nxquotaadd.sh
.M.......    /usr/NX/scripts/restricted/nxwtmpadd.sh
.M.......    /usr/NX/scripts/restricted/nxwtmpdel.sh
.....U...    /usr/NX/var
.....U...    /usr/NX/var/db
.....U...    /usr/NX/var/db/closed
..5..U...    /usr/NX/var/db/closed/.InfoManager.lock
.....U...    /usr/NX/var/db/failed
..5..U...    /usr/NX/var/db/failed/.InfoManager.lock
.....U...    /usr/NX/var/db/running
..5..U...    /usr/NX/var/db/running/.InfoManager.lock
.....U...    /usr/NX/var/db/stat
....L....    /lib64/ld-lsb-x86-64.so.3
missing     /usr/include/GL/glxint.h
missing     /usr/include/GL/glxmd.h
missing     /usr/include/GL/glxproto.h
missing     /usr/include/GL/glxtokens.h
missing     /usr/include/GL/internal/glcore.h
..5......    /lib/modules/3.8.13-server-1.mga3/modules.alias
..5......    /lib/modules/3.8.13-server-1.mga3/modules.alias.bin
..5......    /lib/modules/3.8.13-server-1.mga3/modules.dep
..5......    /lib/modules/3.8.13-server-1.mga3/modules.dep.bin
..5......    /lib/modules/3.8.13-server-1.mga3/modules.symbols
..5......    /lib/modules/3.8.13-server-1.mga3/modules.symbols.bin
.M.......    /usr/NX/bin/nxuexec
.....U...    /usr/NX/etc
missing     /usr/NX/etc/node.lic.sample
.M.......    /usr/NX/scripts/restricted/nxkeyadd.sh
.M.......    /usr/NX/scripts/restricted/nxlicense.sh
.M.......    /usr/NX/scripts/restricted/nxmountadd.sh
.M.......    /usr/NX/scripts/restricted/nxmountdel.sh
.M.......    /usr/NX/scripts/restricted/nxtmpperm.sh
.M.......    /usr/NX/scripts/restricted/nxuseradd.sh
.M.......    /usr/NX/scripts/restricted/nxuserdel.sh
.....U...    /usr/NX/var
..5......    /lib/modules/3.8.13.4-server-1.mga3/modules.alias
..5......    /lib/modules/3.8.13.4-server-1.mga3/modules.alias.bin
..5......    /lib/modules/3.8.13.4-server-1.mga3/modules.dep
..5......    /lib/modules/3.8.13.4-server-1.mga3/modules.dep.bin
..5......    /lib/modules/3.8.13.4-server-1.mga3/modules.symbols
..5......    /lib/modules/3.8.13.4-server-1.mga3/modules.symbols.bin
..5......  c /etc/xml/catalog
..5......  c /usr/share/sgml/docbook/xmlcatalog
..5......  c /etc/info-dir
....L....    /usr/lib64/xorg/modules/extensions/libglx.so
..5......  c /etc/X11/xdm/Xservers
..5......  c /var/lib/mageia/kde4-profiles/Default/share/config/kdm/kdmrc
..5......  c /etc/rpm/macros
....L....    /usr/lib64/libvdpau.so.1
missing     /usr/lib64/libvdpau.so.1.0.0
..5......    /usr/share/indexhtml/index.html
..5......    /usr/src/linux-3.8.13.4-desktop-1.mga3/scripts/basic/fixdep
..5......    /usr/src/linux-3.8.13.4-desktop-1.mga3/scripts/kconfig/conf
..5......    /usr/lib/perl5/vendor_perl/5.16.2/XML/SAX/ParserDetails.ini
..5......  c /etc/samba/smb.conf
..5......  c /etc/pam.d/system-auth
..5......  c /etc/security/limits.conf
..5......    /lib/firmware/intel-microcode/intel-microcode.dat
..5......  c /etc/modprobe.conf
..5......  c /etc/modprobe.preload
..5......    /lib/modules/3.8.13.4-desktop-1.mga3/modules.alias
..5......    /lib/modules/3.8.13.4-desktop-1.mga3/modules.alias.bin
..5......    /lib/modules/3.8.13.4-desktop-1.mga3/modules.dep
..5......    /lib/modules/3.8.13.4-desktop-1.mga3/modules.dep.bin
..5......    /lib/modules/3.8.13.4-desktop-1.mga3/modules.symbols
..5......    /lib/modules/3.8.13.4-desktop-1.mga3/modules.symbols.bin
..5......  c /etc/sysconfig/bootsplash
..5......  c /etc/rsnapshot.conf
.M.......  c /etc/fstab
..5......  c /etc/host.conf
..5......  c /etc/services
..5......  c /etc/shells
.M.......  c /etc/sysconfig/system
..5......    /usr/share/fonts/100dpi/fonts.dir
..5......    /usr/share/fonts/100dpi/fonts.scale
..5......    /usr/share/fonts/75dpi/fonts.dir
..5......    /usr/share/fonts/75dpi/fonts.scale
..5......    /usr/share/fonts/OTF/fonts.dir
..5......    /usr/share/fonts/OTF/fonts.scale
..5......    /usr/share/fonts/Speedo/fonts.dir
..5......    /usr/share/fonts/Speedo/fonts.scale
..5......    /usr/share/fonts/TTF/fonts.dir
..5......    /usr/share/fonts/TTF/fonts.scale
..5......    /usr/share/fonts/Type1/fonts.dir
..5......    /usr/share/fonts/Type1/fonts.scale
..5......    /usr/share/fonts/cyrillic/fonts.dir
..5......    /usr/share/fonts/cyrillic/fonts.scale
..5......    /usr/share/fonts/misc/fonts.dir
..5......    /usr/share/fonts/misc/fonts.scale
.M.......    /var/lib/nfs/rpc_pipefs
missing     /var/cache/man/X11R6/cat1
missing     /var/cache/man/X11R6/cat2
missing     /var/cache/man/X11R6/cat3
missing     /var/cache/man/X11R6/cat4
missing     /var/cache/man/X11R6/cat5
missing     /var/cache/man/X11R6/cat6
missing     /var/cache/man/X11R6/cat7
missing     /var/cache/man/X11R6/cat8
missing     /var/cache/man/X11R6/cat9
missing     /var/cache/man/X11R6/catn
missing     /var/cache/man/cat1
missing     /var/cache/man/cat2
missing     /var/cache/man/cat3
missing     /var/cache/man/cat4
missing     /var/cache/man/cat5
missing     /var/cache/man/cat6
missing     /var/cache/man/cat7
missing     /var/cache/man/cat8
missing     /var/cache/man/cat9
missing     /var/cache/man/catn
missing     /var/cache/man/local/cat1
missing     /var/cache/man/local/cat2
missing     /var/cache/man/local/cat3
missing     /var/cache/man/local/cat4
missing     /var/cache/man/local/cat5
missing     /var/cache/man/local/cat6
missing     /var/cache/man/local/cat7
missing     /var/cache/man/local/cat8
missing     /var/cache/man/local/cat9
missing     /var/cache/man/local/catn
..5......  c /etc/X11/xinit.d/msec
.M5......  c /etc/security/msec/security.conf
.M5......    /usr/share/msec/config.pyo
.M5......    /usr/share/msec/libmsec.pyo
.M5......    /usr/share/msec/plugins/audit.pyo
.M5......    /usr/share/msec/plugins/msec.pyo
.M5......    /usr/share/msec/plugins/network.pyo
.M5......    /usr/share/msec/plugins/pam.pyo
.M5......    /usr/share/msec/plugins/sectool.pyo
..5......  c /var/lib/firebird/system/security2.fdb
..5......  c /var/log/firebird/firebird.log
.M.......    /proc
.M.......    /sys
.M5......  c /etc/sysconfig/mgaapplet
..5......  c /etc/shorewall/interfaces
..5......  c /etc/shorewall/masq
..5......  c /etc/shorewall/policy
..5......  c /etc/shorewall/rules
..5......  c /etc/shorewall/start
..5......  c /etc/shorewall/stop
..5......  c /etc/shorewall/zones
..5......  c /etc/maven/maven2-depmap.xml
missing     /usr/java/jre1.7.0_40/lib/install.jar
.M5......  c /etc/sysconfig/compositing-wm
..5......  c /etc/inittab
..5......    /usr/share/X11/icewm/menu
....L....    /usr/lib64/libGL.so.1
missing     /usr/lib64/libGL.so.1.2.0
missing     /usr/lib64/mesa/libGL.so.1
missing     /usr/lib64/mesa/libGL.so.1.2.0
..5......    /usr/bin/startx


Code: Select all
# systemctl status network.service
network.service - LSB: Bring up/down networking
     Loaded: loaded (/etc/rc.d/init.d/network)
     Active: active (exited) since Tue, 2013-10-01 15:56:06 EDT; 43s ago
    Process: 5827 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
     CGroup: name=systemd:/system/network.service

Oct 01 15:56:04 DAVIDOPTIPLEX9010 systemd[1]: Starting LSB: Bring up/down networking...
Oct 01 15:56:05 DAVIDOPTIPLEX9010 network[5827]: Bringing up loopback interface:  ./ifup: interface ifcfg-lo is controlled by NetworkMan...ipping.
Oct 01 15:56:05 DAVIDOPTIPLEX9010 network[5827]: [  OK  ]
Oct 01 15:56:06 DAVIDOPTIPLEX9010 network[5827]: Bringing up interface eth0:  [  OK  ]
Oct 01 15:56:06 DAVIDOPTIPLEX9010 systemd[1]: Started LSB: Bring up/down networking.


Yet during startup I'm still getting the failure message when the system is bringing up the network...


I had an .mga4 version of the sysvinit-legacy-tools installed. I used urpmi to downgrade it to the mga3 version.

Thanks.
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 1st, '13, 22:26

dkeith wrote:
[...]
Oct 01 15:56:05 DAVIDOPTIPLEX9010 network[5827]: Bringing up loopback interface: ./ifup: interface ifcfg-lo is controlled by NetworkMan...ipping.
Oct 01 15:56:05 DAVIDOPTIPLEX9010 network[5827]: [ OK ]
Oct 01 15:56:06 DAVIDOPTIPLEX9010 network[5827]: Bringing up interface eth0: [ OK ]
Oct 01 15:56:06 DAVIDOPTIPLEX9010 systemd[1]: Started LSB: Bring up/down networking.



That means the network interfaces are flagged as being controlled by NetworkManager, but it doesn't seem configured properly.
Please show the output as root of
Code: Select all
grep -R NM_CONTROLLED /etc/sysconfig/network-scripts/


dkeith wrote:I had an .mga4 version of the sysvinit-legacy-tools installed. I used urpmi to downgrade it to the mga3 version.

When did you download the dual image? You probably suffered from this:
http://blog.mageia.org/en/2013/06/09/ne ... installer/

Please check how many Cauldron packages you have already installed by
Code: Select all
rpm -qa | grep mga4

If your install is quite fresh and not much configured, it's probably better to redownload
one of the newer and fixed images, and reinstall.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 1st, '13, 22:47

Code: Select all
# grep -R NM_CONTROLLED /etc/sysconfig/network-scripts/
/etc/sysconfig/network-scripts/network-functions:    ! is_false $NM_CONTROLLED && is_nm_running && _use_nm=true
/etc/sysconfig/network-scripts/ifcfg-eth0:NM_CONTROLLED=yes


This:

Code: Select all
rpm -qa | grep mga4


...produces no output.

I know when I was trying to install hamachi I was getting lsb version errors. So I broke all of the rules and downloaded an lsb for another distro that appeared to have a newer version - 4, I believe. Anyway it didn't solve the problem and now I'm stuck with it. Everytime I try to do anything with it, like downgrade or uninstall, I either get the 'break your system' message or a library conflict message. The package is lsb-release and is from PLD linux.

As far as starting over is concerned, I'm pretty heavily invested in my config now.

I get similar errors on startup for rc.local, shorewall 6, winbind, and plymouth. Is there a way that I can surgically remove (or trick the system) into putting back the proper lsb package(s) from mga and getting rid of the lsb-release package?

Currently I have to wait until startup finishes with the 'Target Graphical Interface reached' message. Then I have to Ctrl-Alt-F2, log in as root, and do init 5 to get a GUI login screen.

And has anyone had success installing hamachi on mga 3?

Oops, almost forgot. My iso has a date of 8/20 on it, so it wasn't too long ago that I downloaded it.

Thanks for all of the expert assistance.
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 1st, '13, 23:14

Please only one problem per thread, for the hamachi thing, please start a separate thread.
At least we found the core issue now - although it would have been really helpful if you would have mentioned that in the initial post,
that you replaced core packages and don't run a default Mageia installation anymore. You know such little details are really important ...

What do you get from executing as root:
Code: Select all
urpmi --test --replacepkgs lsb-release
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 1st, '13, 23:24

Code: Select all
# urpmi --test --replacepkgs lsb-release
found package(s) lsb-release-2.0-39.mga3.x86_64 in urpmi db, but none are installed


I was able to get back to a default installation!:
Code: Select all
# urpmi lsb-release-2.0-39.mga3.x86_64 --downgrade
The following package has to be removed for others to be upgraded:
lsb-release-4.0-1.x86_64
 (in order to install lsb-release-2.0-39.mga3.x86_64) (y/N) y


    $MIRRORLIST: media/core/release/lsb-release-2.0-39.mga3.x86_64.rpm
installing lsb-release-2.0-39.mga3.x86_64.rpm from /var/cache/urpmi/rpms                                                                         
Preparing...                     ###############################################################################################################
      1/1: lsb-release           ###############################################################################################################
      1/1: removing lsb-release-0:4.0-1.x86_64
                                 ###############################################################################################################


I'll reboot in a little while and see if that fixes anything.

You know such little details are really important ...


I am ashamed... :oops:

Thanks! :)
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 2nd, '13, 00:33

Ok, had a chance to reboot. Made no difference, same errors on startup, still not booting into X. Anything else I can do to fix it?
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 2nd, '13, 06:42

Which errors on startup would that be currently? As you fixed the /bin/mountpoint issue there should be much less.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 2nd, '13, 14:27

network,rc.local, shorewall 6, winbind, and plymouth. No change.

Thanks.
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 3rd, '13, 16:09

If you don't post the errors we can only guess with our crystal ball ...
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 3rd, '13, 16:31

Network:
Code: Select all
# systemctl status network.service
network.service - LSB: Bring up/down networking
     Loaded: loaded (/etc/rc.d/init.d/network)
     Active: active (exited) since Tue, 2013-10-01 18:30:19 EDT; 1 day and 15h ago
    Process: 5860 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
     CGroup: name=systemd:/system/network.service

Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: Starting LSB: Bring up/down networking...
Oct 01 18:30:18 DAVIDOPTIPLEX9010 network[5860]: Bringing up loopback interface:  ./ifup: interface ifcfg-lo is controlled by NetworkMan...ipping.
Oct 01 18:30:18 DAVIDOPTIPLEX9010 network[5860]: [  OK  ]
Oct 01 18:30:19 DAVIDOPTIPLEX9010 network[5860]: Bringing up interface eth0:  [  OK  ]
Oct 01 18:30:19 DAVIDOPTIPLEX9010 systemd[1]: Started LSB: Bring up/down networking.


Shorewall 6:
Code: Select all
# systemctl status shorewall6.service
shorewall6.service - Shorewall IPv6 firewall
     Loaded: loaded (/usr/lib/systemd/system/shorewall6.service; enabled)
     Active: failed (Result: exit-code) since Tue, 2013-10-01 18:30:17 EDT; 1 day and 15h ago
    Process: 5912 ExecStart=/usr/sbin/shorewall6 $OPTIONS start (code=exited, status=3)
     CGroup: name=systemd:/system/shorewall6.service

Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: Starting Shorewall IPv6 firewall...
Oct 01 18:30:17 DAVIDOPTIPLEX9010 shorewall6[5912]: Compiling...
Oct 01 18:30:17 DAVIDOPTIPLEX9010 shorewall6[5912]: Processing /etc/shorewall6/params ...
Oct 01 18:30:17 DAVIDOPTIPLEX9010 shorewall6[5912]: Processing /etc/shorewall6/shorewall6.conf...
Oct 01 18:30:17 DAVIDOPTIPLEX9010 shorewall6[5912]: Loading Modules...
Oct 01 18:30:17 DAVIDOPTIPLEX9010 shorewall6[5912]: ERROR: Your kernel/iptables do not include state match support. No version of Shorew... system
Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: shorewall6.service: main process exited, code=exited, status=3/NOTIMPLEMENTED
Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: Failed to start Shorewall IPv6 firewall.
Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: Unit shorewall6.service entered failed state


rc.local:
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 18:30:30 EDT; 1 day and 15h ago
    Process: 5891 ExecStart=/etc/rc.d/rc.local start (code=exited, status=32)
     CGroup: name=systemd:/system/rc-local.service

Oct 01 18:30:17 DAVIDOPTIPLEX9010 rc.local[5891]: mount error(16): Device or resource busy
Oct 01 18:30:17 DAVIDOPTIPLEX9010 rc.local[5891]: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Oct 01 18:30:17 DAVIDOPTIPLEX9010 rc.local[5891]: mount error(16): Device or resource busy
Oct 01 18:30:17 DAVIDOPTIPLEX9010 rc.local[5891]: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Oct 01 18:30:17 DAVIDOPTIPLEX9010 rc.local[5891]: mount error(16): Device or resource busy
Oct 01 18:30:17 DAVIDOPTIPLEX9010 rc.local[5891]: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Oct 01 18:30:24 DAVIDOPTIPLEX9010 rc.local[5891]: Unable to find suitable address.
Oct 01 18:30:30 DAVIDOPTIPLEX9010 rc.local[5891]: Unable to find suitable address.
Oct 01 18:30:30 DAVIDOPTIPLEX9010 systemd[1]: Failed to start /etc/rc.d/rc.local Compatibility.
Oct 01 18:30:30 DAVIDOPTIPLEX9010 systemd[1]: Unit rc-local.service entered failed state


winbind:
Code: Select all
# systemctl status winbind.service
winbind.service - LSB: Winbind naming service (winbindd)
     Loaded: loaded (/etc/rc.d/init.d/winbind)
     Active: failed (Result: exit-code) since Tue, 2013-10-01 18:30:17 EDT; 1 day and 15h ago
    Process: 5862 ExecStart=/etc/rc.d/init.d/winbind start (code=exited, status=1/FAILURE)
     CGroup: name=systemd:/system/winbind.service

Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: Starting LSB: Winbind naming service (winbindd)...
Oct 01 18:30:17 DAVIDOPTIPLEX9010 winbind[5862]: Starting Winbind services: Winbind is not configured in /etc/samba/smb.conf, not starting
Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: Failed to start LSB: Winbind naming service (winbindd).
Oct 01 18:30:17 DAVIDOPTIPLEX9010 systemd[1]: Unit winbind.service entered failed state


Thanks.
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 3rd, '13, 16:59

Well, for network, I've posted above what the issue is, or what it seems like from your truncated log.
That output you posted doesn't say anything, as it only shows last 10 lines from the log of that service.
Without context totally useless. Let's first get that network issue sorted out, as some of the other errors
rely on networking (and some are bogus, see winbind and shorewall6)

Please show the output of:
Code: Select all
journalctl -a -b --no-pager -u network
ifconfig -a
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 3rd, '13, 17:13

journalctl -a -b --no-pager -u network:
Code: Select all
# journalctl -a -b --no-pager -u network
-- Logs begin at Mon, 2013-09-02 15:37:01 EDT, end at Thu, 2013-10-03 11:11:11 EDT. --
Oct 01 18:29:31 DAVIDOPTIPLEX9010 network[1172]: Bringing up loopback interface:  ./ifup: interface ifcfg-lo is controlled by NetworkManager; skipping.
Oct 01 18:29:31 DAVIDOPTIPLEX9010 network[1172]: [  OK  ]
Oct 01 18:29:31 DAVIDOPTIPLEX9010 network[1172]: Bringing up interface eth0:  Error: Connection activation failed: Device not managed by NetworkManager or unavailable
Oct 01 18:29:31 DAVIDOPTIPLEX9010 network[1172]: [FAILED]
Oct 01 18:30:18 DAVIDOPTIPLEX9010 network[5860]: Bringing up loopback interface:  ./ifup: interface ifcfg-lo is controlled by NetworkManager; skipping.
Oct 01 18:30:18 DAVIDOPTIPLEX9010 network[5860]: [  OK  ]
Oct 01 18:30:19 DAVIDOPTIPLEX9010 network[5860]: Bringing up interface eth0:  [  OK  ]


ifconfig -a:
Code: Select all
[root@DAVIDOPTIPLEX9010 dkeith]# ifconfig -a
eth0      Link encap:Ethernet  HWaddr B8:CA:3A:A9:38:B0 
          inet addr:10.20.30.193  Bcast:10.20.31.255  Mask:255.255.254.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3246839 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1566545 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1782705332 (1.6 GiB)  TX bytes:1102439579 (1.0 GiB)
          Interrupt:20 Memory:f7100000-f7120000

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1577204 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1577204 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:97979230 (93.4 MiB)  TX bytes:97979230 (93.4 MiB)

vmnet1    Link encap:Ethernet  HWaddr 00:50:56:C0:00:01 
          inet addr:192.168.174.1  Bcast:192.168.174.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:526 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

vmnet8    Link encap:Ethernet  HWaddr 00:50:56:C0:00:08 
          inet addr:192.168.240.1  Bcast:192.168.240.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:526 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


Plymouth:
Code: Select all
# systemctl status plymouth-quit-wait.service
plymouth-quit-wait.service - Wait for Plymouth Boot Screen to Quit
     Loaded: loaded (/usr/lib/systemd/system/plymouth-quit-wait.service; static)
     Active: failed (Result: timeout) since Thu, 2013-10-03 13:26:12 EDT; 1h 24min ago
   Main PID: 7406
     CGroup: name=systemd:/system/plymouth-quit-wait.service

Oct 03 13:25:52 DAVIDOPTIPLEX9010 systemd[1]: Starting Wait for Plymouth Boot Screen to Quit...
Oct 03 13:26:12 DAVIDOPTIPLEX9010 systemd[1]: Failed to start Wait for Plymouth Boot Screen to Quit.
Oct 03 13:26:12 DAVIDOPTIPLEX9010 systemd[1]: Unit plymouth-quit-wait.service entered failed state


journalctl -a -b --no-pager |grep plymouth:
Code: Select all
# journalctl -a -b --no-pager |grep plymouth
Oct 03 13:24:45 DAVIDOPTIPLEX9010 dracut: Starting plymouth daemon
Oct 03 13:24:45 DAVIDOPTIPLEX9010 systemd[1]: Walked on cycle path to plymouth-quit.service/stop
Oct 03 13:24:45 DAVIDOPTIPLEX9010 systemd[1]: Breaking ordering cycle by deleting job plymouth-quit.service/stop
Oct 03 13:24:45 DAVIDOPTIPLEX9010 systemd[1]: Walked on cycle path to plymouth-quit-wait.service/start
Oct 03 13:25:22 DAVIDOPTIPLEX9010 systemd[1]: plymouth-quit-wait.service operation timed out. Terminating.
Oct 03 13:25:22 DAVIDOPTIPLEX9010 systemd[1]: Unit plymouth-quit-wait.service entered failed state
Oct 03 13:26:12 DAVIDOPTIPLEX9010 systemd[1]: plymouth-quit-wait.service operation timed out. Terminating.
Oct 03 13:26:12 DAVIDOPTIPLEX9010 systemd[1]: Unit plymouth-quit-wait.service entered failed state


Thanks.
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 3rd, '13, 21:24

Maybe it's better to reinstall, and don't add some 3rd party packages next time ...
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 3rd, '13, 21:31

Unfortunately I have a very complex installation including Oracle and Vmware. The amount of man hours required to rebuild is more than I can afford at this time. However I can detail time for smaller tasks that ultimately lead to a resolution.

From what I've seen and read in other forums, networkmanager has numerous problems that can produce the error that I'm seeing. From what I've seen of your posts and the output from the commands you gave me, if I can fix the NetworkManager issue it may have a snowball effect on the other problems. So it's worth the effort to me to try and at least get that one fixed.

Thanks.
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 3rd, '13, 22:58

Well, if you don't want to use networkmanager, just uninstall it and check your /etc/sysconfig/network-scripts/ifcfg-lo as that seems to give issues.

Code: Select all
urpme -a networkmanager
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 4th, '13, 16:07

I'm ok with uninstalling NetworkManager. However I'm not sure what I'm looking for in ifcfg-lo. Can you please elaborate a bit? I don't want to uninstall NetworkManager until I know what I'll be dealing with after the uninstall.

Thank you.
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 4th, '13, 20:58

Why not post the contents?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 4th, '13, 21:12

Code: Select all
$ cat /etc/sysconfig/network-scripts/ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 4th, '13, 21:51

So that's the default. And according to ifconfig output it's up and running and transferring data. Also the normal interface is up and running, got an IP adress and transferred already loads of data. Where's the issue, apart from the weird log entry during boot?

Can you please show the output as root of
Code: Select all
rpm -V initscripts
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: /bin/mountpoint doesn't exist

Postby dkeith » Oct 4th, '13, 21:57

Code: Select all
]
# rpm -V initscripts
S.5....T.  c /etc/inittab
dkeith
 
Posts: 52
Joined: Oct 1st, '13, 18:22

Re: /bin/mountpoint doesn't exist

Postby doktor5000 » Oct 4th, '13, 21:59

Same here. But you didn't answer on that question ...

doktor5000 wrote:And according to ifconfig output it's up and running and transferring data. Also the normal interface is up and running, got an IP adress and transferred already loads of data. Where's the issue, apart from the weird log entry during boot?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Next

Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest