Search found 7 matches
- January 2nd, 2013, 5:32 pm
- Forum: Debian/Ubuntu Package
- Topic: Daemon startup error
- Replies: 14
- Views: 7946
Re: Daemon startup error
nas-F9-1E-CC:~# ls -al /usr/bin/python lrwxrwxrwx 1 root root 9 2013-01-01 21:24 /usr/bin/python -> python2.4 nas-F9-1E-CC:~# /usr/bin/python --version Unknown option: -- usage: /usr/bin/python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. hmm python 2.4?...
- January 2nd, 2013, 5:14 pm
- Forum: Debian/Ubuntu Package
- Topic: Daemon startup error
- Replies: 14
- Views: 7946
Re: Daemon startup error
Oh cool. That did the trick and sabnzbd is up and running. Thanks sander.
- January 2nd, 2013, 5:00 pm
- Forum: Debian/Ubuntu Package
- Topic: Daemon startup error
- Replies: 14
- Views: 7946
Re: Daemon startup error
nas-F9-1E-CC:/# python Python 2.7.3 (default, Jan 1 2013, 21:16:51) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> print sys.version_info sys.version_info...
- January 2nd, 2013, 2:49 pm
- Forum: Debian/Ubuntu Package
- Topic: Daemon startup error
- Replies: 14
- Views: 7946
Re: Daemon startup error
Yeah. This is what I get.
Code: Select all
nas-F9-1E-CC:/# /usr/bin/sudo -u root python --version
Python 2.7.3
nas-F9-1E-CC:/# /usr/bin/sudo -u root which python
/usr/local/bin/python
- January 2nd, 2013, 2:35 pm
- Forum: Debian/Ubuntu Package
- Topic: Daemon startup error
- Replies: 14
- Views: 7946
Re: Daemon startup error
I get the "Sorry, requires Python 2.5, 2.6 or 2.7." error.
- January 2nd, 2013, 2:26 pm
- Forum: Debian/Ubuntu Package
- Topic: Daemon startup error
- Replies: 14
- Views: 7946
Re: Daemon startup error
It's a x86 debian etch. #! /bin/sh ### BEGIN INIT INFO # Provides: sabnzbd # Short-Description: start/stop sabnzbd web interface ### END INIT INFO USER="root" HOME="/root/" SAB_IP="192.168.1.103:2708" SAB_USER="*my user" SAB_PASS="*my password" SAB_A...
- January 2nd, 2013, 2:13 pm
- Forum: Debian/Ubuntu Package
- Topic: Daemon startup error
- Replies: 14
- Views: 7946
Daemon startup error
I'm currently trying to reinstall sabnzbd 0.7.7 on my readynas through commandline after a reformat and running into a error. I'm having a issue where if i try to start sabnzbd through daemon I get a "Sorry, requires Python 2.5, 2.6 or 2.7" error. Note that I'm using the boilerplate init.d...