On 07/06/2013 08:34 AM, Paul Alfille wrote:

> Great! Finally a real user to test this feature.

Oh, I've had big plans for this feature for a while, but it's taken me a 
while to get to the point with my custom sensors where I can actually 
start trying to get the feature to work. I'm at that point, and think 
that this feature could make it very easy to integrate new types of 
sensors (like wireless sensors) into an existing 1-Wire network.

> Let me look at your debugging info a little more.

Great; thanks!

In case it helps, below is the debugging output from both owserver and 
owfs for two cases.

I am starting owserver like this:

owserver --debug -c /etc/owfs/owfs.conf --timeout_volatile 300 
--error_print 0 --error_level 7 --nozero -p 4305

And owfs like this:

owfs --debug --allow_other -C -s localhost:4305 /owfs2

Cheers,

Eloy Paris.-

---------------------------------------------------------

Case #1: ls -l /owfs2/front_greenlawn/
ls: cannot access /owfs2/front_greenlawn/family: No such file or directory
ls: cannot access /owfs2/front_greenlawn/temperature: No such file or 
directory
ls: cannot access /owfs2/front_greenlawn/type: No such file or directory
total 0
d????????? ? ? ? ?            ? family
d????????? ? ? ? ?            ? temperature
d????????? ? ? ? ?            ? type


owserver:

   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: from_client.c:(67) FromClient payload=17 size=0 type=6 
sg=0x104 offset=0
   DEBUG: from_client.c:(75) FromClient (no servermessage) payload=17 
size=0 type=6 controlflags=0x104 offset=0
   DEBUG: ow_tcp_read.c:(64) attempt 17 bytes Time: 10.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 17 - 0 = 17
   DEBUG: handler.c:(73) Persistence requested
   DEBUG: handler.c:(153) START handler /front_greenlawn
    CALL: data.c:(104) DataHandler: parse path=/front_greenlawn
   DEBUG: ow_parseobject.c:(164) /front_greenlawn
    CALL: ow_parsename.c:(98) path=[/front_greenlawn]
    CALL: data.c:(132) Presence message for /front_greenlawn
   DEBUG: ow_parsename.c:(62) /front_greenlawn
   DEBUG: data.c:(194) DataHandler: FS_ParsedName_destroy done
   DEBUG: data.c:(208) DataHandler: cm.ret=0
   DEBUG: to_client.c:(67) payload=8 size=0, ret=0, sg=0x104 offset=0
   DEBUG: data.c:(227) Finished with client request
   DEBUG: handler.c:(132) OWSERVER tcp connection persistence -- reusing 
connection now.
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 24 = 0
   DEBUG: handler.c:(135) OWSERVER handler done
   DEBUG: ow_net_server.c:(238) Normal exit.
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: from_client.c:(67) FromClient payload=17 size=0 type=4 
sg=0x104 offset=0
   DEBUG: from_client.c:(75) FromClient (no servermessage) payload=17 
size=0 type=4 controlflags=0x104 offset=0
   DEBUG: ow_tcp_read.c:(64) attempt 17 bytes Time: 10.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 17 - 0 = 17
   DEBUG: handler.c:(73) Persistence requested
   DEBUG: handler.c:(153) START handler /front_greenlawn
    CALL: data.c:(104) DataHandler: parse path=/front_greenlawn
   DEBUG: ow_parseobject.c:(164) /front_greenlawn
    CALL: ow_parsename.c:(98) path=[/front_greenlawn]
    CALL: data.c:(160) Directory message (one at a time)
    CALL: dir.c:(74) DirHandler: pn->path=/front_greenlawn
   DEBUG: dir.c:(79) OWSERVER SpecifiedBus=0 path=/front_greenlawn
   DEBUG: ow_dir.c:(76) path=/front_greenlawn
    CALL: ow_dir.c:(100) path=/front_greenlawn
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/family]
   DEBUG: dir.c:(57) owserver Calling dir=/front_greenlawn/family
   DEBUG: to_client.c:(67) payload=24 size=23, ret=0, sg=0x104 offset=0
   DEBUG: ow_parsename.c:(62) /front_greenlawn/family
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/temperature]
   DEBUG: dir.c:(57) owserver Calling dir=/front_greenlawn/temperature
   DEBUG: to_client.c:(67) payload=29 size=28, ret=0, sg=0x104 offset=0
   DEBUG: ow_parsename.c:(62) /front_greenlawn/temperature
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/type]
   DEBUG: dir.c:(57) owserver Calling dir=/front_greenlawn/type
   DEBUG: to_client.c:(67) payload=22 size=21, ret=0, sg=0x104 offset=0
   DEBUG: ow_parsename.c:(62) /front_greenlawn/type
   DEBUG: ow_dir.c:(195) ret=0
   DEBUG: ow_parsename.c:(62) /front_greenlawn
   DEBUG: data.c:(194) DataHandler: FS_ParsedName_destroy done
   DEBUG: data.c:(208) DataHandler: cm.ret=0
   DEBUG: to_client.c:(67) payload=0 size=0, ret=0, sg=0x104 offset=0
   DEBUG: data.c:(227) Finished with client request
   DEBUG: handler.c:(132) OWSERVER tcp connection persistence -- reusing 
