[EMAIL PROTECTED] wrote:

>Send Owfs-developers mailing list submissions to
>       [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/owfs-developers
>or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
>You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Owfs-developers digest..."
>
>
>Today's Topics:
>
>   1. Fwd: Problem with owfs / fuse (?) (Paul Alfille)
>   2. Re: Problem with owfs / fuse (?) (Paul Alfille)
>   3. Fwd: Problem with owfs / fuse (?) (Anders Bj?rk)
>   4. Re: Fwd: Problem with owfs / fuse (?) (Paul Alfille)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sat, 9 Sep 2006 15:23:14 -0400
>From: "Paul Alfille" <[EMAIL PROTECTED]>
>Subject: [Owfs-developers] Fwd: Problem with owfs / fuse (?)
>To: [email protected]
>Message-ID:
>       <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>---------- Forwarded message ----------
>From: Philipp Haeuser <[EMAIL PROTECTED]>
>Date: Sep 9, 2006 2:12 PM
>Subject: Problem with owfs / fuse (?)
>To: [EMAIL PROTECTED]
>
>
>Hi Paul,
>
>I installed OWFS on my Debian Sarge Linux box, I'm using
>1-wire devices to monitor my central heating at home. I want
>to move to owfs for reading the values, as the present
>solution is not as stable as it should be.
>
>I've got the owfs-2.5p0 from sourceforge and fuse-2.5.3 .
>
>The owserver and the owhttpd run just fine, only the owfs
>does not run, I get the  following error message
>multiple times:
>
>DEFAULT: Not a "character" device /root/1wire
>
>This is the owfs startup script I use:
>
>#!/bin/sh
>PATH=$PATH:/opt/owfs/bin
>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/owfs/lib
># already loaded by debian: insmod /root/fuse-2.5.3/kernel/fuse.o
>rmdir /root/1wire
>mkdir /root/1wire 2> /dev/null
>/opt/owfs/bin/owserver -C -d "DS9097U" /dev/ttyS1 -p 3333
>/opt/owfs/bin/owhttpd -s 3333 -p 3001
>/opt/owfs/bin/owfs -s 3333 /root/1wire --error_level 4
>
>It all works fine, I can use the owhttpd, only owfs throws
>the "Not a character device" error message.
>
>
>Is there anything obvious wrong with my script? It might be a
>problem with fuse - as I do not have a clue what's
>actually wrong, maybe you've solved that issue
>before?
>
>Any help is appreciated! Feel free to forward this
>message to any mailing list (CC: to me, please).
>
>Regards
>Philipp
>
>P.S.: In case you're interested, these are the graphs
>that I generate:
>http://sued40.dyndns.org/temperature-heizung/
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://sourceforge.net/mailarchive/forum.php?forum=owfs-developers/attachments/20060909/770f35a1/attachment.html
> 
>
>------------------------------
>
>Message: 2
>Date: Sat, 9 Sep 2006 15:42:02 -0400
>From: "Paul Alfille" <[EMAIL PROTECTED]>
>Subject: Re: [Owfs-developers] Problem with owfs / fuse (?)
>To: [email protected]
>Message-ID:
>       <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Phillip,
>
>I'm having trouble replicating your error.  Of course my versions don't
>match up exactly.
>
>A few thoughts:
>1. It looks like /root/1wire is being treated like a 1-wire adapter instead
>of a mount point. This is probably a little messyness left over from
>instituting configuration files. Can you try:
>"/opt/owfs/bin/owfs -s 3333 --mountpoint /root/1wire --error_level 4"
>2. The current CVS version seems to work.
>3. Your owserver line, "/opt/owfs/bin/owserver -C -d "DS9097U" /dev/ttyS1 -p
>3333" is interesting.
>I don't think -d "DS9097U" does anything. You probably see 2 busses, the
>first being empty (Since the text string isn't a char device).
>
>Paul Alfille
>
>
>On 9/9/06, Paul Alfille <[EMAIL PROTECTED]> wrote:
>  
>
>>
>>---------- Forwarded message ----------
>>From: Philipp Haeuser <[EMAIL PROTECTED]>
>>Date: Sep 9, 2006 2:12 PM
>>Subject: Problem with owfs / fuse (?)
>>To: [EMAIL PROTECTED]
>>
>>
>>Hi Paul,
>>
>>I installed OWFS on my Debian Sarge Linux box, I'm using
>>1-wire devices to monitor my central heating at home. I want
>>to move to owfs for reading the values, as the present
>>solution is not as stable as it should be.
>>
>>I've got the owfs-2.5p0 from sourceforge and fuse-2.5.3 .
>>
>>The owserver and the owhttpd run just fine, only the owfs
>>does not run, I get the  following error message
>>multiple times:
>>
>>DEFAULT: Not a "character" device /root/1wire
>>
>>This is the owfs startup script I use:
>>
>>#!/bin/sh
>>PATH=$PATH:/opt/owfs/bin
>>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/owfs/lib
>># already loaded by debian: insmod /root/fuse-2.5.3/kernel/fuse.o
>>rmdir /root/1wire
>>mkdir /root/1wire 2> /dev/null
>>/opt/owfs/bin/owserver -C -d "DS9097U" /dev/ttyS1 -p 3333
>>/opt/owfs/bin/owhttpd -s 3333 -p 3001
>>/opt/owfs/bin/owfs -s 3333 /root/1wire --error_level 4
>>
>>It all works fine, I can use the owhttpd, only owfs throws
>>the "Not a character device" error message.
>>
>>
>>Is there anything obvious wrong with my script? It might be a
>>problem with fuse - as I do not have a clue what's
>>actually wrong, maybe you've solved that issue
>>before?
>>
>>Any help is appreciated! Feel free to forward this
>>message to any mailing list (CC: to me, please).
>>
>>Regards
>>Philipp
>>
>>P.S.: In case you're interested, these are the graphs
>>that I generate:
>>http://sued40.dyndns.org/temperature-heizung/
>>
>>
>>
>>    
>>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://sourceforge.net/mailarchive/forum.php?forum=owfs-developers/attachments/20060909/cacde053/attachment.html
> 
>
>------------------------------
>
>Message: 3
>Date: Sun, 10 Sep 2006 16:10:42 +0200
>From: Anders Bj?rk <[EMAIL PROTECTED]>
>Subject: [Owfs-developers] Fwd: Problem with owfs / fuse (?)
>To: [email protected]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain;  charset="us-ascii"
>
>I had the same problem.
>
>I found in the main function in "owfs-2.5p0/module/owfs/src/c/owfs.c" line 
>89-96:
>
>    while ( optind < argc ) {
>        if ( outdevices ) {
>            OW_ArgGeneric(argv[optind]) ;
>        } else {
>            OW_ArgServer(argv[optind]) ;
>        }
>    }
>
>
>It's missing incrementing optind variable. add just a line (96)
>       optind++;
>
>I.E
>
>    while ( optind < argc ) {
>        if ( outdevices ) {
>            OW_ArgGeneric(argv[optind]) ;
>        } else {
>            OW_ArgServer(argv[optind]) ;
>        }
>       optind++;
>    }
>
>
>Then it should work.
>
>/Anders
>
>
>
>
>------------------------------
>
>Message: 4
>Date: Sun, 10 Sep 2006 11:57:18 -0400
>From: "Paul Alfille" <[EMAIL PROTECTED]>
>Subject: Re: [Owfs-developers] Fwd: Problem with owfs / fuse (?)
>To: [email protected]
>Message-ID:
>       <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Thank you.
>
>The CVS version has that fix.
>
>Paul
>
>On 9/10/06, Anders Bj?rk <[EMAIL PROTECTED]> wrote:
>  
>
>>I had the same problem.
>>
>>I found in the main function in "owfs-2.5p0/module/owfs/src/c/owfs.c" line
>>89-96:
>>
>>    while ( optind < argc ) {
>>        if ( outdevices ) {
>>            OW_ArgGeneric(argv[optind]) ;
>>        } else {
>>            OW_ArgServer(argv[optind]) ;
>>        }
>>    }
>>
>>
>>It's missing incrementing optind variable. add just a line (96)
>>        optind++;
>>
>>I.E
>>
>>    while ( optind < argc ) {
>>        if ( outdevices ) {
>>            OW_ArgGeneric(argv[optind]) ;
>>        } else {
>>            OW_ArgServer(argv[optind]) ;
>>        }
>>        optind++;
>>    }
>>
>>
>>Then it should work.
>>
>>/Anders
>>
>>
>>-------------------------------------------------------------------------
>>Using Tomcat but need to do more? Need to support web services, security?
>>Get stuff done quickly with pre-integrated technology to make your job
>>easier
>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>_______________________________________________
>>Owfs-developers mailing list
>>[email protected]
>>https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>    
>>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://sourceforge.net/mailarchive/forum.php?forum=owfs-developers/attachments/20060910/b122f0c7/attachment.html
> 
>
>------------------------------
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>------------------------------
>
>_______________________________________________
>Owfs-developers mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>End of Owfs-developers Digest, Vol 4, Issue 6
>*********************************************
>  
>
Hi  Give  me a day or so to clean up my Document..   I made a step by 
step how to get dedicated owfs server httpd apache

and i have it all working well @ 
http://www.walkersauto.net/index.php?picture=yes    disregaurd the one 
room with temp of 00  no chip in the socket it is being used
for the test of new system.


i just cant get owfs -u -p 3000  /mnt/1wire to run auto



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to