Search found 48 matches

by agentgreen
January 19th, 2012, 4:54 pm
Forum: Third-party Addons
Topic: Sab Sheep for Android (w/ built in VLC Video Streaming)
Replies: 56
Views: 60081

Re: Sab Sheep for Android (w/ built in VLC Video Streaming)

Nah, I think a bug fix is in order.
by agentgreen
December 29th, 2011, 12:13 pm
Forum: Post-Processing Scripts
Topic: MKV DTS2AC3 autoconvert script
Replies: 5
Views: 13322

Re: MKV DTS2AC3 autoconvert script

Here is a simple linux version of this script.

Code: Select all

cd "$1"

for i in *.mkv ; do
        echo "Found MKV converting DTS to AC3"
        /usr/local/bin/mkvdts2ac3.sh -k -i -d -w "$1" $i
        rm *.dts
        rm *.ac3
done
by agentgreen
November 14th, 2011, 11:03 am
Forum: Third-party Addons
Topic: Sab Sheep for Android (w/ built in VLC Video Streaming)
Replies: 56
Views: 60081

Re: Sab Sheep for Android (w/ built in VLC Video Streaming)

It seems that when sending NZBs to SAB, it automatically appends /sabnzbd to the SAB URL I listed in the settings, but for the status it does not append /sabnzbd. I can't seem to get both status and sending NZBs to work at the same time using one url. If I use "http://hostname/" for the SA...
by agentgreen
August 19th, 2011, 3:04 pm
Forum: Third-party Addons
Topic: Sab Sheep for Android (w/ built in VLC Video Streaming)
Replies: 56
Views: 60081

Re: Sab Sheep for Android (w/ built in VLC Video Streaming)

sabsheep: Just bought the application for my Asus transformer, and I have to say it looks really good!

One feature request: multiple sabnzbd connections and the ability to switch between them. So when I leave my home wireless, I can switch to the external IP connection.
by agentgreen
August 16th, 2011, 6:47 pm
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

So this problem has cropped up again. Not sure what's causing it now, maybe Sabmonitor... I wrote this quick script to check number of CLOSE_WAIT's and if it's greater than 20, it will restart SAB. It's a hack but I like having a Sabmonitor type plugin, so it will work for me. #!/bin/bash NUMBER=`ne...
by agentgreen
August 4th, 2011, 3:05 pm
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

I have not informed him yet, but I will.

I don't exactly remember the message, but I believe it was a timeout error.
by agentgreen
August 4th, 2011, 2:43 pm
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

So because I was inquisitive, I decided to uninstall Sabconnect+ and reinstall it. Then I watched my netstat for CLOSE_WAIT. At no point did I go to Sabnzbd+ from my browser, the only thing connecting was Sabconnect+.

An hour or so later, 900 CLOSE_WAIT messages.

Must be my plugin....goodbye.
by agentgreen
August 4th, 2011, 12:42 pm
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

You know what, I'm running Sabconnect++, which I would assume tries over and over to connect to Sab to update.

I uninstalled the add-on in Chrome, we'll see if that resolves it.
by agentgreen
August 4th, 2011, 12:22 pm
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

Wow! Those 1009 CLOSE_WAIT sessions sounds bad; I checked my Ubuntu (11.04) and there are ... none. So what if you disable the HTTPS connection in the sab config? Does it still occur? Yep, had it happen again just now. If I stop Sabnzbd+ they all go away. It's almost like Sabnzbd is hitting a conne...
by agentgreen
August 4th, 2011, 9:18 am
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

So I can't access Sabnzbd+ right now. The service is running: ag@bigassnas:~$ ps axuwwww|grep -i sabnzbd ag 26275 0.0 2.2 140380 33432 ? Sl Aug03 0:39 /usr/bin/python -OO /usr/bin/sabnzbdplus --daemon But is not listening on 9090: ag@bigassnas:~$ netstat -na|grep 9090 |grep -v CLOSE ag@bigassnas:~$ ...
by agentgreen
August 3rd, 2011, 7:52 am
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

ag@bigassnas:~$ top -bn1 | grep -i -e USER -e sabnzbd -e rar top - 08:52:21 up 25 days, 20:37, 2 users, load average: 0.31, 0.09, 0.07 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 20312 ag 20 0 262m 54m 3444 S 2 3.8 3:55.35 sabnzbdplus ag@bigassnas:~$ free -m total used free shared buffers ...
by agentgreen
August 2nd, 2011, 12:33 pm
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

I will do this once it stops responding again. Thanks.
by agentgreen
August 2nd, 2011, 11:06 am
Forum: Debian/Ubuntu Package
Topic: Random crashing
Replies: 26
Views: 17807

Re: Random crashing

I'm running Ubuntu 11.04 and Sabnzbd+ 6.6 and sab will become unresponsive after a while. I can still see it listening on 9090 and 8080, but any web connections to it time out.

A restart will resolve the issue, but it will eventually pop back up.
by agentgreen
March 31st, 2011, 7:13 am
Forum: Post-Processing Scripts
Topic: nzbmatrix.com/nzbs.org/newznab automated movie downloader
Replies: 240
Views: 193115

Re: nzbmatrix.com/nzbs.org/newznab automated movie downloader

binhex wrote: new version just uploaded, this is the last cli version, next version will have a web interface :-).

enjoy.

binhex.
Thanks for the new release. Guess i need to update my newznab install :)

Can't wait for the web gui!