Здравствуйте, установил панель на Дебиан 7, с параметрами полной совместимости, практически сразу начали приходить письма такого рода:
==
Тема: Cron <www-data@senatovm> [ -x /usr/share/awstats/tools/buildstatic.sh ] && /usr/share/awstats/tools/buildstatic.sh
Содержание: /usr/share/awstats/tools/buildstatic.sh: 29: cd: can't cd to /etc/awstats
==
Тема: Cron <www-data@senatovm> [ -x /usr/share/awstats/tools/update.sh ] && /usr/share/awstats/tools/update.sh
Содержание: /usr/share/awstats/tools/update.sh: 22: cd: can't cd to /etc/awstats
==
Тема: Cron <root@senatovm> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete
Содержание: PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 2 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 3 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 4 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 5 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 6 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 7 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 8 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 10 in Unknown on line 0
PHP: syntax error, unexpected END_OF_LINE, expecting '=' in /etc/php5/cli/conf.d/.ini on line 14
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 2 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 3 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 4 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 5 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 6 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 7 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 8 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/.ini on line 10 in Unknown on line 0
PHP: syntax error, unexpected END_OF_LINE, expecting '=' in /etc/php5/cli/conf.d/.ini on line 14
==
Тема: Cron <root@senatovm> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
Содержание: /etc/cron.daily/logrotate:
logrotate_script: 2: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
error: error running shared postrotate script for '/var/log/nginx/*.log '
run-parts: /etc/cron.daily/logrotate exited with return code 1
==
Спустя 3 дня, домен посаженный на панели прекратил парковаться :-((
Установлена на сервере следилка за состоянием, после того как прекратил домен парковаться начали приходить письма:
Notification for 78.47.170.178 (5):
==> HTTP (reminder) <==
State is now: ERROR (22:07h 2013.10.25)
State before: OK (was 4 days)
Service params: port=80 path=/
Service uptime: 95.63%
Проблеемма парковки вызвана тем что 80 порт был не доступен из за не работающего nginx. Запустил его в ручную, домен заработал. Перезапустил сервер, вроде все работает, есть ли конкретный ответ из-за чето это произошло и как предотвратить?
Судя по первому логу у вас есть задания в /etc/cron.d которые нужно убрать
(awstats и php)
по поводу nginx - смотрите /var/log/nginx/error.log
Интересно, что сайт на WP при загрузке zip архива выдает
Код:Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@feye.ru and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/2.2.22 (Debian) Server at feye.ru Port 80
Где-то некорректная настройка, раз выдается Internal Server Error.
Почему nginx упал - нужно смотреть в логах ошибок. Если лог nginx пустой, то проверьте включены ли вообще его логи (директива error_log в файле конфигурации nginx).