Здравствуйте, помогите, пожалуйста, решить проблему с cron. Задания запускаются в не правильное время.
0,10,20,30,40,50 * * * * date > /tmp/test-trace.txt в файл записывается время на 13 часов больше, чем должно. date выдает верное время в командной строке(и для моего пользователя и для root) 0,10,20,30,40,50 * * * * whoami > /tmp/test-trace.txt записывает в файл имя моего пользователя. /etc/default/cron: # Cron configuration options # Uncomment this option for LSB name support in /etc/cron.d/ #LSBNAMES='-l' # Whether to read the system's default environment files (if present) # If set to "yes", cron will set a proper mail charset from the # locale information. If set to something other than 'yes', the default # charset 'C' (canonical name: ANSI_X3.4-1968) will be used. # # This has no effect on tasks running under cron; their environment can # only be changed via PAM or from within the crontab; see crontab(5). READ_ENV="yes" # Extra options for cron, see cron(8) # For example, set a higher log level to audit cron's work # EXTRA_OPTS="-L 2" /etc/environment is empty /etc/default/locale: # File generated by update-locale LANG="en_US.UTF-8" /etc/timezone: Asia/Novosibirsk На сколько я могу судить все установлено правильно. Гугление дало только ссылки на те же файлы Если задание не удается выполнить в логах появляет я что-то вроде: From [email protected] Tue Mar 06 08:21:28 2012 Return-path: <[email protected]> Envelope-to: [email protected] Delivery-date: Tue, 06 Mar 2012 08:21:28 +0700 Received: from zaquest by zaquest-pc.zaquest-pc with local (Exim 4.72) (envelope-from <[email protected]>) id 1S4j5j-0003M4-UK for [email protected]; Tue, 06 Mar 2012 08:21:27 +0700 Date: Tue, 06 Mar 2012 08:21:27 +0700 Message-Id: <[email protected]> From: [email protected] (Cron Daemon) To: [email protected] Subject: Cron <zaquest@zaquest-pc> mpg123 /home/zaquest/Downloads/Red\ Hot\ Chili\ Peppers\ -\ 2011\ -\ I\'m\ With\ You/* (failed) Content-Type: text/plain; charset=UTF-8 X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <HOME=/home/zaquest> X-Cron-Env: <PATH=/usr/bin:/bin> X-Cron-Env: <LOGNAME=zaquest> и тут время так же указывается неверно

