Good news and bad news on the late-starting owservers

There is a new command: owexist
It needs an update (even from the latest release) to
module/owshell/src/c/owexist.c
but you can then run:

address="";e="1"; while [ $e -ne 0 ] ; do /opt/owfs/bin/owexist -q $address
; e=$? ; sleep 1 ; done

Which will loop until owserver appears.
address="" for default owserver localhost:4304 address

You can also wait for the next release, which shouldn't be as long a wait.

Paul Alfille

On Mon, May 21, 2012 at 8:51 AM, klas englund <tcmsk...@gmail.com> wrote:

> What about the issue about finding "late starting" owservers, reported
> by me on the 1st Februari?
>
> Klas E
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to