v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2017-10-26, 19:26)Milhouse Wrote:
(2017-10-26, 18:26)TimoJ Wrote: I'm not sure where the delay actually is. There are still few OK lines after /tmp failed unmounting, last one reads "Reached target shutdown" and then is just sits there 80 seconds and reboots/shuts down normally after that.

I see the unmount failures (/tmp, plus two more for OS mounts I have), but I don't see the delay. Can you describe your system - do you have any additional mounts or services installed?

Looks like my extra mounts cause that delay, I disabled them and delay was gone. Not sure what has changed after builds 1021 or 1022 (not sure which one) since this has worked fine before. Can I downgrade to older testbuilds without problems? Or does update patch files so that full downgrade is not possible?

Here is one of my mount files:


Code:
[Unit]
Description=Media mount
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.0.10/Media
Where=/storage/Media
Options=username=xxx,password=xxx,rw,soft,vers=2.1
Type=cifs
[Install]
WantedBy=multi-user.target


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by TimoJ - 2017-10-26, 20:11
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24