Re: [Owfs-developers] owserver socket error

2012-11-22 Thread William Brown
er or not. On Nov 22, 2012 2:56 AM, "William Brown" <mailto:mahi...@earthlink.net>> wrote: Can someone tell me what this error means when I try to start owserver. Ubuntu 11.10/Linuxmint 12. I am also running dnscrypt and firewall allows ow ports. DEBUG:

[Owfs-developers] owserver socket error

2012-11-21 Thread William Brown
Can someone tell me what this error means when I try to start owserver. Ubuntu 11.10/Linuxmint 12. I am also running dnscrypt and firewall allows ow ports. DEBUG: ow_net_client.c:(85) IP address=[192.168.0.54] port=[4314] CONNECT: ow_net_client.c:(147) [Connection refused] Socket problem CONNECT

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-05 Thread William Brown
Just a thought related to the Flame virus: Because many Windows applications don't call DLLs using a full path name, instead using only the filename, hackers can trick an application into loading a malicious file with the same title as a required DLL. quote from Computerworld. On 06/03/2012 1

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-02 Thread William Brown
On 06/02/2012 10:44 AM, Iztok Jeras wrote: > Hm, this one was kind of embarrassing, thanks Marcus it works now. At > least I created the 2.8p15 Debian package in the process, will try to > contact the developer responsible. > > Regards, > Iztok Jeras > > On Sat, Jun 2, 2012 at 10:12 PM, Markus Gaug

Re: [Owfs-developers] OWFS make error

2012-06-01 Thread William Brown
On 05/31/2012 03:24 PM, Paul Alfille wrote: > autoreconf -i autoreconf -i libtoolize: `src/scripts/install/config.guess' is newer: use `--force' to overwrite libtoolize: `src/scripts/install/config.sub' is newer: use `--force' to overwrite libtoolize: `src/scripts/install/ltmain.sh' is newer: u

Re: [Owfs-developers] OWFS make error

2012-05-31 Thread William Brown
This is Ubunt 11.10 and it's latest kernel 3.0.0-20 and it's only now the problem started. Kernel 3.0.0-19 was ok. Any one else have a suggestion? On 05/29/2012 07:20 PM, Gregg Levine wrote: > On Wed, May 30, 2012 at 1:10 AM, William Brown wrote: >> This is the original er

Re: [Owfs-developers] OWFS make error

2012-05-29 Thread William Brown
libtool: and run autoconf again. On 05/29/2012 06:30 PM, William Brown wrote: > There is a difference in libtool versions between current OWFS source > and Ubuntu 11.10 but the the previous fix of copying current libtool to > OWFS is causing this error. > > On 05/29/2012 11:08 AM, Mich

Re: [Owfs-developers] OWFS make error

2012-05-29 Thread William Brown
5.2012 05:01, William Brown wrote: >> Have this new to me error when making ownet. Can someone help fix >> it? >> >> owfs-2.8p15 Linux Mint 12 on Ubuntu 11.10 > Isn't this Debian/Ubuntu? > Just use the packages, they compile fine ;) > > Michael > -BEGI

[Owfs-developers] OWFS make error

