but starting domoticz by hand genereated a lot of error-lines not knowing how to solve.
Code: Select all
pi@raspberrypi:~ $ cd domoticz
pi@raspberrypi:~/domoticz $ ./domoticz
2024-10-20 16:01:05.968 Status: Domoticz V2024.3 (build 15878) (c)2012-2024 GizMoCuz
2024-10-20 16:01:05.969 Status: Build Hash: 29128d91b, Date: 2024-01-27 15:49:44
2024-10-20 16:01:05.969 Status: Startup Path: /home/pi/domoticz/
2024-10-20 16:01:06.002 Sunrise: 08:17:00 SunSet: 18:35:00
2024-10-20 16:01:06.003 Day length: 10:18:00 Sun at south: 13:26:00
2024-10-20 16:01:06.003 Civil twilight start: 07:42:00 Civil twilight end: 19:10:00
2024-10-20 16:01:06.003 Nautical twilight start: 07:02:00 Nautical twilight end: 19:49:00
2024-10-20 16:01:06.003 Astronomical twilight start: 06:22:00 Astronomical twilight end: 20:29:00
2024-10-20 16:01:06.125 Status: PluginSystem: Started, Python version '3.9.2', 1 plugin definitions loaded.
2024-10-20 16:01:06.134 Active notification Subsystems: email, pushover (2/13)
2024-10-20 16:01:06.152 Status: WebServer(HTTP) startup failed on address :: with port: 8080: bind: Address already in use [system:98 at /usr/local/include/boost/asio/detail/reactive_socket_service.hpp:161 in function 'bind'], trying ::
2024-10-20 16:01:06.153 Status: WebServer(HTTP) startup failed on address :: with port: 8080: bind: Address already in use [system:98 at /usr/local/include/boost/asio/detail/reactive_socket_service.hpp:161 in function 'bind'], trying 0.0.0.0
2024-10-20 16:01:06.154 Error: WebServer(HTTP) startup failed on address 0.0.0.0 with port: 8080: bind: Address already in use [system:98 at /usr/local/include/boost/asio/detail/reactive_socket_service.hpp:161 in function 'bind']
2024-10-20 16:01:06.154 Error: WebServer(HTTP) check if no other application is using port: 8080
2024-10-20 16:01:06.161 Status: WebServer(SSL) startup failed on address :: with port: 443: bind: Permission denied [system:13 at /usr/local/include/boost/asio/detail/reactive_socket_service.hpp:161 in function 'bind'], trying ::
2024-10-20 16:01:06.164 Status: WebServer(SSL) startup failed on address :: with port: 443: bind: Permission denied [system:13 at /usr/local/include/boost/asio/detail/reactive_socket_service.hpp:161 in function 'bind'], trying 0.0.0.0
2024-10-20 16:01:06.166 Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 443: bind: Permission denied [system:13 at /usr/local/include/boost/asio/detail/reactive_socket_service.hpp:161 in function 'bind']
2024-10-20 16:01:06.166 Error: WebServer(SSL) check privileges for opening ports below 1024
terminate called without an active exception
2024-10-20 16:01:06.169 Error: Domoticz(pid:224929, tid:224929('domoticz')) received fatal signal 6 (Aborted)
2024-10-20 16:01:06.169 Error: siginfo address=0x3e800036ea1, address=0x7ff2fc83b8
2024-10-20 16:01:08.327 Error: Did not find stack frame for thread (LWP 224929)), printing full gdb output:
2024-10-20 16:01:08.327 Error: > [New LWP 224931]
2024-10-20 16:01:08.328 Error: > [New LWP 224932]
2024-10-20 16:01:08.328 Error: > [New LWP 224933]
2024-10-20 16:01:08.328 Error: > [New LWP 224934]
2024-10-20 16:01:08.328 Error: > [Thread debugging using libthread_db enabled]
2024-10-20 16:01:08.328 Error: > Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
2024-10-20 16:01:08.328 Error: > 0x0000007f899f083c in __GI___wait4 (pid=<optimized out>, stat_loc=0x7ff2fc6d44, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
2024-10-20 16:01:08.329 Error: > 27 ../sysdeps/unix/sysv/linux/wait4.c: No such file or directory.
2024-10-20 16:01:08.329 Error: > Id Target Id Frame
2024-10-20 16:01:08.329 Error: > * 1 Thread 0x7f88e14b40 (LWP 224929) "domoticz" 0x0000007f899f083c in __GI___wait4 (pid=<optimized out>, stat_loc=0x7ff2fc6d44, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
2024-10-20 16:01:08.329 Error: > 2 Thread 0x7f88832f40 (LWP 224931) "SQLHelper" syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.329 Error: > 3 Thread 0x7f88031f40 (LWP 224932) "PluginMgr" syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.329 Error: > 4 Thread 0x7f872a4f40 (LWP 224933) "InfluxPush" syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.329 Error: > 5 Thread 0x7f86aa3f40 (LWP 224934) "MQTTPush" syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.330 Error: >
2024-10-20 16:01:08.330 Error: > Thread 5 (Thread 0x7f86aa3f40 (LWP 224934) "MQTTPush"):
2024-10-20 16:01:08.330 Error: > #0 syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.330 Error: > #1 0x000000556c2a64c0 in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long, std::ratio<1l, 1l> >, std::chrono::duration<long, std::ratio<1l, 1000000000l> >) ()
2024-10-20 16:01:08.330 Error: > #2 0x000000556bce8e84 in CMQTTPush::Do_Work() ()
2024-10-20 16:01:08.330 Error: > #3 0x000000556c2a41dc in execute_native_thread_routine ()
2024-10-20 16:01:08.330 Error: > #4 0x0000007f89bc6648 in start_thread (arg=0x7f86aa3840) at pthread_create.c:477
2024-10-20 16:01:08.330 Error: > #5 0x0000007f89a1ec9c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78
2024-10-20 16:01:08.330 Error: >
2024-10-20 16:01:08.330 Error: > Thread 4 (Thread 0x7f872a4f40 (LWP 224933) "InfluxPush"):
2024-10-20 16:01:08.330 Error: > #0 syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.330 Error: > #1 0x000000556c2a64c0 in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long, std::ratio<1l, 1l> >, std::chrono::duration<long, std::ratio<1l, 1000000000l> >) ()
2024-10-20 16:01:08.331 Error: > #2 0x000000556bce3ebc in CInfluxPush::Do_Work() ()
2024-10-20 16:01:08.331 Error: > #3 0x000000556c2a41dc in execute_native_thread_routine ()
2024-10-20 16:01:08.331 Error: > #4 0x0000007f89bc6648 in start_thread (arg=0x7f872a4840) at pthread_create.c:477
2024-10-20 16:01:08.331 Error: > #5 0x0000007f89a1ec9c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78
2024-10-20 16:01:08.331 Error: >
2024-10-20 16:01:08.331 Error: > Thread 3 (Thread 0x7f88031f40 (LWP 224932) "PluginMgr"):
2024-10-20 16:01:08.331 Error: > #0 syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.331 Error: > #1 0x000000556c2a64c0 in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long, std::ratio<1l, 1l> >, std::chrono::duration<long, std::ratio<1l, 1000000000l> >) ()
2024-10-20 16:01:08.331 Error: > #2 0x000000556c00179c in Plugins::CPluginSystem::Do_Work() ()
2024-10-20 16:01:08.331 Error: > #3 0x000000556c2a41dc in execute_native_thread_routine ()
2024-10-20 16:01:08.331 Error: > #4 0x0000007f89bc6648 in start_thread (arg=0x7f88031840) at pthread_create.c:477
2024-10-20 16:01:08.331 Error: > #5 0x0000007f89a1ec9c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78
2024-10-20 16:01:08.331 Error: >
2024-10-20 16:01:08.332 Error: > Thread 2 (Thread 0x7f88832f40 (LWP 224931) "SQLHelper"):
2024-10-20 16:01:08.332 Error: > #0 syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2024-10-20 16:01:08.332 Error: > #1 0x000000556c2a64c0 in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long, std::ratio<1l, 1l> >, std::chrono::duration<long, std::ratio<1l, 1000000000l> >) ()
2024-10-20 16:01:08.332 Error: > #2 0x000000556bc13c6c in CSQLHelper::Do_Work() ()
2024-10-20 16:01:08.332 Error: > #3 0x000000556c2a41dc in execute_native_thread_routine ()
2024-10-20 16:01:08.332 Error: > #4 0x0000007f89bc6648 in start_thread (arg=0x7f88832840) at pthread_create.c:477
2024-10-20 16:01:08.332 Error: > #5 0x0000007f89a1ec9c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78
2024-10-20 16:01:08.332 Error: >
2024-10-20 16:01:08.332 Error: > Thread 1 (Thread 0x7f88e14b40 (LWP 224929) "domoticz"):
2024-10-20 16:01:08.332 Error: > #0 0x0000007f899f083c in __GI___wait4 (pid=<optimized out>, stat_loc=0x7ff2fc6d44, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
2024-10-20 16:01:08.332 Error: > #1 0x000000556bbfca00 in dumpstack_gdb(bool) ()
2024-10-20 16:01:08.333 Error: > #2 0x000000556bbfcfbc in signal_handler(int, siginfo_t*, void*) ()
2024-10-20 16:01:08.333 Error: > #3 <signal handler called>
2024-10-20 16:01:08.333 Error: > #4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
2024-10-20 16:01:08.333 Error: > #5 0x0000007f8996da60 in __GI_abort () at abort.c:79
2024-10-20 16:01:08.333 Error: > #6 0x000000556c2aaae0 in __gnu_cxx::__verbose_terminate_handler() ()
2024-10-20 16:01:08.333 Error: > #7 0x000000556c2248ac in __cxxabiv1::__terminate(void (*)()) ()
2024-10-20 16:01:08.333 Error: > #8 0x000000556c2248f8 in std::terminate() ()
2024-10-20 16:01:08.333 Error: > #9 0x000000556bb79d18 in std::_Sp_counted_ptr_inplace<std::thread, std::allocator<std::thread>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() ()
2024-10-20 16:01:08.333 Error: > #10 0x000000556bb7c55c in std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() ()
2024-10-20 16:01:08.333 Error: > #11 0x000000556bbd65dc in CMQTTPush::~CMQTTPush() ()
2024-10-20 16:01:08.333 Error: > #12 0x0000007f8998376c in __run_exit_handlers (status=1, listp=0x7f89abc688 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at exit.c:108
2024-10-20 16:01:08.333 Error: > #13 0x0000007f899838fc in __GI_exit (status=<optimized out>) at exit.c:139
2024-10-20 16:01:08.333 Error: > #14 0x0000007f8996dddc in __libc_start_main (main=0x556bb11370 <main>, argc=1, argv=0x7ff2fc88b8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=<optimized out>) at ../csu/libc-start.c:342
2024-10-20 16:01:08.334 Error: > #15 0x000000556bb3c740 in _start ()
2024-10-20 16:01:08.334 Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2024-10-20 16:01:08.334 Error: >
2024-10-20 16:01:08.334 Error: > Main thread:
2024-10-20 16:01:08.334 Error: > #0 0x0000007f899f083c in __GI___wait4 (pid=<optimized out>, stat_loc=0x7ff2fc6d44, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
2024-10-20 16:01:08.334 Error: > #1 0x000000556bbfca00 in dumpstack_gdb(bool) ()
2024-10-20 16:01:08.334 Error: > #2 0x000000556bbfcfbc in signal_handler(int, siginfo_t*, void*) ()
2024-10-20 16:01:08.334 Error: > #3 <signal handler called>
2024-10-20 16:01:08.334 Error: > #4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
2024-10-20 16:01:08.334 Error: > #5 0x0000007f8996da60 in __GI_abort () at abort.c:79
2024-10-20 16:01:08.334 Error: > #6 0x000000556c2aaae0 in __gnu_cxx::__verbose_terminate_handler() ()
2024-10-20 16:01:08.334 Error: > #7 0x000000556c2248ac in __cxxabiv1::__terminate(void (*)()) ()
2024-10-20 16:01:08.335 Error: > #8 0x000000556c2248f8 in std::terminate() ()
2024-10-20 16:01:08.335 Error: > #9 0x000000556bb79d18 in std::_Sp_counted_ptr_inplace<std::thread, std::allocator<std::thread>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() ()
2024-10-20 16:01:08.335 Error: > #10 0x000000556bb7c55c in std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() ()
2024-10-20 16:01:08.335 Error: > #11 0x000000556bbd65dc in CMQTTPush::~CMQTTPush() ()
2024-10-20 16:01:08.335 Error: > #12 0x0000007f8998376c in __run_exit_handlers (status=1, listp=0x7f89abc688 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at exit.c:108
2024-10-20 16:01:08.335 Error: > #13 0x0000007f899838fc in __GI_exit (status=<optimized out>) at exit.c:139
2024-10-20 16:01:08.335 Error: > #14 0x0000007f8996dddc in __libc_start_main (main=0x556bb11370 <main>, argc=1, argv=0x7ff2fc88b8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=<optimized out>) at ../csu/libc-start.c:342
2024-10-20 16:01:08.335 Error: > #15 0x000000556bb3c740 in _start ()
2024-10-20 16:01:08.335 Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2024-10-20 16:01:08.335 Error: > [Inferior 1 (process 224929) detached]
Aborted