seit gestern bekomme ich beim booten lauter Fehlermeldungen wie beispielsweise diese hier:
Code: Select all
* Re-caching dependency info (mtimes differ)...
* Could not get dependency info for "setiathome"!
* Please run:
* # /sbin/depscan.sh
* to try and fix this.
* Stopping SETI@home ... [ ok ]
* Re-caching dependency info (mtimes differ)...
* Could not get dependency info for "setiathome"!
* Please run:
* # /sbin/depscan.sh
* to try and fix this.
* Re-caching dependency info (mtimes differ)...
* Could not get dependency info for "setiathome"!
* Please run:
* # /sbin/depscan.sh
* to try and fix this.
* Re-caching dependency info (mtimes differ)...
* Could not get dependency info for "setiathome"!
* Please run:
* # /sbin/depscan.sh
* to try and fix this.
* Re-caching dependency info (mtimes differ)...
* Could not get dependency info for "setiathome"!
* Please run:
* # /sbin/depscan.sh
* to try and fix this.
* Starting SETI@home ... Ich kenne eure antwort, "führe doch mal /sbin/depscan.sh aus",
gesagt getan:
Code: Select all
/sbin/depscan.sh
* Caching service dependencies ...
/var/lib/init.d/depcache: line 888: syntax error near unexpected token `}'
/var/lib/init.d/depcache: line 888: ` } [ -f /var/run/psad/kmsgsd.pid ] && rm -f /var/run/psad/kmsgsd.pid [ -f /var/run/psad/psadwatchd.pid ] && rm -f /var/run/psad/psadwatchd.pid [ -f /var/run/psad/psad.pid ] && rm -f /var/run/psad/psad.pid # clean stale pidfiles eend $? "Failed to stop psad" start-stop-daemon --stop --quiet --pidfile /var/run/psad/psad.pid ebegin "Stopping psad" eend $? "Failed to stop kmsgsd" start-stop-daemon --stop --quiet --pidfile /var/run/psad/kmsgsd.pid ebegin "Stopping kmsgsd" eend $? "Failed to stop psadwatchd" start-stop-daemon --stop --quiet --pidfile /var/run/psad/psadwatchd.pid ebegin "Stopping psadwatchd"stop() {} eend $? "Failed to start psad" --exec /usr/sbin/psad start-stop-daemon --start --quiet --pidfile /var/run/psad/psad.pid \ ebegin "Starting psad" checkconfig || return $?start() {} return 0 fi return 1 eerror "You can find a sample config file at /etc/psad/psad.conf.sample" eerror "Please create /etc/psad/psad.conf" if [ ! -f /etc/psad/psad.conf ] ; thencheckconfig() {} need loggerdepend() {# $Header: /home/mbr/cvs/psad/psad-init.gentoo,v 1.2 2003/10/17 00:47:19 mbr Exp $# Distributed under the terms of the GNU General Public License v2 # Copyright 1999-2003 Gentoo Technologies, Inc.#!/sbin/runscript'
* Can't find service 'localmount' needed by 'consolefont'; continuing...
* Can't find service 'checkroot' needed by 'crypto-loop'; continuing...
* Can't find service 'modules' needed by 'crypto-loop'; continuing...
* Can't find service 'checkroot' needed by 'domainname'; continuing...
* Can't find service 'hostname' needed by 'domainname'; continuing...
* Can't find service 'logger' needed by 'iptables'; continuing...
* Can't find service 'localmount' needed by 'keymaps'; continuing...
* Can't find service 'localmount' needed by 'numlock'; continuing...
* Can't find service 'logger' needed by 'psad'; continuing...
* Can't find service 'logger' needed by 'psad-init.gentoo'; continuing...
* Can't find service 'bootmisc' needed by 'alsasound'; continuing...
* Can't find service 'localmount' needed by 'alsasound'; continuing.. [ ok ]
Ich glaube so, sollte das nicht aussehen.
Das Script depscan erstellt die datei /var/lib/init.d/depcache und führt diese dann mit sh aus, jedoch befinden sich auf zeile 887 lauter @^@^@^ ...bis zu... @^}@^
jedoch bringt da das entfernen nichts, da es ständig neu generiert wird.
-->Ich denke hier liegt auch das PRoblem mit den Rc scripten.
-->Hat jemand eine Idee wie ich das fixen kann?
baselayout habe ich bereits neu emerged, hat aber keine verbesserung gebracht.
^-^




