There were wrong kodi githash: kodi: use correct 17.2 githash · LibreELEC/LibreELEC.tv@ba18b00 · GitHub
Posts by vpeter
-
-
What am I doing wrong?
Nothing. It should just show available drives. -
Hddtemp is included in System-tools addon.
-
Finally, it wasn't some sort of old code version or branch. The problem was...
And I was told it is ok to build as root. Seems it works better without
-
Latest master build (3175ca9) builds here.
-
Thanks vpeter, but pastebin would be using a sledgehammer to crack a nut.
Haha...For testing I had 20 ping's to some server and I saw all 20 of them on it. Meaning network was available to send pings.
Your command should also work fine. No idea why it fail. -
zehner, put content of your file on pastebin web page and maybe we can see why it fails.
-
Interesting idea but the answer is no.
-
I tried using shutdown_with_net.service and it worked also when using shutdown timer from kodi.
-
Download image file to computer disk and not on target SD card.
-
Latest image
It is working fine I hear
-
I've seen there are parameters for forcedeth module which could help:msi=0 msix=0 but how can I use the parameters? it isnt a module, its compiled directly into kernel
I think you need to add in extlinux.conf as chewitt suggested but it must be in form -
It should work with any kind of reboot.
It would be good to understand why unmount fail. I assume because one program has open files on it and still running.
-
generally this 4.4-based image works fine for me.
Thank you for the feedback. All good then. Sending pull request for 8.0.2
-
Execute this in console
Codeprintf "killall transmission-daemon\nsleep 1\nkillall -9 transmission-daemon\n" >/storage/.config/shutdown.shand this
Code
Display Morecat << EOF >/storage/.config/system.d/transmission-stop.service [Unit] Description=Transmission stop script After=network.target [Service] Type=oneshot Environment=HOME=/storage ExecStart=/bin/true ExecStop=-/bin/sh -c ". /etc/profile; exec /bin/sh /storage/.config/shutdown.sh" RemainAfterExit=yes [Install] WantedBy=kodi.target EOFReboot and then once again. This second reboot should be better

-
Which transmission addon are you using?
-
Bump!Maybe killing transmission from script /storage/.config/shutdown.sh would help.
Or making new service similar to this and kill it from there. -