2012-05-28 Thread William Brown
Have this new to me error when making ownet. Can someone help fix it? owfs-2.8p15 Linux Mint 12 on Ubuntu 11.10 Kernel 3.0.0-20 libtool (GNU libtool) 2.4 did $ cp /usr/bin/libtool ./src/scripts/install/ltmain.sh make[5]: Entering directory `/home/wgb/owfs-2.8p15/module/ownet/c/src/c' /bin/bash ..

Re: [Owfs-developers] Ubuntu quickstart

2012-05-04 Thread William Brown
Is it only in Ubuntu? Any chance it will get into Debian? I use Linux Mint now which seems to be moving away from Ubuntu to focus on plain Debian. You might want to clarify # Serial port: DS9097 #server: device = /dev/ttyS1 to include #server: device = /dev/ttyUSB0 for usb to serial adapters.

Re: [Owfs-developers] bash restart of process

2012-02-14 Thread William Brown
You introduce a question here that intrigues me. Does a restart actually stop and start a program, flushing memory and cache? Or does it just do a reload? sometimes it seems that things don't really change with restart, just freshen up, so a manual stop and start are required. Maybe it's a cac

Re: [Owfs-developers] bash restart of process

2012-02-13 Thread William Brown
Maybe you can use pidof to get pid and pkill to terminate owhttpd by pid. #!/bin/sh # # is owhttpd running pidof owhttpd >/dev/null if [ $? != 0 ] then pkill (you need to add options here) fi exec /opt/owfs/bin/owhttpd (options here) On 02/13/2012 07:13 AM, Roberto Spa

Re: [Owfs-developers] Alias

2011-06-23 Thread William Brown
between all programs. > > The easiest approach would be to add a flag that the alias file will > be updated with each entry/deletion and you could put that on your > owhttpd. Would that solve your needs? > > Paul Alfille > > On Thu, Jun 23, 2011 at 6:46 AM, William Brown wrote:

Re: [Owfs-developers] ownet and I/O relay board

2011-06-23 Thread William Brown
0,1,0,0,0,0,0,0" >> ["data_len"]=> int(15) ["data_php"]=> bool(false) } > should return: array( > 0=>0, > 1=>1, > 2=>0, > 3=>0, > 4=>0, > 5=>0, > 6=>0, > 7=>0, > 'data_len'=>15, > 'data_

Re: [Owfs-developers] I/O relay board from Hobby Boards

2011-06-23 Thread William Brown
gt; > Paul Alfille > > On Sun, Apr 24, 2011 at 7:37 PM, William Brown wrote: >> So I am back again with my I/O board problem from before. It has the >> DS2408 chip. Eric checked the board for me and found it working >> correctly. When I add the I/O board and the moisture

[Owfs-developers] Alias

2011-06-23 Thread William Brown
Just restarted my computer and found that an alias I entered with owhttpd was not entered into my alias file. Using owfs-2.8p9. Is this the way it is supposed to work? -- Simplify data backup and recovery for your virtua

Re: [Owfs-developers] ownet and I/O relay board

2011-05-20 Thread William Brown
ase ownet will convert all i/o as a > array > in this case: > >> array(9) { [0]=> int(0) [1]=> int(15) [2]=> int(15) [3]=> int(258) [4]=> >> int(15) [5]=> int(0) ["data"]=> string(15) "0,1,0,0,0,0,0,0" >> ["data_len&qu

[Owfs-developers] ownet and I/O relay board

2011-05-17 Thread William Brown
Found these situations with the DS2408. and DS2450 1 - get/read PIO.ALL gives a false if pio.0 is off, Only if pio.0 on gives true. 2 - The result returned is not the actual PIO,ALL string but an array with the string, Is this the correct behavior? 3 - When get is True returns a 1 but false retur

Re: [Owfs-developers] I/O relay board from Hobby Boards

2011-05-01 Thread William Brown
that should be --serial_regulartime not --usb-regulartime. I'll take a break now. On 05/01/2011 05:17 PM, William Brown wrote: > Adapter is DS9097U and --usb_regulartime is already enable. My moisture > meter uses a leaf moisture probe and is not buried in the ground, it's >

Re: [Owfs-developers] I/O relay board from Hobby Boards

2011-05-01 Thread William Brown
gt; > Another thought is to try with the actual moisture sensor > disconnected, since there have been ground-loop issues reported with > some of the moisture sensors. > > Paul Alfille > > > On Thu, Apr 28, 2011 at 9:24 PM, William Brown wrote: >> I've attached the

Re: [Owfs-developers] I/O relay board from Hobby Boards

2011-05-01 Thread William Brown
=0x105 offset=16391 Apr 30 19:55:08 Irry OWFS[2335]: DEBUG: data.c:DataHandler(220) Finished with client request On 04/30/2011 10:42 PM, William Brown wrote: > When I start owserver it has a list of devices which it checks for > presence. This list always has the same devices whether th

Re: [Owfs-developers] I/O relay board from Hobby Boards

2011-05-01 Thread William Brown
uses and what is it? Is it a problem that the list of devices is incorrect? On 04/28/2011 03:24 PM, William Brown wrote: > I've attached the log after running owhttpd two times using > errorlevel=9. Once without moisture meter and with I/O boards. The I/O > relay board is found. Th

Re: [Owfs-developers] I/O relay board from Hobby Boards

2011-04-28 Thread William Brown
re no messages generated when I connected the moisture meter. Still looking for ways to resolve this. thanks william On 04/24/2011 01:37 PM, William Brown wrote: So I am back again with my I/O board problem from before. It has the DS2408 chip. Eric checked the board for me and found it working corr

[Owfs-developers] I/O relay board from Hobby Boards

2011-04-24 Thread William Brown
So I am back again with my I/O board problem from before. It has the DS2408 chip. Eric checked the board for me and found it working correctly. When I add the I/O board and the moisture meter (DS2760 chip) to the 1wire bus (both from Hobby Boards) I have this problem.The DS2760 is available fro

Re: [Owfs-developers] php load_php_OW.php error

2011-03-20 Thread William Brown
ote: >>> worked? we have problems at owfs source code to change? >>> >>> 2011/3/20 William Brown: >>>> Solved. >>>> 1 - I had to put "extension=libowphp.so" in /etc/php5/apache2/php.ini in >>>> the dynamic extensions sec

Re: [Owfs-developers] php load_php_OW.php error

2011-03-20 Thread William Brown
t; > On Sun, Mar 20, 2011 at 4:06 PM, Roberto Spadim wrote: >> worked? we have problems at owfs source code to change? >> >> 2011/3/20 William Brown: >>> Solved. >>> 1 - I had to put "extension=libowphp.so" in /etc/php5/apache2/php.ini in >>> t

Re: [Owfs-developers] php load_php_OW.php error

2011-03-20 Thread William Brown
Solved. 1 - I had to put "extension=libowphp.so" in /etc/php5/apache2/php.ini in the dynamic extensions section 2 - Reset enable-dl to false in the same php.ini. 3 - Remove 'load_php_OW.php' from my code. On 03/19/2011 09:31 PM, William Brown wrote: > Found a partial an

Re: [Owfs-developers] php load_php_OW.php error

2011-03-20 Thread William Brown
esolved in the owfs code for the future. On 03/18/2011 12:47 AM, William Brown wrote: > I have had this working since 2009. Only after install from scratch does > it not work. Do you want ALL the code? > > On 03/17/2011 11:21 PM, Roberto Spadim wrote: >> send your code >>

[Owfs-developers] php load_php_OW.php error

2011-03-18 Thread William Brown
I installed Ubuntu 10.10 and owfs 2.8;7 from scratch. Now my web page doesn't work unless I remove the line require (load_php_OW.php) Then the page works ok without any 1wire information. I also got avahi and bonjour modules missing messages. Mar 17 21:12:38 Irry OWFS[28024]: CONNECT: ow_avahi

Re: [Owfs-developers] System Monitor app

2011-03-17 Thread William Brown
owfs and creating a monitoring application using a gui toolbox and > bash commands (or perl, python, tcl/Tk, php, ...) would be very easy. > > Paul Alfille > > On Tue, Mar 15, 2011 at 11:27 PM, William Brown wrote: >> Should owserver and owhttpd be displayed in the System M

Re: [Owfs-developers] System Monitor app

2011-03-16 Thread William Brown
iesch wrote: > Hello William, > > Am Dienstag, den 15.03.2011, 17:27 -1000 schrieb William Brown: >> Should owserver and owhttpd be displayed in the System Monitor app >> (gnome-system-monitor) in Ubuntu? Mine are not and I would like them >> too. Any suggestions. > ye

[Owfs-developers] libowphp

2011-03-16 Thread William Brown
I had to re-install ubuntu and owfs. I have forgotten what I need to do to get libowphp.so loaded for php. I enabled dl() in php.ini but it didn't work. Any help? -- Colocation vs. Managed Hosting A question and answer g

Re: [Owfs-developers] System Monitor app

2011-03-15 Thread William Brown
I would like to see if they are running and what resources they use. I have no idea what ps vs ps suxww means. On 03/15/2011 05:42 PM, Marc MERLIN wrote: > On Tue, Mar 15, 2011 at 05:27:09PM -1000, William Brown wrote: >> Should owserver and owhttpd be displayed in the System Mo

[Owfs-developers] No alias displayed

2011-03-15 Thread William Brown
Owhttpd not showing alias. This worked before but is not working in owfs 2.8p7 (for me anyway). -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and i

[Owfs-developers] System Monitor app

2011-03-15 Thread William Brown
Should owserver and owhttpd be displayed in the System Monitor app (gnome-system-monitor) in Ubuntu? Mine are not and I would like them too. Any suggestions. -- Colocation vs. Managed Hosting A question and answer guide

Re: [Owfs-developers] Owfs connect timout error continues

2010-11-18 Thread William Brown
I am having very strange results. tests with HL340 and a PL2303 usb to serial adapters attached. Both adapters work with X10 CM11A serial controller but not with DS9097U and owfs or owhttpd. I don't plan to upgrade to Ubuntu 10.10 until 11.4 is ready (or do I need to do it sooner)? This was al

Re: [Owfs-developers] Owfs connect timout error continues

2010-11-08 Thread William Brown
Since upgrading to Ubuntu 10.04 I have had the following problem using rs232 to usb serial adapter (HL-340). Nov 8 01:45:02 Irry OWFS[9566]: CONNECT: ow_com_read.c:COM_read(70) Timeout error (read) serial port: /dev/ttyUSB0 Serial adapter works with X10 but not with owfs 2.8p3 (or p2). Was wor

Re: [Owfs-developers] Owfs connect timout error

2010-10-29 Thread William Brown
On 10/28/2010 10:05 PM, Marcus Priesch wrote: > Hi William, > > if you are running from source you could give my patch a try - also it > would be helpful to first compile owfs with debug enabled and send the > output (with --debug) of e.g. owserver to the list ... > > Debug is already enabled i

Re: [Owfs-developers] Owfs connect timout error

2010-10-29 Thread William Brown
l other devs): would it help to submit patches/bug reports directly into the sourceforge trackers instead of posting to the list ?!?! greets, m. Am Donnerstag, den 28.10.2010, 19:12 -1000 schrieb William Brown: Just started getting this since I switched to Ubuntu 10.4, is it related to th

[Owfs-developers] Owfs connect timout error

2010-10-28 Thread William Brown
Just started getting this since I switched to Ubuntu 10.4, is it related to this rts/cts problem or is there another reason for the timeout? Running owfs 2.8p2 but timeout was also in owfs 2.7p38. Ubuntu 9.10 and owfs 2.7p38 were ok. Oct 28 18:20:36 Irry OWFS[859]: CONNECT: ow_com_read.c:COM_r

[Owfs-developers] Ubuntu 10.4 php version error

2010-10-28 Thread William Brown
Found this using Ubuntu 10.4 Lucid Lynx, php 5.3 and swig 1.3.40. Changing option php4 to php5 seems to have fixed the error and make completed. Making all in php make[3]: Entering directory `/owfs-2.8p2/module/swig/php' /usr/bin/swig -php4 -o ow_wrap.c ../ow.i *** -php4 is no longer supported.

