sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
Are you behind a firewall that is blocking outbound connections to port 2087? Is your ISP blocking outbound connections to these ports? Are you accessing this from a residential Internet connecti...
-
What handler are you using for PHP?
-
Is the PID File location perhaps different on your server? cat /etc/pure-ftpd.conf | grep PIDFile
-
Is this a CentOS 7 server? Does cPanel on CentOS 7 use CentOS's Network Manager for managing network interfaces? It would seem that you would need to restart your network, but I do not know how t...
-
You'll have to find out what process is attached to that PID. Run: ps aux | awk '$2 ~ /^684$/' From root's shell
-
What does cat /var/log/yum.log | grep kernel show?
-
No clue on that. I don't do any automatic updates. But I would harbor a guess that the kernel on your server was updated and thus necessitating the need for a server reboot. You would need to re...
-
CentOS 7 just released a new kernel. Any time a new kernel is released and you install it, you have to reboot for that kernel to take affect. Simply installing a new kernel doesn't run your syste...
-
You're looking for the -mmin parameter to find instead of -mtime. You will have to specify in minutes, i.e. -mmin -60 for this to work
-
I would suggest opening a ticket with CloudLinux/Kernelcare about this. Something is wrong some where.