Das ist die Ausgaben nach dem start des owserver mit sudo systemctl start owserver
Code:
[smarthome@SmartHomeNG10 ~]$ sudo journalctl -x -u owserver -- Logs begin at Wed 2020-10-21 03:31:01 CEST, end at Fri 2020-10-23 20:41:32 CEST. -- Okt 23 18:22:51 SmartHomeNG10 systemd[1]: Starting Backend server for 1-wire control... -- Subject: A start job for unit owserver.service has begun execution -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- A start job for unit owserver.service has begun execution. -- -- The job identifier is 16023. Okt 23 18:22:51 SmartHomeNG10 owserver[30800]: DEFAULT: owlib.c:(208) Cannot open USB bus master Okt 23 18:22:51 SmartHomeNG10 owserver[30800]: DEFAULT: owlib.c:(52) No valid 1-wire buses found Okt 23 18:22:51 SmartHomeNG10 systemd[1]: owserver.service: Main process exited, code=exited, status=1/FAILURE -- Subject: Unit process exited -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- An ExecStart= process belonging to unit owserver.service has exited. -- -- The process' exit code is 'exited' and its exit status is 1. Okt 23 18:22:51 SmartHomeNG10 systemd[1]: owserver.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- The unit owserver.service has entered the 'failed' state with result 'exit-code'. Okt 23 18:22:51 SmartHomeNG10 systemd[1]: Failed to start Backend server for 1-wire control. -- Subject: A start job for unit owserver.service has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- A start job for unit owserver.service has finished with a failure. -- -- The job identifier is 16023 and the job result is failed. Okt 23 18:22:51 SmartHomeNG10 systemd[1]: owserver.service: Service RestartSec=100ms expired, scheduling restart. Okt 23 18:22:51 SmartHomeNG10 systemd[1]: owserver.service: Scheduled restart job, restart counter is at 1. -- Subject: Automatic restarting of a unit has been scheduled -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Automatic restarting of the unit owserver.service has been scheduled, as the result for -- the configured Restart= setting for the unit. Okt 23 18:22:51 SmartHomeNG10 systemd[1]: Stopped Backend server for 1-wire control. -- Subject: A stop job for unit owserver.service has finished
Code:
######################## SOURCES ######################## # # With this setup, any client (but owserver) uses owserver on the # local machine... ! server: server = 127.0.0.1:4304 # # ...and owserver uses the real hardware, by default fake devices # This part must be changed on real installation #server: FAKE = DS18S20,DS2405 # # USB device: DS9490 server: usb = all # # Serial port: DS9097 #server: device = /dev/ttyS1 # # owserver tcp address #server: server = 192.168.10.1:3131 # # random simulated device #server: FAKE = DS18S20,DS2405 # ######################### OWFS ########################## # mountpoint = /mnt/1wire allow_other # ####################### OWHTTPD ######################### http: port = 2121 ####################### OWFTPD ########################## ftp: port = 2120 ####################### OWSERVER ######################## server: port = 127.0.0.1:4304


Einen Kommentar schreiben: