Am 27.12.2015 um 18:22 schrieb Haas Martin: > Hi Jan, > > I am using on py Ubuntu - Mate > There is debug log : > root@hama-pi:/var/lib# owserver --debug --w1 -c /etc/owfs.conf > DEBUG MODE > libow version: > 2.9p8 > This is pointless, as the debug output is disabled in the available debian packages before 3.1p0.
> > and there is config: > root@hama-pi:/var/lib# cat /etc/owfs.conf > ! server: server = 127.0.0.1:4304 > server: w1 = all > server: server = 192.168.101.8:3131 > So you want your Raspi owserver both query the local w1 driver and another owserver at 192.168.101.8:3131? I don't think the latter is what you want. > mountpoint = /mnt/1wire > allow_other > http: port = 2121 > ftp: port = 2120 > You don't need any of those when you aren't running owfs, owhttpd, owftpd. Remove them. > server: port = 127.0.0.1:4304 > This means the local owserver is bound to 127.0.0.1, which means it will not answer any requests from other hosts. Most likely, that's the core of your problem. Just remove that line, 4304 is the default port anyway. Kind regards Jan ------------------------------------------------------------------------------ _______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers