ich betreibe zwei identische Installationen; eine auf einem pi2 die andere auf einem pi3.
auf beiden läuft das neueste image von Onkelandy.
Version: -------------------- Init SmartHomeNG 1.3.v1.3_Hotfix_2 -----------------
beim stoppen des smarthome servers bekomme ich fast immer folgenden Fehler:
beim pi3 habe ich diese noch nie bekommen.
auf beiden läuft das neueste image von Onkelandy.
Version: -------------------- Init SmartHomeNG 1.3.v1.3_Hotfix_2 -----------------
beim stoppen des smarthome servers bekomme ich fast immer folgenden Fehler:
beim pi3 habe ich diese noch nie bekommen.
HTML-Code:
[smarthome@SmartHomeNG /usr/local/smarthome/bin]$ python3 smarthome.py --stop
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/psutil/_psposix.py", line 86, in wait_pid
retpid, status = waitcall()
File "/usr/local/lib/python3.5/dist-packages/psutil/_psposix.py", line 77, in waitcall
return os.waitpid(pid, os.WNOHANG)
ChildProcessError: [Errno 10] Keine Kind-Prozesse
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/psutil/_pslinux.py", line 1536, in wait
return _psposix.wait_pid(self.pid, timeout)
File "/usr/local/lib/python3.5/dist-packages/psutil/_psposix.py", line 100, in wait_pid
delay = check_timeout(delay)
File "/usr/local/lib/python3.5/dist-packages/psutil/_psposix.py", line 70, in check_timeout
raise TimeoutExpired()
psutil._psposix.TimeoutExpired
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "smarthome.py", line 619, in <module>
lib.daemon.kill(PIDFILE)
File "/usr/local/smarthome/lib/daemon.py", line 112, in kill
p.wait(timeout=waittime)
File "/usr/local/lib/python3.5/dist-packages/psutil/__init__.py", line 1337, in wait
return self._proc.wait(timeout)
File "/usr/local/lib/python3.5/dist-packages/psutil/_pslinux.py", line 1365, in wrapper
return fun(self, *args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/psutil/_pslinux.py", line 1538, in wait
raise TimeoutExpired(timeout, self.pid, self._name)
psutil.TimeoutExpired: psutil.TimeoutExpired timeout after 10 seconds (pid=1479)
[smarthome@SmartHomeNG /usr/local/smarthome/bin]$
Kommentar