Posts by mglae
-
-
Use journal to check for errors/logs: journalctl or journalctl -u kodi-autostart.
Please open an own thread with more information if the autostart issue persist.
-
IIRR "connect" will ask for a new password if the current does not match.
-
grv0815 That is how ExecStop of a systemd unit is working. After the main process did exit all remaining processes are killed.
Edit: if putting the wait command at end of the script it will wait for all active background processes.
-
xsoft Nvidia GPU is only supported with Generic-legacy image.
To update via ssh:
-
As always a debug log may give more information what is going on.
AFAIK there is no default volume mapping for mice so something must have been added/configured.
-
Unfortunately the mesa driver for Intel Gen 3 GPUs is crashing.
You can try the latest LE12 nightly from here to test a more recent mesa version. With the run option from USB stick your installation is not touched.
-
Add textmode to cmdline.txt, connect a keyboard and check journal.
-
-
ExFAT time stamps seem to be a mess: https://www.sciencedirect.com/science/articl…666281722001573
-
Yes, User Name and Password are not escaped when saved. Beside Space avoid at least "'\|&$()?*~#<>{},;[]!`^
-
Sorry, the service is called smbd. I've updated the post.
CodeKPi:~ # /usr/lib/samba/samba-config /usr/lib/samba/smbd-config: /storage/.cache/services/samba.conf: line 7: Light: not found
Please post the output of cat /storage/.cache/services/samba.conf. You may like to modify your user name/password.
-
What if you reboot or execute the three commands of the other thread? (regarding the PW issue)
-
Thread
Samba service- query about default settings and users
Hi.
With the generic 11.0.1 LE on an Intel NUC 11th gen I'm wondering about the LE settings/services/samba service. It can be enabled and protected via a username and pass.
So I enabled it and set a username and pass and tried to access it from a Linux machine (via Dolphin) and it seemed to work..except it didn't seem to trigger an auth dialog everr, which made me ssh to the NUC and do testparm to see that the default samba settings were what's in .config/samba.conf.sample which meant both …lampahojdApril 5, 2023 at 6:13 AM -
service.mariadb 11.0.0.1 including mysql_upgrade should have been already installed.
-
Don't run any commands in the background in autostop.sh. Remove ( and )& from your script.
Background execution is used in autostart.sh to not delay the boot process. If used in shut down they are killed after a short time.
For logging enable "Persistent Logging" in the "System" tab of the LE Settings Addon. After reboot use journalctl -b -1 -u kodi-autostart.
-
-
To avoid auto detect you can add KODI_GL_INTERFACE=GLX to /storage/.config/kodi.conf.
There is at least a report of LE11beta1 Generic-legacy starting on Nvidia 9500gt: https://github.com/xbmc/xbmc/issu…ment-1422405042