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/



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