Es läuft zwar m.E., aber ich bekomme beim Starten folgende Fehlermeldung:
Das Verzeichnig /usr/local/smarthome/var/run/ exisitert bei mir auch gar nicht.
smarthome@ibbgateway:~$ /usr/local/smarthome/bin/smarthome.py --start
Traceback (most recent call last):
File "/usr/local/smarthome/bin/smarthome.py", line 629, in <module>
Traceback (most recent call last):
File "/usr/local/smarthome/bin/smarthome.py", line 629, in <module>
sh = SmartHome()
File "/usr/local/smarthome/bin/smarthome.py", line 158, in __init__
lib.daemon.daemonize(self._pidfile)
File "/usr/local/smarthome/lib/daemon.py", line 43, in daemonize
open(pidfile, 'w+').write("%s\n" % pid)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/local/smarthome/var/run/smarthome.pid'
sh = SmartHome()
File "/usr/local/smarthome/bin/smarthome.py", line 158, in __init__
lib.daemon.daemonize(self._pidfile)
File "/usr/local/smarthome/lib/daemon.py", line 39, in daemonize
open(pidfile, 'w+').write("%s\n" % pid)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/local/smarthome/var/run/smarthome.pid'
smarthome@ibbgateway:~$
Traceback (most recent call last):
File "/usr/local/smarthome/bin/smarthome.py", line 629, in <module>
Traceback (most recent call last):
File "/usr/local/smarthome/bin/smarthome.py", line 629, in <module>
sh = SmartHome()
File "/usr/local/smarthome/bin/smarthome.py", line 158, in __init__
lib.daemon.daemonize(self._pidfile)
File "/usr/local/smarthome/lib/daemon.py", line 43, in daemonize
open(pidfile, 'w+').write("%s\n" % pid)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/local/smarthome/var/run/smarthome.pid'
sh = SmartHome()
File "/usr/local/smarthome/bin/smarthome.py", line 158, in __init__
lib.daemon.daemonize(self._pidfile)
File "/usr/local/smarthome/lib/daemon.py", line 39, in daemonize
open(pidfile, 'w+').write("%s\n" % pid)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/local/smarthome/var/run/smarthome.pid'
smarthome@ibbgateway:~$
Kommentar