Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Christian Magnusson
I have re-built some new packages, but they still say 2.7p38 since configure.ac isn't updated in the repository. http://owfs.sourceforge.net/nslu2/packages/Packages On Sun, 2010-07-18 at 21:06 -0400, brucek wrote: > nslu2 packages is still at 2.7p37-1. Any chance you can update it any > time s

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Christian Magnusson
stability problems with P37 > (that was the next posted release?) > Thanks > Bruce > > > ----- Original Message - > From: "Christian Magnusson" > To: "OWFS (One-wire file system) discussion and help" > > Sent: Monday, July 19, 2010 8:25 A

Re: [Owfs-developers] OWFS roadmap

2010-10-28 Thread Christian Magnusson
I found one major bug which needs to be fixed as soon as possible. The rwlocks have never worked actually!?! If something will make owfs more stable, it's probably by fixing this bug. Strange that nobody have seen this before. void my_rwlock_init(my_rwlock_t * my_rwlock) { _MUTEX_INIT(my_

Re: [Owfs-developers] segfault in owhttp 2.8p2 accessing BAE /910

2010-11-30 Thread Christian Magnusson
I have a cronjob which update the pages at: http://owfs.sourceforge.net/statcvs/2010-11.html The view-source links works correct there. /Christian On Tue, 2010-11-30 at 19:04 -0500, Paul Alfille wrote: > Here are the commits: > http://www.owfs.org/statcvs/commitlog.html > > The transition fro

Re: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-23 Thread Christian Magnusson
I have made some changes to all makefiles, and I will checkin those changes later today... It will probably not fix this compilation error, but I'll see if I can fix it after that. Which python version do you have? Do you have the python-devel package installed? /Christian On Wed, 2006-05-24 at

SV: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-25 Thread Christian Magnusson
> > This happens to me on Suse, too. > > I use a rather ugly "--disable-owpython" > > Paul > > On 5/24/06, Christian Magnusson <[EMAIL PROTECTED]> wrote: > > > > I have made some changes to all makefiles, and I will checkin those > >

Re: SV: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-26 Thread Christian Magnusson
I installed Slackware 10.2 now... and all swig extensions installs perfectly... (after installing swig-1.3.29.tar.gz manually) > > > > This happens to me on Suse, too. > > > > I use a rather ugly "--disable-owpython" > > > > Paul Which Suse version do you use? /Christian -

Re: [Owfs-developers] Syntax error in ow_net.c

2006-05-26 Thread Christian Magnusson
Thanks... It's fixed now. On Fri, 2006-05-26 at 08:39 -0400, Vincent Fleming wrote: > FYI all; > > > > When configured/compiled with –disable-mt (no multithread), there is a > syntax error in owfs-2.3p7/module/owlib/src/c/ow_net.c at line 372. > > > > There’s an extraneous “)” near the en

Re: SV: [Owfs-developers] Problem in building the latest CVS drop of OWFS on Slackware

2006-05-26 Thread Christian Magnusson
Ok... I haven't tried that old version... :) BTW: I made some changes in the argument handling for owcapi and the example code. /Christian On Fri, 2006-05-26 at 08:27 -0400, Paul Alfille wrote: > 10.0 > > On 5/26/06, Christian Magnusson <[EMAIL PROTECTED]> wrote:

SV: [Owfs-developers] FUSE/OWFS link weirdness

2006-05-26 Thread Christian Magnusson
  How about compiling fuse with FUSE_USE_VERSION=26 too?   I bet you have missed that if you are using the compat-functions.   I have compiled fuse-2.6-packages for unslung 6.8 (Linksys NSLU2) and fuse-2.4.2 for openwrt rc5 (Linksys WRT54 etc), and those packages works perfect for me. Y

SV: SV: [Owfs-developers] Problem in building the latest CVS dropof OWFS on Slackware

