[Part 1] Download torrent & newsserver package - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: [Part 1] Download torrent & newsserver package (/thread-196.html) |
RE: Download torrent & newsserver package - harmenzon - 5th Feb, 2013 11:25 PM (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 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 RE: Download torrent & newsserver package - CurlyMo - 5th Feb, 2013 11:30 PM Seems that something went wrong when uploading the package because that error has been fixed. Uploading a new version. RE: Download torrent & newsserver package - harmenzon - 6th Feb, 2013 01:21 AM Still not able to open sickbeard in a browser. Any suggestions. Code: root@xbian:/home/xbian# dpkg -r xbian-package-sickbeard RE: Download torrent & newsserver package - CurlyMo - 6th Feb, 2013 01:26 AM Just works here: http://x.x.x.x:9094 Also, did you remove the old download package (xbian-package-download)? RE: Download torrent & newsserver package - harmenzon - 6th Feb, 2013 02:51 AM (6th Feb, 2013 01:26 AM)CurlyMo Wrote: Just works here: http://x.x.x.x:9094 I never installed the xbian-download-package. So no need to remove it? I did use: Code: dpkg -r xbian-package-sickbeard RE: Download torrent & newsserver package - CurlyMo - 6th Feb, 2013 02:57 AM 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. RE: Download torrent & newsserver package - CurlyMo - 6th Feb, 2013 06:17 AM NZBget = done Sickbeard = Done What should be the next one, couchpotato or headphones? RE: Download torrent & newsserver package - harmenzon - 6th Feb, 2013 06:39 PM (6th Feb, 2013 06:17 AM)CurlyMo Wrote: NZBget = doneCouchpotato in my opinion. RE: Download torrent & newsserver package - CurlyMo - 6th Feb, 2013 06:41 PM @harmenzon, any updates on sickbeard? RE: Download torrent & newsserver package - harmenzon - 6th Feb, 2013 06:53 PM (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 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? RE: Download torrent & newsserver package - CurlyMo - 6th Feb, 2013 07:11 PM 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? RE: Download torrent & newsserver package - harmenzon - 6th Feb, 2013 07:20 PM (6th Feb, 2013 07:11 PM)CurlyMo Wrote: Try this: yes Code: The Python module Cheetah is required RE: Download torrent & newsserver package - CurlyMo - 6th Feb, 2013 07:22 PM Code: sudo apt-get install python-cheetah RE: Download torrent & newsserver package - millie - 6th Feb, 2013 07:23 PM (6th Feb, 2013 07:11 PM)CurlyMo Wrote: Try this: 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 RE: Download torrent & newsserver package - CurlyMo - 6th Feb, 2013 07:27 PM @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. |