Bonsoir
suite a cet erreur
Feb 17 06:25:01 debian30 liblogging-stdlog: [origin software="rsyslogd" swVersion="8.24.0" x-pid="323" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Feb 17 06:25:41 debian30 popularity-contest: unable to submit report to http://popcon.debian.org/cgi-bin/popcon.cgi.
Feb 17 06:25:41 debian30 popularity-contest: unable to submit report.
Feb 17 07:17:01 debian30 CRON[7889]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Feb 17 07:31:01 debian30 CRON[7900]: (root) CMD ( test -x /etc/cron.daily/popularity-contest && /etc/cron.daily/popularity-contest --crond)
Feb 17 08:17:01 debian30 CRON[7951]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Feb 17 09:17:01 debian30 CRON[7977]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
il me semble qu il manque quelque chose pour permettre l'envoie par http (peut etre gpg => GPG=/usr/bin/gpg )
nota : j'ai bien des fichiers gpg dans /usr/bin
il y a 2 méthodes soit par http , soit par email (d'après le net par http serait préférable ).
ma config :
# Config file for Debian's popularity-contest package.
#
# To change this file, use:
# dpkg-reconfigure popularity-contest
#
# You can also edit it by hand, if you so choose.
#
# See /usr/share/popularity-contest/default.conf for more info
# on the options.
MY_HOSTID="xxxxxxxxxxxxxxxxxxxxxxxxx"
PARTICIPATE="yes"
USEHTTP="yes"
DAY="5"
le bout de script qui me donne ce message :
# try to post the report through http POST
if [ "$SUBMITURLS" ] && [ "yes" = "$USEHTTP" ]; then
for URL in $SUBMITURLS ; do
if setsid /usr/share/popularity-contest/popcon-upload \
-u $URL -f $POPCON 2>/dev/null ; then
SUBMITTED=yes
else
logger -t popularity-contest "unable to submit report to $URL."
fi
done
fi
je devrais avoir "SUBMITTED=yes"
si quelqu un a des infos ou une solution .
nota : je peut provisoirement activer l'envoi par email (et désactiver le http ) , exim4 est configuré correctement.
PS: l'envoi est tous les 5 jours , mais cron-daily lance tous les jours popularity-contest
je vais attendre 5 jours (la machine est allumée 24/24 )
pour l'instant j'ai 2 tentatives
Feb 16 06:26:07 debian30 popularity-contest: unable to submit report to http://popcon.debian.org/cgi-bin/popcon.cgi.
Feb 16 06:26:07 debian30 popularity-contest: unable to submit report.
Feb 17 06:25:41 debian30 popularity-contest: unable to submit report to http://popcon.debian.org/cgi-bin/popcon.cgi.
Feb 17 06:25:41 debian30 popularity-contest: unable to submit report.
je me suis peut etre précipité pour dire qu il y a un bug
Dernière modification par anonyme (18-02-2017 05:12:19)