nzbget do not downloading .nzb files automaticly

Get help, report and discuss bugs.
Post Reply
nzb-man

nzbget do not downloading .nzb files automaticly

Post by nzb-man » 09 Oct 2008, 08:25

i have a little problem with nzbget (0.4.0)
i do start nzbget .. see i the logfile "INFO nzbget daemon-mode"
than i put a .nzb file in my nzb directory .. and wait, wait .. and wait .. but nothing comes
the same if i put the file.nzb into the "${MAINDIR}/nzb" directory and than start nzbget, nothing
if i do nzbget -c /mnt/server_sdc1/nzbget/nzbget.conf -a file.nzb, it works .. it starts with downloading
but why do nzbet not starts automaticly downloading wen i put a .nzb file into the "${MAINDIR}/nzb" directory ?

the option in the config file "NzbDirInterval=1" says that nzbget every minute check the "${MAINDIR}/nzb" directory ?


"nzbget -c /mnt/server_sdc1/nzbget/nzbget.conf -D" <-- so i do start nzbget
"nzbget -c /mnt/server_sdc1/nzbget/nzbget.conf -C" <-- for connect
"nzbget -c /mnt/server_sdc1/nzbget/nzbget.conf -Q" <-- quit

here is my config file
cat /mnt/server_sdc1/nzbget/nzbget.conf

Code: Select all

$MAINDIR=/mnt/server_sdc1/nzbget
DestDir=${MAINDIR}/dst
NzbDir=${MAINDIR}/nzb
QueueDir=${MAINDIR}/queue
TempDir=${MAINDIR}/tmp
LockFile=/tmp/nzbget.lock
LogFile=${destdir}/nzbget.log
server1.level=0
server1.host=localhost
server1.port=119
server1.username=useruser
server1.password=passpass
server1.connections=5
DaemonUserName=nzb
SaveQueue=yes
ReloadQueue=yes
ContinuePartial=yes
AppendNzbDir=yes
NzbDirInterval=1
NzbDirFileAge=999
DupeCheck=no
RenameBroken=yes
Decode=yes
DirectWrite=yes
CrcCheck=yes
Retries=4
RetryInterval=10
RetryOnCrcError=no
ConnectionTimeout=60
TerminateTimeout=600
ThreadLimit=100
DownloadRate=0
WriteBufferSize=1000000
DiskSpace=250
CreateLog=yes
ResetLog=no
ErrorTarget=both
WarningTarget=both
InfoTarget=both
DetailTarget=both
DebugTarget=both
LogBufferSize=1000
CreateBrokenLog=yes
OutputMode=curses
CursesNzbName=yes
CursesGroup=no
CursesTime=yes
UpdateInterval=200
ServerIp=0.0.0.0
ServerPort=6789
ServerPassword=nzbgetdpass
ReloadPostQueue=yes
LoadPars=all
ParCheck=no
ParRepair=no
StrictParName=yes
ParCleanupQueue=yes
PostLogKind=Detail
the user "nzb" have full read and write access to /mnt/server_sdc1/nzbget/ and all sub directory

make i anything wrong, or is there anyproblem with nzbget ?

hugbug
Developer & Admin
Posts: 7645
Joined: 09 Sep 2008, 11:58
Location: Germany

Re: nzbget do not downloading .nzb files automaticly

Post by hugbug » 09 Oct 2008, 10:16

nzb-man wrote: the option in the config file "NzbDirInterval=1" says that nzbget every minute check the "${MAINDIR}/nzb" directory ?
Every second.

You have the option "NzbDirFileAge" set to "999". Nzbget waits 999 seconds after the file was written to nzb-directory before processing it. Set the option to a lower value, like "5" seconds.

Another problem could be, that the date/time is not properly set on your computer OR nzb-files have wrong time stamp in future (a known problem with some nzb-sites).

nzb-man

Re: nzbget do not downloading .nzb files automaticly

Post by nzb-man » 09 Oct 2008, 20:53

Image

it works !

Post Reply

Who is online

Users browsing this forum: No registered users and 59 guests