mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3636] transmission-daemon fills log with error #2289
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @solsticedhiver on GitHub (Sep 20, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3636
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:
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
packetto the list of protocol in a.localoverride file like:@rusty-snake commented on GitHub (Sep 22, 2020):
packetis 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 commented on GitHub (Sep 22, 2020):
I am not an expert either with firejail. May be there is a less permissive fix to that ?