[Systems] [Systems-logs] Cron <root at sunjammer> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
Aleksey Lim
me at alsroot.su
Fri Mar 4 06:12:17 EST 2016
March 2 2016 8:49 AM, "Sam Parkinson" <sam.parkinson3 at gmail.com> wrote:
> I enabled the bash command echoing thing which makes it obvious which
> of the scripts are causing errors. It seems to have been failing like
> this for many days. Does this error have any meaning to you Aleksey?
>
> Thanks,
> Sam
>
> On Wed, 2016-03-02 at 03:08 -0500, Cron Daemon wrote:
>
>> /etc/cron.daily/zzz-aslo:
>> root=$(dirname $(dirname $(dirname $(readlink --canonicalize-missing
>> $0))))
>>
>> cd $root/bin
>>
>> for time in -2day -1day; do
>> date=$(date +%F -d $time)
>> php -f maintenance.php weekly $date
>> php -f maintenance.php global_stats $date
>> php -f maintenance.php collection_stats $date
>> php -f maintenance.php collection_subscribers $date
>> done
>>
>> php -f maintenance.php total
>> php -f maintenance.php ADU
>> php -f maintenance.php gc
>> find: cannot search `': No such file or directory
>> #php -f maintenance.php publish_files
>> php -f maintenance.php reviews
>> php -f maintenance.php user_ratings
>> php -f maintenance.php ratings
>> php -f maintenance.php unconfirmed
>> php -f maintenance.php expired_resetcode
>> php -f maintenance.php addons_collections_total
>> #php -f maintenance.php collections_total
>> php -f maintenance.php collections_ratings
>> PHP Notice: MySQL Error 1690: BIGINT UNSIGNED value is out of range
>> in '(`activities`.`collections`.`upvotes` -
>> `activities`.`collections`.`downvotes`)'
>> Query was: [
>> UPDATE collections
>> SET rating=
>> IFNULL(
>> CAST(upvotes - downvotes AS SIGNED) * LN(upvotes +
>> downvotes),
>> 0)
>> ] in /srv/www-sugarlabs/activities/bin/database.class.php on
>> line 130
>> php -f maintenance.php share_count_totals
>> php -f maintenance.php category_totals
>>
>> php -f ../aslo/files-check-missed.php
>> php -f ../aslo/db-check.php
>> _______________________________________________
>> Systems-logs mailing list
>> Systems-logs at lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/systems-logs
Fixed.
--
Aleksey
More information about the Systems
mailing list