Forum

Full Version: [Part 1] Download torrent & newsserver package
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
(5th Feb, 2013 05:27 AM)CurlyMo Wrote: [ -> ]I've updated the sickbeard package. Can you guys test it again.

I tried to install sickbeard using the following, but no success.
Code:
wget http://jb.xenserver.sk/xbian/xbian-package-sickbeard1.0.deb
dpkg -r xbian-package-sickbeard
dpkg -i xbian-package-sickbeard1.0.deb

I can't seem to open the webbrowser address xxx.xxx.x.xx:9094 or :8081.

My log:
Code:
root@xbian:/home/xbian# wget http://jb.xenserver.sk/xbian/xbian-package-sickbeard1.0.deb
--2013-02-05 13:17:22--  http://jb.xenserver.sk/xbian/xbian-package-sickbeard1.0.deb
Resolving jb.xenserver.sk (jb.xenserver.sk)... 92.240.248.83
Connecting to jb.xenserver.sk (jb.xenserver.sk)|92.240.248.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12539974 (12M) [application/x-debian-package]
Saving to: `xbian-package-sickbeard1.0.deb'

100%[======================================>] 12,539,974  4.68M/s   in 2.6s

2013-02-05 13:17:25 (4.68 MB/s) - `xbian-package-sickbeard1.0.deb' saved [12539974/12539974]

root@xbian:/home/xbian# dpkg -r xbian-package-sickbeard
(Reading database ... 32298 files and directories currently installed.)
Removing xbian-package-sickbeard ...
/var/lib/dpkg/info/xbian-package-sickbeard.postrm: line 3: syntax error in conditional expression
/var/lib/dpkg/info/xbian-package-sickbeard.postrm: line 3: syntax error near `-o'
/var/lib/dpkg/info/xbian-package-sickbeard.postrm: line 3: `if [[ $1 == "remove" -o $1 == "purge" ]]; then'
dpkg: error processing xbian-package-sickbeard (--remove):
subprocess installed post-removal script returned error exit status 2
Errors were encountered while processing:
xbian-package-sickbeard
root@xbian:/home/xbian# dpkg -i xbian-package-sickbeard1.0.deb
Selecting previously unselected package xbian-package-sickbeard.
(Reading database ... 31343 files and directories currently installed.)
Preparing to replace xbian-package-sickbeard 1.0 (using xbian-package-sickbeard1.0.deb) ...
Unpacking replacement xbian-package-sickbeard ...
/var/lib/dpkg/info/xbian-package-sickbeard.postrm: line 3: syntax error in conditional expression
/var/lib/dpkg/info/xbian-package-sickbeard.postrm: line 3: syntax error near `-o'
/var/lib/dpkg/info/xbian-package-sickbeard.postrm: line 3: `if [[ $1 == "remove" -o $1 == "purge" ]]; then'
dpkg: warning: subprocess old post-removal script returned error exit status 2
dpkg: trying script from the new package instead ...
dpkg: ... it looks like that went OK
Setting up xbian-package-sickbeard (1.0) ...
root@xbian:/home/xbian#
Seems that something went wrong when uploading the package because that error has been fixed. Uploading a new version.
Still not able to open sickbeard in a browser. Any suggestions.
Code:
root@xbian:/home/xbian# dpkg -r xbian-package-sickbeard
(Reading database ... 32299 files and directories currently installed.)
Removing xbian-package-sickbeard ...
root@xbian:/home/xbian# dpkg -i xbian-package-sickbeard1.0.deb.2
Selecting previously unselected package xbian-package-sickbeard.
(Reading database ... 31343 files and directories currently installed.)
Unpacking xbian-package-sickbeard (from xbian-package-sickbeard1.0.deb.2) ...
Setting up xbian-package-sickbeard (1.0) ...
Just works here: http://x.x.x.x:9094

Also, did you remove the old download package (xbian-package-download)?
(6th Feb, 2013 01:26 AM)CurlyMo Wrote: [ -> ]Just works here: http://x.x.x.x:9094

Also, did you remove the old download package (xbian-package-download)?

I never installed the xbian-download-package. So no need to remove it?
I did use:
Code:
dpkg -r xbian-package-sickbeard
Owk, then no need indeed.

I followed the same steps as you did and it just works here. Starting sickbeard is a bit slow, because only after about 10 sec. i can reach the webgui.
NZBget = done
Sickbeard = Done

What should be the next one, couchpotato or headphones?
(6th Feb, 2013 06:17 AM)CurlyMo Wrote: [ -> ]NZBget = done
Sickbeard = Done

What should be the next one, couchpotato or headphones?
Couchpotato in my opinion.
@harmenzon, any updates on sickbeard?
(6th Feb, 2013 06:41 PM)CurlyMo Wrote: [ -> ]@harmenzon, any updates on sickbeard?

Still not able to open sickbeard in a browser. It is weird, cause it looks like sickbeard is running.
Code:
root@xbian:/home/xbian# service sickbeard start
[ ok ] Starting Sickbeard:.

And I am able to access nzbget in a browser for example. Any way for me to find out in which port sabnzd is installed?
Try this:
Code:
start-stop-daemon -d /usr/local/share/sickbeard -c xbian  --group=xbian --start --pidfile /tmp/sickbeard.pid --exec /usr/bin/python --  SickBeard.py -q --daemon --nolaunch --pidfile=/tmp/sickbeard.pid --datadir=/usr/local/share/sickbeard  --config=/usr/local/etc/sickbeard/sickbeard.ini

Does it give any error?
(6th Feb, 2013 07:11 PM)CurlyMo Wrote: [ -> ]Try this:
Code:
start-stop-daemon -d /usr/local/share/sickbeard -c xbian  --group=xbian --start --pidfile /tmp/sickbeard.pid --exec /usr/bin/python --  SickBeard.py -q --daemon --nolaunch --pidfile=/tmp/sickbeard.pid --datadir=/usr/local/share/sickbeard  --config=/usr/local/etc/sickbeard/sickbeard.ini

Does it give any error?

yes
Code:
The Python module Cheetah is required
Code:
sudo apt-get install python-cheetah
(6th Feb, 2013 07:11 PM)CurlyMo Wrote: [ -> ]Try this:
Code:
start-stop-daemon -d /usr/local/share/sickbeard -c xbian  --group=xbian --start --pidfile /tmp/sickbeard.pid --exec /usr/bin/python --  SickBeard.py -q --daemon --nolaunch --pidfile=/tmp/sickbeard.pid --datadir=/usr/local/share/sickbeard  --config=/usr/local/etc/sickbeard/sickbeard.ini

Does it give any error?

Yep get the following

start-stop-daemon: unable to chdir() to /usr/local/share/sickbeard (No such file or directory)

Sickbeard not starting - yet another clean install of xbian and then a clean install of the download package and sickbeard still doesn't work, don't think you should move onto the others yet
@millie, i'm not working on the download package anymore. These tests all consider the test packages i'm releasing (see previous posts) to eventually create the new version of the download package. So if you're using the above command on the download package, surely it doesn't work.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Reference URL's