Am 09.11.2015 um 17:36 schrieb David Jackson:
> Ok so when I run the following when I run the following command:
> 
> $sudo owfs [-c owfs.conf] -F -u -m /mnt/1wire —allow_other
> 
No, no, no.

You have to decide whether you want to use the setup from the config
file or a setup on the command line. If you use both, the result is a
mess. First take care that neither owfs nor owserver nor any other owfs
related process is running, then do

$ sudo owserver -c owfs.conf
$ sudo owfs -c owfs.conf

(or /etc/owfs.conf or whereever your config file resides)

Why? Because your config file says: "owfs, use owserver! owserver, use
USB!" That's a sensible setting because owserver is taking care multiple
daemons may access the onewire concurrently.


> it just returns a prompt no output. 
>
That's okay because it daemonizes itself when you don't specify
--foreground or --debug.


> $ ls /mnt/1wire
> bus.0  bus.1  settings  statistics  structure  system  uncached
> 
> but no devices… 
> 
Look at /mnt/1wire/uncached. Listing that one triggers a device search
on all buses.


> owget /unchached  returns
> owget: command not found
> 
Owget usually is installed at /opt/owfs/bin/. If you are using a
distribution package, you have to check whether it was built at all.

It's a useful tool for debugging, as it only needs owserver, not owfs,
not FUSE, no permissions, nothing.


> owserver doesnt show when I look at top!
> 
That's especially bad as you configured all the other daemons to use it.


Kind regards

        Jan

------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to