View Poll Results: Did the script worked for you?

Voters
52. You may not vote on this poll
  • Yes

    30 57.69%
  • Yes, but with some errors

    6 11.54%
  • Yes, but I had to change some things

    5 9.62%
  • Not at all

    11 21.15%
Page 11 of 11 FirstFirst ... 91011
Results 101 to 107 of 107

Thread: SABnzbd for Linux

  1. #101
    Join Date
    Nov 2007
    Beans
    7

    Re: SABnzbd for Linux

    SABnzbd+ 0.4.7 .deb package for Ubuntu available!

    Go to: http://www.mbastiaan.nl/sabnzbd.php


  2. #102
    Join Date
    Dec 2007
    Location
    The Netherlands
    Beans
    7
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: SABnzbd for Linux

    I ran into some problems with the script, because it wasn't able to shutdown sabnzbd. After a pretty long search I found out it was my python version (2.6) that caused the problems. If you are experiencing the same issue, try this:

    #! /bin/bash

    ## CONFIG ##
    USERNAME="yourname"
    HOST="localhost"
    PORT="8080"
    ## / CONFIG ##

    case "$1" in
    start)
    echo "Starting SABnzbd."
    sudo -u $USERNAME -H python2.5 /usr/share/sabnzbd/SABnzbd.py -f /home/$USERNAME/.sabnzbd/sabnzbd.ini --browser 0 -d
    ;;
    stop)
    echo "Shutting down SABnzbd."
    wget -q -O /dev/null http://$HOST:$PORT/sabnzbd/shutdown
    ;;
    *)
    echo "Usage: $0 {start|stop}"
    exit 1
    esac

    exit 0
    Note the python2.5!

  3. #103
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: SABnzbd for Linux

    0.4.8 available!

    SABnzbd is in Jaunty now!
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  4. #104
    Join Date
    Apr 2009
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: SABnzbd for Linux

    Can someone help me please?
    Sabnzbd does not seem to do anything at all, except loading, but no web interface at all.

    I used the 0.4.9 package from http://www.mbastiaan.nl/sabnzbd.php and also the sh-script.
    Before that I tried the package which is availiable from within Kubuntu, and removed it before I tried the .deb from http://www.mbastiaan.nl/sabnzbd.php because that did not work either.

    Everytime I keep getting an error when I try to load http://localhost:8080/sabnzbd
    Don't know the real English translation, sorry.
    In Dutch Konqueror keeps saying:
    De gevraagde handeling kon niet worden voltooid
    Verbinding met de server geweigerd

    ~/.sabnzbd/logs/cherrypy.log reads:
    HTTP INFO Serving HTTP on http://localhost:8080/
    which seems OK to me

    ~/.sabnzbd/logs/sabnzbd.log reads no errors

    Edit:
    For now the problem is solved.
    Replaced Kubuntu Jaunty with Ubuntu Jaunty and everything is working perfectly
    Thanks for the help
    Last edited by new_tolinux; April 24th, 2009 at 10:02 PM.

  5. #105
    Join Date
    Dec 2008
    Beans
    381

    Re: SABnzbd for Linux

    I installed from the home page for SABnzbd. So will I need to put my user name in or is all of hat taken care of? I will still need a newsreader and a news client correct or am I incorrect in my thinking?

  6. #106
    Join Date
    May 2009
    Beans
    19

    Re: SABnzbd for Linux

    So is this no longer being hosted?

    edit: nevermind I see there are pretty easy terminal instructions on sabnzbd homepage now.
    Last edited by libertao; September 29th, 2009 at 12:49 PM.

  7. #107
    Join Date
    Apr 2011
    Beans
    1

    Re: SABnzbd for Linux

    sabnzbdplus seems to be giving me issues . How do I completely remove it so that I can start fresh?

Page 11 of 11 FirstFirst ... 91011

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •