Re: [Owfs-developers] statcvs not working

2005-04-15 Thread Peter Kropf
So far, no response from the sf.net support team. But I did get a
response from Chris Abbey on the Jikes team indicating that they're
experiencing a similar problem.

- Peter


Peter Kropf wrote:
 The log file for my statcvs and owfs_update (owfs docs) show that around
 50% of the time, accessing cvs1.sf.net from shell.sf.net fails. I'll
 throw an issue at the sf folks to see if they can let us know what's
 going on...
 
 - Peter
 
 
 Christian Magnusson wrote:
 
They seem to block the network traffic between shell.sf and cvs1.sf
now. The statter script fails since it can't download the log-file.

[EMAIL PROTECTED] owfs]$ cvs log
cvs [log aborted]: connect to cvs1(10.5.1.7):2401 failed: Connection
refused

I made a manual upload of the owfs.log and run the jar-file once.
 
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


RE: [Owfs-developers] OWFS and FUSE Debugging with UML (User Mode Linux)

2005-04-15 Thread jack . s . smith

Haven't tried UML, I suspect the issue would be more with fuse and
libusb.

Actually, I guess I should have mentioned this specifically.  owfs
debugging isn't the problem, as you rightly state, when it is in the
foreground.

I find that I am trying to understand the relationship between owfs and
fuse and of course can't break into fuse code.

In particular, I am struggling to understand why some file utils like
'find' (even without any arcane options) don't seem to behave correctly.


This communication is for informational purposes only. It is not intended
as an offer or solicitation for the purchase or sale of any financial
instrument or as an official confirmation of any transaction. All market prices,
data and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein 
do not necessarily reflect those of JPMorgan Chase  Co., its subsidiaries 
and affiliates



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


RE: [Owfs-developers] OWFS and FUSE Debugging with UML (User Mode Linux)

2005-04-15 Thread Christian Magnusson
On Fri, 2005-04-15 at 09:02 +0100, [EMAIL PROTECTED] wrote:

 In particular, I am struggling to understand why some file utils like
 'find' (even without any arcane options) don't seem to behave correctly.
 

I noticed this too before... It seems to be the lack of '.' and '..'
entires in some directories.
Try:   find /var/1wire/ -noleaf
and it will probably return what you want. (I think this is what you
tried to solve.)

/Christian





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


[Owfs-developers] Just some news on 1-wire stepper control

2005-04-15 Thread Hans Parkmann
Hi all,
I am very busy right now so I decided to skip one wire stepper control 
for the actual project since its just a fancy add on and I want to get 
get this finished as soon as possible.

All my projects were based on Stripboard layouts and i got problem with 
bridges between two contacts so I etched my first pcb today (after 3 
years of hobby electronics this moment had to come sooner or later). Its 
a one wire relais board with 3 relais (220V / 16A) controlled by a 
DS2408 and 3 connectors for sensors. The Relais In Outs will be heavily 
covered with solder to be on the safe side.

I will drill and solder it tomorrow, I hope it will work (press both 
thumbs for me guys), so far I am very pleased with the etching results, 
the smd pads for the ds2408 look fine and I am very happy that I wont 
have to bother with flying wires between smd chip feet anymore.

Electrical Skill +1 XP
I will keep you udpdate when everything works (or not), Paul I will sent 
you some Pics when the project is finished

Simon
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


RE: [Owfs-developers] OWFS and FUSE Debugging with UML (UserMode Linux)

2005-04-15 Thread Christian Magnusson

I have made some more tests with calculating the st_nlink in FS_fstat().
If you define CALC_NLINK in ow_fstat.c it will look somewhat better,
but it's harder to calculate number of dirs in all devices, and in
sub-directories.

Root directory with entries are almost working.

Device 02.* has two subdirectories (pages/ settings/) and therefor
st_nlink is 4.
Device 10.* only contain files, and st_nlink is 2.
Separate calculation has to be made for all other special directories
such as alarm, system, etc...  Haven't looked at that yet.

BTW: Found a bug where pnnext.si.sg wasn't set to pn-si.sg in all
FS_*_seek() functions. That made the second adapter loose the
temperature-scale and cache settings from the calling owfs.

What do you think about it... Should we try to complete the
st_nlink calculation for all directories? I've checked in the changes
so you can look at it.


/Christian


[EMAIL PROTECTED] mag]# ls -al /var/1wire/
total 4
drwxr-xr-x  17 root root1 Apr 16 02:56 ./
drwxr-xr-x  23 root root 4096 Mar 23 16:12 ../
drwxr-xr-x   4 root root1 Apr 16 03:00 02.F0A8C200/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.061847000800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.1A9246000800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.233B4800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.2BD346000800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.4D8746000800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.5D1947000800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.6D015800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.A2284800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.B3E166000800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.E2C746000800/
drwxr-xr-x   2 root root1 Apr 16 03:00 10.E54347000800/
drwxr-xr-x   3 root root1 Apr 16 03:00 12.24F82400/
drwxr-xr-x   3 root root1 Apr 16 03:00 12.5E1A2400/
drwxr-xr-x  17 root root1 Apr 16 02:56 alarm/
drwxr-xr-x  17 root root1 Apr 16 02:56 bus.0/
drwxr-xr-x   2 root root1 Apr 16 03:00 FF.72020100/
drwxr-xr-x  17 root root1 Apr 16 02:56 settings/
drwxr-xr-x   2 root root1 Apr 16 03:00 simultaneous/
drwxr-xr-x  17 root root1 Apr 16 02:56 statistics/
drwxr-xr-x  17 root root1 Apr 16 02:56 structure/
drwxr-xr-x  17 root root1 Apr 16 02:56 system/
drwxr-xr-x  17 root root1 Apr 16 02:56 uncached/





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers