In order to narrow the possible sources for this error, it might be a good idea to check the system log file, to see if there is a more detailed error message.
In a Debian system this file is located at /var/log/messages
Shortly after reproducing the error, display the newest lines in this usually very long file by typing:
Code:
tail /var/log/messages
(You need be root to have access to that file).