2006-05-26 Thread Christian Magnusson
it. > > -- > > Gregg C Levine [EMAIL PROTECTED] > > --- > > "Remember the Force will be with you. Always." Obi-Wan Kenobi > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > [mailto:owfs-developers- > > > [EMAIL PR

[Owfs-developers] bus.n behavior again...

2006-05-27 Thread Christian Magnusson
  There is one strange behaviour in owserver…. owserver doesn’t allow 2 remote servers. It works if owfs has 2 remote servers defined.   This works: /opt/owfs/bin/owserver -u -p 3008 /opt/owfs/bin/owserver -p 3005 -s 3008 /opt/owfs/bin/owfs -s 3005 –s 192.168.3.1:3000 /var/1wire/  

[Owfs-developers] segfault in /alarm

2006-05-27 Thread Christian Magnusson
  ls –l /tmp/1wire/alarm segfaults when listing alarm directory.   Haven’t found any fix for it yet..   /Christian  

Re: [Owfs-developers] OWFS openwrt - Asus deluxe/permium

2006-06-25 Thread Christian Magnusson
On Sun, 2006-06-25 at 15:24 +0200, Kurt André Selbach wrote: > owfs on openwrt,(wl500gDeluxe) > > Hi i've had this running quite stable for ~3-4 weeks now, but > since misterhouse was running quite slow on the wl500gD (haven't > figured the issue yet) i bought the wl500gP which i can't get owfs >

Re: [Owfs-developers] Problems building 2.4p3

2006-06-26 Thread Christian Magnusson
I have fixed this problem in configure and Makefiles now... tcl should be disabled automatically if the tclConfig.sh isn't found, and php should have correct include paths set now. /Christian On Sat, 2006-06-24 at 21:49 -0400, Jim Duda wrote: > I'm unable to compile version 2.4p3. I have simil

Re: [Owfs-developers] OWFS openwrt - Asus deluxe/premium

2006-06-26 Thread Christian Magnusson
Your owfs still use the dynamic library... Didn't Vincent say that you had to static link the binary? The trick seemed to be to avoid installing the libfuse.so* files to the staging dir... (according to the makefile) "#$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfuse.so* $(STAGING_DIR)/usr/lib/" Manuall

Re: [Owfs-developers] nslu2 pressure

2006-09-06 Thread Christian Magnusson
Title: Message   Sorry for not building any new versions for nslu2 lately…   We got twins 6 months ago, and after that I have been very busy at work with many deadlines… and there haven’t been any spare time to do any daily builds. I’m trying to compile a new version now… and hopefully

Re: [Owfs-developers] nslu2 pressure

2006-09-06 Thread Christian Magnusson
Christian Magnusson Skickat: den 6 september 2006 22:25 Till: owfs-developers@lists.sourceforge.net Ämne: Re: [Owfs-developers] nslu2 pressure     Sorry for not building any new versions for nslu2 lately…   We got twins 6 months ago, and after that I have been very busy at work with many

Re: [Owfs-developers] Fwd: owfs pressure

2006-09-15 Thread Christian Magnusson
  As I said in my last e-mail before I went to Crete last week… I was never able to try the latest version on my real hardware since I don’t have it at home right now.   I will get it back in a few days, and I will try to debug the problem…   /Christian     Från: [EMAIL PR

Re: [Owfs-developers] bug

2006-09-26 Thread Christian Magnusson
[EMAIL PROTECTED] ~]# gdb /opt/owfs/bin/owserver (gdb) run --fake 10 -p --foreground Starting program: /usr/opt/owfs/bin/owserver --fake 10 -p --foreground [Thread debugging using libthread_db enabled] [New Thread -1085201760 (LWP 30601)] [New Thread 24677296 (LWP 30610)] [New Thread

Re: [Owfs-developers] bug

2006-09-28 Thread Christian Magnusson
SIGPIPE should be ignored by owserver/owfs/owhttpd and not exit when this is received. It's basically a network problem when writing to the socket. The write request should of course return an error, but it should not exit the whole application. I haven't looked at the owfs source for some time n

Re: [Owfs-developers] bug

2006-10-01 Thread Christian Magnusson
> -Original Message- > From: [EMAIL PROTECTED] on behalf of Christian > Magnusson > Sent: Thu 9/28/2006 5:45 AM > To: owfs-developers@lists.sourceforge.net > Subject: Re: [Owfs-developers] bug > > > SIGPIPE should be ignored by owserver/owfs/owhttpd and not exit wh

Re: [Owfs-developers] owshell

2006-10-05 Thread Christian Magnusson
  Hi Paul...   I just tried your new owshell commands, and I found some problems with owdir. I’m trying to update the nslu2 and openwrt packages, so I just wanted to make sure it worked on my server at home first…       [EMAIL PROTECTED] c]# owdir Segmentation fault (core dumped)

Re: [Owfs-developers] Anyone else having problems getting 2.5p3tocompile?

2006-10-05 Thread Christian Magnusson
I noticed that owtcl has a dependency to owcapi nowadays... I got compilation error when I tried to compile with --disable-owcapi and --enable-owtcl. Perhaps this should be fixed in the configure.ac. BTW: will the other swig-modules have the same dependencies later? /Christian > -Urspru

[Owfs-developers] USB timeout bug.

