Poll: What packages should be included? This poll is closed. |
|||
Tranmission (Compiled with --enabled-lightweight) | 17 | 26.56% | |
SickBeard | 14 | 21.88% | |
Leechr | 0 | 0% | |
SABnzbd | 7 | 10.94% | |
NZBGet | 6 | 9.38% | |
Headphones | 9 | 14.06% | |
Couchpotato | 11 | 17.19% | |
Total | 64 votes | 100% |
* You voted for this item. | [Show Results] |
[Part 1] Download torrent & newsserver package
|
28th Jan, 2013, 07:58 PM
Post: #108
|
|||
|
|||
RE: Download torrent & newsserver package
Here is my compiled summary:
Problem: Headphones not starting even though it says its running. Solution: kill the process id that is returned from running: ps -A | grep $(cat /home/xbian/.config/headphones/headphones.pid) kill xxx (pid from above) sudo /etc/init.d/headphones start Problem: Sickbeard says its started ok, but I get "Problem loading page" in the browser on port 9094. Solution: (if you're not familiar with vi, google for an editor you can use.) I had a look in /home/xbian/sickbeard/Log/sickbeard.log and there was a message about not being able to start the web server on port 8081. Had a look in /home/xbian/sickbeard/config.ini and noticed that the web_port on the second line was indeed 8081. Changed it to 9094 and restarted the service and now its all ok. How I did it: sudo vi /home/xbian/sickbeard/config.ini edit the line web_port and change the value to 9094 :wq sudo shutdown -r now (restart the PI) Problem: Couchpotato just wont start at all. Solution: (if you're not familiar with vi, google for an editor you can use.) Tailing the Couchpotato.log I can see a critical error. To fix this I did the following: sudo vi /home/xbian/couchpotato/couchpotato/runner.py :set nu (this will show line numbers) 261G (this will take you to line 261) add ", config['host']" to the line so it resembles the below: server.listen(config['port'], config['host']) :wq sudo shutdown -r now (restart the PI) link for original info on Couchpotato: here |
|||
« Next Oldest | Next Newest »
|