[Part 3] Download torrent & newsserver packages
|
23rd Aug, 2013, 08:52 PM
Post: #61
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
hi guys.
I would like to use the latest beta version of NZBGet because there are a lot of cool changes. Is it possible to just install it like I would in Raspbian for example (download source, build, install)? this would be no problem... or do I have to make some XBian-specific changes? The same goes for SickBeard. I would like to use a german fork of SickBeard which runs great in Raspbian but I have no idea if I can just do the same installation process (git clone) in XBian. |
|||
24th Aug, 2013, 03:34 AM
Post: #62
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Yeah you could just install it like on Raspbian. Just make sure you uninstall the xbian-package-nzbget first.
This can also be done for SickBeard, there are some guides out there. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
27th Aug, 2013, 01:44 AM
Post: #63
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Since the latest update to the sickbeard package I've noticed it overwrote the sickbeard.ini with a seemingly pure default (web site runs on port 8081, hosed my notification and download locations). I swapped my backed up ini back in and found that it got overwritten again.
I removed the whole package and started from scratch (as I was dealing with another issue too). This time around it all seems fine. Just thought I'd mention it. |
|||
3rd Sep, 2013, 09:11 PM
Post: #64
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
I have a problem getting the NZBGet to work. Sick beard has snatched a file and it shows up in the NZBGet download list. However, it wont download, I only get errors saying "Cancelling hanging download" on and on. I have tried with different files and I get the same results.
I havn't changed any settings at all in NZBGet, is there anything I could have missed? Any ideas on this? |
|||
4th Sep, 2013, 12:42 AM
Post: #65
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Make sure your News server is up and has the file
RPi 1 Model B & RPi 2 |
|||
4th Sep, 2013, 01:48 AM
Post: #66
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages | |||
23rd Sep, 2013, 06:07 PM
Post: #67
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hi,
I downloaded yesterday the packages individually from the packages screen on the sshd interface. i've noticed that couchpotato is using an old version. is it suppose to update itsef or limited to this version only? thanks |
|||
26th Sep, 2013, 12:23 PM
Post: #68
|
|||
|
|||
TV directory doesn't exist error
I keep seeing error messages in sickbeard saying that my /home/xbian/downloads/tv directory doesn't exist. The weird part is that when I check via ssh, sometimes it does and sometimes it doesn't. I'm assuming that one of the options in one of the packages is causing it to be deleted periodically, but I have no idea which option in which package. It also appears that nzbget re-creates the folder when a download is added from sickbeard, so my downloads do actually occur. I would just like to keep the sickbeard error log clear so I don't have to check it every time I open sickbeard. I have sickbeard, couchpotato, transmission, and nzbget installed.
Does anybody have any ideas as to what might be deleting my tv directory? |
|||
28th Sep, 2013, 05:00 AM
Post: #69
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(26th Sep, 2013 12:23 PM)adepssimius Wrote: I keep seeing error messages in sickbeard saying that my /home/xbian/downloads/tv directory doesn't exist. The weird part is that when I check via ssh, sometimes it does and sometimes it doesn't. I'm assuming that one of the options in one of the packages is causing it to be deleted periodically, but I have no idea which option in which package. It also appears that nzbget re-creates the folder when a download is added from sickbeard, so my downloads do actually occur. I would just like to keep the sickbeard error log clear so I don't have to check it every time I open sickbeard. I have sickbeard, couchpotato, transmission, and nzbget installed.I've got the same problem - but on my xbian i've got only transmission and sickbeard installed. Logs of sickbeard are clean. I've noticed that deleting of /downloads/ dir is propably connected with sickbeard's episode processing - whenever it downloads an episode, after copying the episode to series dir - downloads dir is gone. So I'm also looking forward to solution of this issue. |
|||
16th Oct, 2013, 04:20 AM
Post: #70
|
|||
|
|||
Transmission - Error: Permission denied
For some reason Transmission cant download anything. I get this error everytime:
Code: Error: Permission denied (/media/64C81F4CC81F1BBC/downloads/ What can I do to fix it? |
|||
16th Oct, 2013, 05:21 AM
Post: #71
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
@HerrHoltz
transmission needs to have permission to write there that means 1) check user as owner of transmission process "ps uxa | grep transmission" and look first column 2) then check what user owns ./downloads folder "ls -la /media/64C81F4CC81F1BBC/downloads/" and look into third column if it doesn't match (and for sure not, otherwise you wouldn't get error) there is more ways how to correct. but for this you have to share more info - not only 'I can't write' send output of "mount", there we will see what filesystem type is the disk (according the ID maybe FAT or NTFS)? mk Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
16th Oct, 2013, 05:29 AM
Post: #72
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(16th Oct, 2013 05:21 AM)mk01 Wrote: @HerrHoltz Hi @mk01 Thanks for your answer. I get these results. Terminal xbian@xbian ~ $ ps uxa | grep transmission xbian 8803 0.0 0.2 3500 800 pts/0 S+ 19:24 0:00 grep --color=auto transmission xbian@xbian ~ $ ls -la /media/64C81F4CC81F1BBC/downloads/ total 4 drwxrwxrwx 1 xbian xbian 0 Oct 14 11:11 . drwxrwxrwx 1 xbian xbian 4096 Oct 15 15:26 .. I think the hd is ntfs. |
|||
16th Oct, 2013, 05:57 AM
Post: #73
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
redo the ps aux with running transmission, now it is not running.
and also please output of "mount" Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
16th Oct, 2013, 06:02 AM
Post: #74
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(16th Oct, 2013 05:57 AM)mk01 Wrote: redo the ps aux with running transmission, now it is not running. Sometimes transmission just stop by itself. Terminal xbian@xbian ~ $ ps uxa | grep transmission xbian 10151 0.5 0.6 25612 2464 ? SNl 19:58 0:00 /usr/local/bin/transmission-daemon -f -g /etc/transmission/ xbian 10161 0.0 0.2 3500 800 pts/0 S+ 19:59 0:00 grep --color=auto transmission Terminal xbian@xbian ~ $ mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=47789,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620) tmpfs on /run type tmpfs (rw,nosuid,noatime) /dev/mmcblk0p2 on / type btrfs (rw,noatime,thread_pool=1,compress=lzo,ssd,space_cache,autodefrag) none on /sys/kernel/debug type debugfs (rw,relatime) none on /sys/kernel/security type securityfs (rw,relatime) none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) none on /run/shm type tmpfs (rw,nosuid,nodev,relatime) none on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755) /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) /dev/mmcblk0p2 on /home type btrfs (rw,noatime,thread_pool=1,compress=lzo,ssd,space_cache,autodefrag) fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) /dev/sda1 on /media/64C81F4CC81F1BBC type fuseblk (rw,nosuid,nodev,noexec,noatime,sync,user_id=0,group_id=0,default_permissions,allow_other) |
|||
16th Oct, 2013, 06:11 AM
Post: #75
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
system wise all looks ok as I final test you can do:
touch /media/64C81F4CC81F1BBC/downloads/test-file mkdir /media/64C81F4CC81F1BBC/downloads/test-dir if no errors then xbian has rights to write and knowledge won't help you. but someone using the package will, so give it a time. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[Part 2] Download torrent & newsserver package(s) | CurlyMo | 190 | 693,314 |
23rd Jan, 2014 06:31 PM Last Post: Robbie Wiggins |