What happen with latest builds that they doesn't boot anymore on VMware Workstation 17.5? Kodi doesn't start (some error bad alloc or something like that).
Posts by vpeter
-
-
-
Added bash arrays to the title of the thread, since that seems to be the problem.
Don't use them?
-
Open log file /home/john/LibreELEC.tv/build.LibreELEC-Generic.x86_64-12.0-devel/.threads/log
s/230.log and see why it fails -
-
-
-
How did you even build your app without it.
-
Copy also libXcursor.so.1 library and put it along app.bin and run
LD_LIBRARY_PATH=. ./app.bin
-
file app.bin
and you will probably see wrong arch or something like that
also
ldd app.bin
-
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
Display Morediff --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() {
-