Forum

Full Version: [Part 3] Download torrent & newsserver packages
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
The solution was to run "git reset --hard HEAD"
I have installed the packages:

sudo apt-get install xbian-download-package

Tranmission works fine. Sickbeard never worked and Couchpotato doesn't work anymore after I restart the service.

Did:
/etc/init.d/couchpotato stop
/etc/init.d/couchpotato start
and
/etc/init.d/couchpotato force-reload

Also tried a complete reboot of my Raspberry Pi. Same story for Sickbeard.
Any plans on updating SickBeards any time soon?
If anyone wants to help maintain the download package, please say so!
I just compiled rtorrent 0.9.4 and I'm using newest sickrage dev branch, so I can try to make it up to date and add f.e. rtorrent but don't have knowledge about how this package look likeTongue If I'll get sourcode or something of current package I think I can try.
Best wishes
All sources of all packages can be found on the xbian github.
BTW, if I compiled my own rtorrent 0.9.4 in f.e. a package should I add those deb packages (i used checkinstall to generate them) Or in my script I should add whole compilation process? (It's at least few hours of work on RPiBig Grin)

I'll try to update sickbeard and if couchpotato is also outdated I'll fix it also. And will try to add rtorrent package.
you have to put the already compiled binary in the package.
During the week I'll try to write and test it, let's hope I'll succed
really sorry for a newbie question but how do i turn off transmissions whitelist i cannot bring it up in a browser from another pc because whitelist is turned on by default
(3rd Jul, 2014 07:42 PM)Kevin LeRoy Wrote: [ -> ]really sorry for a newbie question but how do i turn off transmissions whitelist i cannot bring it up in a browser from another pc because whitelist is turned on by default

Settings are stored in /etc/ in general. For transmission, you need to edit /etc/transmission/settings.json so that "rpc-whitelist-enable" is set to false. Transmission re-writes the settings file on exit, so you must edit while transmission is stopped.
Code:
service transmission stop
nano /etc/transmission/settings.json
service transmission start
Thanks man ! I also didn't know you need to sudo when starting or stopping services
Thanks for the package!
Is somebody working on nzbget 13 package?
anyone upgraded to sickrage succesfully and wat where the steps that they have taken?
hi

I'm having some issues with the configuration of the usb disk.
Terminal
xbian@xbian ~ $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mmcblk0p2 15270912 537672 14645624 4% /
devtmpfs 175032 4 175028 1% /dev
none 36660 464 36196 2% /run
/dev/mmcblk0p1 34730 14810 19920 43% /boot
/dev/mmcblk0p2 15270912 537672 14645624 4% /home
/dev/mmcblk0p2 15270912 537672 14645624 4% /lib/modules
/dev/sda1 358314560 23805376 334509184 7% /media/MEDIA
/dev/mmcblk0p2 15270912 537672 14645624 4% /xbmc-backup
xbian@xbian ~ $ mv /home/xbian/downloads /media/MEDIA
mv: inter-device move failed: `/home/xbian/downloads' to `/media/MEDIA/downloads'; unable to remove target: Is a directory

I'm a newbie so it is quite difficult for me to get what is wrong... I'd be very happy si someone could help me!!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Reference URL's