Re: INIT-Script hängt sich an modprobe auf
On Fri, Jul 04, 2003 at 06:22:59PM +0200, Roland Häder wrote:
> Er stoppt bei Zeile
>
> INIT .... 2.84 Booting
>
> Und per Debugger fand ich heraus, dass folgende letzten 3 Programme im
> Speicher waren (der Reihe nach):
>
> init
> rcS
> modprobe
>
> So wie es aussieht, liegt es an modprobe ??? Normalerweise startet das
> System sehr schnell an der Stelle. Daher weiß ich nicht, welches Modul er laden
> wollte.... :-(
>
> Es hat einen Abend zuvor geklappt und nun nicht mehr...
>
> Und ich habe keinen Bock, nochmals die Distri zu wechseln (oder gleich zu M$
> Spy-Ware aka XP)
>
> Hoffe, ich bekomme --> KONSTRUKTIVE <-- Antworten?
Aus "man modprobe":
LOGGING COMMANDS
If directory /var/log/ksymoops exists and modprobe is run with an
option that could load or a delete a module then modprobe will log its
command and return status in /var/log/ksymoops/`date +%Y%m%d.log`.
There is no switch to disable this automatic logging, if you do not
want it to occur, do not create /var/log/ksymoops. If that directory
exists, it should be owned by root and be mode 644 or 600 and you
should run script insmod_ksymoops_clean every day or so.
Also, leg das Verzeichnis mal an, achte auf die Rechte:
mkdir /var/log/ksymoops
chown root.root /var/log/ksymoops
chmod 600 /var/log/ksymoops
Dann booten und nach dem hängen neu booten und schauen. Solltet du
gerade nicht mehr booten können, dann hilft evtl ein init=/bin/sh im
bootprompt, also bei Lilo statt "linux" "linux init=/bin/sh", wenn
"linux" dein lilo Standarteintrag ist. Du landest dann in einer
einfachen shell, in der Du als root die o.a. dinge tun kannst.
-billy.
--
Meisterbohne Meisterbohne GbR, Küfner,Mekle, Meier Tel: +49-731-399 499-0
eLösungen Söflinger Straße 100 Fax: +49-731-399 499-9
89077 Ulm http://www.meisterbohne.de/
Reply to: