Search found 85 matches
- Thu Aug 08, 2024 6:45 am
- Forum: Support
- Topic: Transmission Config Dump
- Replies: 3
- Views: 13669
Re: Transmission Config Dump
I deleted all the settings files except this one, /home/transmission/.config/transmission-daemon/settings.json and no new one was added so it must be the one I'm using. I just wonder why that transmission-daemon -d doesn't work for me because it isn't reflecting my actual settings file. Perhaps it's ...
- Thu Aug 08, 2024 6:42 am
- Forum: General
- Topic: How to Seed File Even Ater Moving From Downloaded Location
- Replies: 3
- Views: 14290
Re: How to Seed File Even Ater Moving From Downloaded Location
Yup, right mouse click and chose "select data location". Set that to the new location then hit "verify".
- Wed Aug 07, 2024 2:47 am
- Forum: Mac Support
- Topic: Multiple “Downloading” files
- Replies: 6
- Views: 25574
Re: Multiple “Downloading” files
Yup, the old file sharing community is dying down. I remember when you'd have thousands of seeds but now you just hope and pray.
- Wed Aug 07, 2024 2:30 am
- Forum: Support
- Topic: Transmission Config Dump
- Replies: 3
- Views: 13669
Transmission Config Dump
My system is;
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Anyone know what transmission-daemon -d is actually reading?
I ask because I've proven it isn't the actual config settings transmission is using. So I am ...
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Anyone know what transmission-daemon -d is actually reading?
I ask because I've proven it isn't the actual config settings transmission is using. So I am ...
- Tue Feb 08, 2022 10:56 am
- Forum: General
- Topic: Verifying Local Data
- Replies: 1
- Views: 33125
Re: Verifying Local Data
It's verifying data chunks you currently have so it doesn't need to redownload those chunks. Large filed to take a while to verify.
- Tue Feb 08, 2022 10:53 am
- Forum: Web Interface
- Topic: Transmission web ui reverse proxy with IIS
- Replies: 4
- Views: 66028
Re: Transmission web ui reverse proxy with IIS
Transmission has an android app that can notify you when files complete.
- Tue Feb 08, 2022 10:50 am
- Forum: Support
- Topic: 800 Files to seed 5 at a time
- Replies: 0
- Views: 14180
800 Files to seed 5 at a time
As we see P2P die a horrible death, I have about 800 torrents that I want to keep sharing as long as someone wants them. Because of my ISP's data cap, I have my upload capped at 200KBs. In the past, I had all the torrents set to upload but noticed most were sharing at about 2kbs. To better portion ...
- Mon Jan 24, 2022 4:16 am
- Forum: Support
- Topic: Closing Resets User Group Setting
- Replies: 0
- Views: 29597
Closing Resets User Group Setting
Got a new problem, when transmission closes it's resetting the premission on my dht and stats files to root?
drwxrwxrwx 5 transmission transmission 4096 Jan 23 21:11 .
drwxrwxrwx 3 transmission transmission 4096 Jan 19 00:03 ..
drwxrwxrwx 2 transmission transmission 4096 Oct 6 2014 blocklists
-rw ...
drwxrwxrwx 5 transmission transmission 4096 Jan 23 21:11 .
drwxrwxrwx 3 transmission transmission 4096 Jan 19 00:03 ..
drwxrwxrwx 2 transmission transmission 4096 Oct 6 2014 blocklists
-rw ...
- Mon Jan 24, 2022 4:06 am
- Forum: Support
- Topic: Starting as Root
- Replies: 2
- Views: 11219
Re: Starting as Root
Anyone ever see this command?
transmission-daemon -g /home/transmission/.config/transmission-daemon
Found it in this thread https://forum.transmissionbt.com/viewtopic.php?t=11099 by rb07 and it fixed my config problem.
I have no idea what change it made or why I couldn't make that change before ...
transmission-daemon -g /home/transmission/.config/transmission-daemon
Found it in this thread https://forum.transmissionbt.com/viewtopic.php?t=11099 by rb07 and it fixed my config problem.
I have no idea what change it made or why I couldn't make that change before ...
- Sun Jan 23, 2022 3:41 am
- Forum: Support
- Topic: Starting as Root
- Replies: 2
- Views: 11219
Re: Starting as Root
Got another clue... I changed my daemon file to;
ExecStart=/usr/bin/transmission-daemon -f --log-debug --logfile /var/log/transmission.log
And I got;
[2022-01-22 20:37:01.045] LPD Local Peer Discovery initialised (tr-lpd.c:409)
[2022-01-22 20:37:01.045] Using settings from "/home/transmission ...
ExecStart=/usr/bin/transmission-daemon -f --log-debug --logfile /var/log/transmission.log
And I got;
[2022-01-22 20:37:01.045] LPD Local Peer Discovery initialised (tr-lpd.c:409)
[2022-01-22 20:37:01.045] Using settings from "/home/transmission ...
- Sat Jan 22, 2022 8:50 pm
- Forum: Support
- Topic: Starting as Root
- Replies: 2
- Views: 11219
Starting as Root
I'm at my wits end, I can't figure out why transmission keeps starting as "root" instead of the username "transmission".
Here are all the config files I can think of:
-----
/etc/init.d/transmission-daemon
### END INIT INFO
NAME=transmission-daemon
DAEMON=/usr/bin/$NAME
USER=transmission
STOP ...
Here are all the config files I can think of:
-----
/etc/init.d/transmission-daemon
### END INIT INFO
NAME=transmission-daemon
DAEMON=/usr/bin/$NAME
USER=transmission
STOP ...
- Thu Oct 26, 2017 4:10 am
- Forum: Support
- Topic: How to start transmission cli
- Replies: 1
- Views: 3621
Re: How to start transmission cli
solved... For debian I needed to install transmission-daemon
"aptitude install transmission-daemon"
Then edit file "/etc/default/transmission-daemon" or "/etc/init/transmission-daemon.conf"
for you box...
"aptitude install transmission-daemon"
Then edit file "/etc/default/transmission-daemon" or "/etc/init/transmission-daemon.conf"
for you box...
- Wed Oct 25, 2017 10:20 am
- Forum: Support
- Topic: How to start transmission cli
- Replies: 1
- Views: 3621
How to start transmission cli
What command do I use to start transmission from cli on a linux server?
I had to reinstall my headless debian server from scratch and am trying to get the applications working again. I installed transmission 2.92 from the repository using "aptitude install transmission". However, the application ...
I had to reinstall my headless debian server from scratch and am trying to get the applications working again. I installed transmission 2.92 from the repository using "aptitude install transmission". However, the application ...
- Thu Nov 13, 2014 12:22 am
- Forum: Support
- Topic: Torrents are stopping for no reason
- Replies: 1
- Views: 2275
Re: Torrents are stopping for no reason
I got them to sart working by restarting the service.
But something is strange going on, what I noticed is before the restart, none of the *.part files were in my normal download directory. They are there now that I restarted transmission but I wonder where there were going before and why they went ...
But something is strange going on, what I noticed is before the restart, none of the *.part files were in my normal download directory. They are there now that I restarted transmission but I wonder where there were going before and why they went ...
- Thu Nov 13, 2014 12:06 am
- Forum: Support
- Topic: Torrents are stopping for no reason
- Replies: 1
- Views: 2275
Torrents are stopping for no reason
See attached screenshot, what causes torrents to stop for no apparent reason. I try "force start" and other commands from the remote gui but they don't make a difference. And I don't see anything in the logs that might indicate why they're stopping like this. I can add a torrent and it download just ...