Page 1 of 1

Sabnzbd is not recognizing nzb file in watch folder

Posted: October 17th, 2011, 4:27 pm
by daniela_waranie
Hi all,

i am very new to sabnzbd. I got sabnzbd 0.6.9 working on a QNAP 412 yesterday - installed via QPNG package.

Today it tried the same for on a QNAP 209 Pro II - installed via a QPKG package, too. But on the QNAP 209 Pro II sabnzbd is not recognizing the nzb files i drop to the watch folder. File content is not added to the download queue and nzb file is not moved to the backup dir.

Folder [...]sabnnzbd/nzb and all subfolders and files in it have the owner "guest" and the group "everybody" with 777 permission.

How to check what´s wrong with sabnzbd or with the qnap 209 Pro II?

Re: Sabnzbd is not recognizing nzb file in watch folder

Posted: October 17th, 2011, 4:29 pm
by shypike
Have you tried uploading the same NZB through the Web UI?
If that works, then there is something wrong with the access rights.
If not, check if it's a real NZB.

Re: Sabnzbd is not recognizing nzb file in watch folder

Posted: October 18th, 2011, 1:37 am
by daniela_waranie
The nzb file works if i upload it via web ui. Therefore i think the NZB file is okay. Permissions are as written above. Is there a log file where i can see, that scanning the watch folder was triggered or if sabnzbd has a problem reading the dir?

Re: Sabnzbd is not recognizing nzb file in watch folder

Posted: October 18th, 2011, 7:19 am
by shypike
Yes, create an empty NZB file.
Content:

Code: Select all

<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.0//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.0.dtd">
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">
</nzb>
If SABnzbd reads the file, should show a warning.

Re: Sabnzbd is not recognizing nzb file in watch folder

Posted: October 18th, 2011, 2:24 pm
by sander
Have you filled out something that is understood by SAB where it is running? To check, execute the two commands below.



sander@R540:~$ grep -i dirscan .sabnzbd/sabnzbd.ini
dirscan_speed = 5
dirscan_dir = scandir

sander@R540:~$ grep -i dirscan .sabnzbd/logs/sabnzbd.log
2011-10-10 07:03:50,079::DEBUG::[__init__:309] Starting dirscanner
2011-10-10 07:03:50,079::INFO::[dirscanner:263] Dirscanner starting up
2011-10-10 19:06:51,523::DEBUG::[__init__:309] Starting dirscanner
2011-10-10 19:06:51,523::INFO::[dirscanner:263] Dirscanner starting up
2011-10-12 08:12:51,356::DEBUG::[__init__:309] Starting dirscanner
2011-10-12 08:12:51,357::INFO::[dirscanner:263] Dirscanner starting up
2011-10-12 20:10:36,908::DEBUG::[__init__:311] Starting dirscanner
2011-10-12 20:10:36,908::INFO::[dirscanner:263] Dirscanner starting up
2011-10-17 18:14:53,398::DEBUG::[__init__:309] Starting dirscanner
2011-10-17 18:14:53,398::INFO::[dirscanner:263] Dirscanner starting up
2011-10-17 20:52:21,035::DEBUG::[__init__:311] Starting dirscanner
2011-10-17 20:52:21,035::INFO::[dirscanner:263] Dirscanner starting up
2011-10-17 21:52:00,198::DEBUG::[__init__:311] Starting dirscanner
2011-10-17 21:52:00,199::INFO::[dirscanner:263] Dirscanner starting up
2011-10-17 22:48:40,825::DEBUG::[__init__:311] Starting dirscanner
2011-10-17 22:48:40,825::INFO::[dirscanner:263] Dirscanner starting up
2011-10-18 07:58:32,004::DEBUG::[__init__:309] Starting dirscanner
2011-10-18 07:58:32,004::INFO::[dirscanner:263] Dirscanner starting up
2011-10-18 20:47:19,195::INFO::[misc:342] dirscan_dir directory: /home/sander/mywatch/directory does not exist, try to create it
2011-10-18 20:47:33,300::DEBUG::[__init__:309] Starting dirscanner
2011-10-18 20:47:33,301::INFO::[dirscanner:263] Dirscanner starting up
2011-10-18 21:06:47,590::DEBUG::[__init__:309] Starting dirscanner
2011-10-18 21:06:47,591::INFO::[dirscanner:263] Dirscanner starting up
sander@R540:~$

Re: Sabnzbd is not recognizing nzb file in watch folder

Posted: October 18th, 2011, 3:05 pm
by daniela_waranie
@shypike:
It seams that a restart of the QNAP 209 Pro II solved the issue. Now it is working. Thanks for your help.