updated mysql and now swapon: cannot stat (FIXED!)
does this make sence? I just updated mysql and now when I reboot the server I get this message. not sure why it would remove the directory should I just make it again to fix the problem?
- Activating (possibly) more swap …swapon: cannot stat /dev/ubd/1: No such file or directory
6 Replies
I think cherring has the right idea as to your solution (besides downgrading your kernel back, which probably isn't the best).
See this thread.
It looks a bit better but still nothing. This is what my fstab looks like now. Notice the warning below..
/dev/ubd/0 / ext3 defaults 0 0
/dev/ubda none swap sw 0 0
none /proc proc defaults 0 0
- Activating (possibly) more swap …swapon: /dev/ubda: Device or resource busy
[ !! ]
@fifo:
ok this is what my fstab looks like now
/dev/ubd/0 / ext3 defaults 0 0
/dev/ubda none swap sw 0 0
none /proc proc defaults 0 0
A quote from that post…
5) Edit /etc/fstab and change "/dev/ubd/0" to /dev/ubda, and "/dev/ubd/1" to /dev/ubdb, and so on.
See your mistake?
-Chris
that fixed the problem…
/dev/ubd/0 = /dev/ubda
and
/dev/ubd/1 = /dev/ubdb
Cheers