connection now.
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 24 = 0
   DEBUG: handler.c:(135) OWSERVER handler done
   DEBUG: ow_net_server.c:(238) Normal exit.

owfs:

unique: 23, opcode: LOOKUP (1), nodeid: 1, insize: 56
LOOKUP /front_greenlawn
getattr /front_greenlawn
    CALL: ow_fstat.c:(22) path=/front_greenlawn
    CALL: ow_parsename.c:(98) path=[/front_greenlawn]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
    CALL: ow_server_message.c:(113) SERVER(0) path=/front_greenlawn
   DEBUG: ow_server_message.c:(715) version=0 payload=17 size=0 type=6 
SG=104 offset=0
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: ow_tcp_read.c:(64) attempt 8 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 8 - 0 = 8
   DEBUG: ow_remote_alias.c:(178) Remote alias for /front_greenlawn 
bus=0 00 00 00 00 00 00 00 00
   DEBUG: ow_cache.c:(300) Flipping cache tree (purging timed-out data)
   DEBUG: ow_cache.c:(318) flip cache. tdestroy() will be called.
    CALL: ow_fstat.c:(39) ATTRIBUTES path=/front_greenlawn
   DEBUG: ow_parsename.c:(62) /front_greenlawn
    NODEID: 2
    unique: 23, success, outsize: 144
unique: 24, opcode: OPENDIR (27), nodeid: 2, insize: 48
    unique: 24, success, outsize: 32
unique: 25, opcode: READDIR (28), nodeid: 2, insize: 80
getdir[0]
    CALL: ow_parsename.c:(98) path=[/front_greenlawn]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
    CALL: owfs_callback.c:(177) GETDIR path=/front_greenlawn
   DEBUG: ow_dir.c:(65) path=/front_greenlawn
    CALL: ow_dir.c:(100) path=/front_greenlawn
    CALL: ow_server_message.c:(236) SERVER(0) path=/front_greenlawn 
path_to_server=/front_greenlawn
   DEBUG: ow_server_message.c:(715) version=0 payload=17 size=0 type=4 
SG=104 offset=0
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: ow_server_message.c:(381) got=[/front_greenlawn/family]
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/family]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
   DEBUG: ow_parsename.c:(155) Set error to 27 <Path - bad path syntax>
   DEBUG: ow_parsename.c:(62) /front_greenlawn/family
   DEBUG: ow_parsename.c:(62) /front_greenlawn/family
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: ow_tcp_read.c:(64) attempt 29 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 29 - 0 = 29
   DEBUG: ow_server_message.c:(381) got=[/front_greenlawn/temperature]
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/temperature]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
   DEBUG: ow_parsename.c:(155) Set error to 27 <Path - bad path syntax>
   DEBUG: ow_parsename.c:(62) /front_greenlawn/temperature
   DEBUG: ow_parsename.c:(62) /front_greenlawn/temperature
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: ow_tcp_read.c:(64) attempt 22 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 22 - 0 = 22
   DEBUG: ow_server_message.c:(381) got=[/front_greenlawn/type]
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/type]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
   DEBUG: ow_parsename.c:(155) Set error to 27 <Path - bad path syntax>
   DEBUG: ow_parsename.c:(62) /front_greenlawn/type
   DEBUG: ow_parsename.c:(62) /front_greenlawn/type
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: ow_dir.c:(195) ret=0
   DEBUG: ow_parsename.c:(62) /front_greenlawn
    unique: 25, success, outsize: 184
