Re: [Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread Roberto Spadim
(and 85.0°C on DS18x20) just a point to anyone who use ds18X20 sensors when i get a 85 value from ds1820 i read again to check if it´s a problem with sensor, or a real temperature read 2012/2/1 Michael Markstaller > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > If your just collecting val

Re: [Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If your just collecting values, use owget/owread and simply ignore empty values (and 85.0°C on DS18x20); depends on what you exactly use.. OTOH, owserver inter-connection via avahi works fine (2.8p2) without any manual intervention, (I'm just trying t

Re: [Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread brucek
I find I have to wait for owserver to come up first by delaying until owdir finds devices, then moving on. Bruce --- owserverp="/opt/owfs/bin/owserver -u -p 3000" owfsp="/opt/owfs/bin/owfs -s 3000 /mnt/1wire" owhttpdp="/opt/owfs/bin/owhttpd -s 3000 -p 3001" owdir="/opt/owfs/bin/owdir -s 3000"

[Owfs-developers] DS9490 shown multiple times

2012-02-01 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, another thing: in 2.8p14 (at least I havent noticed before) owserver gives out DS9490 multiple times now an then; pretty reproduceable (Openwrt): - --- cut --- root@OpenWRT:~# while [ 1 ]; do owget | grep /81;sleep 2;echo; done /81.77AF2F00 /

Re: [Owfs-developers] Problems in owserver with USB and longer cables

2012-02-01 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 01.02.2012 14:10, schrieb ekgnkb3d: > > Hi Paul, Roberto and all other 1-Wire freaks, during some further > tests I found out, that until version 2.8p2 the OWFS was not > afflicted by this problem, from my viewpoint this is OK and runs > stable! It

Re: [Owfs-developers] Problems in owserver with USB and longer cables

2012-02-01 Thread Roberto Spadim
yes, here is the same problem but i couldn't test with rfc2722 since it's a new feature, but with -d /dev/ttyUSB0 this problem occur in the same situations that you showed >- The 2.8p2 as well, works fine >- The 2.8p3 showed a different problem behavior: 2012/2/1 Jan Sennesael > I have a simi

Re: [Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread Roberto Spadim
this happen on owhttpd too, i need to restart always when it get down 2012/2/1 Colin Law > On 1 February 2012 15:01, Paul Alfille wrote: > > I must admit, I thought owserver would wait for an absent owserver rather > > than exiting, but tests show you are right. > > Possibly not relevant, but I

Re: [Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread Colin Law
On 1 February 2012 15:01, Paul Alfille wrote: > I must admit, I thought owserver would wait for an absent owserver rather > than exiting, but tests show you are right. Possibly not relevant, but I use owread to fetch data from a remote server and it copes fine with the server not accessible. Col

Re: [Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread Paul Alfille
I must admit, I thought owserver would wait for an absent owserver rather than exiting, but tests show you are right. This sounds like a needed option for owserver. Or maybe just a program like "owtest" that gives a different exit code based on whether owserver exists or not. On Wed, Feb 1, 2012

Re: [Owfs-developers] Newbie problem installing silfreed packages for Fedora

2012-02-01 Thread Robert Hampf
On Mon, Jan 30, 2012 at 07:12:20PM -0500, Paul Alfille wrote: > You can get considerable log information. > > Try > sudo /opt/owfs/bin/owfs --debug --usb=all -m /your/directory --allow_other > &> /your/logfile > > On Mon, Jan 30, 2012 at 3:17 PM, Robert Hampf > wrote: Thank you very much. I'll

Re: [Owfs-developers] Newbie problem installing silfreed packages for Fedora

2012-02-01 Thread Robert Hampf
On Mon, Jan 30, 2012 at 09:44:01PM +0100, p4trykx wrote: > > Maybe it's good idea to compile owfs if there is no other idea why it > doesn't work. Maybe there is some dependency which does not get installed. > Compilation is fairly easy. > ./configure > (look at the output and make sure the usb

Re: [Owfs-developers] Problems in owserver with USB and longer cables

2012-02-01 Thread Jan Sennesael
I have a similar problem, with owfs 2.7p32-2 and 2.7p38-1 on an nslu2 running unslung: when using temploggerd and a script, owfs crashes The script now checks if everything is ok, and does a restart if not, but the temploggerd graphs look all messed up. Someone suggested to use a serial based de

[Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread klas englund
Beeing a newbe in the Linux world... I have a setup where one old and slow computer is doing parts of the datacollection usining owserver under debian, and another faster server to consolidate all inputs and running a control system based on that input data. Now, at a power outage (living on the

Re: [Owfs-developers] Problems in owserver with USB and longer cables

2012-02-01 Thread ekgnkb3d
Hi Paul, Roberto and all other 1-Wire freaks, during some further tests I found out, that until version 2.8p2 the OWFS was not afflicted by this problem, from my viewpoint this is OK and runs stable! It looks like the problem was introduced with 2.8p3 and 2.8p4 versions, see here: - The 2.7p33 wo