Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MarioG

Pages: [1]
1
CentOS 7 Problems / Re: Clamav + Amavis not auto starting
« on: May 18, 2019, 08:27:53 PM »
I had a similar issue with spamassassin.  For me, I manually enabled it from the shell:
systemctl enable spamassassin

It's now enabled on reboot.

2
CentOS-WebPanel GUI / Re: Security - Hide all processes
« on: May 18, 2019, 11:17:47 AM »
I had the same issue.  After a reboot, it defaulted to not being implemented.  I personally opted for a manual fix.

This feature uses the hideid option when mounting the /proc folder.  I made it a permanent fix by adding the following line to my /etc/fstab file:

proc   /proc    proc   defaults,hidepid=2   0   0

Warning: Be very careful, as an incorrect fstab file can stop your machine from booting properly.  Make backups or snapshots.

Hopefully, a future CWP update will resolve this.

3
CentOS-WebPanel Bugs / Re: Mysql Manager not respond
« on: May 16, 2019, 04:41:41 PM »
It should work if you make sure the new name has no underscores or dashes in it.  I just spent an hour realizing this when I created databases lp and then lp_wp, and all kinds of things went haywire when I tried to add lp_wp (including the endless 'Processing...').

So, the defect is that either the underscores should be allowed, or the user should be notified that names can't contain them.  But at least avoiding the underscores for now you can continue working.

Pages: [1]