2006-10-06 Thread Christian Magnusson
  Found a bug for the timeout_usb variable… It should be set to 5000 instead of 5 (milli seconds)… This caused problems when processor is slow (like NSLU2) or if the usb-bus is overloaded.   Fixed in the cvs.. (both in owlib and owshell)   /Christian     ---

[Owfs-developers] New packages for NSLU2

2006-10-06 Thread Christian Magnusson
  New working packages for NSLU2 are available at: http://owfs.sourceforge.net/nslu2/packages/   I created a new package for the owshell commands too…   -rw-r--r--  1 root root   6990 Oct  6 16:31 owcapi_2.5p4-4_armeb.ipk -rw-r--r--  1 root root  39174 Oct  6 16:31 owfs_2.5p4-4_armeb.

Re: [Owfs-developers] New packages for NSLU2

2006-10-07 Thread Christian Magnusson
nice! Were these linked in with the Bonjour code? Paul On 10/6/06, Christian Magnusson < [EMAIL PROTECTED]> wrote:   New working packages for NSLU2 are available at: http://owfs.sourceforge.net/nslu2/packages/   I created a new package for the owshell commands too…   -rw-r--

Re: [Owfs-developers] New packages for NSLU2

2006-10-07 Thread Christian Magnusson
    Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Christian Magnusson Skickat: den 8 oktober 2006 07:46 Till: owfs-developers@lists.sourceforge.net Ämne: Re: [Owfs-developers] New packages for NSLU2     No.. I don’t think so… I code do that if you want.   /Christian

[Owfs-developers] zeroconf requirements?

2006-10-09 Thread Christian Magnusson
    What are the requirements for building with zero-conf support?   I have NOT found the “libdns_sd” which the configure script seem to look for…. The only thing I find is “libhowl” for my Fedora installation… and it does not contain the same functions. Libhowl is also possible to use

[Owfs-developers] Cygwin support

2006-10-12 Thread Christian Magnusson
  I have managed to compile owfs for Cygwin now… All changes are committed to the CVS.   Hopefully I didn’t break any old support, but please try it before releasing a new version.   The generated binaries are: Owhttpd.exe Owserver.exe Owftpd.exe Owdir.exe Owread.exe Owwrite.exe

Re: [Owfs-developers] Cygwin support

2006-10-12 Thread Christian Magnusson
BTW: Binaries could be downloaded from: http://owfs.sourceforge.net/cygwin/   /Christian     Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Christian Magnusson Skickat: den 12 oktober 2006 14:56 Till: owfs-developers@lists.sourceforge.net Ämne: [Owfs-developers

Re: [Owfs-developers] Cygwin support

2006-10-12 Thread Christian Magnusson
: den 12 oktober 2006 17:51 Till: owfs-developers@lists.sourceforge.net Ämne: Re: [Owfs-developers] Cygwin support   Very impresive, Christian. There are some opensource windows installers that I'll try to use to package it up. Paul On 10/12/06, Christian Magnusson <[EMAIL PROTECTED

Re: [Owfs-developers] Cygwin support

2006-10-15 Thread Christian Magnusson
nning on linux (php 172.16.0.1) and server > on windows (172.16.1.100) > $ow=array(); > while(1){ > for ($i=0;$i echo $ow[$i]." = ".get($ow[$i])."\n"; > } > ?> > > > > > > > BTW: Binaries could be downloaded from: > http:/

Re: [Owfs-developers] configure changes for Python in 2.5p4

2006-10-17 Thread Christian Magnusson
The first patch in module/perl5/perl5.m4 is fixed... it was a typo nobody has found before. AC_ARG_WITH(perl5, [ --with-perl5Set location of Perl executable],[ PERLBIN="$withval"], [PERLBIN=yes]) The fix for PYLIB should not be needed... and then PYLIB should be a directory... not a

Re: [Owfs-developers] cygwin

2006-10-18 Thread Christian Magnusson
I have fixed this problem in the CVS... /Christian > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] För Roberto Spadim > Skickat: den 18 oktober 2006 06:02 > Till: owfs-developers@lists.sourceforge.net > Ämne: [Owfs-developers] cygwin > > can't fi

Re: [Owfs-developers] temploggerd

2006-10-18 Thread Christian Magnusson
CTED] För Wizard > Skickat: den 18 oktober 2006 21:30 > Till: owfs-developers@lists.sourceforge.net > Ämne: [Owfs-developers] temploggerd > > Message for > > Christian Magnusson > > Hi is there a chance you can whip up a version of > temploggerd to work with mysql and

Re: [Owfs-developers] DS18S20 incorrect readings on NSLU

