Search found 21 matches

by Robert28
Monday 14 October 2024 18:59
Forum: Bugs and Problems
Topic: Error: mainworker seems to have ended or hung unexpectedly
Replies: 7
Views: 939

Re: Error: mainworker seems to have ended or hung unexpectedly

Another step, it seems to occur after Domoticz get's (for some reason) no information from rtl_433, resets the device and than 5 minutes later the watchdog is triggered: 2024-10-14 03:45:04.578 Error: Rx433MHz hardware (28) nothing received for more than 1 Hour!.... 2024-10-14 03:45:05.578 Error ...
by Robert28
Sunday 13 October 2024 19:54
Forum: Bugs and Problems
Topic: Error: mainworker seems to have ended or hung unexpectedly
Replies: 7
Views: 939

Re: Error: mainworker seems to have ended or hung unexpectedly

Hmm, I not a big fan of containers...

At this moment I suspecting the rtl_433 receivers, I have two of those one for 433 MHz and one for 868 MHz, especially the 868 gives time outs, changing the receivers does also change these time outs... (so not hardware related)... no clue..
by Robert28
Sunday 06 October 2024 20:18
Forum: Bugs and Problems
Topic: Error: mainworker seems to have ended or hung unexpectedly
Replies: 7
Views: 939

Re: Error: mainworker seems to have ended or hung unexpectedly

Domoticz is not running at a Raspberry Pi, but on a x86_64 system, so no SD card (HDD Smart is ok).
by Robert28
Sunday 06 October 2024 19:31
Forum: Bugs and Problems
Topic: Error: mainworker seems to have ended or hung unexpectedly
Replies: 7
Views: 939

Re: Error: mainworker seems to have ended or hung unexpectedly

Hmmm... I did... no solution, also the latest August release crashes...Obviously related to a system update... :(
by Robert28
Friday 04 October 2024 19:09
Forum: Bugs and Problems
Topic: Error: mainworker seems to have ended or hung unexpectedly
Replies: 7
Views: 939

Error: mainworker seems to have ended or hung unexpectedly

Hi all, since the latest beta release Domoticz crashes: 2024-10-04 10:40:24.232 Error: mainworker seems to have ended or hung unexpectedly (last update 301.000000 seconds ago) 2024-10-04 10:40:24.235 Error: Domoticz(1644587) is exiting due to watchdog triggered... 2024-10-04 10:40:24.255 Error ...
by Robert28
Tuesday 07 May 2024 21:33
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: #15992 Not compiling - Minizip issue
Replies: 1
Views: 1525

#15992 Not compiling - Minizip issue

Hi all, trying to compile a newer version of Domoticz (now running self compiled 2024.4 #15960) but I encounter an error: >make [ 0%] Building C object extern/minizip/CMakeFiles/minizip.dir/zip.c.o /home/user/DomoticzSRC/domoticz/extern/minizip/zip.c: In function ‘zipOpenNewFileInZip4_64’: /home/use ...
by Robert28
Friday 08 December 2023 20:01
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [asio
Replies: 14
Views: 5058

Re: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [a

As expected when you are running Domoticz as a non-root user:

Code: Select all

Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 443: use_tmp_dh_file: ASN1 lib (PEM routines) [asio.ssl:76021773]
Error: WebServer(SSL) check privileges for opening ports below 1024
443 is a privileged port....
by Robert28
Wednesday 06 December 2023 21:11
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [asio
Replies: 14
Views: 5058

Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [asio

Hi all, after updating I got: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [asio.ssl:76021773] Error: WebServer(SSL) check if no other application is using port: 4443 No other application is listening on 4443... Any advice how to ...
by Robert28
Saturday 04 April 2020 13:39
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: LUA 5.3 not found! But libs are installed?!
Replies: 1
Views: 1074

LUA 5.3 not found! But libs are installed?!

Hi all, while compiling the latest Domoticz version I got the following error: -- Submodule update CMake Error at CMakeLists.txt:348 (MESSAGE): LUA 5.3 not found! use sudo apt-get install liblua5.3-dev I have installed: lua-5.3.5-6.fc31.x86_64 lua-devel-5.3.5-6.fc31.x86_64 lua-libs-5.3.5-6.fc31.x86 ...
by Robert28
Monday 20 May 2019 21:13
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Compile fail with latest open-wave
Replies: 13
Views: 4459

Re: Compile fail with latest open-wave

I get an error in the log: Error: OpenZWave: Value_Changed: Tried adding value, not succeeded!. Node: 2 (0x02), CommandClass: ALARM, Label: Power Management, Instance: 1, Index: 8 But all Z-wave switches do have this... and only the first one is not working. Tried to exclude and include all z-wave ...
by Robert28
Saturday 18 May 2019 20:44
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Compile fail with latest open-wave
Replies: 13
Views: 4459

Re: Compile fail with latest open-wave

Hmmm, it compiled but now I lost data from my first Z-wave device (0x02)... :cry:
by Robert28
Friday 17 May 2019 21:01
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Compile fail with latest open-wave
Replies: 13
Views: 4459

Re: Compile fail with latest open-wave

I have (the newer) libopenzwave.so.1.5 installed from the official repro and get the same error. :oops: