mspieth / rssdler

Automatically exported from code.google.com/p/rssdler
4 stars 0 forks source link

the workingDir you specified does not exist #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a problem with rssdler startup script. 
I always get this error when i type "invoke-rc.d rssdler start"

Step to reproduce the problem:
cd /home/Sheldon/
cp .rssdler/rssdler.sh /etc/init.d/rssdler
cd /etc/init.d/
chmod +x rssdler
nano rssdler
-----------------
user --> Sheldon
-----------------
invoke-rc.d rssdler start
"the workingDir you specified does not exist"

You can find here my config file: 
http://wtorrent.googlecode.com/files/config.txt

Original issue reported on code.google.com by login...@gmail.com on 23 Jun 2011 at 8:56

GoogleCodeExporter commented 8 years ago
I have changed the script; this works for non-root users.
http://wtorrent.googlecode.com/files/rssdler

Original comment by login...@gmail.com on 7 Nov 2011 at 6:00

GoogleCodeExporter commented 8 years ago
Note if you have readynas the line below must be changed, note I have aded /c/:

WORKINGDIR="/c/home/$user/.rssdler/"

Original comment by fbrannh...@gmail.com on 9 Jul 2012 at 6:59