Re: [Owfs-developers] lightning strike

2010-08-23 Thread William Brown
I wasn't so lucky, lightning has taken out both a DS9097U and a DS9490R in the past 12 months. No extra ESD protection. Michael Markstaller wrote: > Am Montag, den 23.08.2010, 09:54 +0200 schrieb Pascal Baerten: > >> Got a strike this weekend that killed 3 sensors and one of the eight >> chan

Re: [Owfs-developers] php function dl()

2010-06-21 Thread William Brown
Since php functon dl() is deprecated and to be removed in php 6 the owfs module load_php_OW.php is always giving me trouble. Can I just add libowphp.so to php.ini in the extension section? Is there another way to dynamically load libowphp.so? Thanks, William -

Re: [Owfs-developers] Battery Backup of 1wire network.

2010-05-07 Thread William Brown
I use a laptop to run owfs, 5VDC regulated from laptop usb to cat 5. 12VDC for cat 5 comes from deep cycle battery fused at 1 amp. Battery has a little 100 watt inverter for laptop if necessary, I seldom need it. One day I will get Eric's power injector just for elegance. Rob Conway wrote: >

Re: [Owfs-developers] Mac 10.6 and FreeBSD 8.0

2010-05-01 Thread William Brown
Michael Pittelko wrote: > A script went by a few weeks ago to get things building properly on Mac > (which works fine with the latest p36 release, by the way) It seems that a > proper fix for the libtool damage would be a bit easier on everyone. Sadly, > not much of a libtool expert, but was abl

