Author Topic: Transmission torrent on LinuxMCE  (Read 33156 times)

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re:
« Reply #45 on: January 13, 2014, 06:29:40 am »
We have update media.  The best thing to do would be to have the files copied to a known location within lmce.  I think there are functions for this but I have not used them.  Tschak may know more about that specifically.

Sent from my SGH-I927 using Tapatalk

SBCC

  • Guru
  • ****
  • Posts: 164
    • View Profile
Re: Transmission torrent on LinuxMCE
« Reply #46 on: February 01, 2015, 05:21:56 pm »
Install fails on 1204.

Setting up lmce-transmission-client (2.0.0.46.13091728061) ...
ERROR 1133 (42000) at line 1: Can't find any matching row in the user table
dpkg: error processing lmce-transmission-client (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 lmce-transmission-client
E: Sub-process /usr/bin/dpkg returned an error code (1)

There is a typo in postinst line 38
Code: [Select]
apachesettings="/etc/apache2/sites-available/LinuxMCE-ssl"Should be;
Code: [Select]
apachesettings="/etc/apache2/sites-available/LinuxMCE-ssl.conf"
Rebuild deb with change and runs fine.

Thanks for your work Jason. I did not do anything with your trac ticket

Jim

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: Transmission torrent on LinuxMCE
« Reply #47 on: February 02, 2015, 04:08:18 pm »
Is this a new issue?  Transmission had been installing properly for me.

J.

SBCC

  • Guru
  • ****
  • Posts: 164
    • View Profile
Re: Transmission torrent on LinuxMCE
« Reply #48 on: February 02, 2015, 04:21:39 pm »
I updated yesterday and the downloaded package had the typo in it. Relates to your Trac ticket 2292. This did break what was working before.

Thanks

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: Transmission torrent on LinuxMCE
« Reply #49 on: February 02, 2015, 05:44:11 pm »
Thanks, I'll have a look.

J.

SBCC

  • Guru
  • ****
  • Posts: 164
    • View Profile
Re: Transmission torrent on LinuxMCE
« Reply #50 on: February 02, 2015, 06:05:59 pm »
Thanks again for all your effort.