Search found 79 matches

by exussum
November 18th, 2011, 6:10 am
Forum: General Help
Topic: Memory leak?
Replies: 28
Views: 15914

Re: Memory leak?

Hmm currently im downloading a file with sab and its sitting around 112mb of memory with a Article Cache Limit of 128M. Total memory on the box is 192Mb (VPS) though mine has not ran as long as yours, Constant start up and shut downs to free memory for other applications on there. Ill try leaveing i...
by exussum
November 17th, 2011, 11:25 am
Forum: General Discussion
Topic: How to integrate client authentication to usenet?
Replies: 4
Views: 2959

Re: How to integrate client authentication to usenet?

inpheaux - though the front end you could either use the API to get a estimated download time or You could use the Post process script or even connect to the sqlite database directly. Assuming the sab box is on a differnt server so sab wont slow down http processes etc it should be workable
by exussum
November 17th, 2011, 2:47 am
Forum: General Help
Topic: Memory leak?
Replies: 28
Views: 15914

Re: Memory leak?

Usually that number is the amount requested by the processes, Which isnt equal to the amount used. It can also show weirdly for shared libraries as you have sickbeard running too that may be a cause. You also have paused jobs, so the memory for downloading them is still "active" though 1GB...
by exussum
November 16th, 2011, 5:05 pm
Forum: General Help
Topic: send same nzb to two different servers ?
Replies: 1
Views: 1074

Re: send same nzb to two different servers ?

http://forums.sabnzbd.org/viewtopic.php?f=9&t=9217 Maybe something like that ? or have another script that takes the sab api key and intercepts it before forwarding the request to both of the other servers eg http server hosting "sabnzbd/api" the script behind it could look something l...
by exussum
November 16th, 2011, 4:56 pm
Forum: General Discussion
Topic: How to integrate client authentication to usenet?
Replies: 4
Views: 2959

Re: How to integrate client authentication to usenet?

keep sab accessible from inside the network only (or even local). then use the sab api to add nzbs to it. The checks can be done using mysql and php. You can keep a log of nzb files added this way too
by exussum
November 16th, 2011, 4:53 pm
Forum: General Discussion
Topic: Is it possible to create a Sabnzbd server for multiple users
Replies: 3
Views: 2977

Re: Is it possible to create a Sabnzbd server for multiple u

Use the nzb key and pre processing scripts to email when an nzb is added ?

Then chjail the ftp directory That would work - i say use the email when nzb is added in case abuse starts happening. That should work well enough
by exussum
November 16th, 2011, 4:41 pm
Forum: Post-Processing Scripts
Topic: Mirror Downloads on 2 Sabnzbds
Replies: 3
Views: 2444

Re: Mirror Downloads on 2 Sabnzbds

Hmm sabnzbd1 having a .nzb Backup Folder (config >> folders) set then using $2 or %2 from here http://wiki.sabnzbd.org/user-scripts Not sure what OS your running (i assume the box is a linux one ?) and what FTP server is on the box Edit: http://linuxconfig.org/mount-remote-ftp-directory-host-locally...
by exussum
November 16th, 2011, 4:36 pm
Forum: Post-Processing Scripts
Topic: Parse Informations of the RSS Feed into the Post-Processing
Replies: 9
Views: 6031

Re: Parse Informations of the RSS Feed into the Post-Process

The way ive done it in the past is set the rss feed to be a php script i have control of which accesses the RSS feed and passes any extra info needed to it. May be a bit overkill though
by exussum
November 16th, 2011, 3:46 pm
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 59489

Re: Adding SOCKS support for SAB

They change each month with voucher codes On the front page atm is CheapVPS Blowout 64MB memory 10GB storage 500GB/month data transfer $10/Year (+$1 setup fee, coupon code LEBNOV01) with Cripperz Prodigy My stack right now has nginx + mysql + php sitting at 30mb - though very little load is on the h...
by exussum
November 16th, 2011, 3:09 pm
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 59489

Re: Adding SOCKS support for SAB

Do you know if/how you can instruct the SSH-SOCKS-setup to ask for a SOCKS-authentication? You mean each time you connect ? Could try something like this http://bent.latency.net/bent/git/goto-san-connect-1.85/src/connect.html I just use SSH auth when setting the port up. VPS gives SSH access and ca...
by exussum
November 16th, 2011, 4:24 am
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 59489

Re: Adding SOCKS support for SAB

FWIW: the smallest SOCKS server on Linux / Ubuntu is this: ssh -D 1080 localhost You have to type your local login password. And that's it: your SOCKS server is running! (Well, you must have ssh server installed and running). To test that your SOCKS server is running, you can set your webbrowser's ...
by exussum
November 12th, 2011, 10:13 pm
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 59489

Re: Adding SOCKS support for SAB

Does sab use the defualt connection ?

Eg in windows the one Chrome and IE use or a direct connection like firefox ?
by exussum
November 7th, 2011, 12:13 pm
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 59489

Re: Adding SOCKS support for SAB

i know this is an old topic,

but is there any update ?

https://blueprints.launchpad.net/sabnzb ... nntp-proxy

Seen this that is scheduled for 0.6.x
Thanks for your efforts !
by exussum
May 11th, 2011, 12:24 am
Forum: General Help
Topic: Host question
Replies: 10
Views: 6905

Re: Host question

set the host as 0.0.0.0

Should fix it
by exussum
May 4th, 2011, 12:00 pm
Forum: Post-Processing Scripts
Topic: script to return list of filenames, so they can be added to the email.
Replies: 1
Views: 1530

Re: script to return list of filenames, so they can be added to the email.

have the script echo the file name and a new line.

Then have a second script checking the contents of the file every x amount of time. Cron in Linux, Schedule task in Windows