Search found 16 matches
- Friday 24 May 2024 19:56
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: #15992 Not compiling - Minizip issue
- Replies: 1
- Views: 1624
- Tuesday 07 May 2024 21:33
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: #15992 Not compiling - Minizip issue
- Replies: 1
- Views: 1624
#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 ...
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 ...
- Sunday 31 December 2023 15:06
- 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: 5279
Re: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [a
Domoticz 2023.2 (build 15780) running on Fedora 39 X86_64 with boost 1.81 has still the issue...
- Friday 15 December 2023 19:05
- 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: 5279
Re: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [a
Still an error:
But it works! 
Code: Select all
Error: [web:4443] missing SSL DH parameters from file /dev/null- Friday 08 December 2023 21:08
- 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: 5279
- Friday 08 December 2023 20:48
- 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: 5279
Re: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [a
Nope, 4443 is a unprivileged port, so being root or non-root is not a difference.
- 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: 5279
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:
443 is a privileged port....
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- Friday 08 December 2023 10:30
- 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: 5279
Re: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 4443: use_tmp_dh_file: ASN1 lib (PEM routines) [a
Enabling it via the comman line options:
Code: Select all
./domoticz -www 8080 -sslwww 4443-sslcert /opt/domoticz/server_cert.pem - 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: 5279
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 ...
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 ...
- 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: 1146
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 ...
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 ...
- Monday 20 May 2019 21:13
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compile fail with latest open-wave
- Replies: 13
- Views: 4763
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 ...
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 ...
- Sunday 19 May 2019 20:17
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compile fail with latest open-wave
- Replies: 13
- Views: 4763
Re: Compile fail with latest open-wave
I compiled openzwave-1.6.181.
- Saturday 18 May 2019 20:44
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compile fail with latest open-wave
- Replies: 13
- Views: 4763
Re: Compile fail with latest open-wave
Hmmm, it compiled but now I lost data from my first Z-wave device (0x02)... 
- Saturday 18 May 2019 8:37
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compile fail with latest open-wave
- Replies: 13
- Views: 4763
Re: Compile fail with latest open-wave
That worked.
Thanks!
Thanks!
- Friday 17 May 2019 21:01
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compile fail with latest open-wave
- Replies: 13
- Views: 4763
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. 
- Tuesday 30 October 2018 20:21
- Forum: Other questions and discussions
- Topic: auth token mismatch/session id not found
- Replies: 15
- Views: 6592
Re: auth token mismatch/session id not found
Same issue here...
OS: Linux (Fedora 28)
Domoticz: v4.10109
OS: Linux (Fedora 28)
Domoticz: v4.10109