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 - kas_27_es - 18th Feb, 2013 06:33 AM

Oh, sorry Smile

Second part, I've installed only transmission Smile

Thanks again.


RE: Download torrent & newsserver package - SolGarlic - 18th Feb, 2013 07:30 AM

Just a warning that might have caused some confusion in the debugging:

If you do not delete the ".deb" package before downloading the most current (wget), the new file will be named ".deb.1", and ".deb.2", and you will end up re-installing an old version.
Always delete (rm) the old package before downloading.


RE: Download torrent & newsserver package - CurlyMo - 18th Feb, 2013 07:35 AM

Thanks for noticing this again. I already saw that this caused confusion earlier.


RE: Download torrent & newsserver package - SolGarlic - 18th Feb, 2013 08:57 AM

(18th Feb, 2013 07:35 AM)CurlyMo Wrote:  Thanks for noticing this again. I already saw that this caused confusion earlier.

Perhaps including the "rm xbian-package-sickbeard1.0.deb" in the FP instructions?


RE: Download torrent & newsserver package - CurlyMo - 18th Feb, 2013 09:04 AM

If everything works as required, i will add these packages to the official xbian repository and to the official xbian-package-download package. Then the FP will become obsolete.


RE: Download torrent & newsserver package - picheto - 19th Feb, 2013 05:10 AM

Terminal

dpkg: error processing xbian-package-transmission1.0.deb (--install):
corrupted filesystem tarfile - corrupted package archive
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
xbian-package-transmission1.0.deb



RE: Download torrent & newsserver package - harmenzon - 19th Feb, 2013 05:30 AM

Just installed everything again without any problems. Am downloading a movie with transmission. Tomorrow I will download some with nzbget. All is going well for now. So congratulations on a job well done!


RE: Download torrent & newsserver package - kraleksandr - 19th Feb, 2013 05:37 AM

@picheto
rm this file and download it again


RE: Download torrent & newsserver package - CurlyMo - 19th Feb, 2013 08:21 AM

For those who want to test the download package version 2.0. Please completely remove the old packages or install on a fresh xbian. Let me know if it worked as expected.

Code:
sudo su
echo "deb http://jb.xenserver.sk/xbian/aptexp2/ wheezy main" >> /etc/apt/sources.list
apt-get update
apt-get install xbian-package-download

Of course, give all packages enough time to load as it can be slow.


RE: Download torrent & newsserver package - picheto - 19th Feb, 2013 06:53 PM

(19th Feb, 2013 08:21 AM)CurlyMo Wrote:  For those who want to test the download package version 2.0. Please completely remove the old packages or install on a fresh xbian. Let me know if it worked as expected.

Code:
sudo su
echo "deb http://jb.xenserver.sk/xbian/aptexp2/ wheezy main" >> /etc/apt/sources.list
apt-get update
apt-get install xbian-package-download

Of course, give all packages enough time to load as it can be slow.

I have performed a clean install of Xbian, I installed the package as you say and does not work.


RE: Download torrent & newsserver package - CurlyMo - 19th Feb, 2013 07:00 PM

Can you be more verbose?


RE: Download torrent & newsserver package - picheto - 19th Feb, 2013 07:30 PM

(19th Feb, 2013 07:00 PM)CurlyMo Wrote:  Can you be more verbose?

Terminal
Unpacking xbian-package-couchpotato (from .../xbian-package-couchpotato_1.0_armhf.deb) ...
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: incorrect data check'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing /var/cache/apt/archives/xbian-package-couchpotato_1.0_armhf.deb (--unpack):
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
Selecting previously unselected package xbian-package-nzbget.
Unpacking xbian-package-nzbget (from .../xbian-package-nzbget_1.0_armhf.deb) ...
Selecting previously unselected package xbian-package-transmission.
Unpacking xbian-package-transmission (from .../xbian-package-transmission_1.0_armhf.deb) ...
Selecting previously unselected package xbian-package-headphones.
Unpacking xbian-package-headphones (from .../xbian-package-headphones_1.0_armhf.deb) ...
Selecting previously unselected package xbian-package-sickbeard.
Unpacking xbian-package-sickbeard (from .../xbian-package-sickbeard_1.0_armhf.deb) ...
Selecting previously unselected package xbian-package-download.
Unpacking xbian-package-download (from .../xbian-package-download_2.0_armhf.deb) ...
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/xbian-package-couchpotato_1.0_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



RE: Download torrent & newsserver package - CurlyMo - 19th Feb, 2013 07:35 PM

I never saw that before so don't now what it means, can you try:
Code:
sudo apt-get clean
sudo apt-get update
sudo apt-get install xbian-package-download

Various sites say it could be due to the corruption of a local version of the package. So maybe try another SD card?


RE: Download torrent & newsserver package - enzu1 - 19th Feb, 2013 08:21 PM

Hello,
First of all, thanks for your effort in building the packages.
Now, I'm having problems accessing the transmission webgui from outside my LAN, it says error 403 Forbidden, how can I solve this?

As per the download locations how can I modify it? I tried with the ln -s solution posted above but this don't work, it creates a link to the location I want inside /home/xbian/download for example.

Thanks


RE: Download torrent & newsserver package - kraleksandr - 19th Feb, 2013 08:27 PM

@enzu1
stop transmission
edit /usr/local/etc/transmission/settings.json
set "rpc-whitelist-enabled": false
start transmission