Specified INI location

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
toppe
Newbie
Newbie
Posts: 4
Joined: October 31st, 2008, 5:18 pm

Specified INI location

Post 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
Last edited by toppe on November 1st, 2008, 1:55 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Specified INI location

Post 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.
toppe
Newbie
Newbie
Posts: 4
Joined: October 31st, 2008, 5:18 pm

Re: Specified INI location

Post 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???
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Specified INI location

Post 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.
toppe
Newbie
Newbie
Posts: 4
Joined: October 31st, 2008, 5:18 pm

Re: Specified INI location

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Specified INI location

Post 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?
toppe
Newbie
Newbie
Posts: 4
Joined: October 31st, 2008, 5:18 pm

Re: Specified INI location

Post by toppe »

all ready fixed, nou looking for the cronjob possibility
Post Reply