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 - ring_c

Pages: 1 ... 10 11 [12] 13 14 15
166
PHP / Re: 403 Error on submitting form
« on: September 07, 2018, 01:50:24 PM »
Probably mod security. Try disabling it.

167
CentOS 7 Problems / Re: CWP Pro: Server reboot occurrence
« on: September 06, 2018, 07:26:02 PM »
Thanks!

168
CentOS-WebPanel Bugs / Re: Wordpress installation issue
« on: September 06, 2018, 06:17:00 PM »
Can you say when the next version is due?

169
Why is there a need for a second tutorial? Is there any difference?

170
CentOS 7 Problems / Re: CWP Pro: Server reboot occurrence
« on: September 06, 2018, 06:52:38 AM »
Thanks, I'm in Hetzner too. Good to know...

171
CentOS 7 Problems / Re: Problem with memcached
« on: September 06, 2018, 06:50:31 AM »
1. SSH access your server
2. nano /etc/csf/csf.pignore
3. These are the entries I've added for redis:

exe:/usr/bin/redis-server
4. For memcached look at the warning you got in email and put the executable line with a "exe:" before it.


Tell me if it helped.


172
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 04, 2018, 01:57:43 PM »

Already installed :(
Maybe perl needs mysql while I have MariaDB?

Code: [Select]

[root@cwp ~]# yum install perl-DBI -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                     |  31 kB     00:00
 * base: mirror.ratiokontakt.de
 * epel: mirror.wiuwiu.de
 * extras: mirror.ratiokontakt.de
 * remi-safe: mirror.23media.de
 * updates: mirror.ratiokontakt.de
base                                                     | 3.6 kB     00:00
cwp                                                      | 2.9 kB     00:00
extras                                                   | 3.4 kB     00:00
mariadb                                                  | 2.9 kB     00:00
remi-safe                                                | 2.9 kB     00:00
updates                                                  | 3.4 kB     00:00
varnishcache_varnish5/x86_64/signature                   |  836 B     00:00
varnishcache_varnish5/x86_64/signature                   | 1.0 kB     00:00 !!!
varnishcache_varnish5-source/signature                   |  836 B     00:00
varnishcache_varnish5-source/signature                   | 1.0 kB     00:00 !!!
Package perl-DBI-1.627-4.el7.x86_64 already installed and latest version
Nothing to do

173
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 04, 2018, 05:24:48 AM »
Thank you, dear bullten.
Yet, I'm still getting the following error in the log sent by email for daily backups:


Code: [Select]
warning: /var/tmp/rpm-tmp.VFyLyO: Header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEYerror: Failed dependencies:        perl(DBD::mysql) >= 1.0 is needed by percona-toolkit-2.2.16-1.noarch

174
Backup / Re: mysqldump: Got error: 1142: "SELECT, LOCK TABLES
« on: September 04, 2018, 05:22:34 AM »
I'm getting the same error. It's in the email I'm getting daily for the daily backups.

175
CentOS-WebPanel GUI / Re: Resources monitor per user/website
« on: September 03, 2018, 06:21:15 PM »
Create Password
Code: [Select]
ln -s /usr/local/apache/bin/htpasswd /usr/sbin/htpasswd
htpasswd -bc /usr/local/apache/htdocs/netdata/usr/share/netdata/web/.htpasswd yourusername yourpassword


First, thank you so much for all your help.
Second, I got the following error:


Code: [Select]
[root@cwp ~]# ln -s /usr/local/apache/bin/htpasswd /usr/sbin/htpasswd
ln: failed to create symbolic link ‘/usr/sbin/htpasswd’: File exists


176
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 06:08:46 PM »
I was wondering why we're using the mysql command, but I thought - hey, I know nothing, I better shut up. :)


Well, yeah it seems it all works (all that time everything was Green in CWP dashboard).
Here's the status:


Code: [Select]
Active: active (running) since Mon 2018-09-03 21:04:47 IDT; 5s ago

So, I'm good? No need to panic? Do I have to change anything in /etc/my.cnf (remember we've added [mysqld] ?).

177
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 02:57:13 PM »
Code: [Select]

[root@cwp ~]# service mysqld start
Starting mysqld (via systemctl):                           [  OK  ]
[root@cwp ~]# service mysqld status
 ERROR! MariaDB is not running

178
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 02:43:38 PM »

Code: [Select]
[root@cwp ~]# mysqlcheck
You forgot to give the arguments! Please see mysqlcheck --help
for more information.

179
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 02:29:46 PM »
As before:
Code: [Select]
ERROR! MariaDB is not running

180
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 03, 2018, 01:53:19 PM »
Still the same. :(

Pages: 1 ... 10 11 [12] 13 14 15