Search found 9 matches

by AlphaWolf
October 7th, 2013, 4:10 pm
Forum: General Help
Topic: Fails to start, even after purge and reinstall (Ubuntu)
Replies: 7
Views: 2444

Re: Fails to start, even after purge and reinstall (Ubuntu)

SAB puts it's config and log into ~/.sabnzbd/, which is on your / which is on /dev/sda5, which is ... full. So solve that first. I cleared a bit of room and ran sudo sabnzbdplus, which gave me the install screen. After installing it worked correctly, but I still get an error when starting it as a s...
by AlphaWolf
October 7th, 2013, 3:47 pm
Forum: General Help
Topic: Fails to start, even after purge and reinstall (Ubuntu)
Replies: 7
Views: 2444

Re: Fails to start, even after purge and reinstall (Ubuntu)

What's the output of df -h Post it here. Filesystem Size Used Avail Use% Mounted on /dev/sda5 25G 24G 0 100% / udev 2.0G 12K 2.0G 1% /dev tmpfs 785M 3.3M 781M 1% /run none 5.0M 0 5.0M 0% /run/lock none 2.0G 4.0K 2.0G 1% /run/shm /dev/sdb2 2.8T 1.2T 1.7T 41% /media/GeneralMedia /dev/sda2 60G 11G 50G...
by AlphaWolf
October 7th, 2013, 2:22 pm
Forum: General Help
Topic: Fails to start, even after purge and reinstall (Ubuntu)
Replies: 7
Views: 2444

Re: Fails to start, even after purge and reinstall (Ubuntu)

sander wrote:What if you type "sabnzbdplus" on the command line?
Ok, I'm now getting

Code: Select all

Error:
Can't write to logfile
I'm guessing I should try and fix that. Should I make a logs directory somewhere or something?

Thanks for the reply
by AlphaWolf
October 7th, 2013, 9:05 am
Forum: General Help
Topic: Fails to start, even after purge and reinstall (Ubuntu)
Replies: 7
Views: 2444

Fails to start, even after purge and reinstall (Ubuntu)

Hi everyone, After my HDD got full it would appear that my config got wiped (the 2 times my config has been wiped my HDD was very close to full (99%+), so I'm assuming it's that). I managed to fix it the first time but I'm unsure how. I have tried running sudo apt-get remove --purge sabnzbdplus and ...
by AlphaWolf
April 22nd, 2013, 5:28 pm
Forum: Debian/Ubuntu Package
Topic: Read/Write errors, now service won't start
Replies: 9
Views: 7137

Re: Read/Write errors, now service won't start

2013-04-22 22:32:14,070::INFO::[_cplogging:55] [22/Apr/2013:22:32:14] ENGINE Serving on 0.0.0.0:9090 2013-04-22 22:32:20,096::ERROR::[sabnzbdplus:304] Failed to start web-interface : Port 0 not bound on '0.0.0.0' https on 9090, http on port zero...? The latter will fail. Check and fix in sabnzbd.in...
by AlphaWolf
April 22nd, 2013, 4:40 pm
Forum: Debian/Ubuntu Package
Topic: Read/Write errors, now service won't start
Replies: 9
Views: 7137

Re: Read/Write errors, now service won't start

I still can't start sab with the service, but I ran the above command and it brought up the configuration wizard. I filled this out and it said I should be able to connect the sab. However, I cannot access it locally or remotely. If I run the command again I do no get the configuration wizard, but ...
by AlphaWolf
April 18th, 2013, 12:23 pm
Forum: Debian/Ubuntu Package
Topic: Read/Write errors, now service won't start
Replies: 9
Views: 7137

Re: Read/Write errors, now service won't start

I meant to mention that I've since deleted some files and sab should now be able to write to any files it needs to. Then check the application's debug log, or start from the command line when logged in as user "joseph": sabnzbdplus -l2 I still can't start sab with the service, but I ran t...
by AlphaWolf
April 13th, 2013, 7:06 am
Forum: Debian/Ubuntu Package
Topic: Read/Write errors, now service won't start
Replies: 9
Views: 7137

Re: Read/Write errors, now service won't start

If sab is started with the --daemon option (as the service does automatically), the program requires that it can write to the log file. If for whatever reason it cannot, it will refuse to start. You may be able to get more details this way: sudo sh -x /etc/init.d/sabnzbdplus start I meant to mentio...
by AlphaWolf
April 12th, 2013, 4:04 pm
Forum: Debian/Ubuntu Package
Topic: Read/Write errors, now service won't start
Replies: 9
Views: 7137

Read/Write errors, now service won't start

Hi, A couple of days ago I had some errors (seemed to be related to running out of disk space) that were along the lines of "unable to write" for the config file and I think the log file. I tried restarting SABnzbd, but it failed. I tried rebooting the server, but it still doesn't start. I...