Can you post both outputs of iptables -L and ip6tables -L to compare?
Posts by vpeter
-
-
-
Check if you can add StandardOutput to file in sshd.service file.
-
I don't know if there is any such log file. BUt i see with command above
CodeJun 02 11:25:22 LibreELEC sshd[1340]: Failed password for root from 192.168.2.3 port 47442 ssh2 Jun 02 11:25:22 LibreELEC sshd[1340]: Connection closed by authenticating user root 192.168.2.3 port 47442 [preauth]
Maybe some cron job could create log file with grepping systemctl status.
-
Anyone can point me where accepted and failed logins to ssh are stored ?
Maybe
-
Would not be easier to restart Kodi at 3AM every night? It is not a fix but still
-
-
Compare the content of both archives to see what is the difference
-
I updated build Milhouse #0528and removed kodi profile folder. After new start I could install whatever addon version was in the repository.
-
-
No. Intel is still working on kernel HDR support ....
Intel is also working on S9xxx SoC?
-
Do you have any explanation for that?
No actually. I just look around how other docker services are started and saw this small change. Maybe
-
-
Then I can't help you anymore. I only create container and for me it runs fine after reboot too.
-
-
When creating docker try without --restart unless-stopped.
-
You need to set variables STRIP and PKG_MAKE_OPTS_TARGET in function pre_configure_target() to evaluate them correctly because you are using environment variables STRIP and CC which are known little later. Correct reason can tell someone else
Codepre_configure_target() { STRIP="--strip --strip-program=$STRIP" PKG_MAKE_OPTS_TARGET="SYSCONFDIR=/storage/.config CC=$CC CWFLAGS=" PKG_MAKEINSTALL_OPTS_TARGET="SYSTEMD_DIR=/usr/lib/systemd/system BINDIR=/usr/sbin install-systemd" }
Also your build was compiled with ggdb
-
It starts for me fine. What was the command to create domoticz container?