Re: [Owfs-developers] More on "Hanging" Problems

2005-07-06 Thread Christian Magnusson
Another thing... Do you get one of those lines in your logfile? "Set DS9490 [001/008] unique id to 81BC97240048" I guess not... I think that you never make any full directory search on the adapter before trigger that EMP problem. If you only do reads to a specific device on the adapter (and

Re: [Owfs-developers] cannot configure 2.1

2005-07-06 Thread Matthew Percival
G'Day, > > config.status: creating module/swig/Makefile > > config.status: creating module/swig/perl5/Makefile > > config.status: error: cannot find input file: module/swig/perl5/Makefile.in > > > > > My Makefile.am is at the end. That is the same problem I had: there will be more than ju

Re: [Owfs-developers] cannot configure 2.1

2005-07-06 Thread Paul Alfille
On Wednesday 06 July 2005 10:11 pm, Morris Walton wrote: > Hi, > > I'm trying to build the owfs-2.1p0RC from sourceforge, but run into > > > config.status: creating module/swig/Makefile > config.status: creating module/swig/perl5/Makefile > config.status: error: cannot find input file: module/swig/

[Owfs-developers] cannot configure 2.1

2005-07-06 Thread Morris Walton
Hi, I'm trying to build the owfs-2.1p0RC from sourceforge, but run into config.status: creating module/swig/Makefile config.status: creating module/swig/perl5/Makefile config.status: error: cannot find input file: module/swig/perl5/Makefile.in when trying to configure the build. It looks li

Re: [Owfs-developers] Hang, glitches and more

2005-07-06 Thread Paul Alfille
On Wednesday 06 July 2005 05:42 pm, Krzysztof wrote: > Hi! > I like owfs software vey much, it is cool :-) > But there is something wrong with owfs imho (or my system!? Please help me > to sort it out) > > I use few ds1820 (20m long wires) - they are in parasite mode. > And one ds2438 (2m) - po

Re: [Owfs-developers] More on "Hanging" Problems

2005-07-06 Thread Christian Magnusson
Could you try a couple of things... Does your adapter reconnect if you unplug it manually and then insert it again? If you look in owfs/modules/owlib/src/c/ow_ds9490.c, then find following comment on row 437 or something.. LEVEL_DEFAULT("Found device [%s] on adapter [%s] (want: %s)\n", i); Chang

Re: [Owfs-developers] More on "Hanging" Problems

2005-07-06 Thread Jan Kandziora
Am Donnerstag, 30. Juni 2005 15:41 schrieb Christian Magnusson: > Have you succeeded to use the latest cvs-version yet? Just wondering... > Now I had the time to test a bit. I have to say: unfortunately not. $ /opt/owfs/bin/owserver -u1 -p19160 --foreground --error_level=9

[Owfs-developers] Hang, glitches and more

2005-07-06 Thread Krzysztof
Hi! I like owfs software vey much, it is cool :-) But there is something wrong with owfs imho (or my system!? Please help me to sort it out) I use few ds1820 (20m long wires) - they are in parasite mode. And one ds2438 (2m) - powerd via USB adapter (not in parasite mode). And the problems are

[Owfs-developers] All owfs_wrt54g packages are updated

2005-07-06 Thread Christian Magnusson
All owfs_wrt54g packages are updated now. It was long time ago since I updated the up-loadable RAM-version, but now there is a new version 1.2 available built from the latest source. firmware-1.2 Complete firmware with owfs,temploggerd,rrdtools,fuse. firmware-1.2-src Source-code

[Owfs-developers] Found memory leak

2005-07-06 Thread Christian Magnusson
I finally found the memory leak which has bothered me some time now. There were some missing calls to FS_ParsedNameDestroy() which has to be called even if FS_ParsedName() fails, like it does when a 1-wire device isn't found during a presence check. Both owserver, ownfsd and owhttpd were effected.