2006-10-22 Thread Christian Magnusson
Title: Message   It might have been the usb-timeout bug, but my guess is that the signal-quality in your 1-wire cables are bad for some reason…   I have compiled 2.5p5-1 now (and uploaded to sourceforge.net), so could you try to update to the latest version now?   /Christian    

Re: [Owfs-developers] Windows release

2006-10-23 Thread Christian Magnusson
a little raw and untested, but there is now a Windows version of OWFS. Thanks to the work of Christian Magnusson, OWFS compiles under Cygwin. http://www.redhat.com/services/custom/cygwin/ We use the Nullsoft NSIS installer to make a pretty nice executable. USB does work, but see the website fo

[Owfs-developers] Owfs and mDNSResponder for NSLU2

2006-10-25 Thread Christian Magnusson
  I managed to port mDNSReponder-107.6 to NSLU2, and I also compiled some new owfs-packages (ending with –mdns) which have support for bonjour-zeroconf. Packages are uploaded to: http://owfs.sourceforge.net/nslu2/packages/   There are now two different sets of packages which could be in

Re: [Owfs-developers] Fwd: [owfs - Help] DS2450 and the NSLU2 (SLUG)

2006-11-03 Thread Christian Magnusson
  How do you read your sensors from the NSLU2?   Are the grahps generated on the actual NSLU2? Do you read from a mounted fuse-filesystem on the NSLU2, or are you connecting to a running owserver on the NSLU2? Do you use the owshell-commands on a NSLU2 or some other remote-server? Do

Re: [Owfs-developers] Fwd: [owfs - Help] DS2450 and the NSLU2 (SLUG)

2006-11-04 Thread Christian Magnusson
.pid -s 3002 /tmp/1wire  9222 root    824 S   upnpd &>/dev/null 10012 root   1828 S   sshd: [EMAIL PROTECTED] 10014 root    568 S   -sh 10236 root    852 S   owserver -P /opt/var/run/owserver.pid -u -p 3002 10237 root    852 S   owserver -P /opt/var/run/owserver

Re: [Owfs-developers] Fwd: [owfs - Help] DS2450 and the NSLU2 (SLUG)

2006-11-07 Thread Christian Magnusson
  I have updated the NSLU2 package to version 2.5p6 now… (I don’t think this will fix the problem, but it’s the latest version anyway…)   /Christian       Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Rob Conway Skickat: den 7 november 2006 09:30 Till: owfs-develope

Re: [Owfs-developers] Problems

2006-11-09 Thread Christian Magnusson
Looks like you get some strange signal and pause() ends in ow_net.c. I have changed the behavior of the SIGHUP handling... The function which handled that signal contained a wrong format string, and I think it's better to just ignore the signal totally. Try the latest cvs now and add all debug

Re: [Owfs-developers] Problems

2006-11-09 Thread Christian Magnusson
In strace you have times like: 29106 send(3, "<30>Nov 10 17:00:06 OWFS[29106]:"..., 97, 0) = 97 And in syslog is some other time... Nov 10 16:51:38 localhost OWFS[29046]: owserver dir path = / It would be nice to have the data from the same test. Perhaps you should send it to me only to avoid fl

Re: [Owfs-developers] Problems

2006-11-10 Thread Christian Magnusson
oduce syncronised results and email you directly. > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Christian Magnusson > Sent: Friday, 10 November 2006 6:06 PM > To: owfs-developers@lists.sourceforge.net > Subject: Re: [Owfs

[Owfs-developers] owserver bug

2006-11-10 Thread Christian Magnusson
I have worked with the signal handling and made some adjustments... But I recently found out some bad free() calls in owserver/owlib. It only occurs when I start owserver & owhttpd. (owserver & owdir works fine!?!) owserver --foreground --error_level=9 --fake 10,10 -p 3011 owhttpd --foreground --

Re: [Owfs-developers] owserver bug

2006-11-11 Thread Christian Magnusson
y. I'll try running wget on owhttpd overnight to see if this is an intermittent problem. Paul Alfille On 11/10/06, Christian Magnusson <[EMAIL PROTECTED]> wrote: I have worked with the signal handling and made some adjustments... But I recently found out some bad free() calls in

Re: [Owfs-developers] Problems

2006-11-15 Thread Christian Magnusson
l work, Christian, on rather subtle problems. Signal handling in multithreaded client-server sections. Paul Alfille On 11/10/06, Christian Magnusson <[EMAIL PROTECTED]> wrote: I have found some problems... and I'm updating the cvs again very soon... You could wait a while before sending me

Re: [Owfs-developers] Need for Speed... (scanning speed)

2006-11-19 Thread Christian Magnusson
Does the same error/bug exist for ow_ds9097U.c ? On my WRT54G router I get really bad search time. 15 devices are listed in minimum 3.3seconds (owserver + owfs). 100 loops will take about 5 minutes! /Christian [EMAIL PROTECTED]:~# cat /tmp/1wire/bus.0/system/adapter/name.ALL DS9097

Re: [Owfs-developers] Problems

2006-11-23 Thread Christian Magnusson
3000 /uncached/ owfs -s 3000 /tmp/1wire grep -v " 0" /tmp/1wire/bus.0/statistics/errors/* /Christian On Mon, 2006-11-20 at 13:59 +0100, Christian Magnusson wrote: > Your system obviously send a SIGHUP to your owserver process for some > reason? It's catched in the main-proces

[Owfs-developers] bug...

2006-11-24 Thread Christian Magnusson
Paul, I just found a bug. It's when owserver have two adapters, owfs will hang hard when browsing the bus-directories. It's in the ow_parsename.c CONNINLOCK which isn't released when it returns parse_error. We have to allow any "bus.x" when it comes from a remote-server. We can't compare i

Re: [Owfs-developers] Problems

2006-11-25 Thread Christian Magnusson
cvs doesn't happen from work, so had to wait. > > It didn’t work though, owserver stays resident, but the second owdir > doesn't > show any devices. > I'll snag the syslog and post it later. > > > > -Original Message----- > From: [EMAIL PROTECT

Re: [Owfs-developers] simultaneous fixed

2006-11-26 Thread Christian Magnusson
Great... I have compiled new openwrt and nslu2 packages with the new cache and simultaneous fixes. /Christian On Sat, 2006-11-25 at 22:18 -0500, Paul Alfille wrote: > Fixed (I think) the function of simultaneous in the current CVS > version. > > Also improved cache handling, especially for ow

Re: [Owfs-developers] owshell and owhttpd

2006-11-26 Thread Christian Magnusson
We still have the text-support in owhttpd. I guess the xml-support will be implemented exactly the same... /Christian [EMAIL PROTECTED] root]# telnet 192.168.3.2 Trying 192.168.3.2... Connected to 192.168.3.2. Escape character is '^]'. GET /text/ HTTP/1.0 200 OK Date: Mon, 27 Nov 2006 07:

Re: [Owfs-developers] simultaneous fixed

2006-11-27 Thread Christian Magnusson
I copmpiled a new version owfs_2.5p7-2_armeb.ipk with the latest cache and simultaneous changes. http://owfs.sourceforge.net/nslu2/packages/ Paul has made some more changes after my build, but they fix problems with DS1982U, DS2502U and link-adapter. http://owfs.sourceforge.net/statcvs/commit_lo

[Owfs-developers] rand() bug for cygwin

2006-11-30 Thread Christian Magnusson
I fixed a bug for cygwin... For some reason the seed is reset in cygwin, and rand() always return 0 at the first call in every new thread. This resulted into temperature==0 if you read a fake temperature device. I also changed the exit-value for owdir, owread, owpresent and owwrite too. They exit

Re: [Owfs-developers] Problems compiling CVS

2006-12-04 Thread Christian Magnusson
Which python version do you have... Can you check with "python -V"... Do you have the python module "distutils" on your computer? ls -l /usr/lib/python*/distutils/__init__.py ls -l /usr/lib/python*/distutils/core.py ls -l /usr/lib/python*/distutils/extension.py /Christian On Mon, 2006-12-04

Re: [Owfs-developers] Problems compiling CVS

2006-12-05 Thread Christian Magnusson
Accoording to your include-paths, ENABLE_OWPHP is set and PHPINC is NOT set for some reason!?! This should not be possible… since configure.ac sets ENABLE_OWPHP=”false” if PHPINC is empty. PHPINC is normally set to something like PHPINC = “-I/usr/include/php –I/usr/include/php/main –I/usr/inc

Re: [Owfs-developers] Problems compiling CVS

2006-12-05 Thread Christian Magnusson
I might have fixed the problem… I guess the conditional values were set in set too early in the configure.ac, and that caused problems for some autoconf versions. /Christian _ Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Christian Magnusson Skickat: den 5 december 2006 14

Re: [Owfs-developers] I can't build with alternate python 2.4.3

2006-12-07 Thread Christian Magnusson
I have made some changes to python.m4. PYLIBDIR trusted very much to LIBPOSTFIX and it was forced to be set to "lib$LIBPOSTFIX". In this case you didn't install your lib-files in "lib64". I have added a test and detects if the directory /usr/local/lib64/python2.4/config/ exists before setting PYL

Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B

2006-12-20 Thread Christian Magnusson
I fixed it in the CVS... A missing break-statement in owlib. /Christian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Simon Natterer > Sent: den 20 december 2006 02:17 > To: owfs-developers@lists.sourceforge.net > Subject: [Owfs-developers]

Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B

2006-12-21 Thread Christian Magnusson
The update I did only fixed the detection of the serial 1-wire adapter. I haven't looked at the cache-changes. /Christian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Simon Natterer > Sent: den 21 december 2006 18:36 > To: owfs-developers

Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B

2006-12-23 Thread Christian Magnusson
It still seem to be some problems with the cache. I use temploggerd to create graphs, and most of the temperature sensors return the same value all the time now. Some of the temperature sensors are read from multiple applications (such as outdoor sensor which is also read uncached frequently),

Re: [Owfs-developers] Problem with 2.5p8/CVS and DS2480B

2006-12-24 Thread Christian Magnusson
rs owfs will return this new value. The problem I have noticed is probably only showing up when you have multiple owservers connecting to eachother. /Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Magnusson Sent: den 23 december 2006 21:35

[Owfs-developers] Simultaneous bug?

2006-12-27 Thread Christian Magnusson
I found the problem I had with the simultaneous temp-conversions. For some reason pn2.dev wasn't set to NULL in FS_w_convert(), and conversion wasn't started for all devices. It was set to null some weeks ago, but are there any reason to this change in the CVS? /Christian -

[Owfs-developers] New build

2006-12-28 Thread Christian Magnusson
Paul, It's perhaps time to make a new build as soon as possible since 2.5p8 is broken. The serial adapter doesn't work at all. /Christian - Take Surveys. Earn Cash. Influence the Future of IT Join Sou

Re: [Owfs-developers] New build

2006-12-28 Thread Christian Magnusson
t; aren't > > compiled. I would like to have them added to the owshell rpm. I put > minimal > > Makefiles there as placeholkders, but am a little unsure of how to > proceed. > > > > Paul > > > > > > On 12/28/06, Christian Magnusson <[EMAIL PROTECTED]>

Re: [Owfs-developers] New build

2006-12-28 Thread Christian Magnusson
I never finished it completely... I have checked in some changes, but the makefiles and rpm-packages need some more fixes... /Christian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Christian > Magnusson > Sent: den 28 dece

[Owfs-developers] CVS updated for new build...

2006-12-29 Thread Christian Magnusson
I have updated the CVS to build fresh rpm's now. I included ownet-files to owshell as you asked about, and they will be duplicated files.. They also exists in owfs-php and owfs-python. I don't think this is any problem since many man-pages also are duplicates. Note that owfs-python is insta

[Owfs-developers] Python warning...

2006-12-29 Thread Christian Magnusson
Hi all python gurus... :) Installing module/ownet/python with python2.2 give this warning... The same warning goes for module/swig/python/.. I guess it's not any major problem that __init__.pyc isn't created, but is it possible to fix this warning? [EMAIL PROTECTED] owfs]# ls -trl /usr/lib/pyth

Re: [Owfs-developers] Python warning...

2006-12-29 Thread Christian Magnusson
owfs-developers@lists.sourceforge.net > Subject: Re: [Owfs-developers] Python warning... > > On 12/29/06, Christian Magnusson <[EMAIL PROTECTED]> wrote: > > > > Hi all python gurus... :) > > > > Installing module/ownet/python with python2.2 give this warning... > The > >

Re: [Owfs-developers] understanding owserver TCP connection behavior

2007-01-09 Thread Christian Magnusson
I made some tests with a persistant tcp-connection to each owserver. Patches needed to be done in ow_server.c/owserver.c and ow.h. I added a while(1) loop in owserver.c:RealHandler() to allow multiple requests within an open connection. I didn't touch the ping-thread, and this still had the functi

Re: [Owfs-developers] owfs-2.6p0 SLUG build?

2007-01-25 Thread Christian Magnusson
Hi, I haven't built any new slug-version since the cvs-version contained bugs that made it impossible for me to use. When Paul have fixed the simultaneous bug which showed up after the persistent-feature, I will make a new build. (I just wanted to keep a stable build in the repository) /Christia

Re: [Owfs-developers] owfs-2.6p0 SLUG build?

2007-01-26 Thread Christian Magnusson
Paul Alfille fixed the bugs I found in the cvs, and I have built and uploaded new nslu2 and openwrt packages now. /Christian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of ziggy > Sent: den 26 januari 2007 04:39 > To: owfs-developers@lists.