unique: 26, opcode: LOOKUP (1), nodeid: 2, insize: 47
LOOKUP /front_greenlawn/family
getattr /front_greenlawn/family
    CALL: ow_fstat.c:(22) path=/front_greenlawn/family
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/family]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
   DEBUG: ow_parsename.c:(155) Set error to 27 <Path - bad path syntax>
   DEBUG: ow_parsename.c:(62) /front_greenlawn/family
   DEBUG: ow_parsename.c:(62) /front_greenlawn/family
    unique: 26, error: -2 (No such file or directory), outsize: 16
unique: 27, opcode: LOOKUP (1), nodeid: 2, insize: 52
LOOKUP /front_greenlawn/temperature
getattr /front_greenlawn/temperature
    CALL: ow_fstat.c:(22) path=/front_greenlawn/temperature
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/temperature]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
   DEBUG: ow_parsename.c:(155) Set error to 27 <Path - bad path syntax>
   DEBUG: ow_parsename.c:(62) /front_greenlawn/temperature
   DEBUG: ow_parsename.c:(62) /front_greenlawn/temperature
    unique: 27, error: -2 (No such file or directory), outsize: 16
unique: 28, opcode: LOOKUP (1), nodeid: 2, insize: 45
LOOKUP /front_greenlawn/type
getattr /front_greenlawn/type
    CALL: ow_fstat.c:(22) path=/front_greenlawn/type
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/type]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
   DEBUG: ow_parsename.c:(155) Set error to 27 <Path - bad path syntax>
   DEBUG: ow_parsename.c:(62) /front_greenlawn/type
   DEBUG: ow_parsename.c:(62) /front_greenlawn/type
    unique: 28, error: -2 (No such file or directory), outsize: 16
unique: 29, opcode: READDIR (28), nodeid: 2, insize: 80
    unique: 29, success, outsize: 16
unique: 30, opcode: RELEASEDIR (29), nodeid: 2, insize: 64
    unique: 30, success, outsize: 16

-------------------------------------------

Case #2: cat /owfs2/front_greenlawn/type
cat: /owfs2/front_greenlawn/type: No such file or directory

owserver:

   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: from_client.c:(67) FromClient payload=17 size=0 type=6 
sg=0x104 offset=0
   DEBUG: from_client.c:(75) FromClient (no servermessage) payload=17 
size=0 type=6 controlflags=0x104 offset=0
   DEBUG: ow_tcp_read.c:(64) attempt 17 bytes Time: 10.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 17 - 0 = 17
   DEBUG: handler.c:(73) Persistence requested
   DEBUG: handler.c:(153) START handler /front_greenlawn
    CALL: data.c:(104) DataHandler: parse path=/front_greenlawn
   DEBUG: ow_parseobject.c:(164) /front_greenlawn
    CALL: ow_parsename.c:(98) path=[/front_greenlawn]
    CALL: data.c:(132) Presence message for /front_greenlawn
   DEBUG: ow_parsename.c:(62) /front_greenlawn
   DEBUG: data.c:(194) DataHandler: FS_ParsedName_destroy done
   DEBUG: data.c:(208) DataHandler: cm.ret=0
   DEBUG: to_client.c:(67) payload=8 size=0, ret=0, sg=0x104 offset=0
   DEBUG: data.c:(227) Finished with client request

owfs:

unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 56
LOOKUP /front_greenlawn
getattr /front_greenlawn
    CALL: ow_fstat.c:(22) path=/front_greenlawn
    CALL: ow_parsename.c:(98) path=[/front_greenlawn]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
    CALL: ow_server_message.c:(113) SERVER(0) path=/front_greenlawn
   DEBUG: ow_server_message.c:(715) version=0 payload=17 size=0 type=6 
SG=104 offset=0
   DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
   DEBUG: ow_tcp_read.c:(64) attempt 8 bytes Time: 2.000000 seconds
   DEBUG: ow_tcp_read.c:(114) read: 8 - 0 = 8
   DEBUG: ow_remote_alias.c:(178) Remote alias for /front_greenlawn 
