Hi Dennis, I’ve just been through all this myself a few days ago and I did a bunch of different things to get owserver, owhttpd server and PHP / Python network / api bindings to work. I had to build from source to fix an issue with the specific 1-Wire chips I use.
I think you’ll find it might be an issue with the user that the service is being started as and having permission to bind to a TCP port < 1024. Also I noticed that the command line for the owserver config in the service definition seemed to default to using: -w 1 (from memory) for the in-kernel bit-bashed 1-Wire support. I changed this to be: -c /etc/owfs.conf so that it picked up all its settings from the config file Check those things and see if it makes a difference else come back here with some more questions and I can check my RPi 4 at help after work HTH Alex Shepherd > On 4/05/2020, at 9:55 AM, Dennis Putnam <d...@bellsouth.net> wrote: > > I've installed owfs on my Pi4 but cannot start owserver. I get the following > in journalctl: > > -- Defined-By: systemd > -- Support: https://www.debian.org/support <https://www.debian.org/support> > -- > -- A stop job for unit owserver.service has finished. > -- > -- The job identifier is 1564 and the job result is done. > May 03 10:58:37 raspberrypi systemd[1]: owserver.service: Start request > repeated too quickly. > May 03 10:58:37 raspberrypi systemd[1]: owserver.service: Failed with result > 'protocol'. > -- Subject: Unit failed > -- Defined-By: systemd > -- Support: https://www.debian.org/support <https://www.debian.org/support> > -- > -- The unit owserver.service has entered the 'failed' state with result > 'protocol'. > May 03 10:58:37 raspberrypi 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 <https://www.debian.org/support> > -- > -- A start job for unit owserver.service has finished with a failure. > -- > -- The job identifier is 1564 and the job result is failed. > May 03 10:58:51 raspberrypi sudo[1632]: pi : TTY=pts/0 ; PWD=/home/pi ; > USER=root ; COMMAND=/bin/journalctl -xe > May 03 10:58:51 raspberrypi sudo[1632]: pam_unix(sudo:session): session > opened for user root by (uid=0) > > I have not idea what that means. Can someone help me get owserver started? > TIA. > _______________________________________________ > Owfs-developers mailing list > Owfs-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/owfs-developers
_______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers