Search found 12 matches
- Mon Sep 17, 2012 8:27 pm
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
Despite the "many bugs" I still feel you have the makings of a far superior product to what is currently available on the linux platform, at least for those of us who are not linux gurus. Can Deluge be compiled with this patch? http://dev.deluge-torrent.org/attachment/ticket/1126/extractor...
- Mon Sep 17, 2012 5:26 pm
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
WARNING! extractor + move_on_event BUG
To help assure nobody in the future endures my lost time and pain. The Extractor plugin will not work with move_on_event. Don't chase this issue and don't ask for assistance until this bug has been fixed. It will work fine as long as you do not use a move_on_event. Now the question arrises, is there...
- Mon Sep 17, 2012 4:51 pm
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
OMG So I've been struggling with this issue for days now when it was a software bug in the first place. Great... Maybe do people a favor and please add a note to indicate this bug in the plugin section beside "extractor" As for posting all over. My response is four fold.. 1. You've made tw...
- Mon Sep 17, 2012 5:30 am
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
It seems no matter what I do the extractor plugin is not compatible with move event. Is this patch in 1.3.5? http://dev.deluge-torrent.org/attachment/ticket/1126/extractor-fix-and-moved-event.patch Can someone please confirm if this is the case becore I pull my hair out trying to get this to work. I...
- Sun Sep 16, 2012 8:29 pm
- Forum: Plugins
- Topic: [Script] Cron to delete Torrents and Files over certain age
- Replies: 16
- Views: 27550
Re: [Script] Cron to delete Torrents and Files over certain
I've been looking at this script as an alternative to cobled bash scripts and the extractor plugin. ratzeputz: can you please post a complete code. I'm not sure how to use your modifications. How do I rung this: find save_path -type d -empty -exec rmdir {} \; and for source: do I just save it as a *...
- Sun Sep 16, 2012 7:42 pm
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
I'm only logging into deluge through browser Looking at the logs I see "web.log" [WARNING ] 17:47:19 config:361 Unable to open config file /home/mario/.config/deluge/hostlist.conf.1.2: [Errno 2] No such file or directory: '/home/mario/.config/deluge/hostlist.conf.1.2' "daemon.log"...
- Sun Sep 16, 2012 6:51 pm
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
I used 755 on all directories I created in ~/Downloads: drwxr-xr-x 2 mario mario 4096 2012-09-16 14:09 complete drwxr-xr-x 2 mario mario 4096 2012-09-16 13:35 extracted <--------default was changed from ~/Downloads/ in ~/.config/deluge/extractor.conf when deluge was stopped drwxr-xr-x 2 mario mario ...
- Sun Sep 16, 2012 4:47 pm
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
Have you tried setting the dir to something other than Downloads and/or not moving upon completion? Did you also check the files have not been extracted into the complete folder? Directory changes ~/Downloads/incoming <-----No change ~/Downloads/ <-----Changed from (~/Downloads/complete) ~/Download...
- Sun Sep 16, 2012 3:35 pm
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
I'm being specific in what I have done in order to be very clear on exactly what I have done. " Downloads seem to start automatically when torrent is added to: ~/Downloads/watch When the torrent completes extractor doesn't extract. It just creates an empty directory with the name of the torrent...
- Sun Sep 16, 2012 9:00 am
- Forum: Support
- Topic: Can't reinstall Deluge
- Replies: 31
- Views: 31717
Re: Can't reinstall Deluge
Ok. Fresh install of OS for the fourth time added the Deluge PPA: ppa:deluge-team/ppa Created this user: sudo adduser --system --group --home /var/lib/deluge deluge Added myself to that user group: sudo adduser <myusername> deluge Installed: deluged deluge-webui Created the two upstart scripts accor...