thoradia / LibreELEC.tv

Thoradia Build System
13 stars 8 forks source link

Transmission not working after upgrade from Rasp Pi3 to Odroid C2 from system restore #37

Closed cdjockey closed 6 years ago

cdjockey commented 6 years ago

Hi,

I had transmission (via your repository) working perfectly on my libreelec raspberry pi3 - web access etc.

I then did a libreelec system backup and installed this onto a fresh install on an Odroid C2 (libreelec installed from there download and install tool).

After I restored from the backup, everything seems to work well except transmission.

The webpage cannot be found. I tried uninstalling and reinstalling repository (8.2.17) and transmission (8.2.15) but nothing seemed to have any effect.

I can connect and browse folders with SAMBA and SSH. I don't think transmission is actually running, but i'm not sure, i tried some commands I found on internet to start it but it came up with errors. Could someone tel me the correct commands to use to get useful info? (i can do very basic stuff via SSH like changing directory).

Is there any issue migrating from Pi3 to Odroid C2 that I should be aware of? or any other suggestions?

Thanks for all your work on this, helps a lot of newbies like me.

thoradia commented 6 years ago

In Kodi, go to Add-ons, My Add-ons, Services, Transmission, Configure and set Username and Password (because of CVE-2018-5702)

cdjockey commented 6 years ago

You are correct, I did not have a username or password set. However once I set them it did not make any difference. I tried restarting but still no luck.

Any other ideas?

thoradia commented 6 years ago

Provide a log (journalctl -u service.transmission)

cdjockey commented 6 years ago

capture

Its odd, it says '-- No entries --', but as you can see the service is installed.

Then I browsed via kodi to the transmission addon and tried disabling and then enabling it, then the log worked:

capture2

thoradia commented 6 years ago

In Kodi go to Add-ons, My add-ons, Services, Thoradia Add-ons, Configure. What do you see?

cdjockey commented 6 years ago

Only one section called 'status' with two entries:

Libreelec 8.2/Odroid_C2/aarch64 Thoradia 8.2/Odroid_C2/aarch64

thoradia commented 6 years ago

That looks good. Now: which transmission-daemon ldd $(which transmission-daemon)

cdjockey commented 6 years ago

Is there a issue with syntax for second one? - Sorry I don't know enough to edit, apart from guessing.... capture3

thoradia commented 6 years ago

Installed transmission is not for Odroid_C2.aarch64. In Kodi go to Add-ons, My add-ons, Services, Transmission, Update. Repeat this for all add-ons, just to make sure.

cdjockey commented 6 years ago

The notification comes up saying it was downloaded, but still same issue: capture4

So I decided to try uninstalling transmission and then deleting transmission folder:

capture5

I then reinstalled via your repository, but still same issue:

capture6

Maybe tomorrow i will try a completely fresh install of libreelec and see if i can get it working, unless you have any other ideas to try out?

Thanks

thoradia commented 6 years ago

You could try to install it from here: https://github.com/thoradia/thoradia/blob/master/8.2/Odroid_C2/aarch64/service.transmission/service.transmission-8.2.15.zip?raw=true

cdjockey commented 6 years ago

ah ha!, that seems to have fixed it.

I guess it wasn't picking up the architecture had changed and so not downloading or something.

Many thanks for your perseverance in this issue

Thank you and keep up the good work!

thoradia commented 6 years ago

Closing