Re: [Owfs-developers] DS9490 cannot be accessed?

2010-05-01 Thread William Brown
Ahmed Theba wrote: > Thanx for the reply... > > Running the command with sudo does not change anything, > And this shouldnt matter as I am logged in as root? > > r...@mini:~# sudo /opt/owfs/bin/owfs u -m /mnt/1wire/ > DEFAULT: ow_ds9490.c:DS9490_sub_open(558) Opened USB DS9490 bus master > at 002/

Re: [Owfs-developers] New 2.7p30 release

2010-03-08 Thread William Brown
2.7p22 is working in Ubuntu 9.10 Paul Alfille wrote: > Does 2.7p26 work for you also? I wonder if the Xport changes broke > something for your setup. > > Paul > > On Sun, Mar 7, 2010 at 9:11 PM, Marc MERLIN > wrote: > > On Sun, Mar 07, 2010 at 07:14:48PM +,

Re: [Owfs-developers] Announcement for a new 1-wire slave device BAE0910

2010-03-08 Thread William Brown
For what it's worth I was repairing voltage supply on HP DV6000 laptop and noticed that there were 2 maxim chips. At least one was in the power management area. There was also mention of 1 wire bus use. Paul Alfille wrote: > Zapinio, I think your critique focusses on your own business. 1-wire

[Owfs-developers] DS9097U presence

