Vielen Dank Jörg für Deine Hinweise! Bevor ich in die dbus-Tiefen absteige, will ich lieber den Arbeitsspeicher erhöhen und das System mit 6.1 neu aufsetzen. Die Meldung mit der Netzwerkkonfiguration kann offensichtlich viele verschiedene Ursachen haben.
Grüße, Hans --------------------------------------- -----Ursprüngliche Nachricht----- Von: linuxmuster-user [mailto:[email protected]] Im Auftrag von Jörg Rudolf Gesendet: Dienstag, 6. Januar 2015 12:32 An: Discussions about using linuxmuster.net Betreff: Re: [lmn] Startproblem nach linuxmuster-setup --first Hallo Hans, Am 06.01.2015 um 11:00 schrieb Dr. Hans Steffen: > > Hallo Liste, > > bin neu hier und installiere die lml.net 6.0 neu. Habe lange in den > listings nach ähnlichem Problem gesucht, jedoch nicht fündig geworden: > > Installation des IPfire (aktualsiert) u. des Ubuntu Servers 12.04 LTS > problemlos. > > Partitionen wie im HB beschrieben: /, /swap, /home quotiert, /var > quotiert, /var/spool/cups auf 2 TB-Platte LVM, kein Raid. > > Aktualisierungen des Servers alle problemlos (apt-get dist-upgrade) > > Linuxmuster-base ok. Linuxmuster-setup --first läuft glatt durch. Nach > Neustart u. Anmeldung mail: > > Nagios:localhost/disk space: critical, sowie nagios:localhost/ssh > critical. > > im /etc/fstab fehlt /swap !? > > Ipfire u. Server einander pingbar; ssh-Anmeldung am ipfire kein > Problem; Internet am server ist da. > > _Ein Neustart schlägt nun fehl:_ > > Meldung (Konsole): /scripts/init-premount/devpts:line 21:mountpoint > not found] > In Zeile 21 steht: mountpoint -q /dev/pts || exit 0 Es geht um Pseudo-Terminals: Die Slaves heißen dann z. B. |/dev/pts/1|, |/dev/pts/23|... Bei mount wird aber abgezeigt: devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) Bei mir gab (gibt) es deshalb kein Problem. Der Server startet trotzdem ... > > Grafische Oberfläche: erscheint (wie normal beim booten) Meldung: > Waiting for network configuration > Auch das hatte ich. Wenn ich das mit ESC abbrach: hängt bei Starting System V initialisation compatibility [ok] Laut boot.log kommt danach: Checking quotas [80G.[74G[o} Turning on quotas [80G] Apparmor In meinen Unterlagen hatte ich mir dazu Folgendes notiert: * http://ubuntuforums.org/showthread.php?t=1859799 und https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/811441 * http://askubuntu.com/questions/185515/disable-network-config uration-services-during- <http://askubuntu.com/questions/185515/disable-network-confi guration-services-during-boot-time>boot-time <http://askubuntu.com/questions/185515/disable-network-confi guration-services-during-boot-time> A better ideea than disabling the service is to remove the sleep time. To do this, open |/etc/init/failsafe.conf| with your favourite editor, and around line 25 you should see the following lines of code: |# Plymouth errors should not stop the script because we *must* reach| |# the end of this script to avoid letting the system spin forever| |# waiting on it to start.| |$PLYMOUTH message text=Waiting for network configuration || :| |sleep 40| |$PLYMOUTH message text=Waiting up to 60 more seconds for network configuration || :| |sleep 59| |$PLYMOUTH message text=Booting system without full network configuration || :| To solve your problem, just comment the sleep times (add '#' in front of the text). It should look like this: |# Plymouth errors should not stop the script because we *must* reach| |# the end of this script to avoid letting the system spin forever| |# waiting on it to start.| |$PLYMOUTH message text=Waiting for network configuration || :| |#sleep 40| |$PLYMOUTH message text=Waiting up to 60 more seconds for network configuration || :| |#sleep 59| |$PLYMOUTH message text=Booting system without full network configuration || :| * *Obiges auf Test-server ausgeführt reboot ? Booting system without full network configuration ? bootet flott!!!! * * *ABER AUCH: Wenn der Server direkt am Netz hängt, dann bootet er auch ohne diese Änderung sehr flott!!!!!* In |/etc/init/rc-sysinit.conf| replace: |start on (filesystem and static-network-up) or failsafe-boot| with: |start on (filesystem) or failsafe-boot| * Es ist bei mir schon über ein Jahr her - damals, als ich lmn 6.0 installiert hatte. So ganz genau kann ich mich nicht mehr erinnern, aber die obigen Punkte hatte ich mir notiert - und ich habe ein ziemlich stabiles System erhalten. Viel Erfolg Jörg _______________________________________________ linuxmuster-user mailing list [email protected] https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user _______________________________________________ linuxmuster-user mailing list [email protected] https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user
