Search found 5 matches
- Fri Feb 27, 2015 6:38 am
- Forum: Support
- Topic: New torrents dissapearing after deluge restart
- Replies: 0
- Views: 1412
New torrents dissapearing after deluge restart
I recently upgraded my deluged install from 1.3.3 to 1.3.11 and since then (or at least as far as I know since then) new torrents I add disappear after I restart the daemon. To clarify, torrents that were present before the upgrade are still there and don't disappear, only new torrents. My libtorren...
- Mon Feb 09, 2015 10:24 am
- Forum: Support
- Topic: deluge-console innapropriate exit status.
- Replies: 0
- Views: 1521
deluge-console innapropriate exit status.
I'm currently writing a script that will be automatically assigning a listen port to deluged based on another input. I am using the command: deluge-console "config -s listen_ports (portnumber,portnumber)" Sometimes the input I am getting won't be a correctly formatted port number, so I wil...
- Thu Mar 20, 2014 6:06 am
- Forum: Support
- Topic: Downloading to network storage, directory not found. SOLVED!
- Replies: 5
- Views: 22856
Re: Downloading to network storage, directory not found.
Well I managed to get it mounted via sshfs instead of smb. Now the error is not can't find the directory, but permission denied to it. I tried using sudo chmod -R 777 /media/wdmc_sshfs but it still says permission denied in deluge, and I still require root / sudo to access /media/wdmc_sshfs from ter...
- Wed Mar 19, 2014 2:51 pm
- Forum: Support
- Topic: Downloading to network storage, directory not found. SOLVED!
- Replies: 5
- Views: 22856
Re: Downloading to network storage, directory not found.
Did you make sure permissions are set correctly on the nas storage for read/write? If you can try sudo chmod -r 777 /nas/directory/goes/here and try again, that code will open the directory fully. If that doesn't work then I have no clue what to do To clarify, I would run that on the raspberry pi a...
- Wed Mar 19, 2014 11:49 am
- Forum: Support
- Topic: Downloading to network storage, directory not found. SOLVED!
- Replies: 5
- Views: 22856
Downloading to network storage, directory not found. SOLVED!
I setup deluge on my raspberry pi with raspbian by following this article http://www.howtogeek.com/142044/how-to-turn-a-raspberry-pi-into-an-always-on-bittorrent-box/ I had already mounted a SMB network share to /media/wdmc succesfully (wdmc stands for Western Digital My Cloud which is the NAS I hav...