[Owfs-developers] Improved network performance

2009-10-03 Thread Christian Magnusson
I made a fix to owserver, where some code was limiting 1 request per 200ms! when persistent connections were used. (Eg. Owserver-owserver or Owfs -owserver configurations) I added a timed semaphore which should fix the unnecessary delay between two requests within the same persistant

Re: [Owfs-developers] Improved network performance

2009-10-03 Thread Christian Magnusson
28.8379 32.9642 18.9751 98.43630.357857 real0m0.004s user0m0.000s sys 0m0.004s /Christian From: Christian Magnusson [mailto:m...@mag.cx] Sent: den 3 oktober 2009 09:42 To: owfs-developers@lists.sourceforge.net Subject: [Owfs-developers] Improved network

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-19 Thread Christian Magnusson
There was a new introduced typo on owshell/src/c/getaddrinfo.c which caused an open c-comment and a compilation problem. http://owfs.cvs.sourceforge.net/viewvc/owfs/owfs/module/owshell/src/c/getadd rinfo.c?r1=1.9 http://owfs.cvs.sourceforge.net/viewvc/owfs/owfs/module/owshell/src/c/getad

Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ?

2009-10-19 Thread Christian Magnusson
From: Christian Magnusson [mailto:m...@mag.cx] Sent: den 19 oktober 2009 14:14 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] any succes with building latest owfs on latest openbsd ? There was a new introduced typo on owshell/src/c/getaddrinfo.c which caused

Re: [Owfs-developers] PIO problem using NSLU2 (Unslung) , HB 8 channel I/O (DS2408) and owfs - 2.7p21-1

2010-01-23 Thread Christian Magnusson
I have built new packages for NSLU2. The repository is at: http://owfs.sourceforge.net/nslu2/packages/Packages http://owfs.sourceforge.net/nslu2/packages/owlib_2.7p28-1_armeb.ipk etc.. -rw-r--r-- 1 root root 8578 2010-01-23 08:35 owcapi_2.7p28-1_armeb.ipk -rw-r--r-- 1 root root733

[Owfs-developers] BAE docs/man?

2010-02-27 Thread Christian Magnusson
Sorry for my laziness, but is there any documentation about all OWFS-files to control the BAE-chip? I could of course try to read the source, but for me it's not obvious what 910/duty1 controls etc... Anyone who can guide me a bit through the files? /Christian ./910 ./910/adc ./910/adcan

Re: [Owfs-developers] BAE docs/man?

2010-02-27 Thread Christian Magnusson
the datasheet: http://www.brain4home.eu/attachments/BAE0910%20datasheet.pdf particularly on page 10 you will find the register list with description. just forget about writebyte which was used for testing. Pascal 2010/2/27 Christian Magnusson m...@mag.cx Sorry for my laziness, but is there any

Re: [Owfs-developers] Problems building 2.7p29 on OpenBSD. Was 2.7p26

2010-03-02 Thread Christian Magnusson
If getline is not available, you should check the presence with #ifndef HAVE_GETLINE /* getline compat function */ #endif Since in src/include/config.h will look something like this… /* #undef HAVE_GETLINE */ “#if ! HAVE_GETLINE” might fail on some systems since the

Re: [Owfs-developers] 2.7p29 for NSLU available ?

2010-03-02 Thread Christian Magnusson
I recompiled the latest packages yesterday, but I haven't tried them myself though. http://owfs.sourceforge.net/nslu2/packages/Packages http://owfs.sourceforge.net/nslu2/packages/owfs_2.7p30-1_armeb.ipk http://owfs.sourceforge.net/nslu2/packages/owlib_2.7p30-1_armeb.ipk etc. /Christian

Re: [Owfs-developers] owfs (owserver) on DNS-323. Will not runin the background.

2010-03-08 Thread Christian Magnusson
. Göran Roseen Från: Christian Magnusson [mailto:m...@mag.cx] Skickat: sö 2010-03-07 10:21 Till: 'OWFS (One-wire file system) discussion and help' Ämne: Re: [Owfs-developers] owfs (owserver) on DNS-323. Will not runin the background. I guess your uClibc version

Re: [Owfs-developers] owserver stops responding

2010-03-10 Thread Christian Magnusson
It really seems like a dead-lock in the code + It seems a bit strange that the handler_count inside the brackets are not incremented one by one. This means that you have multiple applications polling the device… I would guess 5-10 shell-scripts filling up the request queue/capacity. # ps –ef

Re: [Owfs-developers] owserver stops responding

2010-03-16 Thread Christian Magnusson
(HandlerRoutine=0x404350 Handler, Exit=0x402050 ow_exit) at ow_net_server.c:349 #3 0x0040223b in main (argc=8, argv=0x7fff792bf808) at owserver.c:162 I hope this will explain things. -Patrik 2010/3/10 Christian Magnusson m...@mag.cx It really seems like a dead-lock in the code

Re: [Owfs-developers] OWFS for NSLU2

2010-05-16 Thread Christian Magnusson
Oopps. I failed to upload all files to sourceforge. I started to upload the files again. Will be done in a few minutes.. /Christian On Sun, 2010-05-16 at 07:05 +, Eduard wrote: Christian Magnusson mag at mag.cx writes: I have recompiled the latest CVS now, and it's uploaded

Re: [Owfs-developers] OWFS for NSLU2

2010-05-16 Thread Christian Magnusson
the page and see if it create a core-file under /tmp/core* This core-file could be analyzed with gdb, so send it to me if you can re-create it. Tell me how it goes... /Christian On Sun, 2010-05-16 at 14:45 +, Eduard wrote: Christian Magnusson mag at mag.cx writes: Oopps. I failed

Re: [Owfs-developers] downgrade OWFS NSLU2 Unslung

2010-05-17 Thread Christian Magnusson
You can always download the old files manually and install them separate with ipkg Something like below... cd /tmp wget http://owfs.sourceforge.net/nslu2/packages/owfs_2.7p32-2_armeb.ipk wget http://owfs.sourceforge.net/nslu2/packages/owlib_2.7p32-2_armeb.ipk wget

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

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Christian Magnusson
(that was the next posted release?) Thanks Bruce - Original Message - From: Christian Magnusson m...@mag.cx To: OWFS (One-wire file system) discussion and help owfs-developers@lists.sourceforge.net Sent: Monday, July 19, 2010 8:25 AM Subject: Re: [Owfs-developers] New Release 2.7p39

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) {

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 from

<    1   2   3   4