Am 27.04.2016 um 21:33 schrieb Juliean Galak:
> 
> Debian's apt-get system installs version 2.8, which doesn't seem to work
> well with w1.  It was suggested to me that downloading and building 3.1
> would resolve the issue.  I've done so, and it appears to have built
> successfully, but I can't figure out how to set it up to run as a service
> the way the version installed by apt-get runs.  There isn't an
> /etc/owfs.conf file, and it doesn't auto-start.
> 
owfs-3.1p1 is available as a debian package:
https://packages.debian.org/de/sid/electronics/owfs-fuse

I suggest you to install that package, it includes the necessary systemd
unit files for debian/raspbian. You normally find them installed at
/usr/lib/systemd/system/ and may copy them if you decide to remove the
package again.


A minimal /etc/owfs.conf should contain this (and only this):


!server: server = localhost:4304
server: w1


Which daemons to auto-start? Most people will only ever need owserver.
The debian package IIRC starts all available daemons by default, which
is a bit of overkill.


Check whether it's working with

$ owdir /uncached


Oh, and don't use the owfs-fuse interface for anything but demonstration
purposes, as it has concurrency issues. Always use the language bindings
or the utility programs.

Kind regards

        Jan





------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to