* Bill Allombert <ballombe@debian.org> wrote:
Hi Bill, after some testing, I think I found the culprit.
I did a
bash -x /etc/cron.daily/popularity-contest and found
the line
,----
| + setsid /usr/bin/torify /usr/share/popularity-contest/popcon-upload -u http://popcon.debian.org/cgi-bin/popcon.cgi -f /var/log/popularity-contest.3881.gp
`----
Wasn't aware that popcon-upload uses Tor at all.
So I added USETOR="no to /etc/popularity-contest.conf, and all of a
sudden, submitting was successful!
I just read https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960617
where someone had a similar problem with the default USETOR=maybe,
but his tor wasn't running. Mine is running and working, but for some
reason the torify approach didn't work (Works for other programs like
curl and lynx on commandline tests)
Didn't change anything on my tor configuration, but I saw there was an
update on Apr. 7
[UPGRADE] tor:amd64 0.4.7.16-1 -> 0.4.9.6-0+deb12u1
which correlates with the time I saw the first popcon failure messages.
Looks like some change in tor might triggered the problem then.
Cheers,
Jens