Dec 11 00:54:16 hierax kernel: [ 15.251176] udev: renamed network interface eth0 to eth1
I first noticed this when the system didn't get the static ip I had configured in /etc/network/interfaces
.
Dec 11 00:54:16 hierax kernel: [ 15.251176] udev: renamed network interface eth0 to eth1
I first noticed this when the system didn't get the static ip I had configured in /etc/network/interfaces
.
mdadm
, but it took me a couple of separate attempts to get it configured to use Gmail as its SMTP relay. There are a lot of good Postfix tutorials out there, but this post will detail the steps I took for my particular situation. I'm currently running Ubuntu 11.10 Server 64-bit, so I needed mdadm
to be able to send me notification emails, and I already had CA and server certs for Apache and ProFTP, so I'll skip those steps here.type Status report
message /mywar/default
description The requested resource (/mywar/default) is not available.
e2fsck
problem. Again.e2fsck 1.41.4 (27-Jan-2009)
e2fsck: Invalid argument while trying to open /dev/md0
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
fsck
with output similar to the following:
e2fsck 1.41.4 (27-Jan-2009)
The filesystem size (according to the superblock) is 244190000 blocks
The physical size of the device is 244189984 blocks
Either the superblock or the partition table is likely to be corrupt!
mdadm
.