Groups | Search | Server Info | Login | Register


Groups > alt.os.linux.debian > #10624

Re: Popularity Contest in Devuan

Message-ID <685ba595@news.ausics.net> (permalink)
From Computer Nerd Kev <not@telling.you.invalid>
Subject Re: Popularity Contest in Devuan
Newsgroups alt.os.linux.debian
References <6858b9da@news.ausics.net>
Date 2025-06-25 17:30 +1000
Organization Ausics - https://newsgroups.ausics.net

Show all headers | View raw


Computer Nerd Kev <not@telling.you.invalid> wrote:
> 
> # Send to both Devuan and Debian Popularity Contest servers
> KEYRING="$KEYRING --keyring /usr/share/popularity-contest/debian-popcon.gpg"
> POPCONKEY="$POPCONKEY -r 8EC43BC54BDA0D046DB688024E9024B327CBD937"
> SUBMITURLS="$SUBMITURLS http://popcon.debian.org/cgi-bin/popcon.cgi"
> MAILTO="$MAILTO, survey@popcon.debian.org"
> 
> Is that right? I see this other copy of default.conf which has a
> different POPCONKEY even though it's still sending to the Debian
> popcon server:
> https://raw.githubusercontent.com/deepin-community/popularity-contest/master/default.conf

Neither POPCONKEY worked. You can find the "user id" to use for
POPCONKEY in the keyring file using this command:

# gpg --no-default-keyring --keyring /usr/share/popularity-contest/debian-popcon.gpg --list-keys
/usr/share/popularity-contest/debian-popcon.gpg
-----------------------------------------------
pub   rsa4096 2013-05-10 [SC]
      47D3788CE6BBB5B1ABF7F51F6672B9765BDF38A3
uid           [ unknown] Debian popularity contest server (submission key) <survey@popcon.debian.org>
sub   rsa4096 2013-05-10 [E]

So now I've got:
POPCONKEY="$POPCONKEY -r 47D3788CE6BBB5B1ABF7F51F6672B9765BDF38A3"

Test run with "sh /etc/cron.daily/popularity-contest --crond" seems
to work now, sending to both popcon servers.

-- 
__          __
#_ < |\| |< _#

Back to alt.os.linux.debian | Previous | Next | Find similar


Thread

Re: Popularity Contest in Devuan Computer Nerd Kev <not@telling.you.invalid> - 2025-06-25 17:30 +1000

csiph-web