garconcn
- Total activity 184
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 67
Comments
Recent activity by garconcn-
Hello, You could temporarily add the following entries to the "Exclude=" line in /etc/yum.conf: kmod* kernel* Then, run "yum update" to see if it completes successfully. Thank you. Got my ori...
-
Hello, Try running "yum update" on it's own, as YUM may need to update more than just the "ea-" prefixed packages. Thank you. Thank you. I don't want to update the kernel because it requires serv...
-
Hi @garconcn, I moved this post to it's own thread. Do you receive the same error when running the "yum update" command as opposed to just running the "yum update ea-php*" command? If so, could y...
-
Do you see log like this on your server? /var/log/messages Jan 29 22:07:20 xxxx kernel: blk_update_request: I/O error, dev fd0, sector 0 Jan 29 22:07:20 xxxx kernel: blk_update_request: I/O error...
-
I was experiencing the same issue two days ago, I thought it was caused by R1soft because the server no responding just a few mins after R1soft replication started. I saw the backlog limit exceeded...
-
You can install the package with the following command: yum install ea-apache24-mod_security2-mlogc This will populate the /etc/mlogc.conf file. Thank you. Thank you, I will give it a try.
-
Thanks for your reply. I checked all my servers with lastest EA4 but can't find /etc/mlogc.conf at all, do I need to create my own?
-
I can't find /usr/local/modsecurity/bin/mlogc in new EA4 server, was the path changed? Can anyone share how to centralize the modsecurity log using mlogc? I've experience with centralize syslog bu...
-
I also experienced the similar issue today after converting from EA3 to EA4. The curl was installed in EA3 but it was missing from PHP 5.6 after the conversion, however, I found PHP 5.5 and 7.0 hav...
-
Hello, The following entries are automatically added before each RewriteRule in the .htaccess file when AutoSSL is enabled to ensure certificates validate successfully: RewriteCond %{REQUEST_URI}...