Ubuntu 12.04 Won't Resume from Standby

Bit of an nuisance this one and it only crept up in the last few weeks. Turned out to be FileZilla which was the culprit.

Solution

From the login screen switch to a terminal

ctrl + alt + F2

Login with your usual credentials

ben-ubuntu login:

Run top and look for FileZilla

top

Copy the PID from the first column in top and kill it!

sudo kill PID

Switch back to your login screen.

ctrl + alt + F7

It is more than possible that other applications could be causing you the same issue, it just happened to be FileZilla for me. Looking at the processes in top, you should be able to get a good idea of what might be causing your problem.

Add new comment

The content of this field is kept private and will not be shown publicly.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.