2010-02-07 Thread William Brown
Is there any way to determine if a DS9097U is attached at the hardware level? I recently purchase 2 new serial adapters and connected to 2 different computers that had previously used owfs and ds9097u adapter. 1 directly to RS232 serial port ttyS0 and 2nd to usb-serial adapter ttyUSB0. Neith

Re: [Owfs-developers] Lightning has taken me down :(

2009-12-16 Thread William Brown
Same problem here, lost two adapters in 12 months to lightning. Looking to try an HA7, claims is has ESD (electro static discharge) protection. There are some inline RJ45 surge suppressors that might work, Has anyone used these? Rob Conway wrote: > A couple of weeks ago we had a bad storm. I

Re: [Owfs-developers] IPv6 to 1-wire protocol translator

2009-12-04 Thread William Brown
How about this one, ip is 1wire id, claims unlimited sensors. Temperature measurement and equipment control over the internet http://www.tuxgraphics.org/electronics/200906/home-climate-control.shtml Sven Geggus wrote: > Hi there, > > this looks nice: > > http://hackaday.com/2009/12/02/ipv6-to-1-

[Owfs-developers] usb adapter problem after lightning strike

2009-11-12 Thread William Brown
Nearby lightning strike today caused my devices to disappear from the bus. When I run owserver followed by owhttpd I get the /var/log/daemon.log entries shown below. Does this mean my usb adapter is broken? Is there anything I can do? How is the linkUSB working? Nov 12 20:08:25 wgblx OWFS[18

Re: [Owfs-developers] AAG weatherstation problem (WSV3)

2009-10-05 Thread William Brown
Paul, has this been resolved? Paul Alfille wrote: > Has anyone had succcess with the AAG WSV3 weather station? > > On the surface, it seems quite appealing. A USB adapter (with DS2480B > internally beyond a CP2101 USB/serial adapter). > > The weatherstation has a DS2760 providing the interface to

Re: [Owfs-developers] AAG weatherstation problem (WSV3)

2009-09-25 Thread William Brown
try chgrp tty /dev/ttyUSB0 Paul Alfille wrote: > Root. > > On Thu, Sep 24, 2009 at 11:52 PM, William Brown <mailto:mahi...@earthlink.net>> wrote: > > What group id in permissions? > > Paul Alfille wrote: > > Has anyone had succce

Re: [Owfs-developers] AAG weatherstation problem (WSV3)

2009-09-24 Thread William Brown
What group id in permissions? Paul Alfille wrote: > Has anyone had succcess with the AAG WSV3 weather station? > > On the surface, it seems quite appealing. A USB adapter (with DS2480B > internally beyond a CP2101 USB/serial adapter). > > The weatherstation has a DS2760 providing the interface to

Re: [Owfs-developers] Owdir and usb adapter problems

2009-08-20 Thread William Brown
Mostly. Sometimes devices are not read by the blue usb adapter. Generally everything seems to work correctly. Paul Alfille wrote: > So p22 works with the USB adapter? > > On Thu, Aug 20, 2009 at 3:43 AM, William Brown wrote: > >> I'm totally lost at this point. Owfs

Re: [Owfs-developers] Owdir and usb adapter problems

2009-08-20 Thread William Brown
I'm totally lost at this point. Owfs2.7p24 had been working until I tried this. This did not work at all for owfs2.7p24 and then owserver stopped responding and when I restart owserver, owserver did not work. I reverted back to owfs2.7p22 and everything is good. Including this test. Except

[Owfs-developers] Owdir and usb adapter problems

2009-08-18 Thread William Brown
Paul I just upgraded to Ubuntu 9.04 and owfs 2.7p24. I still have problems with owdir and the blue usb adapter. Some devices are missing, Moisture_Meter(DS27600) and sometimes devices are listed twice. Results vary randomly. Maybe we could start here with I never had this issue with the ser

Re: [Owfs-developers] owfs 2.7p24 cvs

2009-08-16 Thread William Brown
I have temporarily stopped testing owfs27p24 since I don't have the skills to debug the errors. I can try again for a specific purpose. However I still have trouble in owfs27p22 with ownet.pm as shown below. Ow.php works ok, I turned on relay 1. But ownet.pm has trouble reading pio. Owdir

Re: [Owfs-developers] owfs 2.7p24 cvs

2009-08-14 Thread William Brown
William Brown wrote: > Paul Alfille wrote: > >> On Thu, Aug 13, 2009 at 11:25 PM, William Brown wrote: >> >> >>> Are these correct for latest cvs? >>> >>> cvs -d:pserver:anonym...@owfs.cvs.sourceforge.net:/cvsroot/owfs lo

Re: [Owfs-developers] owfs 2.7p24 cvs

2009-08-14 Thread William Brown
Paul Alfille wrote: > On Thu, Aug 13, 2009 at 11:25 PM, William Brown wrote: > >> Are these correct for latest cvs? >> >> cvs -d:pserver:anonym...@owfs.cvs.sourceforge.net:/cvsroot/owfs login >> # (no password) >> cvs -d:pserver:anonym...@owfs.cvs.s

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-14 Thread William Brown
After killall owhttpd, owfs, owserver and starting only owserver I started getting values on my web page from php. One by one the values disappeared as ajax/php updated the values. The page reloaded twice like this then wouldn't show any values at all. William Brown wrote: > Ok, s

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-13 Thread William Brown
ttings > /uncached/system > /uncached/statistics > /uncached/structure > /uncached/simultaneous > /uncached/alarm > > The only thing that makes me wonder, is if you really are using the > newest libary. > If any owfs program (owserver, owhttpd, owftpd, owfs, ... is st

Re: [Owfs-developers] owfs 2.7p24 cvs

2009-08-13 Thread William Brown
data > /uncached/bus.0 > /uncached/settings > /uncached/system > /uncached/statistics > /uncached/structure > /uncached/simultaneous > /uncached/alarm > > The only thing that makes me wonder, is if you really are using the > newest libary. > If any owfs program (ow

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-13 Thread William Brown
fs27p22 but maybe owfs27p24 modules are not being copied correctly even though version shows the correct library. > Paul Alfillle > > > On Thu, Aug 13, 2009 at 4:23 PM, William Brown wrote: > >> Paul Alfille wrote: >> >>> If you are comfortable pulling from

Re: [Owfs-developers] Problem with OWNet::write

2009-08-13 Thread William Brown
e >$io_1_8_Pio3\n"; print "\tPio write returned > ", $!, "\n"; *** gets this 1wire server 192.168.0.54:4304 Pio read > read error Pio read returned > Pio write > write error Pio write returned > William Brown wrote: > I too hav

Re: [Owfs-developers] Problem with OWNet::write

2009-08-13 Thread William Brown
t; > I caught that too, I just copied the wrong one. My eyes don't work so good. But the read and write problem exists regardless, > On Aug 13, 2009, at 7:50 PM, William Brown > wrote: > > >> I too have been having trouble so can't offer much help. I have u

Re: [Owfs-developers] Problem with OWNet::write

2009-08-13 Thread William Brown
Object methods are having trouble too, using # owserver new my $owserver; $owserver = OWNet->new('192.168.0.54:4304 -v') or $owserver = " ip error"; print "\towserver new >$owserver\n"; print "\towserver new > ", $!, "\n\n"; # present $io_1_8_Pio3 = $owserver->present('/29.9D6D0400/

Re: [Owfs-developers] Problem with OWNet::write

2009-08-13 Thread William Brown
I too have been having trouble so can't offer much help. I have used ownet successfully in the past but now when I run the code below I get a connection refused error. OW for perl works ok. # read $io_1_8_Pio3 = OWNet::read('192.168.0.54:4303', '/29.9D6D0400/PIO.3') or $io_1_8_Pio3 = " r

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-13 Thread William Brown
p24 libow version: 2.7p24 $ /opt/owfs/bin/owdir -s 4304 *** no directory $ /opt/owfs/bin/owserver --fake=10 -p 4314 $ /opt/owfs/bin/owdir -s 4314 /10.67C6697351FF /bus.0 /uncached /settings /system /statistics /structure /simultaneous /alarm > Paul Alfille > > On Wed, Aug 12, 2009 at 10:

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-12 Thread William Brown
That's great news. Does it also explain my no communication issue in owfs27p24? Paul Alfille wrote: > Interesting. I found a longstanding error -- why the DS2409 hub > directory listings were screwed up. > > It only happened in the USB adapter. > It started happening after we started reading 7

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-12 Thread William Brown
release them. > > I'm ready when you are. I would really like to use the usb adapter with my laptop and remove the serial device. > Paul Alfille > > On Wed, Aug 12, 2009 at 2:22 AM, William Brown wrote: > >> Paul Alfille wrote: >> >>> On Mon

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-11 Thread William Brown
Paul Alfille wrote: > On Mon, Aug 10, 2009 at 4:57 PM, William Brown wrote: > >> i cannot access the data from owserver. Owserver seems to be working (I >> originally thought it was the adapter) but there is no communication >> with the programs. Owhttpd doesn't

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-10 Thread William Brown
to start ok and see the devices fine. > 30.5E929511 > 26.CC55B600 > 20.F6BF0C00 > > 3. You do a fair number of transactions (135 in 25 minutes). Almost > all are completed under .2 seconds. > > So it looks ok. What problems are you having? > > Paul Alfille > > On Mon

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-10 Thread William Brown
unloading the ds9490 kernel module). Also, what is the version of libusb? Any hints in the logs (dmesg or /var/log/messages) about the issue? Paul Alfille On Sun, Aug 9, 2009 at 8:29 AM, William Brown wrote: That sounds like my problem, can't access the usb adapter. Paul Alfille

Re: [Owfs-developers] owfs 2.7p24 errors

2009-08-10 Thread William Brown
dapter, and unloading the ds9490 kernel module). > > Also, what is the version of libusb? > > Any hints in the logs (dmesg or /var/log/messages) about the issue? > > Paul Alfille > > On Sun, Aug 9, 2009 at 8:29 AM, William Brown wrote: > >> That sounds like m

Re: [Owfs-developers] owfs 2.7p24 erros

2009-08-09 Thread William Brown
Paul Alfille wrote: > On Sun, Aug 9, 2009 at 8:22 PM, William Brown wrote: > >> Owserver is started in root crontab, is that the answer? Program access to >> > > Should be fine. It looks like your alias file is loaded correctly and > the devices are seen. Th

Re: [Owfs-developers] owfs 2.7p24 erros

2009-08-09 Thread William Brown
to test it. > > Paul Alfille > > On Sat, Aug 8, 2009 at 5:40 PM, William Brown wrote: > >> Same problem using source from sourceforge. I'm using Ubuntu 8.10, what >> about you? >> >> /opt/owfs/bin/owhttpd -V >> /opt/owfs/bin/owhttpd version: >&g

Re: [Owfs-developers] owfs 2.7p24 erros

2009-08-08 Thread William Brown
Same problem using source from sourceforge. I'm using Ubuntu 8.10, what about you? /opt/owfs/bin/owhttpd -V /opt/owfs/bin/owhttpd version: 2.7p24 libow version: 2.7p24 William Brown wrote: > I used cvs, I will try sourceforge. > > Paul Alfille wrote: >

Re: [Owfs-developers] owfs 2.7p24 erros

2009-08-08 Thread William Brown
ure out the differences. > > The fact that an earlier recent version (2.7p21) works suggests that > kernel/hardware/module/udev/permissions isn't an issue. > > Can you check the version of your newer code (/opt/owfs/bin/owhttpd -V) > > Paul Alfille > > On Sat, Aug 8, 20

[Owfs-developers] owfs 2.7p24 erros

2009-08-07 Thread William Brown
Today when I downloaded from cvs owfs2.7p24 and compiled it everything checked out until I tried to use it with my blue usb adapter (DS9490R). Php, perl and owhttpd couldn't see the 1 wire bus, I kept getting not found errors. Daemon log kept showing "bad adapter" messages. When I reverted to

Re: [Owfs-developers] Two owserver problems

2009-08-07 Thread William Brown
Steinar Midtskogen wrote: > [Steinar Midtskogen] > > >> [Paul Alfille] >> >> >>> I think the duplication should be fixed. >>> >> I can give it a try if you commit to cvs (I just did an update, but >> there didn't seem to be any changes) >> > > Or perhaps there were changes, just

Re: [Owfs-developers] LinkUSB udev

2009-08-03 Thread William Brown
ink for all of us? > > Thanks, > > Paul Alfille > > On Sat, Aug 1, 2009 at 9:38 PM, William Brown wrote: > >> Paul >> >> I got the udev changes to work, the weather page was right, I made a >> mistake. User udev

Re: [Owfs-developers] LinkUSB udev

2009-08-02 Thread William Brown
or non-root users to use the LinkUSB? > Can you post the method or a link for all of us? > > Thanks, > > Paul Alfille > > On Sat, Aug 1, 2009 at 9:38 PM, William Brown wrote: > >> Paul >> >> I got the udev changes to wo

Re: [Owfs-developers] LinkUSB udev

2009-08-01 Thread William Brown
Paul I got the udev changes to work, the weather page was right, I made a mistake. User udev changes should start with 50 and permissions should be 0666. William Brown wrote: > Paul, > > Did you try either the udev change or the tty group? If so what > results. I'm still

Re: [Owfs-developers] LinkUSB

2009-08-01 Thread William Brown
Paul, Did you try either the udev change or the tty group? If so what results. I'm still trying to decide between the HA7E and the Linkusb. William Brown wrote: > I tried this on Ubuntu but it didn't change my udev defaults but it is > supposed to work on opensuse. >

Re: [Owfs-developers] Thinking about OWFS ease of use

2009-07-31 Thread William Brown
I use an alias file like Paul made for owfs. I use php, perl, javascript hash tables to store the aliases as part of a configuration routine. For command line use (which I don't use) make individual shell commands. I would like to see the chip type associated with the alias and serial id. Paul

Re: [Owfs-developers] LinkUSB

2009-07-31 Thread William Brown
I tried this on Ubuntu but it didn't change my udev defaults but it is supposed to work on opensuse. http://wiki.weather-watch.com/index.php/Linux_Weather_Display_Manual William Brown wrote: > It seems that group uucp is similar to dialout. Try change the group to > tty to get real

Re: [Owfs-developers] LinkUSB

2009-07-31 Thread William Brown
It seems that group uucp is similar to dialout. Try change the group to tty to get real serial i/o code which seems to not confuse the one wire devices. William Brown wrote: > I still get this in Ubuntu 8.10 > > $ ls -al /dev/ttyUSB0 > crw-rw 1 root dialout 188, 0 2009-07-3

Re: [Owfs-developers] LinkUSB

2009-07-31 Thread William Brown
ev/ttyUSB1 (temporarily to see if it helps.) I didn't find a way to mod udev that worked. Paul Alfille wrote: > On Fri, Jul 31, 2009 at 1:46 AM, William Brown wrote: > >> I tried changing the udev rules but could not find any thing >> comprehensive in Ubuntu or that worked. I'

Re: [Owfs-developers] LinkUSB

2009-07-30 Thread William Brown
ot sure what how to change permissions using udev rules. > > Paul Alfille > > On Wed, Jul 29, 2009 at 8:10 PM, William Brown wrote: > >> So you didn't have to change group permission from dialout to tty? That >> is leftover from my ubuntu 7.04 days. I'm still

Re: [Owfs-developers] LinkUSB

2009-07-29 Thread William Brown
21 00 89 45 00 3b > EIP: [] lock_timer_base+0x8/0x35 SS:ESP 0068:c125fe50 > ---[ end trace e29443134a87c4ee ]--- > > So I think that we'll need to find the driver problem and get it > patched upstream. That means we'll need to generate a table of > working/non-working s

Re: [Owfs-developers] LinkUSB

2009-07-28 Thread William Brown
Paul Can you keep us updated about your progress with the linkusb. I have an interest in using one too. Paul Alfille wrote: > Has anyone had success with the LinkUSB under linux? > > I just purchased one, and see this entry in dmesg: > > usb 1-2.3: new full speed USB device using uhci_hcd and a

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
When using the serial adapter DS9097U all is good, problems only start with the usb adapter DS9490R. It may be there is a problem with my bus length when using usb, it is only 150 feet (50 meters approx). Michael Markstaller wrote: >> owhttpd doesn't alway list all my devices in the bus listing

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
igate from the Main page <http://irry:3001/> for best results. William Brown wrote: > This problem only occurs when using the usb adapter DS9490R, the serial > adapter DS9097U worked great. > > owhttpd doesn't alway list all my devices in the bus listing and when it >

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
The 5 seconds was from rough testing on particular hardware. Obviously > we try to select conservative defaults to get systems to function by > default. > > What problem are you seeing? > > Paul Alfille > > On Tue, Jul 28, 2009 at 4:00 PM, William Brown wrote: > >> I

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
It defaults to 5, what would be a good place to begin and is there a maximum that will degrade system? Paul Alfille wrote: > http://owfs.org/index.php?page=owserver > > It's now --timeout_serial > > Paul Alfille > > On Fri, Jul 24, 2009 at 2:38 PM, William Brown wrote

Re: [Owfs-developers] LinkUSB

2009-07-28 Thread William Brown
Check group setting, if it's dialout you need to change it to tty, I include this in my owserver startup script (I am not using linkusb, but the HL-340 usb/serial adapter); chgrp tty /dev/ttyUSB0 ( defaults to dialout) chmod 777 /dev/ttyUSB0 ( set this to your preferance) From last weeks read

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-24 Thread William Brown
reference to > "msec_read". I suspect it's an old entry that has persisted in the > documentation. Where did you see it? > > Paul Alfille > > On Thu, Jul 23, 2009 at 6:31 PM, Willi

Re: [Owfs-developers] USB DS9490R confusion

2009-07-23 Thread William Brown
. Use the syntax: > -u > > 3. (better packaging) Devices like the LinkUSB and pucebabboon. Just > like option 1 (serial device and usb/serial adapter) but packaged > together in a single device. > > Where do you fit in these choices? > > Paul Alfille > > On Thu, Jul 23,

  1   2   >