.nzb files aren't queued

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
nextraa
Newbie
Newbie
Posts: 32
Joined: July 16th, 2010, 1:43 am

.nzb files aren't queued

Post by nextraa »

Hello,

I have SABnzbd+ 0.5.0 running on Ubuntu 10.04 LTS. Since yesterday .nzb files which I have put in my watched folder (Downloads/NZB) aren't queued anymore to be downloaded. I stopped and started SABnzb, but that doesn't solve the problem. Does anyone know what the problem is and how I can resolve it?

Regards,

nextraa
------------------------------------------------------
User folders
In "/home/martijn"

Temporary Download Folder:
Location to store unprocessed downloads.
Can only be changed when queue is empty.
Downloads/incomplete

Minimum Free Space for Temporary Download Folder:
Auto-pause when free space is beneath this value.
In bytes, optionally follow with K,M,G,T. For example: "800M" or "8G"


Completed Download Folder:
Location to store finished, fully processed downloads.
Can be overruled by user-defined categories.
Downloads/complete

Permissions for completed downloads:
Set permissions pattern for completed files/folders.
In octal notation. For example: "755" or "777"


Watched Folder:
Folder to monitor for .nzb files.
Also scans .zip .rar and .tar.gz archives for .nzb files.
Downloads/NZB

Watched Folder Scan Speed:
Number of seconds between scans for .nzb files.
5

Post-Processing Scripts Folder:
Folder containing user scripts for post-processing.


Email Templates Folder:
Folder containing user-defined email templates.
-------------------------------------------------------------
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: .nzb files aren't queued

Post by shypike »

Wait until your queue is empty and then restart SABnzbd with the
command line option --clean
nextraa
Newbie
Newbie
Posts: 32
Joined: July 16th, 2010, 1:43 am

Re: .nzb files aren't queued

Post by nextraa »

Hi Shypike,

I tried it. I'm getting the following output:

martijn@vancouver:~$ /etc/init.d/sabnzbdplus restart --clean
* Stopping SABnzbd+ binary newsgrabber                                  [ OK ]
rm: cannot remove `/var/run/sabnzbdplus.pid': Permission denied
* Starting SABnzbd+ binary newsgrabber                                  [ OK ]

When I try a normal restart I get this Permission denied message:

martijn@vancouver:~$ /etc/init.d/sabnzbdplus restart
* Stopping SABnzbd+ binary newsgrabber                                  [ OK ]
rm: cannot remove `/var/run/sabnzbdplus.pid': Permission denied
* Starting SABnzbd+ binary newsgrabber                                  [ OK ]

I did not see this before because I did the restart from within the browser.

martijn@vancouver:/var/run$ ls -l sabnzbdplus.pid
-rw-r--r-- 1 root root 5 2010-07-17 08:36 sabnzbdplus.pid

martijn@vancouver:/var/run$ cat sabnzbdplus.pid
1318

root@vancouver:/var/run# chmod 666 sabnzbdplus.pid
root@vancouver:/var/run# ls -l sabnzbdplus.pid
-rw-rw-rw- 1 root root 5 2010-07-17 08:36 sabnzbdplus.pid
root@vancouver:/var/run# /etc/init.d/sabnzbdplus restart --clean
* Stopping SABnzbd+ binary newsgrabber                                  [ OK ]
* Starting SABnzbd+ binary newsgrabber                                  [ OK ]

Put an .nzb file in the Downloads/NZB directory, but still it doesn't start the download.

Regards,

Martijn
nextraa
Newbie
Newbie
Posts: 32
Joined: July 16th, 2010, 1:43 am

Re: .nzb files aren't queued

Post by nextraa »

uuhhhhhhhhhhhh...... ::)................made a little mistake I'm embarrassed to say...what I thought where .nzb files, where actually .srt files. Sorry to have wasted you're time.

Regards,

nextraa
Post Reply