CXA2092 found
umount: forced umount of /var failed!
umount: cannot umount /var: Invalid argument
The system is going down NOW!
Sending SIGTERM to all processes
[yhttpd] !!! SIGNAL !!! :15!
[yhttpd] No special SIGNAL-Handler:15!
[yhttpd] stop requested......
Sending SIGKILL to all processes
Requesting system halt
Woran könnte das liegen?
Image ist von heute mit aktuellem cvs.
/var ist noch busy. Also greift das "umount -l" danach. Die Fehler von Busybox sind nicht immer ganz eineutig, man müsste mal rausfinden, von welchem umount-call der EINVAL tatsächlich kommt...
Scheint mir aber "mostly harmless", das habe ich acuh schon seit vielen Monden.
Das ist nur der "Sicherheitsgurt" - sprich: wenn umount /var nicht funktioniert hat, dann kommt umount -l /var, wenn /var da schon weg ist, kann eine Fehlermeldung kommen, die ist aber harmlos.
CXA2092 found
umount: cannot umount /var: Device or resource busy
The system is going down NOW!
Sending SIGTERM to all processes
[yhttpd] !!! SIGNAL !!! :15!
[yhttpd] No special SIGNAL-Handler:15!
[yhttpd] stop requested......
Sending SIGKILL to all processes
Requesting system halt
Er benutzt aber die gleiche "halt" wie ich auch.
Wieso kommt da bei mir:
Weil bei Dietmar beim ersten unmount /var noch busy ist, deswegen ist dann "umount -l" erfolgreich. Bei dir wird /var beim ersten mal unmounted, deswegen schlägt es beim zweiten mal fehl. Man könnte denselben grep noch vor das 2. umount machen, aber im Ernst: das macht das runterfahren nur langsamer und es macht nichts besser.
Ich vermute, das bei Dietmar die camd2 in /var/bin liegt und bei dir nicht. Oder so ähnlich.