Forum
[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)

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


RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 04:38 AM

Can you guys check this post about the log permissions?
http://sickbeard.com/forums/viewtopic.php?f=3&t=3323


RE: Download torrent & newsserver package - kraleksandr - 16th Feb, 2013 05:03 AM

(16th Feb, 2013 04:15 AM)CurlyMo Wrote:  @kraleksandr you still changed the default settings.
Sorry, but I cant understand what to do now. I must change transmission settings in another place?


RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 05:08 AM

(15th Feb, 2013 12:40 AM)CurlyMo Wrote:  I did not say anything about changing transmission settings...
So remove the package and reinstall it again.


RE: Download torrent & newsserver package - harmenzon - 16th Feb, 2013 05:27 AM

(16th Feb, 2013 04:38 AM)CurlyMo Wrote:  Can you guys check this post about the log permissions?
http://sickbeard.com/forums/viewtopic.php?f=3&t=3323

I want to check the log permissions, but I don't know how.
I don't know how to access the location of the log file...
I want to go to the directory an use the 'ls -l' command. Can you please help me?

After some help of Google, maybe this will help?
Code:
chown -R xbian ~/.sickbeard



RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 05:31 AM

The sickbeard folder is located in /usr/local/etc/sickbeard but it already has full permissions.


RE: Download torrent & newsserver package - harmenzon - 16th Feb, 2013 05:34 AM

(16th Feb, 2013 05:31 AM)CurlyMo Wrote:  The sickbeard folder is located in /usr/local/etc/sickbeard but it already has full permissions.

I know I do not have enough knowledge, but I am trying.
The folder you directed me to only shows the sickbeard.ini file.
So where is sickbeard.log located?

And I am reading here that full root access might be a problem...
http://sickbeard.com/forums/viewtopic.php?f=6&t=2015


RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 05:42 AM

I've forked sickbeard, couchpotato and headphones to our repo. All links in these packages should now point to our repo so when updates arive, you don't loose the patches. However, we need maintainers for them Smile Those who volunteer can have full access to the repo's and pull new updates. I will continue to create the deb packages.

I've also changed the log folder of sickbeard to /usr/local/etc/sickbeard/log/, try reinstall those packages and try them.


RE: Download torrent & newsserver package - harmenzon - 16th Feb, 2013 06:12 AM

(16th Feb, 2013 05:42 AM)CurlyMo Wrote:  I've forked sickbeard, couchpotato and headphones to our repo. All links in these packages should now point to our repo so when updates arive, you don't loose the patches. However, we need maintainers for them Smile Those who volunteer can have full access to the repo's and pull new updates. I will continue to create the deb packages.

I would like to help you, but I don't think I am the right person with my lack of knowledge. Smile

I am installing everything from scratch again. Started with a fresh install of xbian. Will let you know the results.

(16th Feb, 2013 05:42 AM)CurlyMo Wrote:  I've also changed the log folder of sickbeard to /usr/local/etc/sickbeard/log/, try reinstall those packages and try them.

Results:
- transmission installed without problems and webgui starts
- nzbget installed without problems and webgui starts
- headphones installed without problems and webgui starts
- sickbeard installed without problems, but webgui does not start
- couchpotato does not install:
Code:
root@xbian:/home/xbian# dpkg -i xbian-package-couchpotato1.0.deb
(Reading database ... 31173 files and directories currently installed.)
Unpacking xbian-package-couchpotato (from xbian-package-couchpotato1.0.deb) ...
dpkg: error processing xbian-package-couchpotato1.0.deb (--install):
unable to create `/usr/local/share/couchpotato/couchpotato/core/providers/automation/goodfilms/main.py.dpkg-new' (while processing `usr/local/share/couchpotato/couchpotato/core/providers/automation/goodfilms/main.py'): No such file or directory
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
xbian-package-couchpotato1.0.deb



RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 07:11 AM

- Fixed the couchpotato not installing.
- Sickbeard - can you run that long command again?


RE: Download torrent & newsserver package - harmenzon - 16th Feb, 2013 07:22 AM

(16th Feb, 2013 07:11 AM)CurlyMo Wrote:  - Fixed the couchpotato not installing.
Sorry, but still the same problem. Did you upload a new version?

Quote:- Sickbeard - can you run that long command again?

Code:
root@xbian:/home/xbian# 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
Traceback (most recent call last):
  File "SickBeard.py", line 345, in <module>
    main()
  File "SickBeard.py", line 265, in main
    sickbeard.initialize(consoleLogging=consoleLogging)
  File "/usr/local/share/sickbeard/sickbeard/__init__.py", line 672, in initialize
    logger.sb_log_instance.initLogging(consoleLogging=consoleLogging)
  File "/usr/local/share/sickbeard/sickbeard/logger.py", line 64, in initLogging
    self.cur_handler = self._config_handler()
  File "/usr/local/share/sickbeard/sickbeard/logger.py", line 87, in _config_handler
    file_handler = logging.FileHandler(self.log_file)
  File "/usr/lib/python2.7/logging/__init__.py", line 897, in __init__
    StreamHandler.__init__(self, self._open())
  File "/usr/lib/python2.7/logging/__init__.py", line 916, in _open
    stream = open(self.baseFilename, self.mode)
IOError: [Errno 13] Permission denied: '/usr/local/etc/sickbeard/logs/sickbeard.log'



RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 07:29 AM

Sickbeard is probably fixed. Uploaded both packages again.


RE: Download torrent & newsserver package - harmenzon - 16th Feb, 2013 07:42 AM

(16th Feb, 2013 07:29 AM)CurlyMo Wrote:  Sickbeard is probably fixed. Uploaded both packages again.

- Sickbeard is installing without any problems and webgui starts! Smile
- Couchpotato still not installing.
Code:
root@xbian:/home/xbian# dpkg -i xbian-package-couchpotato1.0.deb.2
(Reading database ... 32089 files and directories currently installed.)
Unpacking xbian-package-couchpotato (from xbian-package-couchpotato1.0.deb.2) ...
dpkg: error processing xbian-package-couchpotato1.0.deb.2 (--install):
unable to create `/usr/local/share/couchpotato/couchpotato/core/providers/automation/goodfilms/main.py.dpkg-new' (while processing `usr/local/share/couchpotato/couchpotato/core/providers/automation/goodfilms/main.py'): No such file or directory
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
xbian-package-couchpotato1.0.deb.2



RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 08:04 AM

couchpotato should now definitely install Smile


RE: Download torrent & newsserver package - harmenzon - 16th Feb, 2013 08:11 AM

(16th Feb, 2013 08:04 AM)CurlyMo Wrote:  couchpotato should now definitely install Smile

- couchpotato installs without a problem and webgui starts! Smile

So all packages install and webgui starts. I think that's a good moment to call it a day. Smile
I will try to download tomorrow. Thanks for your help!


RE: Download torrent & newsserver package - CurlyMo - 16th Feb, 2013 08:15 AM

Likewise! Awaiting the results.