Hello again, dear friends!

New info.

I've installed the Pidora to my lab and I was very happy while... All of my
sensors are listed
by owdir and very quick! I don't know a different between Raspbian and
Pidora, I think it's kernels
versions.

Pidoras kernel version is
3.12.26-1.20140808git4ab8abb.rpfr20.armv6hl.bcm2708
Raspbian kernel version is 3.18.xx...

BUT! New problem is stability. I've wrote a simple bash script "qqq":
----- cut here ----
#!/bin/bash

owdir /uncached

echo =================================

for i in {1..100}; do
  how_many_sensors=`owdir /uncached | fgrep /2 | wc -l`;
  # echo $how_many_sensors;
  if [ $how_many_sensors -lt 8 ];
  then
       echo $how_many_sensors;
  fi
done
----- cut here ----

And I've got result:
 
 root@RASPBERRY-3:~> ./qqq
/uncached/20.FA5F0E000000
/uncached/20.95670E000000
/uncached/28.FF78011B0400
/uncached/28.FF2401630400
/uncached/28.FF26C3121400
/uncached/28.FF4E061A0400
/uncached/28.FFB19F121400
/uncached/28.FF55CC121400
/uncached/bus.1
/uncached/bus.0
/uncached/settings
/uncached/system
/uncached/statistics
/uncached/structure
/uncached/simultaneous
/uncached/alarm
=================================
5
7
4
5
6
6
4

I've added "sleep 2;" command to the loop and got the same bad result. For
test only.

My project includes a web interface for configure some formules for mesuared
data
calculation. Firstly I need to get simple list of devices to configure
senors of devices.
Sometimes my Raspberry PI loses one or more devices by owserver. The web
information is broken and I'm very sad... 

All the best.
Henry.






--
View this message in context: 
http://owfs-developers.1086194.n5.nabble.com/some-problem-with-owserver-tp11288p11388.html
Sent from the OWFS Developers mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to