bus=0 00 00 00 00 00 00 00 00
    CALL: ow_fstat.c:(39) ATTRIBUTES path=/front_greenlawn
   DEBUG: ow_parsename.c:(62) /front_greenlawn
    NODEID: 2
    unique: 2, success, outsize: 144
unique: 3, opcode: LOOKUP (1), nodeid: 2, insize: 45
LOOKUP /front_greenlawn/type
getattr /front_greenlawn/type
    CALL: ow_fstat.c:(22) path=/front_greenlawn/type
    CALL: ow_parsename.c:(98) path=[/front_greenlawn/type]
   DEBUG: ow_cache.c:(1655) Lookup of front_greenlawn unsuccessful
   DEBUG: ow_cache.c:(1609) Found front_greenlawn on bus.0
   DEBUG: ow_cache.c:(1613) Finding front_greenlawn unsuccessful
   DEBUG: ow_parsename.c:(155) Set error to 27 <Path - bad path syntax>
   DEBUG: ow_parsename.c:(62) /front_greenlawn/type
   DEBUG: ow_parsename.c:(62) /front_greenlawn/type
    unique: 3, error: -2 (No such file or directory), outsize: 16

>
> On Sat, Jul 6, 2013 at 2:31 AM, Eloy Paris <[email protected]
> <mailto:[email protected]>> wrote:
>
>     Hi Paul,
>
>     Do you know if the external sensor support is working? I am trying to
>     get it to work but I get this when I try to list the contents of the
>     directory for an external sensor, or when I try to read the contents of
>     one of the default properties:
>
>     $ ls -l /owfs2/front_greenlawn/
>     ls: cannot access /owfs2/front_greenlawn/family: No such file or
>     directory
>     ls: cannot access /owfs2/front_greenlawn/temperature: No such file or
>     directory
>     ls: cannot access /owfs2/front_greenlawn/type: No such file or directory
>     total 0
>     d????????? ? ? ? ?            ? family
>     d????????? ? ? ? ?            ? temperature
>     d????????? ? ? ? ?            ? type
>
>     $ cat /owfs2/front_greenlawn/type
>     cat: /owfs2/front_greenlawn/type: No such file or directory
>
>     My configuration file:
>
>     --------------------------------------
>     external
>
>     # SCRIPT: <property>, <family>, <type>, <length>, <persistance>, [<read
>     func>], [<write func>], [<property data>], [<extra>]
>     SCRIPT: temperature, rtd_family, t, 1, v, /tmp/rtd_read.pl
>     <http://rtd_read.pl>, , ,
>
>     # SENSOR: <unique name>, <family>, [<description>], [<data>]
>     SENSOR: front_greenlawn, rtd_family, "Front GreenLawn Centurion",
>     "/dev/ttyUSB0"
>     --------------------------------------
>
>     Debug output from owserver is below.
>
>     Is there anything else I should be doing to get this to work? I've read
>     http://owfs.org/index.php?page=external-sensor-design and I'm wondering
>     what I might be missing, or what the status of this code is.
>
>     Cheers,
>
>     Eloy Paris.-
>
>     -------------------------------------------
>
>     Debug output from owserver:
>
>         DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
>         DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
>         DEBUG: from_client.c:(67) FromClient payload=17 size=0 type=6
>     sg=0x104 offset=0
>         DEBUG: from_client.c:(75) FromClient (no servermessage) payload=17
>     size=0 type=6 controlflags=0x104 offset=0
>         DEBUG: ow_tcp_read.c:(64) attempt 17 bytes Time: 10.000000 seconds
>         DEBUG: ow_tcp_read.c:(114) read: 17 - 0 = 17
>         DEBUG: handler.c:(73) Persistence requested
>         DEBUG: handler.c:(153) START handler /front_greenlawn
>          CALL: data.c:(104) DataHandler: parse path=/front_greenlawn
>         DEBUG: ow_parseobject.c:(164) /front_greenlawn
>          CALL: ow_parsename.c:(98) path=[/front_greenlawn]
>          CALL: data.c:(132) Presence message for /front_greenlawn
>         DEBUG: ow_parsename.c:(62) /front_greenlawn
>         DEBUG: data.c:(194) DataHandler: FS_ParsedName_destroy done
>         DEBUG: data.c:(208) DataHandler: cm.ret=0
>         DEBUG: to_client.c:(67) payload=8 size=0, ret=0, sg=0x104 offset=0
>         DEBUG: data.c:(227) Finished with client request
>         DEBUG: handler.c:(132) OWSERVER tcp connection persistence --
>     reusing
>     connection now.
>         DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
>         DEBUG: ow_tcp_read.c:(114) read: 24 - 24 = 0
>         DEBUG: handler.c:(135) OWSERVER handler done
>         DEBUG: ow_net_server.c:(238) Normal exit.
>         DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
>         DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
>         DEBUG: from_client.c:(67) FromClient payload=17 size=0 type=4
>     sg=0x104 offset=0
>         DEBUG: from_client.c:(75) FromClient (no servermessage) payload=17
>     size=0 type=4 controlflags=0x104 offset=0
>         DEBUG: ow_tcp_read.c:(64) attempt 17 bytes Time: 10.000000 seconds
>         DEBUG: ow_tcp_read.c:(114) read: 17 - 0 = 17
>         DEBUG: handler.c:(73) Persistence requested
>         DEBUG: handler.c:(153) START handler /front_greenlawn
>          CALL: data.c:(104) DataHandler: parse path=/front_greenlawn
>         DEBUG: ow_parseobject.c:(164) /front_greenlawn
>          CALL: ow_parsename.c:(98) path=[/front_greenlawn]
>          CALL: data.c:(160) Directory message (one at a time)
>          CALL: dir.c:(74) DirHandler: pn->path=/front_greenlawn
>         DEBUG: dir.c:(79) OWSERVER SpecifiedBus=0 path=/front_greenlawn
>         DEBUG: ow_dir.c:(76) path=/front_greenlawn
>          CALL: ow_dir.c:(100) path=/front_greenlawn
>          CALL: ow_parsename.c:(98) path=[/front_greenlawn/family]
>         DEBUG: dir.c:(57) owserver Calling dir=/front_greenlawn/family
>         DEBUG: to_client.c:(67) payload=24 size=23, ret=0, sg=0x104 offset=0
>         DEBUG: ow_parsename.c:(62) /front_greenlawn/family
>          CALL: ow_parsename.c:(98) path=[/front_greenlawn/temperature]
>         DEBUG: dir.c:(57) owserver Calling dir=/front_greenlawn/temperature
>         DEBUG: to_client.c:(67) payload=29 size=28, ret=0, sg=0x104 offset=0
>         DEBUG: ow_parsename.c:(62) /front_greenlawn/temperature
>          CALL: ow_parsename.c:(98) path=[/front_greenlawn/type]
>         DEBUG: dir.c:(57) owserver Calling dir=/front_greenlawn/type
>         DEBUG: to_client.c:(67) payload=22 size=21, ret=0, sg=0x104 offset=0
>         DEBUG: ow_parsename.c:(62) /front_greenlawn/type
>         DEBUG: ow_dir.c:(195) ret=0
>         DEBUG: ow_parsename.c:(62) /front_greenlawn
>         DEBUG: data.c:(194) DataHandler: FS_ParsedName_destroy done
>         DEBUG: data.c:(208) DataHandler: cm.ret=0
>         DEBUG: to_client.c:(67) payload=0 size=0, ret=0, sg=0x104 offset=0
>         DEBUG: data.c:(227) Finished with client request
>         DEBUG: handler.c:(132) OWSERVER tcp connection persistence --
>     reusing
>     connection now.
>         DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
>         DEBUG: ow_tcp_read.c:(114) read: 24 - 24 = 0
>         DEBUG: handler.c:(135) OWSERVER handler done
>         DEBUG: ow_net_server.c:(238) Normal exit.
>
>
>     
> ------------------------------------------------------------------------------
>     This SF.net email is sponsored by Windows:
>
>     Build for Windows Store.
>
>     http://p.sf.net/sfu/windows-dev2dev
>     _______________________________________________
>     Owfs-developers mailing list
>     [email protected]
>     <mailto:[email protected]>
>     https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
>
>
>
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to