Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transmission-daemon fills log with error #3636

Closed
solsticedhiver opened this issue Sep 20, 2020 · 2 comments
Closed

transmission-daemon fills log with error #3636

solsticedhiver opened this issue Sep 20, 2020 · 2 comments

Comments

@solsticedhiver
Copy link

I had a perfectly fine transmission-daemon setup running on a rpi3 (using archlinux-arm)

I changed it to use firejail with transmission-daemon. Then, transmission-daemon began to fill the system log with errors like:

Sep 20 01:10:06 tarvos transmission-daemon[30237]: Some torrent name here IPv4 DHT announce failed (firewalled, 237 nodes): Success (tr-dht.c:737)
Sep 20 01:10:12 tarvos transmission-daemon[30237]: Some torrent name here IPv4 DHT announce failed (firewalled, 237 nodes): Success (tr-dht.c:737)
Sep 20 01:10:21 tarvos transmission-daemon[30237]: Some torrent name here IPv4 DHT announce failed (firewalled, 239 nodes): Operation now in progress (tr-dht.c:737)
Sep 20 01:10:26 tarvos transmission-daemon[30237]: Some torrent name here IPv4 DHT announce failed (firewalled, 239 nodes): Resource temporarily unavailable (tr-dht.c:737)
Sep 20 01:10:34 tarvos transmission-daemon[30237]: Some torrent name here IPv4 DHT announce failed (firewalled, 239 nodes): Success (tr-dht.c:737)
Sep 20 01:10:40 tarvos transmission-daemon[30237]: Some torrent name here IPv4 DHT announce failed (firewalled, 239 nodes): Operation now in progress (tr-dht.c:737)
Sep 20 01:10:48 tarvos transmission-daemon[30237]: Some torrent name here IPv4 DHT announce failed (firewalled, 240 nodes): Success (tr-dht.c:737)

transmission-daemon seems to work fine but I am not an expert. I guess the error messages are not without reason.

Nonetheless, I fixed the log filling issue by adding packet to the list of protocol in a .local override file like:

protocol unix,inet,inet6,packet
@rusty-snake
Copy link
Collaborator

packet is a quite power full socket. As long as nothing is broken, I'm not happy adding it. My question is: Is nothing broken? DHT is one way to get other peers, are there less peers in use if started w/o packet? DHT is also used announce you as a peer.

@solsticedhiver
Copy link
Author

I am not an expert either with firejail. May be there is a less permissive fix to that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants