[...] > > pi@raspberrypi:~ $ sudo systemctl status owserver > ● owserver.service - Backend server for 1-wire control > Loaded: loaded (/lib/systemd/system/owserver.service; enabled; vendor > preset: enabled) > Active: failed (Result: signal) since Wed 2020-04-15 22:58:23 EDT; 22h > ago > Docs: man:owserver(1) > Process: 549 ExecStart=/usr/bin/owserver -c /etc/owfs.conf (code=killed, > signal=SEGV) > Main PID: 549 (code=killed, signal=SEGV)
A SEGV is not good. How did the installation of owserver go? And what's the version? apt list --installed | grep owserver > Apr 15 22:58:23 raspberrypi systemd[1]: owserver.service: Service > RestartSec=100ms expired, scheduling restart. > Apr 15 22:58:23 raspberrypi systemd[1]: owserver.service: Scheduled restart > > job, restart counter is at 5. > Apr 15 22:58:23 raspberrypi systemd[1]: Stopped Backend server for 1-wire > control. > Apr 15 22:58:23 raspberrypi systemd[1]: owserver.service: Start request > repeated too quickly. > Apr 15 22:58:23 raspberrypi systemd[1]: owserver.service: Failed with > result 'signal'. > Apr 15 22:58:23 raspberrypi systemd[1]: Failed to start Backend server for > 1-wire control. [...] > > OWFS.CONF Follows: > That appears okay. [...] > WEEWX.CONF follows: > > Options for extension 'owfs' > [OWFS] > interface = localhost:4304 > driver = user.owfs > [[sensor_type]] > [[sensor_map]] > outTemp = /uncached/28.6E175D040000/temperature And that appears okay as well. > Again, thank you for all of your help. I really appreciate it. The thing > that confuses me is that everything works on a PC running Ubuntu but not on Somethings not right on the Pi, and if the owserver won't start , nor python-ow? Do you have the pi's 1-wire interface enabled? If so try disabling it. sudo raspi-config Option 5? Interfacing options P7 1-wire enable or disable. (or something like that). You are after the option to enable/disable one-wire interface. Disable it. Then see if owserver starts after you reboot the Pi -- Cheers Glenn rorpi - read only raspberry pi & various weewx addons https://github.com/glennmckechnie -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAAraAzg9K%2BATYmD%3DfCsM2heoOo4GahsyEH5ayezD12oNfY_5gw%40mail.gmail.com.
