Debian Lenny

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
digitlman
Newbie
Newbie
Posts: 7
Joined: January 1st, 2010, 9:14 am

Debian Lenny

Post by digitlman »

Hello,

I just changed my SheevaPlug to Debian Lenny, and even using the SID/Expermental sources, the latest version of the package is 4.11. 

I tried to download the v5 source and run it, but I wans't successful.

Any idea when a Debian (lenny) version 5 will be avail?
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Debian Lenny

Post by jcfp »

digitlman wrote: Hello,

I just changed my SheevaPlug to Debian Lenny, and even using the SID/Expermental sources, the latest version of the package is 4.11. 

I tried to download the v5 source and run it, but I wans't successful.

Any idea when a Debian (lenny) version 5 will be avail?
Most likely never. On Debian Lenny, your best chance is to try and use the Ubuntu PPA, with a small change to the usual instructions:

Instead of

Code: Select all

echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu $(lsb_release -c -s) main" | sudo tee -a /etc/apt/sources.list
you would have to manually substitute the Ubuntu release name where it now says $(lsb_release -c -s). Best choice is probably hardy for systems running Debian lenny:

Code: Select all

echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu hardy main" | sudo tee -a /etc/apt/sources.list
Remainder of the instructions can be used as is. No warranty, but do report back so others can benefit from this info as well.
digitlman
Newbie
Newbie
Posts: 7
Joined: January 1st, 2010, 9:14 am

Re: Debian Lenny

Post by digitlman »

Whoops.

I had a large brain fart and misnamed my distro.

I'm actually using squeeze, not lenny.

I know squeeze is still a testing, experimental build, but it was damn easy to install on my Sheevaplug.

What should I use for this distro?
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Debian Lenny

Post by jcfp »

Try karmic
Post Reply