Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
danfozzy wrote:
Terrabyte check this post out, it's a good guide in conjunction with yours, includes auto starting sab and also an easy way to upgrade!
https://sourceforge.net/apps/phpbb/open … &t=183
Thanks... just followed the setup for current Sabnzbd
What is your autostart process for Sabnzbd? Is it similar to my instructions for Sickbeard & Couchpotato?
Offline
Used this script, with alittle editing to the start paths and added my SAB key, http://sourceforge.net/apps/phpbb/openm … t=183#p670
Then followed this http://sourceforge.net/apps/phpbb/openm … t=183#p679 to make it a service
Then Add to my linuxrc file
# sabnzbd startup
etc/init.d/sabnzbd start
Using this startup script, allows the update script ( http://sourceforge.net/apps/phpbb/openm … 1527#p1527 ) to stop SAB before updating (to update to the latest just change the sabnzbd version to what ever the current one is, I.e 0.6.15 ATM)
I used your startup script for Sickbeard, couchpotato and I also added a line in the same format for headphones as they all have the built in update features!
Last edited by danfozzy (2012-02-13 23:37:47)
Offline
I think it mite be worth merging your guide with that other forums to get the best of both in one post, instead of cross referencing each time
You don't need to install ntp for the time update, just run dpkg-reconfigure tzdata then adjust for your region
Last edited by danfozzy (2012-02-13 23:52:03)
Offline
danfozzy wrote:
I think it mite be worth merging your guide with that other forums to get the best of both in one post, instead of cross referencing each time
You don't need to install ntp for the time update, just run dpkg-reconfigure tzdata then adjust for your region
I working on updating the guide just trying to resolve several issues that I am running into before I begin. I may need some of your help to complete it.
FYI, I thought the purpose of ntp was to correct the time to prevent it from time shifting on server.
Last edited by Terrabyte (2012-02-14 04:08:34)
Offline
But if u manually correct the correct time zone, it syncs the time via the Internet. Doing it this way means one less process running than it needs, the 320 struggles at times with all these program's on it as it is lol
Offline
danfozzy wrote:
But if u manually correct the correct time zone, it syncs the time via the Internet. Doing it this way means one less process running than it needs, the 320 struggles at times with all these program's on it as it is lol
OK, didn't know that. So after tzdata is setup it still goes and syncs via the internet. I want to running the DNS-320 as lean as possible. Any other advice would be greatly appreciated.
BTW, thanks for the link got Sabnzbd to autostart and running on latest. Have you tried to apt-get update & upgrade with the new repos from your link? Did you run into any issues?
Offline
Yeh I did and update upgrade recently, last week, everything seems fine
Talking about a lean install, nzbget is support to be a very light weight in comparison to sabnzbd, maybe worth a look!
Last edited by danfozzy (2012-02-15 20:25:50)
Offline
danfozzy wrote:
Yeh I did and update upgrade recently, last week, everything seems fine
Talking about a lean install, nzbget is support to be a very light weight in comparison to sabnzbd, maybe worth a look!
Before Sabnzbd, I had NZBget running on DNS-320. Sabnzbd's support, features and integration of other applications is so much better
that I am willing to get up a few cycles to get a better experience.
FYI, I am working on updating the guide. Would appreciate you reviewing it for mistakes once I post it.
Last edited by Terrabyte (2012-02-17 04:47:44)
Offline
Yeh, that's no problem
Offline
danfozzy wrote:
Yeh, that's no problem
Can you please review updated guide. Still have to add autostart setting but didn't want to overload you.
Offline
Very clear, good guide, its pretty much noob proof too with the way you wrote and explained afew things!
I've never had to change my locale settings, can I ask why you have?
Add this to sources list, for dependences
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
getting errors that locales isnt installed, need to add that
apt-get install locales
Your export lines need looking at too, shouldnt it be something like
export LANGUAGE="en_US.UTF-8"
Can't get the locales to en_US.UTF-8, gonna have to generate them, or not even bother as its not needed for installing SAB, SB, etc
I'll have a play tomorrow
Last edited by danfozzy (2012-02-21 02:04:55)
Offline
Autostarting, and updating sabnzbd and that's all that's left, u posted on nzb.su by any chance
Offline
danfozzy wrote:
Very clear, good guide, its pretty much noob proof too with the way you wrote and explained afew things!
I've never had to change my locale settings, can I ask why you have?
Locale wasn't setup for me. It didn't really matter, but it turns out there is a bug in latest Sabnzbd that doesn't allow you to
start it without locale. So I put it in there to be safe.
danfozzy wrote:
Add this to sources list, for dependences
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
getting errors that locales isnt installed, need to add that
apt-get install locales
Your export lines need looking at too, shouldnt it be something like
export LANGUAGE="en_US.UTF-8"
Can't get the locales to en_US.UTF-8, gonna have to generate them, or not even bother as its not needed for installing SAB, SB, etc
I'll have a play tomorrow
Added repo and cleaned up locales instructions
Offline
danfozzy wrote:
Autostarting, and updating sabnzbd and that's all that's left, u posted on nzb.su by any chance
Yeah, I saw your post and couldn't help myself.
Last edited by Terrabyte (2012-02-21 05:09:03)
Offline
To start with; this guide is awsome!
It works until I want to start SABnzbd.
I get:
"Traceback (most recent call last):
File "SABnzbd/SABnzbd.py", line 65, in <module>
import sabnzbd
File "/home/gherry/SABnzbd/sabnzbd/__init__.py", line 85, in <module>
import sabnzbd.api
File "/home/gherry/SABnzbd/sabnzbd/api.py", line 29, in <module>
locale.setlocale(locale.LC_ALL, "")
File "/usr/lib/python2.6/locale.py", line 513, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting".
I read all posts, but can't find an answer to this.
(I did the installation twice)
Would be great if you could help.
/Gherry
Offline
Did u follow follow the locale instructions? If so, start a fresh install and skip that bit out and see if it works
I've never had to edit the locale settings and everything is working fine for my drive
Last edited by danfozzy (2012-02-22 15:00:28)
Offline
I got "Generation complete" on that part (i'm a total newbie).
From where in your instruction do you want me to start over?
Offline
From scratch, sorry, u need a fresh Debian install
Offline
When running upgrade I get this, that might be messing things up.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "sv_SE.UTF-8"
are supported and installed on your system.
and
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/bin/mandb: can't set the locale; make sure $LC_* and $LANG are correct
Offline
your locale setting is messed up, do a fresh install, won't take u that long!
Offline
Forgot to say; that's what I'm doing.
I moved the two files to Volume_1.
Renamed the existing old squeeze-file and folder so that it wouldn't collide.
Unzipped the squeeze-file.
Rebooted.
Added the two lines to the file.
Got the update.
And then, when running upgrade this happens.
To me it looks like it's something with the language, since I live in Sweden (se_SV).
Offline
try these
export LANGUAGE="en_US.UTF-8"
export LCC_all="en_US.UTF-8"
did you run this command?
dpkg-reconfigure locales
Last edited by danfozzy (2012-02-22 16:19:27)
Offline
Tried everything for the third time, with no success.
Following errors still happens on every action:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = "en_US.UTF-8",
LANG = "sv_SE.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
I just have to give up. Many thanks for your help.
/Gherry
Offline
try installing 0.6.14 first then update to .15
Offline
It's just that I don't get that far as installing SABnzbd.
It starts messing up on #apt-get upgrade.
Offline