On Wed, May 07, 2014 at 12:19:08PM +0100, Chris Green wrote:
> On Wed, May 07, 2014 at 06:44:58AM -0400, Paul Alfille wrote:
> >    I like that name "owfsd" but the program is confusingly called just 
> > "owfs"
> >    Paul
> > 
> >    On Wed, May 7, 2014 at 12:27 AM, Roberto Spadim 
> > <[1]robe...@spadim.com.br>
> >    wrote:
> > 
> >      ops :P you are right, owfsd isn't running try starting it , you will
> >      need fuse filesystem support
> > 
> >      2014-05-07 1:24 GMT-03:00 Eloy Paris <[2]pe...@chapus.net>:
> > 
> >        The owfs binary should also be run with a mount point of /mnt/1-wire
> >        so 1-wire devices can show up at that directory. It doesn't seem like
> >        owfs is running.
> > 
> OK, thanks all, I'll try and sort things out given all your advice.
> 
Hmm, I'm confused.  What I can't work out is why it *used* to work but
it doesn't work now.  

All I actually need to work at the moment is owfs such that the
measurements from my temperature sensors appear in /mnt/1-wire.

If I run owfs manually as follows:-

    owfs -c /etc/owfs.conf --usb=ALL

then absolutely nothing happens.  The /etc/owfs.conf file is:-

    ######################## SOURCES ########################
    #
    # With this setup, any client (but owserver) uses owserver on the
    # local machine...
    server: server = localhost:4304
    #
    # ...and owserver uses the real hardware, by default fake devices
    # This part must be changed on real installation
    # server: FAKE = DS18S20,DS2405
    #
    # USB device: DS9490
    server: usb = all
    #
    # Serial port: DS9097
    #server: device = /dev/ttyS1
    #
    # owserver tcp address
    #server: server = 192.168.10.1:3131
    #
    # random simulated device
    #server: FAKE = DS18S20,DS2405
    #
    ######################### OWFS ##########################
    #
    #mountpoint = /mnt/1wire
    #allow_other
    #
    ####################### OWHTTPD #########################

    http: port = 2121

    ####################### OWFTPD ##########################

    ftp: port = 2120

    ####################### OWSERVER ########################

    server: port = localhost:4304


If I run owserver do I need owfs as well?  As I said I'm very confused
and can't see why it used to work but doesn't work any more.  I
*might* have kicked something off manually before that I need to
automate now.

In /etc/init.d there are startup scripts for owftpd, owhttpd and
owserver.  There's nowhere that's running owfs at startup, but as
noted above running it manually doesn't seem to help at all.


-- 
Chris Green

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to