Bug in Pidgeon with rendezvous protocol.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
I'm trying to chat with Rendezvous on Trisquel. It gives me the message
"Unable to establish connection with the local mDNS server. Is it running?"
This bug has also appeared in Ubuntu in 2009 and 2010.
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/327362
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591394
That command line will tell whether Avahi is running (nothing printed) or not (it prints "Nope"):
$ avahi-daemon -c || echo Nope
On my Trisquel 8, it runs. If it does not, try to start it:
$ systemctl start avahi-daemon
If that does not work (probable), show us the log:
$ journalctl -u avahi-daemon
It's Pidgin not Pidgeon.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires