Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#1
so today I noticed a swap error on boot, but the swap was still being used. Knowing that I had an issue once before (when I had installed from live,persistent, usb) I checked my fstab. Here is what I found:

Code: Select all

# Pluggable devices are handled by uDev, they are not in fstab
UUID=bdc3e08a-5765-4d59-9b4f-b11cb18dd392 / auto defaults,noatime 1 1
UUID=218348b3-9fde-4c95-877b-6bc3a53813bd swap swap sw,pri=1 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
UUID=80E6000CE600055E /media/sda1 ntfs-3g noauto,users,noexec,uid=1000,gid=users,dmask=002,fmask=113,relatime 0 0
UUID=B0EC53B9EC537914 /media/sda2 ntfs-3g noauto,users,noexec,uid=1000,gid=users,dmask=002,fmask=113,relatime 0 0
UUID=AC54-0F79 /media/sda6 vfat auto,users,gid=users,dmask=002,fmask=113,relatime 0 0
UUID=cf6ae5ab-3141-4eda-b6f6-f9555907a268 /media/sda7 ext4 auto,users,exec,relatime 0 0
UUID=9d936b73-784f-467a-8aa5-d023fd7f65c6 /media/sda8 ext4 noauto,users,exec,relatime 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
# Added by antiX
/dev/sda1        /media/sda1      ntfs-3g    noauto,noexec,uid=1000,gid=users,dmask=002,fmask=113,users  0 0
# Added by antiX
/dev/sda2        /media/sda2      ntfs-3g    noauto,noexec,uid=1000,gid=users,dmask=002,fmask=113,users  0 0
# Added by antiX
/dev/sda5        /                ext4       noauto,exec,relatime            0 0
# Added by antiX
/dev/sda6        /media/sda6      vfat       noauto,uid=1000,gid=users,dmask=002,fmask=113,relatime,users  0 0
# Added by antiX
/dev/sda7        /media/sda7      ext4       noauto,exec,relatime,users      0 0
# Added by antiX
/dev/sda8        /media/sda8      ext4       noauto,exec,relatime,users      0 0
# Added by antiX
/dev/sda9        swap             swap       defaults                        0 0
# Added by antiX
/dev/cdrom       /media/cdrom     iso9660    noauto,exec,users,ro            0 0
# Added by antiX
/dev/dvd         /media/dvd       udf        noauto,exec,users,ro            0 0
# Added by antiX
/dev/dvdrw       /media/dvdrw     udf        noauto,exec,users,rw            0 0
# Added by antiX
/dev/sr0         /media/sr0       auto       noauto,exec,users,ro            0 0
# Added by antiX
/dev/cdrw        /media/cdrw      iso9660    noauto,exec,users,rw            0 0
the parts that are commented and say"Added by antiX" are new. The only change I've made in a while is that I started to run antixsnapshot but I had to quit before actually running the snapshot. Some directories were created but I did not start the iso creation process.

The extra entries come back after a reboot if I edit them out.

Any thoughts?
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
OK, for what it's worth, I went ahead and completed an antixsnapshot run. The duplicate fstab entries remained, but upon reboot, I deleted the duplicates and rebooted again. The extra entries did not reappear.
Posts: 850
fatmac
Joined: 26 Jul 2012
#3
Were you plugging in & removing usb drives before rebooting?
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#4
nope.

the antixsnapshot did something, I assume in preperation to making the snapshot. Once I let it complete, I assume it cleaned itself up and let me put my fstab back. Its been stable since I let the antixsnapshot run complete.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#5
I did find the problem. It was antixsnapshot. In the script in /usr/local/bin/antixsnapshot, there are changes made to the udev rules make fstab auto update at boot, suitable for live use. The rules are reverted supposed to be revert once the snapshot is complete, but if you exit at the prompt that says"Y to proceed, cntrl +c to exit" or something like that, the script ends without reverting the changes.