[Eisfair] Fehlermeldung beim start - ata failed to enable aa

Thomas Zweifel t2fel at gmx.net
Fr Feb 19 12:13:44 CET 2016


Hallo Jens

Am 19.02.2016 um 09:11 schrieb Jens Kluge:
>> Normalerweise booten Linuxe auch ohne Swap, sofern der RAM zum booten
>> ausreicht. ;-)
>>
> meiner hat 4GB ;)
> Problem ist aber nicht das Booten, sondern dass sich eisfair beim
> shutdown aufhängt bei der Meldung
> 
> * Turning off swap...

Wer Lesen kann, ist klar im Vorteil :-)

Nach der Meldung gibt es mehrere Sachen die eventuell klemmen könnten:

/etc/init.d/reboot

....
boot_mesg " * Turning off swap ..."

sync; sync

swapoff -a

evaluate_retval



/bin/umount -a                          # umount all (root as read/only)

/bin/mount -o remount,ro /              # be sure: remount as read/only

/bin/sync

sleep 2



echo -e '\007'



boot_mesg " * $message"

....


Du könntest noch weitere boot_mesg " * <Dein Text> ..."
Zeilen hinzufügen, um zu sehen, wo genau es hängen bleibt.

z.B.
....
boot_mesg " * Turning off swap ..."
sync; sync

boot_mesg " * swapoff ..."
swapoff -a
evaluate_retval

boot_mesg " * unmount all ..."
/bin/umount -a # umount all (root as read/only)

boot_mesg " * remount root ..."
/bin/mount -o remount,ro / # be sure: remount as read/only
/bin/sync
sleep 2

echo -e '\007'

boot_mesg " * $message"
....




> Grüße Jens

Gruss Thomas


Mehr Informationen über die Mailingliste Eisfair