Submitted by warp on Mon, 03/02/2015 - 07:46
since this morning i can't access to my virtualmin backoffice. All my websites and services on this server are ok but but when i try to access to https://xxxxx:10000 i have a inaccessible web page, do you have an idea to resolve this issue ?
Thnak you in advance,
Best regards
Status:
Active
Comments
Submitted by andreychek on Mon, 03/02/2015 - 08:39 Comment #1
Howdy -- what happens if you restart Webmin, does that correct the issue? You can do that by running this command:
/etc/init.d/webmin restart
If that works, I'd be curious what the output of this command is:
free -m
Submitted by warp on Mon, 03/02/2015 - 11:02 Comment #2
Thanks you a lot,
the webmin restart has solved the problem, find below the copy of free -m result
total used free shared buffers cached Mem: 24164 23197 967 1 1722 17595 -/+ buffers/cache: 3879 20284 Swap: 1021 2 1019
Best regards, Yves
Submitted by andreychek on Mon, 03/02/2015 - 11:08 Comment #3
A common cause of the symptoms you described is due to a server running low on RAM, and the kernel killing processes to make more RAM available.
However, it definitely doesn't appear that you're lacking for RAM there :-)
So I'm not quite sure what the issue may be... if you're curious, you could review all the logs, including /var/webmin/miniserv.error to see if they show any hints as to what went on.