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.
Pages: [1]
1
Backup / Re: Daily backup...
« on: October 18, 2016, 09:45:55 AM »
Same for me. Just wondering, whether only a few people have the problem, or most people do not check their daily cron mail ...
3
CentOS-WebPanel Bugs / Re: Error at end of MYSQL backup script since 0.9.8.15 (Access denied for user root)
« on: October 18, 2016, 05:38:03 AM »
Anything new in this issue?
4
Updates / Misconfiguration in 0.9.8.98 ???
« on: October 18, 2016, 05:35:28 AM »
After update to CWP 0.9.8.68 Cron Mail states the following:
Your CWP version: 0.9.8.68
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0103 830 103 830 0 0 19296 0 --:--:-- --:--:-- --:--:-- 30740
(98)Address already in use: make_sock: could not bind to address [::]:2030
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:2030
no listening sockets available, shutting down
Unable to open logs
Seems to be a misconfiguration in a script.
Regards
Your CWP version: 0.9.8.68
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0103 830 103 830 0 0 19296 0 --:--:-- --:--:-- --:--:-- 30740
(98)Address already in use: make_sock: could not bind to address [::]:2030
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:2030
no listening sockets available, shutting down
Unable to open logs
Seems to be a misconfiguration in a script.
Regards
5
MySQL / Re: MySql auto shutdown at night
« on: September 20, 2016, 05:30:19 AM »
On my system the problem vanished after enabling chkconfig on MySql.
sudo chkconfig mysqld on
Best regards
sudo chkconfig mysqld on
Best regards
6
MySQL / MySQL Server down after daily cron
« on: July 11, 2016, 06:09:33 AM »
Hi!
Every night after daily cron mySQL Server is down. Have to restart it manually every morning. Problem exists after CWP Version 0.9.8.17
Daily Cron Mail:
/etc/cron.daily/cwp:
====================================================
============= CentOS Web Panel Cron ================
====================================================
###########################
Firewall Flush Daily Blocks
###########################
######################
Update Server Packages
######################
Your CWP version: 0.9.8.24
No update needed, your CWP is up to date.
xxx.xxx.xx.xxx
Date which backup script is using: 2016-07-11 01:41:04
PHP Warning: [obfuscated](): No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
Warning: [obfuscated](): No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
<br><br>Trying to start mysql server, please reload browser!<br><br>Could not connect: No such file or directory
Cron Log:
Jul 11 03:41:01 host anacron[27213]: Job `cron.daily' started
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27847]: starting amavisd
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27855]: finished amavisd
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27847]: starting certwatch
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27861]: finished certwatch
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27847]: starting cwp
Jul 11 03:41:01 host CROND[27871]: (root) CMD (sync; echo 3 > /proc/sys/vm/drop_caches)
Jul 11 03:41:05 host run-parts(/etc/cron.daily)[28160]: finished cwp
Jul 11 03:41:05 host run-parts(/etc/cron.daily)[27847]: starting freshclam
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[28174]: finished freshclam
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[27847]: starting logrotate
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[28181]: finished logrotate
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[27847]: starting makewhatis.cron
Jul 11 03:41:13 host run-parts(/etc/cron.daily)[28342]: finished makewhatis.cron
Jul 11 03:41:13 host run-parts(/etc/cron.daily)[27847]: starting mlocate.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28353]: finished mlocate.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[27847]: starting prelink
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28365]: finished prelink
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[27847]: starting readahead.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28377]: finished readahead.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[27847]: starting tmpwatch
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28415]: finished tmpwatch
Jul 11 03:41:28 host anacron[27213]: Job `cron.daily' terminated (mailing output)
Jul 11 03:41:28 host anacron[27213]: Normal exit (1 job run)
Jul 11 03:42:01 host crond[6651]: (*system*) RELOAD (/etc/cron.d/cwp.sh)
MySQLd Log:
160711 3:41:02 [Note] /usr/libexec/mysqld: Normal shutdown
160711 3:41:02 [Note] Event Scheduler: Purging the queue. 0 events
160711 3:41:04 InnoDB: Starting shutdown...
160711 03:41:04 mysqld_safe A mysqld process already exists
160711 3:41:06 InnoDB: Shutdown completed; log sequence number 357504389
160711 3:41:06 [Note] /usr/libexec/mysqld: Shutdown complete
160711 03:41:06 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
160711 05:50:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Help appreciated!
Every night after daily cron mySQL Server is down. Have to restart it manually every morning. Problem exists after CWP Version 0.9.8.17
Daily Cron Mail:
/etc/cron.daily/cwp:
====================================================
============= CentOS Web Panel Cron ================
====================================================
###########################
Firewall Flush Daily Blocks
###########################
######################
Update Server Packages
######################
Your CWP version: 0.9.8.24
No update needed, your CWP is up to date.
xxx.xxx.xx.xxx
Date which backup script is using: 2016-07-11 01:41:04
PHP Warning: [obfuscated](): No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
Warning: [obfuscated](): No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
<br><br>Trying to start mysql server, please reload browser!<br><br>Could not connect: No such file or directory
Cron Log:
Jul 11 03:41:01 host anacron[27213]: Job `cron.daily' started
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27847]: starting amavisd
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27855]: finished amavisd
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27847]: starting certwatch
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27861]: finished certwatch
Jul 11 03:41:01 host run-parts(/etc/cron.daily)[27847]: starting cwp
Jul 11 03:41:01 host CROND[27871]: (root) CMD (sync; echo 3 > /proc/sys/vm/drop_caches)
Jul 11 03:41:05 host run-parts(/etc/cron.daily)[28160]: finished cwp
Jul 11 03:41:05 host run-parts(/etc/cron.daily)[27847]: starting freshclam
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[28174]: finished freshclam
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[27847]: starting logrotate
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[28181]: finished logrotate
Jul 11 03:41:12 host run-parts(/etc/cron.daily)[27847]: starting makewhatis.cron
Jul 11 03:41:13 host run-parts(/etc/cron.daily)[28342]: finished makewhatis.cron
Jul 11 03:41:13 host run-parts(/etc/cron.daily)[27847]: starting mlocate.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28353]: finished mlocate.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[27847]: starting prelink
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28365]: finished prelink
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[27847]: starting readahead.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28377]: finished readahead.cron
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[27847]: starting tmpwatch
Jul 11 03:41:28 host run-parts(/etc/cron.daily)[28415]: finished tmpwatch
Jul 11 03:41:28 host anacron[27213]: Job `cron.daily' terminated (mailing output)
Jul 11 03:41:28 host anacron[27213]: Normal exit (1 job run)
Jul 11 03:42:01 host crond[6651]: (*system*) RELOAD (/etc/cron.d/cwp.sh)
MySQLd Log:
160711 3:41:02 [Note] /usr/libexec/mysqld: Normal shutdown
160711 3:41:02 [Note] Event Scheduler: Purging the queue. 0 events
160711 3:41:04 InnoDB: Starting shutdown...
160711 03:41:04 mysqld_safe A mysqld process already exists
160711 3:41:06 InnoDB: Shutdown completed; log sequence number 357504389
160711 3:41:06 [Note] /usr/libexec/mysqld: Shutdown complete
160711 03:41:06 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
160711 05:50:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Help appreciated!
7
PHP / Re: Problem switching to PHP 5.4.45
« on: November 22, 2015, 09:28:01 AM »
Itīs working for me,
Thanks
Thanks
8
PHP / Re: Problem switching to PHP 5.4.45
« on: November 16, 2015, 07:29:02 PM »
Very disapointing, noone takes care about this issue. Do only 4 users have the problem?
9
PHP / Re: Problem switching to PHP 5.4.45
« on: November 08, 2015, 10:53:42 AM »
Meanwhile I figured it has to do with suPHP and php-cgi.
Iīm wondering my /usr/local/bin/php-config states version 5.4.27 instead of 5.4.45
Any suggestions on how to solve that?
Thanks
Bernie
Iīm wondering my /usr/local/bin/php-config states version 5.4.27 instead of 5.4.45
Any suggestions on how to solve that?
Thanks
Bernie
10
PHP / Re: Problem switching to PHP 5.4.45
« on: November 03, 2015, 11:00:06 AM »
Thank you for your help
Cannot find any error messages in log at all (except the mentioned). Here the last lines of log
***
-lz -lm -lcrypt -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lxslt -lxml2 -lz -lm -lcrypt -o sapi/cgi/php-cgi
Generating phar.php
Generating phar.phar
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
directorytreeiterator.inc
directorygraphiterator.inc
invertedregexiterator.inc
clicommand.inc
pharcommand.inc
phar.inc
Build complete.
Don't forget to run 'make test'.
Make DONE!
####################
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/php/man/man1/
cp: cannot stat `sapi/cli/php.1': No such file or directory
make: *** [install-cli] Error 1
Make Install DONE!
####################
PHP Rebuild Completed
#########################
***
Hope it tells you more than me ...
Bernie
Cannot find any error messages in log at all (except the mentioned). Here the last lines of log
***
-lz -lm -lcrypt -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lxslt -lxml2 -lz -lm -lcrypt -o sapi/cgi/php-cgi
Generating phar.php
Generating phar.phar
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
directorytreeiterator.inc
directorygraphiterator.inc
invertedregexiterator.inc
clicommand.inc
pharcommand.inc
phar.inc
Build complete.
Don't forget to run 'make test'.
Make DONE!
####################
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/php/man/man1/
cp: cannot stat `sapi/cli/php.1': No such file or directory
make: *** [install-cli] Error 1
Make Install DONE!
####################
PHP Rebuild Completed
#########################
***
Hope it tells you more than me ...
Bernie
11
PHP / Re: Problem switching to PHP 5.4.45
« on: November 02, 2015, 06:25:48 PM »
Sure am I sure.
Iīm using PHP Version Switcher to PHP 5.4.45 (recommended) after upgrade to CWP Version 0.9.8.10
Iīm using PHP Version Switcher to PHP 5.4.45 (recommended) after upgrade to CWP Version 0.9.8.10
12
PHP / Problem switching to PHP 5.4.45
« on: November 02, 2015, 11:27:25 AM »
After switching to PHP 5.4.45 CWP Dashboard says itīs Version 5.4.45 installed.
info.php however says itīs still Version 5.4.27
Checking rebuild.log shows following:
cp: cannot stat `sapi/cli/php.1': No such file or directory
make: *** [install-cli] Error 1
This relates to php Bug #66842.
Any solution?
Thank you,
Bernie
info.php however says itīs still Version 5.4.27
Checking rebuild.log shows following:
cp: cannot stat `sapi/cli/php.1': No such file or directory
make: *** [install-cli] Error 1
This relates to php Bug #66842.
Any solution?
Thank you,
Bernie
14
E-Mail / freshclam can't open logfile
« on: June 19, 2015, 07:03:03 AM »
Trying to update clamav I'm getting an error message:
Can't open /var/log/clamav/freshcalm.log in append mode,
problem with internal logger
chown is clam:clam with rw-r-r
Any suggestions?
Can't open /var/log/clamav/freshcalm.log in append mode,
problem with internal logger
chown is clam:clam with rw-r-r
Any suggestions?
Pages: [1]