It works on LibreELEC-Generic.x86_64-12.0-nightly-20230309-5426f16.img.gz.
You need to enable component logging in Kodi and select libcURL as component. This will show you much more information in log file to compare.
It works on LibreELEC-Generic.x86_64-12.0-nightly-20230309-5426f16.img.gz.
You need to enable component logging in Kodi and select libcURL as component. This will show you much more information in log file to compare.
Maybe Plop Boot Manager could work directly: https://www.plop.at/en/bootmanager/index.html
But any network connection can be configured individually and the NTP setting will override the DHCP.
Maybe it worked this way in the past but few months back it didn't.
my analysis: https://gist.github.com/vpeter4/f746c7…b29601ec9c23a5f
Last time I checked this issue when using DHCP and there is NTP server in the DHCP answer this NTP server is used as primary regardless what settings are in LE.
To overcome this issue I disabled NTP queries (or answers) using iptables. Then connman switches to using custom NTP servers from LE settings. Or use static IP.
I think there were some major changes in mariadb server when bumped to v11. Will check tomorrow what is going on and how to fix.
Looks like this variable is for server only? Because I don't see reference in mariadb-connector-c.
Looks like this works:
diff --git a/packages/databases/mariadb-connector-c/package.mk b/packages/databases/mariadb-connector-c/package.mk
index f77ec39aa7..0a213c77fb 100644
--- a/packages/databases/mariadb-connector-c/package.mk
+++ b/packages/databases/mariadb-connector-c/package.mk
@@ -16,6 +16,7 @@ PKG_CMAKE_OPTS_TARGET="-DWITH_EXTERNAL_ZLIB=ON
-DCLIENT_PLUGIN_MYSQL_CLEAR_PASSWORD=STATIC
-DCLIENT_PLUGIN_MYSQL_OLD_PASSWORD=STATIC
-DCLIENT_PLUGIN_REMOTE_IO=OFF
+ -DDEFAULT_SSL_VERIFY_SERVER_CERT=OFF
"
post_makeinstall_target() {
Display More
Can not running script
Sure you can run it and this will tell you exactly what is write protected or whatever issue is.
Why not checked the logs (journalctl -l) to see what is going on?
Or to run /storage/.config/irswitch.sh maualy from console? Before doing it kill already running instance.
Eventually you have to make it executable first: chmod +x autostart.sh.
not needed
Well, I don't think this is appropriate.
iamiub: follow this to restore bootloader environment in device. After that don't blame CE anymore
Installed from LE11 OVA, running on Windows 11.
Here vmware workstation 17.5.1 works with LE 11 and LE12 - using vmware gpu (no passthrough).
Looks like the position in Kconfig file is wrong. Which means because of that linux config file is correct.
but i think in wrong way (manually edited instead menuconfig) "CONFIG_DVB_M88RS6060=m" is added in " # DVB-T (terrestrial) frontends" Section
What would be correct place?