Cant login to my vps Panel crashed. Guidance needed.

Hello

I am using a digitalocean lamp stack on ubuntu 14.04.2 and the free version of webmin - virtualmin

Some details about the issue i am facing:

for 3-4 weeks now login page crashes
in order to get acess i eventually stop and restart webmin from command line and some times this fixes the issue and i get access.
if above solution doesnt solve my issue i perform a reboot -h and then i finally get acesss.

I am very concerning about what is going on due i have to do this 2-3 times a week now.
Also today vps crashed - sites went down and couldnt login neither via putty or via ftp fillezilla.
CPU usage peeked at 100%. at that time.

Some Quotas :
40GB storage capacity using arround 9GB
2GB Memory using around 1,1GB

Problem solved only via digital ocean panel and power cycle option.

How can i solve this issue.
I didnt proceed to any update though i see some update notices for some time now.

Thanks a lot
George

Howdy,

Hmm, how much RAM is in your server? I’m curious if you’re perhaps seeing a resource issue.

What is the output of the command “free -m”?

Also, when you’re having problems logging in, do you see any errors in “dmesg | tail -30”, or in /var/webmin/miniserv.error?

-Eroc

Hello there,
output is:

root@webnode01:~# free -m

                 total       used       free     shared    buffers   cached</br>

Mem: 2001 1853 148 670 36 1032
-/+ buffers/cache: 784 1217
Swap: 0 0 0

Also in var/webmin/miniserv.error i see these errors :

Error: Failed to query Postfix config command to get the current value of parameter DOMAIN:
Error: Failed to query Postfix config command to get the current value of parameter recipient_bcc_maps:

So i see very high usage of RAM
What you suggest?

Thanks
George

Howdy,

Whlle 2GB of RAM should be good, a spike in usage could indeed be the cause of what you’re seeing.

That 1GB of cached RAM is essentially free, but it sounds like we may need to make some more available.

Are you by chance able to add any swap space to your VPS? If you could add, say, 512MB of swap, that could really make a difference.

You may also want to disable any services you aren’t using, such as Mailman and Postgres.

-Eric

Hello eric,

How can i add swap space ?
Also, how to disable Mailman and Postgres?

Thanks
George

Hello Eric again,

i had already disabled Postgres and now i disabled Mailman through system settings/feautures and plugins.

So how can i add swap space ?

Thanks again
George

Howdy,

Not all VPS types support swap… do you know what type of VPS it is that you’re using there?

-Eric

Hello Eric,
I see that in my Digital Ocean VPS i could install swap file but they say better not do that, in SSD disks as mine.
Mostly they suggest an upgrade.
I have on that VPS 14 sites now (mostly wordpress sites) also i ve istalled all webmin-virtualmin updates but still i am facing problems - evey 2-3 days vps crashes and i proceed with a power cycle.
I was wondering if i could do anything else - maybe upgrade to virtualmin pro or i d better move some sites from that vps to a new one.
Any suggestions?
Thanks
George

VPS with 2 GB of ram should be enough for many things but all comes down to did you fine tune MySQL and Apache and after that what kind of sites are hosted, static pages, CMS and so on…

Just to give you an example, i have one VPS for testing with 1.8GB ram with 1.2GB swap and i did a test how much i can pull on WP home page. I done a test for 1 hour hammering the server with 3 clients/visitors per second (total of 10800 visitors/hour) and that was the limit what my VPS could hold without errors, once i raised to 4 clients per second things start to break with around 1-2% of connections timed out. Probably i could spend some time and push to higher level but there is no need for that, if you website get so many hits you must go for dedicated with SSD or at least KVM with 6-8GB.

For MySQL i would suggest to download mysqltuner to see what results you get and for Apache check the log files maybe some problems are asking for your attention. Default installation does nothing to help you out and few things are “broken” even on fresh install. For example, on 2GB VPS if you select MySQL with 1GB (post install wizard) it will still use more than 2GB of your total memory and if you leave it as it is you can soon expect problems. Doesnt help knowing there are no “one settings for everything” and even between two equal VPS your MySQL settings will be different. So it all comes down to test and modify on the fly.

TL;DR: Download mysqltuner to fine tune your DB, check Apache logs and if needed make adjustments.