Page 1 of 1

Specified INI location

Posted: November 1st, 2008, 1:54 am
by toppe
Hello,

For the beginning, my english isn't very good, so i hope that you all understand me:)

I has a CH3SNAS from Conceptronic, first i installd the fun_plug & Debian etch, right now i want to install SABnzbd on it, but i'm getting some strange error's. I have a log file right below. This one is made with a fresh telnet (PuTTY) connection

Code: Select all

/ # cd /mnt/HD_a2
/mnt/HD_a2 # ./fun_plug.d/bin/busybox chroot etch /bin/bash
root@CH3SNAS:/# su sabnzbd
sh-3.1$ cd /opt/SABnzbd-0.3.0rc5
sh-3.1$ ls
CHANGELOG.txt  LICENSE.txt  SABnzbd.py           interfaces
INSTALL.txt    PKG-INFO     Sample-PostProc.cmd  sabnzbd
ISSUES.txt     README.txt   Sample-PostProc.sh   win
sh-3.1$ python SABnzbd.py -s 192.168.1.106:8080

SABnzbd-0.3.0rc5 [/opt/SABnzbd-0.3.0rc5/SABnzbd.py]

Fatal error:
  Cannot create file "/mnt/HD_a2/SABnzbd/.sabnzbd/sabnzbd.ini".
Check specified INI file location.
sh-3.1$
Can anyone help me to fix this problem, if is't fixed i can use SABnzbd on my CH3SNAS

Re: Specified INI location

Posted: November 1st, 2008, 5:21 am
by shypike
You obviously have incorrect access rights to the folder /mnt/HD_a2/SABnzbd/.
Check if the user account that SABnzbd runs in has write access to this folder.

The first thing I notice is that the user account is called "sabnzbd", but the
folder is called "SABnzbd". Unix is case-sensitive!
I suggest you use the -f option to set an explicit path.

And why are you using such an old version? It looks like 0.3.0RC5.
We are now at 0.4.5RC1.

Re: Specified INI location

Posted: November 1st, 2008, 6:11 pm
by toppe
Ok, i got it working. Only there is one problem. I have in the -> config -> Directories -> Download Directory : download/incompete

Only, i can't find the folder or files???

Re: Specified INI location

Posted: November 2nd, 2008, 3:14 am
by shypike
The top of the page saya what the base folder of all of these folders is.
You can also fill in full paths of your own choosing here.

Noticed the Help button on each page?
They point to the on-line manual: http://sabnzbd.wikidot.com/
Please read it.

Re: Specified INI location

Posted: November 2nd, 2008, 4:29 am
by toppe
He doesn't create the folders, i've tried the following path: /mnt/HD_a2/SABnzbd/downloads/incomplete but that doesn't work either. I can say what the folders are, only he doesn't make them

Re: Specified INI location

Posted: November 2nd, 2008, 5:54 am
by shypike
Check the log file (see Connections page) for warnings.
First set logging level to debug and then restart SABnzbd.
Have you checked if you can create the path manually?

Re: Specified INI location

Posted: November 2nd, 2008, 6:59 am
by toppe
all ready fixed, nou looking for the cronjob possibility