cPAdminsMichael
- Total activity 374
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 164
Comments
Recent activity by cPAdminsMichael-
Hi Linus, You COULD use mod_userdir, where you can access the site by hostname/~username - but my experience is that changing your local hosts file is better as it also resolves your site's links,...
-
Hm - not really a space issue ;) I suggest that you open a support ticket.
-
I have seen these type of errors if the server is running out of disk space - how much available disk do you have? Run df -h
-
Ok - the output don't give an explanation to your issue - some spikes here and there, but that's quite normal. More than welcome to reach out when/if you observe the issue again :)
-
Hi, It's difficult giving a good diagnose with the ps output. I can see you have quite many WHM connections. Have you enabled and configured cPHulk? It would require further diagnostics to identif...
-
I'd generally recommend that you deactive firewall logging. You risk that logs are getting flooded with all the log entries.. If you REALLY need to log the firewall, you can: 1) Either run dmesg -...
-
Hi Ryan, You will most likely have a better error message in your /var/log/secure logfile :) I assume you created the user's .ssh directory and authorized_keys file "manually"? What ownership and ...
-
Ah yes, sorry. WOW, lot of bad activities going on with your server! You can see files opened by a given process with lsof -p PID. So fx. that would be lsof -p 4081 BUT - You can also see that pa...
-
Quickest way is to do a ps I think: ps -ef |grep python
-
Hm - I don't have a good explanation to your issue. It's a bit odd that it's random - else I would say that it's network or firewall related.. I suggest you open a support ticket (If you haven't al...