On Thu, Apr 28, 2016 at 9:01 AM, Jan Kandziora <j...@gmx.de> wrote:

> Am 28.04.2016 um 04:15 schrieb Juliean Galak:
> >>> and through a web page.
> >>>
> >> You need the owhttpd to do this. Or you implement it your own.
> >>
> >
> > owhttpd is what I want, but I can't figure out how to start it.  "sudo
> > service owhttpd start" doesn't work - it says no such service.  Before,
> it
> > auto started.
> >
> If you don't use the package, that cannot work as the owfs distribution
> doesn't have any start scripts or unit files on board.
>
> The debian package seems not to have a systemd unit file but a
> owhttpd.init script meant for being placed in /etc/init.d/. It's not
> there when you install the package?
>

I am using the debian package.

Doing "ls /etc/init.d/" shows me owserver, but nothing about owhttpd.  Do I
need to copy owhttpd.init into that directory?  If so, where do I find it?


> Check the output of
>
> $ ps aux|grep owserver
>
> for the --fake option. And the -c/--configfile option, it's also
> possible to specify fake (testing) devices in a config file.
>

Here's the output of that:

pi@raspberrypi ~ $ ps aux|grep owserver
root      2401  0.0  0.2  45084  1964 ?        Ssl  02:09   0:00
/usr/bin/owserver -c /etc/owfs.conf --pid-file /var/run/owfs/owserver.pid
pi        2708  0.0  0.1   3552  1824 pts/0    S+   16:13   0:00 grep
--color=auto owserver

The config file appears to be the correct one, /etc/owfs.conf, containing
only the following lines:

! server: server = localhost:4304
server: w1
mountpoint = /mnt/1wire
allow_other

There is still nothing showing up in /mnt/1wire

Thanks,
Juliean.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to