Re: [Owfs-developers] Raspberry pi 2, owserver

2015-12-27 Thread Jan Kandziora
Am 27.12.2015 um 08:22 schrieb Haas Martin: > Hi i am not able run owserver White startup parametr --w1, my raspberry pi > 2 is confgigured to use gpio 4 for onewire, ow server can't read from > kernel driver. > With distribution do you use? Raspbian? There are various reasons why this may

Re: [Owfs-developers] Raspberry pi 2, owserver

2015-12-27 Thread Martin Patzak (GMX)
debian / raspian / bananian 'upgrading' to owfs 3.1p0 on jessie: since owfs 3.1p0 is not available on jessie, one can manually install the new packages by respecting the dependancies: (take the following instructions at your own risk! And kids: don't do this at home or on a production

Re: [Owfs-developers] Server side Commands

2015-12-27 Thread Jan Kandziora
Am 27.12.2015 um 16:35 schrieb Mike Kalist: > Hi All I know this is probably not the right place for this but > after hours of google thought i wold throw this out there. > > I want to make a local website to send commands to pi all on local > server > > push button on click send a

Re: [Owfs-developers] Server side Commands

2015-12-27 Thread Colin Reese
You will have permissions issues with the user www-data. Attempting to run system services from a web application is an attempt to subvert the security limitations of this user, which are there for good reason. The other issue is that this approach does not have a way of killing services, so

Re: [Owfs-developers] Raspberry pi 2, owserver

2015-12-27 Thread 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 NLMSGHDR: len=48 type=3 (NLMSG_DONE) flags=5 seq=0|1 pid=18565 CN_MSG: idx/val=3/1 (CN_W1_IDX) seq=0|1 ack=1 len=12 flags=0

[Owfs-developers] Server side Commands

2015-12-27 Thread Mike Kalist
Hi All I know this is probably not the right place for this but after hours of google thought i wold throw this out there. I want to make a local website to send commands to pi all on local server push button on click send a server side command /opt/owfs/bin/owserver -a alias.txt -u

Re: [Owfs-developers] Raspberry pi 2, owserver

2015-12-27 Thread Jan Kandziora
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