Page 1 of 2

Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 13th, 2014, 2:36 pm
by Salinger
bonjour

je viens d'installer sabnzbd sur un serveur dédié avec debian 7

l'installation est ok car j'accède a l'interface

mon souci est que le download ne démarre pas il reste a zéro

quand je test le serveur dans sabnzbd il me marque connection Ok

voici mon fichier : /etc/init.d/sabnzbdplus

Code: Select all

# This file is sourced by /etc/init.d/sabnzbdplus
#
# When SABnzbd+ is started using the init script, the
# --daemon option is always used, and the program is
# started under the account of $USER, as set below.
#
# Each setting is marked either "required" or "optional";
# leaving any required setting unconfigured will cause
# the service to not start.

# [required] user or uid of account to run the program as:
USER=

# [optional] full path to the configuration file of your choice;
# otherwise, the default location (in $USER's home
# directory) is used:
CONFIG=/usr/src/sabnzbd/sabnzbd.ini

# [optional] hostname/ip and port number to listen on:
HOST= 0.0.0.0
PORT= 9095

# [optional] extra command line options, if any:
EXTRAOPTS=
merci a tous et a toutes pour votre aide ;)

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 13th, 2014, 5:02 pm
by shypike
Is the queue paused?
The little square at the top right of the queue is yellow when active, red when paused.

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 14th, 2014, 12:09 am
by Salinger
hello shypike

Image

Here is a screenshot of sabnzbd

thank you for your help

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 14th, 2014, 4:52 am
by shypike
Looks ok.
When you move the mouse cursor over the job name, a balloon box should show.
Does it tell you that many articles are missing?
Also, click "Status" and go to the"Connections" tab. Do you see a list of active connections?

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 14th, 2014, 2:22 pm
by Salinger
good evening

I tried several nzb because I thought it had incomplete nzb but not always the same concern

here is a screen copy ;

Image

thank you

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 15th, 2014, 1:38 am
by Salinger
hello

the terminal has written:

You need to enable javascript in order to function as plush

I do not know if the problem comes from ???

because I have another test interface and I still have the same problem

thank you

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 15th, 2014, 3:34 am
by shypike
The UI does need Javascript to function properly.
As for your real problem. I don't have a clue yet.
I would have to take a look at your sabnzbd.ini file.
Can you email it to [email protected] ? (First remove all usernames and passwords).

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 15th, 2014, 4:51 am
by Salinger
hello

email sent

thank you to you for your help

I sincerely hope that you will find a solution to my problem

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 16th, 2014, 8:19 am
by Salinger
Hello shypike

email received ?

Thank you

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 17th, 2014, 5:55 am
by shypike
Yes, but been too busy this weekend.
I will get back to you.

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 17th, 2014, 11:23 am
by Salinger
good evening

I thank you waiting for your return

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 17th, 2014, 3:52 pm
by shypike
Maybe there's a problem with SSL.
Can you try with at least one server in plain mode on port 119?

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 17th, 2014, 11:46 pm
by Salinger
hello
I tried it without SSL is not working

thank you for your help

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 18th, 2014, 1:08 am
by sander
Salinger wrote: voici mon fichier : /etc/init.d/sabnzbdplus

Code: Select all

# This file is sourced by /etc/init.d/sabnzbdplus
#
# When SABnzbd+ is started using the init script, the
# --daemon option is always used, and the program is
# started under the account of $USER, as set below.
#
# Each setting is marked either "required" or "optional";
# leaving any required setting unconfigured will cause
# the service to not start.

# [required] user or uid of account to run the program as:
USER=

# [optional] full path to the configuration file of your choice;
# otherwise, the default location (in $USER's home
# directory) is used:
CONFIG=/usr/src/sabnzbd/sabnzbd.ini

# [optional] hostname/ip and port number to listen on:
HOST= 0.0.0.0
PORT= 9095

# [optional] extra command line options, if any:
EXTRAOPTS=
That content does not look like /etc/init.d/sabnzbdplus; it looks like /etc/default/sabnzbdplus. So, are you mixing things up, or did you corrupt a file? BTW: it seems you do not use this file at all (no USER filled out), and that is GOOD in this phase of your troubleshooting.

Now the real stuff:
What is your output of

Code: Select all

sabnzbdplus --version
and

Code: Select all

cat ~/.sabnzbd/sabnzbd.ini | grep -i connections
Post the output here.

Re: Serveur Dédié Debian -> téléchargement ne démarre pas

Posted: November 18th, 2014, 2:20 pm
by Salinger
hello sander

version : sabnzbdplus-0.7.19

connections = 12

yes I have seen that there is an error with /etc/init.d/sabnzbdplus
my problem it may come from ???

if so how to fix it ???

thank you


thank you