pas d interface web
Publié : 02 janv. 2025, 22:59
Bonjour
suite à une coupure de courant et/ou retrait inopinée de la carte sd
domoticz démarre, mais pas d'interface web, j'ai ce message d'erreur.
c'est lié à python
Je suis sur un orangepi zero2 (bullseye) avec la dernière version domoticz, j'accède bien en ssh à ma carte sd et j'ai vérifié les updates.
Merci de vos retours
suite à une coupure de courant et/ou retrait inopinée de la carte sd
domoticz démarre, mais pas d'interface web, j'ai ce message d'erreur.
c'est lié à python
Code : Tout sélectionner
message d erreur : ./domoticz
2025-01-02 22:48:20.418 Status: Domoticz V2024.7 (c)2012-2024 GizMoCuz
2025-01-02 22:48:20.418 Status: Build Hash: b317cfab1, Date: 2024-07-13 16:59:31
2025-01-02 22:48:20.418 Status: Startup Path: /home/orangepi/domoticz/
2025-01-02 22:48:20.571 Sunrise: 08:52:00 SunSet: 17:27:00
2025-01-02 22:48:20.571 Day length: 08:35:00 Sun at south: 13:10:00
2025-01-02 22:48:20.571 Civil twilight start: 08:17:00 Civil twilight end: 18:03:00
2025-01-02 22:48:20.571 Nautical twilight start: 07:38:00 Nautical twilight end: 18:41:00
2025-01-02 22:48:20.571 Astronomical twilight start: 07:01:00 Astronomical twilight end: 19:18:00
2025-01-02 22:48:20.643 Status: PluginSystem: Started, Python version '3.9.2', 3 plugin definitions loaded.
2025-01-02 22:48:20.657 Active notification Subsystems: (0/13)
2025-01-02 22:48:20.660 Status: WebServer(HTTP) started on address: :: with port 8080
2025-01-02 22:48:20.667 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 ::
2025-01-02 22:48:20.671 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
2025-01-02 22:48:20.674 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']
2025-01-02 22:48:20.674 Error: WebServer(SSL) check privileges for opening ports below 1024
2025-01-02 22:48:20.675 Status: Camera: settings (re)loaded
2025-01-02 22:48:20.676 Starting shared server on: :::6144
2025-01-02 22:48:20.677 Status: TCPServer: shared server started...
2025-01-02 22:48:20.679 Status: RxQueue: queue worker started...
2025-01-02 22:48:22.679 Status: zigbee: Entering work loop.
2025-01-02 22:48:22.679 zigbee: Worker thread started.
2025-01-02 22:48:22.679 Status: zigbee: Started.
2025-01-02 22:48:22.680 Status: Heos: Worker started...
2025-01-02 22:48:22.681 Status: Heos: 1 players found.
2025-01-02 22:48:22.683 Status: Heos: Connected to: 192.168.44.23:1255
2025-01-02 22:48:22.685 Status: Xiaomi: XiaomiGateway (ID=15): Delaying worker startup...
2025-01-02 22:48:23.683 Status: to HA: Connecting to 192.168.44.169:1883
2025-01-02 22:48:23.685 Status: Mqtt: Connecting to 192.168.44.169:1883
2025-01-02 22:48:23.685 Status: Heos: 1 players found.
2025-01-02 22:48:23.885 Status: to HA: Connected to: 192.168.44.169:1883
2025-01-02 22:48:23.886 Status: Mqtt: Connected to: 192.168.44.169:1883
2025-01-02 22:48:24.696 Status: zigbee: Initialized version 7.1, author 'pipiche38'
Fatal Python error: Segmentation fault
Current thread 0x0000ffffa57f9f70 (most recent call first):
<no Python frame>
2025-01-02 22:48:24.696 Error: Domoticz(pid:2337, tid:2349('zigbee')) received fatal signal 11 (Segmentation fault)
2025-01-02 22:48:24.697 Error: siginfo address=0x3e800000921, address=0xffff90061378
2025-01-02 22:48:24.730 Error: Failed to start gdb, will use backtrace() for printing stack frame
2025-01-02 22:48:24.738 Error: #0 ./domoticz : + 0x32c3dc [0xaaaabb5ec3dc]
2025-01-02 22:48:24.738 Error: #1 ./domoticz : signal_handler(int, siginfo_t*, void*) + 0x250 [0xaaaabb5ece70]
2025-01-02 22:48:24.738 Error: #2 linux-vdso.so.1 : __kernel_rt_sigreturn + 0 [0xffffb133278c]
2025-01-02 22:48:24.738 Error: #3 /lib/aarch64-linux-gnu/libpthread.so.0 : raise + 0xdc [0xffffb0d677dc]
2025-01-02 22:48:24.738 Error: #4 linux-vdso.so.1 : __kernel_rt_sigreturn + 0 [0xffffb133278c]
2025-01-02 22:48:24.738 Error: #5 /lib/aarch64-linux-gnu/libpython3.9.so : PyDict_GetItem + 0x10 [0xffffafb087e0]
2025-01-02 22:48:24.738 Error: #6 ./domoticz : Plugins::CPlugin::onDeviceModified(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int) + 0x174 [0xaaaabb9e97bc]
2025-01-02 22:48:24.738 Error: #7 ./domoticz : Plugins::onDeviceModifiedCallback::ProcessLocked(Plugins::CPlugin*) + 0x48 [0xaaaabb9f8ec0]
2025-01-02 22:48:24.738 Error: #8 ./domoticz : Plugins::CPluginMessageBase::Process(Plugins::CPlugin*) + 0x3c [0xaaaabb568154]
2025-01-02 22:48:24.738 Error: #9 ./domoticz : Plugins::CPlugin::Do_Work() + 0x3c4 [0xaaaabb9f6524]
2025-01-02 22:48:24.738 Error: #10 ./domoticz : + 0x9dbc0c [0xaaaabbc9bc0c]
2025-01-02 22:48:24.738 Error: #11 /lib/aarch64-linux-gnu/libpthread.so.0 : + 0x7648 [0xffffb0d5b648]
2025-01-02 22:48:24.738 Error: #12 /lib/aarch64-linux-gnu/libc.so.6 : + 0xd1c9c [0xffffb0bb3c9c]
Erreur de segmentation
Merci de vos retours