Re: [Owfs-developers] /simultaneous bug was: Revisited: OWFS "forgets" chips after a while.

2009-05-30 Thread Paul Alfille
> > Bad > === > The OW::get /uncached/simultaneous/single_ds2400 fails with EINVAL if no > iButton is connected to the lock. The previous behaviour was returning an > empty string in that case. > > Fixed. -- Register Now fo

Re: [Owfs-developers] Bug report?

2009-05-30 Thread Matthias Urlichs
Hi, Rob Fugina: > On Sat, May 30, 2009 at 08:47, Paul Alfille wrote: > > Should that be part of "bootstrap"? > > Perhaps... Someone that's using the code from CVS is assumed to have > autoconf, automake, autoheader... If it's also assumed that they have > libtool, and if libtoolize should be r

Re: [Owfs-developers] Bug report?

2009-05-30 Thread Rob Fugina
On Sat, May 30, 2009 at 10:42, Matthias Urlichs wrote: > Hi, > > Rob Fugina: >> one can see that the 1-wire bus master is being repeatedly >> reset for some reason. > > The master itself, or just the bus? > > Bus resets are a normal part of the protocol. If I had only seen a couple, I wouldn't ha

Re: [Owfs-developers] Bug report?

2009-05-30 Thread Rob Fugina
On Sat, May 30, 2009 at 08:47, Paul Alfille wrote: > Should that be part of "bootstrap"? Perhaps... Someone that's using the code from CVS is assumed to have autoconf, automake, autoheader... If it's also assumed that they have libtool, and if libtoolize should be run before the others, than i

Re: [Owfs-developers] Bug report?

2009-05-30 Thread Matthias Urlichs
Hi, Rob Fugina: > one can see that the 1-wire bus master is being repeatedly > reset for some reason. The master itself, or just the bus? Bus resets are a normal part of the protocol. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | sm...@smurf.noris.de Disclaimer: The quote was sele

Re: [Owfs-developers] Bug report?

2009-05-30 Thread Paul Alfille
Should that be part of "bootstrap"? On Fri, May 29, 2009 at 6:33 PM, Christian Magnusson wrote: > I've noticed that the best solution seems to be to use libtoolize to > install > the correct libtool. > > cvs co owfs > cd owfs > libtoolize -c -f -i # (copy force install flags) > ./bootstrap