Sabnzbd is not recognizing nzb file in watch folder

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
daniela_waranie
Newbie
Newbie
Posts: 4
Joined: October 17th, 2011, 4:09 pm

Sabnzbd is not recognizing nzb file in watch folder

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

Re: Sabnzbd is not recognizing nzb file in watch folder

Post 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.
daniela_waranie
Newbie
Newbie
Posts: 4
Joined: October 17th, 2011, 4:09 pm

Re: Sabnzbd is not recognizing nzb file in watch folder

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

Re: Sabnzbd is not recognizing nzb file in watch folder

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd is not recognizing nzb file in watch folder

Post 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:~$
daniela_waranie
Newbie
Newbie
Posts: 4
Joined: October 17th, 2011, 4:09 pm

Re: Sabnzbd is not recognizing nzb file in watch folder

Post 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.
Post Reply