[7.904][BUG][FIXED] Interfaces unassigned themselves

So this is rather interesting. I came home from work today to find my network down. 

The connection was working fine when I left this morning. I see that my UPS kicked on at 5:04 tonight, so there was definitely a power hiccup.

Rebooted the Astaro but it wasn't giving out DHCP. Plugged directly into ETH0 and tried to hit WebAdmin. Nothing. Ok, so I plugged in a keyboard and monitor ran ifconfig and see none of the interfaces are configured. So I set the internal IP via console and finally got into WebAdmin. Upon logging in I see that all Interfaces are listed as "unused" on the dashboard. I then checked Network-->Interfaces and they are all listed as unassigned.

I haven't had a chance to check the logs yet, I will do that later tonight or tomorrow and report back. Anyone experience this yet? I attached some screenshots.

This is 120Rev.3 btw
Parents
  • Kernel 2.6.32 as used in v8 changed the default mount option of ext3 from ordered to writeback.
    This might lead to data corruption on power loss.

    Next kernel build will use ordered again as in v7.
    As workaround execute these commands:

    mount -o remount,rw /boot
    sed -i -e s/"splash $"/"splash rootflags=data=ordered"/ /boot/grub/menu.lst
Reply
  • Kernel 2.6.32 as used in v8 changed the default mount option of ext3 from ordered to writeback.
    This might lead to data corruption on power loss.

    Next kernel build will use ordered again as in v7.
    As workaround execute these commands:

    mount -o remount,rw /boot
    sed -i -e s/"splash $"/"splash rootflags=data=ordered"/ /boot/grub/menu.lst
Children
No Data