I am running Ubuntu Server 14 (64bit) as a vm. It has VMware tools installed. Whenever I reboot it it gets stuck at “stopping system v run level compatibility”
Here is a screenshot: http://www.internetlinked.com/tmp/Reboot%20Error.jpg
There are many post around this type of issue but I can’t find any workable solution or how to approach the issue.
It is a virtual machine. I have two of them running different services. Both created at the same time. One works the other does not, The one with the issue is running Redis, MongoDB and NodeJs
Okay, I may be going in the wrong direction… seems this issue can exist for a variety of reasons
One thing that keeps coming up is to check the .Xauthority permissions placed in your /home/username folder. I’ve seen that in the past, but I can’t for the life of me remember why I had to deal with that issue.
So I’m re-reading this topic to see if I miss anything important, and I have another question: “gets stuck” gets stuck when shutting down or starting back up?
Does it actually get to the reboot step and then it fails to start back up properly? Or is it failing to shutdown so it can start itself back up?
Hi so I think I have something. I decided to do a screen cast to show you what was happening. Usually I reboot using the VM console option of “restart guest” and this is what showed http://www.internetlinked.com/tmp/Reboot%20Error.jpg. This time for the screencast I looked on as an admin and ran reboot from the command line. This time I got the following:
The system is going down for reboot N OW!
wait-for-state stop/waiting
Stopping redis-server:
And here it stays.
It seems that the redis-server is preventing the reboot. I will investigate this further and see what is happening.