hi,

after the usb stick witch the database died (who would have seen that coming) it took me some time to get everything into place again.

I'm running hockeypuck with PostgreSQL now and the HKP part works fine.

But gossiping does not work.

The errors I get:

ERRO[0381] recon with 198.98.52.48:11370 failed error=[{/home/hockeypuck/packaging/src/gopkg.in/hockeypuck/conflux.v2/recon/gossip.go:115: } {/home/hockeypuck/packaging/src/gopkg.in/hockeypuck/conflux.v2/recon/peer.go:473: } {filters do not match.
        local filters: [ yminsky.dedup yminsky.merge ]
remote filters: [ yminsky.dedup ]} {remote rejected configuration}] label=gossip :11370


My hockeypuck.conf:

[hockeypuck]
contact="0x0CC576E9703E1DDC"
hostname="keys.enteig.net"
logfile="/home/hockeypuck/hockeypuck.log"
loglevel="INFO"
indexTemplate="/home/hockeypuck/packaging/instroot/var/lib/hockeypuck/templates/index.html.tmpl"
vindexTemplate="/home/hockeypuck/packaging/instroot/var/lib/hockeypuck/templates/index.html.tmpl"
statsTemplate="/home/hockeypuck/packaging/instroot/var/lib/hockeypuck/templates/stats.html.tmpl"
webroot="/home/hockeypuck/packaging/instroot/var/lib/hockeypuck/www"

[hockeypuck.hkp]
bind=":11371"

[hockeypuck.openpgp.db]
driver="postgres-jsonb"
dsn="dbname=hockeypuckdb host=/var/run/postgresql port=5432 user=hockeypuckuser sslmode=disable"

[hockeypuck.conflux.recon]
httpAddr=":11371"
reconAddr=":11370"
filters=["yminsky.dedup"]

[hockeypuck.conflux.recon.leveldb]

path="/home/hockeypuck/tree"

[hockeypuck.conflux.recon.partner.peer1]
httpAddr="keyserver.brian.minton.name:11371"
reconAddr="keyserver.brian.minton.name:11370"

[hockeypuck.conflux.recon.partner.peer2]
httpAddr="keys.nerds.lu:11371"
reconAddr="keys.nerds.lu:11370"

[and so on...]



Any ideas how to fix that?


Sincerely,

Malte

_______________________________________________
Sks-devel mailing list
Sks-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to