Search found 22 matches
- December 21st, 2014, 2:09 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
On the Raspi, what is the output of: netstat -lpon | grep ^tcp ps -ef | grep -i sabnzbd ifconfig | grep addr Post it here It seems to magically be working again. ??? Here's the output anyways: pi@raspberrypi ~ $ netstat -lpon | grep ^tcp (No info could be read for "-p": geteuid()=1000 but...
- December 20th, 2014, 9:43 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
You have /usr/local/sabnzbd/... , which I haven't got on my Raspbian. And it's version 0.7.7 ... weird. Anyway: Your second screenshot (so I can't copy-paste it here and I can't even see the full line ... ), shows /usr/local/sabnzbd/SABnzbd-0.7.7/SABnzbd.py So, can you run: sudo /usr/local/sabnzbd/...
- December 20th, 2014, 9:12 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
If you have Raspbian and you have sabnzbd/sabnzbdplus installed, you should have sabnzbdplus in your path and and you should have /etc/default/sabnzbdplus. So I'm puzzled. You could reinstall, but that is the Windows Way, so not something I would do on Linux at one; I would first try to find out wh...
- December 20th, 2014, 9:03 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
You haven't sabnzbdplus in your path?! ??? Which distro are you running: Raspbian, or something else? What is the output of: cat /etc/default/sabnzbdplus Post it here, and - if possible - post it as text. Running Raspbian (coz I use apt-get)... pi@raspberrypi ~ $ cat /etc/default/sabnzbdplus cat: /...
- December 20th, 2014, 7:42 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
Killed it but "sabnzbdplus -s 0.0.0.0:8080" isn't working.sander wrote:... plus the process id (PID) of SABnzbd of course. Plus "sudo.feoZA wrote:
Do I just type "kill -9" from PuTTY?
So:
in your caseCode: Select all
sudo kill -9 2292
- December 20th, 2014, 7:30 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
Is your Raspi connected to a screen, keyboard and mouse, and can you physically log on? If so: start a webbrowser on the Raspi, and change the SAB settings. If not: First stop SABnzbd (with a kill -9), then start it with "sabnzbdplus -s 0.0.0.0:8080". You can then access SAB from a remote...
- December 20th, 2014, 7:20 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
Assuming it's SAB that's listening on 8080, SAB is only listening to 127.0.0.1. Change "SABnzbd Host" to 0.0.0.0 (under Config -> General), Save and Restart SABnzbd. Yes, I usually accessed sabnzbd via port 8080. But I can't get to the web GUI, so how do I change the "SABnzbd Host&qu...
- December 20th, 2014, 7:03 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Re: Can't access the web GUI and Sickbeard shows socket erro
sander wrote:Post the output of
here in this forumCode: Select all
netstat -lpon | grep ^tcp ps -ef | grep -i sabnzbd
- December 20th, 2014, 4:37 am
- Forum: General Help
- Topic: Can't access the web GUI and Sickbeard shows socket error
- Replies: 16
- Views: 8185
Can't access the web GUI and Sickbeard shows socket error
Hi there My sab has been broken for a while now and I'm not sure why. Running it on a Raspberry Pi alongside Sickbeard. When I try to access the web GUI at 192.168.0.103:8080 I just get that the web page is not available. Not of my TV shows download automatically using Sickbeard, here's what I see i...
- August 18th, 2013, 9:17 am
- Forum: General Help
- Topic: Intentionally misnamed rar sets unusable with Sabnzbd?
- Replies: 43
- Views: 44645
Re: Intentionally misnamed rar sets unusable with Sabnzbd?
I seem to have a similar issue as the original post, I am using the latest 0.7.14 version on my qnap nas and I have loads of issues with downloads failing as they hit the par2 verify stage. Running par2 manually on the nas shows that it cannot see all the spanned .r01 .r02 etc files to unpack. Howe...
- December 16th, 2012, 1:17 pm
- Forum: Debian/Ubuntu Package
- Topic: Setting download folder to a USB mount on Raspberry Pi
- Replies: 23
- Views: 22867
Re: Setting download folder to a USB mount on Raspberry Pi
I came here with the exact same problem, it's been driving me mad! I discovered my problem is that my stick was formatted as FAT32, and apparently FAT32 does not support linux permissions, hence why all the mysterious 'permission denied' errors. I have formatted my USB as ext3 now (using sudo mkfs....
- December 6th, 2012, 3:29 am
- Forum: Debian/Ubuntu Package
- Topic: Setting download folder to a USB mount on Raspberry Pi
- Replies: 23
- Views: 22867
Re: Setting download folder to a USB mount on Raspberry Pi
Cool thanks very much for the explanation.
I'm not home at the moment but will post the results of running those commands later in the day.
I'm not home at the moment but will post the results of running those commands later in the day.
- December 6th, 2012, 1:00 am
- Forum: Debian/Ubuntu Package
- Topic: Setting download folder to a USB mount on Raspberry Pi
- Replies: 23
- Views: 22867
Re: Setting download folder to a USB mount on Raspberry Pi
So just to be clear, I should run those commands while the USB is mounted?
Also, mind giving a quick explanation of what each command does exactly?
Also, mind giving a quick explanation of what each command does exactly?
- December 5th, 2012, 1:41 pm
- Forum: Debian/Ubuntu Package
- Topic: Setting download folder to a USB mount on Raspberry Pi
- Replies: 23
- Views: 22867
Re: Setting download folder to a USB mount on Raspberry Pi
Well, say I mount it manually.
I'd use something like this to mount it:
How do I check what user sabnzbd is running as?
I'd use something like this to mount it:
Code: Select all
sudo mount -t ntfs -o uid=998,gid=999,fmask=000,dmask=000 /dev/sda5 /var/sabnzbd/Downloads
- December 5th, 2012, 6:41 am
- Forum: Debian/Ubuntu Package
- Topic: Setting download folder to a USB mount on Raspberry Pi
- Replies: 23
- Views: 22867
Re: Setting download folder to a USB mount on Raspberry Pi
O If I manually mount the USB to /var/sabnzbd/Downloads then all I expect should happen is that sabnzbd will show 15GB free in my Download folder and not 5GB free, which it does. If you mount it, and it is visible in "df -h", and then you start SABnzbd, and SAB points to /var/sabnzbd/Down...