Archives

All posts for the month June, 2011

Forgot where I found this but here’s a crazy grub menu with 100+ entries for different distros.

4 disks used

Disk 1 = hda 300Gb IDE with 60 partitions
Disk 2 = hdc 200Gb IDE with 54 partitions
Disk 3 = sda 200Gb Sata with 15 partitions
Disk 4 = sdb 200Gb Sata with 15 partitions
(See Part 2 for BSD and Solaris systems on their own hard disks)

 

 

When you go to restart postfix and it fails.  /var/log/messages has the above error.

Now granted there is probably a easier way, and I’m not postsuper expert, but I just read the error

cd /var/spool/postfix/bounce/0

rm 0 (as it was a file and not a directly)

mkdir 0; chown postfix 0

rcpostfix start

and it started.