[Owfs-developers] mdns for OpenWrt

2007-01-30 Thread Christian Magnusson
I managed to compile mDNSResponder partially for the OpenWRT routers. This means that you can install owfs + mdns, and owfs successfully register the started owserver into the mdnsd process. Remote servers can find the owserver running on OpenWRT using -autoserver. The only thing that doesn

Re: [Owfs-developers] OWFS on WRT-Router

2007-02-10 Thread Christian Magnusson
Which distribution have you installed on your router? Have you compiled libc yourself? Is it glibc or uclibc ? tsearch should be a part of libc, but I have added my own tdestroy() function if that is missing from the libc. /Christian > -Original Message- > From: [EMAIL PROTECTED] [mail

Re: [Owfs-developers] OWFS on WRT-Router

2007-02-11 Thread Christian Magnusson
gt; > tar: Short read > ipkg_install_file: ERROR unpacking control.tar.gz from > /jffs/tmp/ipkg/uclibc_0.9.27-9_mipsel.ipk > > > Christian Magnusson wrote: > > Which distribution have you installed on your router? > > Have you compiled libc yourself? Is it glibc or uclibc ?

Re: [Owfs-developers] Problem running recent versions of owfs on Slackware-11.0

2007-02-22 Thread Christian Magnusson
I will work on some changes in the configure-script. Some problems there might have caused the bad detection. /Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Alfille Sent: den 22 februari 2007 21:05 To: owfs-developers@lists.sourceforge.net Subject: Re: [Ow

Re: [Owfs-developers] Problem running recent versions of owfs on Slackware-11.0

2007-02-23 Thread Christian Magnusson
I'm pretty sure I have fixed the detection of usb_interrupt_read() in the configure-script now. Could you test it and see if it fix the problem? /Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Magnusson Sent: den 22 februari 2007 23:05 To:

Re: [Owfs-developers] Reading 1 wire data every minute with anNSLU2(SLUG)

2007-03-13 Thread Christian Magnusson
There have been one fix which effects the USB adapter on the NSLU2 too.. (HAVE_INTERRUPT_READ wasn't detected correctly). I have recompiled owfs and created new ipk-packages which you can upgrade too from sourceforge. (2.6p2-3). I'm not 100% sure about Paul's latest changes in the cvs if they

Re: [Owfs-developers] Reading 1 wire data every minutewith anNSLU2(SLUG)

2007-03-13 Thread Christian Magnusson
every minutewith anNSLU2(SLUG) Christian I cannot find where on my slug owread and owwrite are located.I assumed they would of been in a bin directly cheers rob - Original Message - From: Christian Magnusson <mailto:[EMAIL PROTECTED]> To: owfs

Re: [Owfs-developers] Reading 1 wire dataevery minutewith anNSLU2(SLUG)

2007-03-14 Thread Christian Magnusson
Nice to hear that owshell works better for you. I guess there are some thread or locking issues with fuse or owfs which doesn't work 100% with uClibc. owserver+owlib seem to be very stable, so my first guess is that fuse need some more patches to make it work better with uClibc on the NSLU2.

Re: [Owfs-developers] Python with ownet

2007-03-17 Thread Christian Magnusson
I have made some changes for the files module/swig/perl5/ which should make it possible to compile all swig modules for MacOSX now. I hope I didn't break anything, but I tried to compile it for 4 different platforms and it should work now. (I haven't looked at the other things you wrote about)

Re: [Owfs-developers] Build problem with CYGWIN observed with 2.5p10

2007-03-18 Thread Christian Magnusson
I patched owfs/src/scripts/usb/cygwin/Makefile.am to ignore errors when installing the dll to /usr/bin. Normally it's installed in /opt/owfs/bin and then there are no errors. Just add two '-' before the if statements. -if test -f /bin/cygwin1.dll; then \ @INSTALL@ /bin/cygw

Re: [Owfs-developers] owfs exits, no obvious error

2007-03-19 Thread Christian Magnusson
The reason must be that fuse_main() exits for some reason after the first request...?!? ow_exit(0) is then called and cleans up owfs in owfs/module/owfs/src/c/owfs.c. Do you know which fuse-version you use? Try "fusermount -V" and tell us. /Christian > -Original Message- > From: [EMAI

Re: [Owfs-developers] HELP Using DS2405 as Digital Inputs (NSLU2) and some great I/O boards

2007-04-05 Thread Christian Magnusson
As Ben said in his posting. you should try to read the uncached values, just to be sure it's the current value. Change the reading by adding /uncached before the paths. DI_4=$(/opt/bin/owread -s 3002 /uncached/05.FC152D00/sensed) /Christian From: [EMAIL PROTECTED] [mailto:[EMA

Re: [Owfs-developers] [owfs - Help] RE: Data error on 1D... when reading DS2423

2007-04-24 Thread Christian Magnusson
I don't have that device myself, so I can't test it... Perhaps Paul know which changes are made in the source which could effect that device. The counter.A file works for me with the LCD-display, so it should be a error to the device-source and probably not to the general owlib. /Christian > -

Re: [Owfs-developers] Data error reading DS2423 counters

2007-05-01 Thread Christian Magnusson
I have changed the if-statement for the ds2423 which probably caused the problem. I also built new nslu2 and openwrt ipk-packages with this update. /Christian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Matt > Sent: den 2 maj 2007 04:36

Re: [Owfs-developers] DS2760 - two bugs

2007-05-03 Thread Christian Magnusson
I will make a new build with the fix later today. /Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenz Drack Sent: den 3 maj 2007 15:32 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] DS2760 - two bugs thanks Paul - I was having th

Re: [Owfs-developers] DS2760 - two bugs

2007-05-04 Thread Christian Magnusson
2.6p4-5 to the nslu2 is built from the latest CVS-version now. /Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenz Drack Sent: den 3 maj 2007 15:32 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] DS2760 - two bugs thanks Paul -

Re: [Owfs-developers] OWFS on Kamikaze OpenWrt

2007-05-11 Thread Christian Magnusson
My makefiles for openwrt is located at: http://home.mag.cx/openwrt/source/mk/package/owfs/ if you want to take a look. I haven't tried it myself with the Kamikaze build-tree though. I have compiled owfs with the 0.9 build-tree too, and those packages could be found here: http://home.mag.cx/openwrt

Re: [Owfs-developers] Debian packaging

2007-05-16 Thread Christian Magnusson
> > NB: The library name is libow.so.0.0.0. That is unrelated to packaging > and needs to be fixed urgently -- a release should basically NEVER have > a broken shared library soname like that. > Question is how to name the library... Current version is 2.6p4, so how should we name the library.

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-17 Thread Christian Magnusson
Using the function __pthread_initialize() and variable __pthread_initial_thread_bos were highly risky, but it was necessary to do it due to a bug in libpthread with uclibc. After the main-process forked a new process and died, I had to re-initialize libpthread from the child to make mutexes wor

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-18 Thread Christian Magnusson
Building owlib without cache-support seem to be broken right now. OW_CACHE is not used in ow_read.c or ow_write.c, so I guess Paul have to look closer into this. I don't have time for it right now. We have guests at home this weekend.. Fix one problem with disable-mt on uclibc. (checked in to

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-20 Thread Christian Magnusson
x27;m still stuck with tsearch. Any way to get around that? > > > > > > On 5/18/07, Christian Magnusson <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > Building owlib without cache-support seem to be broken r

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-20 Thread Christian Magnusson
PROTECTED] On Behalf Of Christian > Magnusson > Sent: den 20 maj 2007 19:00 > To: owfs-developers@lists.sourceforge.net > Subject: Re: [Owfs-developers] OWFS on DD-WRT > > > Could you look in the config.h and see which functions were detected > during > the configure-sc

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Christian Magnusson
PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Christian > Magnusson > Sent: den 20 maj 2007 19:00 > To: owfs-developers@lists.sourceforge.net > Subject: Re: [Owfs-developers] OWFS on DD-WRT > > > Could you look in the config.h and see which functions were det

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Christian Magnusson
I have made the changes to the CVS, so the soname should now be correct I think. /Christian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Matthias Urlichs > Sent: den 21 maj 2007 17:06 > To: owfs-developers@lists.sourceforge.net > Subject:

[Owfs-developers] Latest patches...

2007-05-22 Thread Christian Magnusson
Why should owserver be installed in sbin now. and all other binaries in bin. I'm not very happy about this update since it will require tons of changes (in about 50 scripts here for all different platform builds) , so could we go back to the bin directory for binaries? There are many start

Re: [Owfs-developers] Latest patches...

2007-05-23 Thread Christian Magnusson
I noticed that bootstrap was changed to use automake-1.9 too... Is there any reason not to use "automake" which should be the latest available version? I only have "automake-1.7" and "automake" on one of my build-servers, so it kind of break many buildtrees for me. Upgrading to automake-1.9 would r

  1   2   3   4   5   6   >