Search found 18 matches
- March 20th, 2011, 11:19 am
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Just a short notice Installed Apache2 on my server and now have access from the web to a default home page. Domain registration and dynamic DNS are done through D-Link DDNS service (I have a Dir-655 Router). Nice and easy. Yoram Hi Yoram, Is this your wife's website? How are you finding response ti...
- March 5th, 2011, 6:40 pm
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Is the deluge user in the same group as the creator of the ".../libs/TV series/ ..." folders? If not add it, else give the ".../libs/TV series/ ..." o+rw permissions.
I look forward to hearing about your next projects
I look forward to hearing about your next projects
- March 5th, 2011, 2:11 pm
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Is there a way to add the permission "g+w" to a tree of directories given the root directory? and having newly created dir to have the same permissions Use the -R flag in the chmod command to give everything the same permissions. So chmod -R ........... I don't think there is a way for ne...
- March 5th, 2011, 10:07 am
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
yoram wrote:How do I stop the hourly emails received when executing deluge/flexget through CORN?
Add ">/dev/null 2>&1" to the end of the CRON job command.
- March 4th, 2011, 10:33 pm
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Re your timeouts. On Deluge do you have the " Use random ports " option checked in Preferences | Network -> Incoming Ports? If so, uncheck it. Also, under Preferences|Daemon uncheck the Allow Remote Connections if it's checked. I only have Glee and Bones and get 30 undecided ones for all s...
- March 4th, 2011, 12:17 am
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Good stuff I wouldn't worry too much about the "undecided" ones. If you run "sudo -H -u deluge flexget --test -v" you'll probably discover that it can't work out whether to download a particular episode or not. Possibly the filename does not follow normal SxxExx convention and so...
- March 3rd, 2011, 6:38 pm
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Thanks for this.
I'm a bit rusty on the exact details of where it looks for the auth file but try adding the "deluge:deluge" line to the ./home/yoram/.config/deluge/auth file and try again
I'm a bit rusty on the exact details of where it looks for the auth file but try adding the "deluge:deluge" line to the ./home/yoram/.config/deluge/auth file and try again
- March 3rd, 2011, 4:43 pm
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Yoram, OK, please check you do not have more than one auth file on your server: sudo su cd / find -name auth Check the output and then type the following to come out of sudo exit Whilst you're at it, please also attach your Deluge config files (called /etc/default/deluge-daemon & /etc/init.d/del...
- March 3rd, 2011, 11:57 am
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Add the following lines to your deluge config file:
deluge:
user: deluge
pass: deluge
It needs to be indented to the same level as the "preset: TV" line
deluge:
user: deluge
pass: deluge
It needs to be indented to the same level as the "preset: TV" line
- March 2nd, 2011, 9:37 pm
- Forum: Software - Applications and Operating Systems
- Topic: Setup of FlexGet
- Replies: 24
- Views: 14473
Re: Setup of FlexGet
Hi Yoram, Just curious but did you follow this Flexget guide at all? Looks like you missed out this step: sudo -u deluge vim /var/lib/deluge/auth This will open a file called auth which lives in the /var/lib/deluge folder. There is already one line in this file but we need to insert an extra line. S...