After a successful upgrade of FC6 to F7test3, I get error messages printed out during a normal boot sequence. The messages come out when its mounting filesystems. The problem appears to be that duplicate entries exist in my /etc/fstab now. The original /etc/fstab exists from a box I've been upgrading since probably Red Hat 4. The original file contained entries for tmpfs, proc, and devpts. Anaconda upgraded this file and added duplicate entries for those... Luckily, it added its towards the top and so are probably preferred. Original /etc/fstab from before upgrade: LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 #/dev/sda5 swap swap defaults 0 0 /dev/sdb5 swap swap defaults 0 0 #/dev/sda1 /c vfat defaults 0 0 #/dev/hdb1 /b1 ext3 defaults 1 2 /dev/sda1 /b1 ext3 defaults 1 2 /etc/fstab after upgrade and with duplicates. LABEL=/ / ext3 defaults 1 1 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/sda1 /b1 ext3 defaults 1 2 /dev/sdb5 swap swap defaults 0 0
This should be fixed in the next build of anaconda. Thanks for the bug report.