Questions tagged [transmission]
Transmission is a cross-platform BitTorrent client.
78 questions
2 votes
1 answer
103 views
transmission-gtk spamming dmesg with messages about /proc/sys/net/ipv6/conf/all/disable_ipv6
I'm using transmission-gtk 4.1.0-beta.2 on Devuan GNU/Linux Excalibur. My dmesg log is spammed with the following kind of message: [Jul 4 14:47] audit: type=1400 audit(1751629628.491:75895): apparmor=&...
1 vote
0 answers
63 views
fping gets return packet when run from terminal, a script, but not when the script is called by transmission-daemon
I'm using the following .. fping -c1 computer I get 0% packet loss when I run it manually from the terminal. I get 0% packet loss when I run it from a script, ~/scripts/torrent.done.script. But I get ...
1 vote
2 answers
121 views
awk - combine 2 steps into one
I need to read the output table of transmission-remote to determine if a download is taking place. This is currently achieved with trans="transmission-remote 0.0.0.0:9092 -n $user:$pass -l" [...
1 vote
2 answers
585 views
How to give Transmission permissions to write on external HD on Raspbian Raspberry Pi media server?
I've installed Transmission on my Raspberry Pi with Raspbian on. Want to download torrents (legally of course) to an external hard drive. Permission is denied. root is owner and group for the drive I'...
0 votes
1 answer
2k views
Is it possible to change DNS only for a specific program?
For some reason, my DNS provider blocks torrent trackers as it appears. (Proven by connecting to my VPN provider with his DNS which solves the DNS problem.) But generally speaking, I otherwise like ...
0 votes
1 answer
655 views
Transmission can't access mount: Read-only file system
I have a BTRFS external drive mounted at /mnt/media. I can create files/directories just fine with the shell (with both my personal user and transmission user). When I try to download something to the ...
1 vote
0 answers
629 views
transmission-daemon service log to file error: sendto: Operation not permitted
I am running transmission-daemon as a systemd service. ExecStart=/usr/bin/transmission-daemon -f --log-error -e <path> where I have tried different values for path all with universal write ...
1 vote
0 answers
81 views
VirtualBox - Windows 10 Host + Linux Mint 19 Guest - All ports (8989, 9091, etc) work on guest, but NOT on Lan
EDIT: Solution Found. In my case, I needed to go into the network settings, in the identity tab change the Firewall Zone to "trusted". My setup: Host: Windows 10 Virtualbox: Version 6.1.36 ...