Search found 6 matches
- January 20th, 2012, 1:43 pm
- Forum: Debian/Ubuntu Package
- Topic: Debian (Lenny/any) install script
- Replies: 11
- Views: 12539
Re: Debian (Lenny/any) install script
Cheers jcfp ... I have corrected the script to in light of this new knowledge ... BC
- January 19th, 2012, 11:43 am
- Forum: Debian/Ubuntu Package
- Topic: Debian (Lenny/any) install script
- Replies: 11
- Views: 12539
Re: Debian (Lenny/any) install script
You want the non-free unrar (or rar) there for use with sab and usenet, not "unrar-free". May I ask why `unrar-free` is not suitable? I notice that `unrar-free` "Can't handle some archives in the RAR 3.0 format" [cite: http://packages.debian.org/sid/unrar-free ] ...but I fail to...
- January 17th, 2012, 9:30 am
- Forum: Debian/Ubuntu Package
- Topic: Debian (Lenny/any) install script
- Replies: 11
- Views: 12539
Re: Debian (Lenny/any) install script
Take a look in the script at these two lines:
You may also wish to type `ls /home` and notice that the directory has been made :/
Code: Select all
adduser --disabled-login --gecos ,,,, --no-create-home sabnzbd
mkdir /home/sabnzbd
- January 16th, 2012, 10:08 pm
- Forum: Debian/Ubuntu Package
- Topic: Debian (Lenny/any) install script
- Replies: 11
- Views: 12539
Re: Debian (Lenny/any) install script
everything from "adduser:" onwards are errors (probably) caused by running the install script twice without running the uninstall script in the middle ...somehow you have a used on your system called sabnzbd - this is the desired start-point The lack of the package: python-cheetah is conce...
- January 2nd, 2011, 2:10 am
- Forum: Debian/Ubuntu Package
- Topic: Debian (Lenny/any) install script
- Replies: 11
- Views: 12539
Re: Debian (Lenny/any) install script
Oh, and in case you want one ...this is a script which you might find useful if you want to remove SAB or write the PRERM script #!/bin/bash /etc/init.d/sabnzbd stop rm -f /etc/init.d/sabnzbd rm -f /etc/rcS.d/S60sabnzbd rm -rf /home/sabnzbd deluser sabnzbd rm -rf /usr/share/sabnzbd rm -f /var/cache/...
- January 2nd, 2011, 2:08 am
- Forum: Debian/Ubuntu Package
- Topic: Debian (Lenny/any) install script
- Replies: 11
- Views: 12539
Debian (Lenny/any) install script
As root: # cut and paste this in to a file (Eg. /root/setup_sabnzbd.sh ) # set execute privs: chmod 744 /root/setup_sabnzbd.sh # run it: /root/setup_sabnzbd.sh It will (should) automatically download the latest version and install it ...With luck you now have sab installed and running Feel free to c...