Read access to all keys in /proc/registry

2003-07-10 Thread William S Fulton
A find /proc/registry/HKEY_LOCAL_MACHINE/ does not go down the /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE directory(key) because there is no read access for people outside of the SYSTEM group: $ ls -la /proc/registry/HKEY_LOCAL_MACHINE/ total 0 dr-xr-xr--5 Administ SYSTEM 0 Jul 10

Re: Read access to all keys in /proc/registry

2003-07-10 Thread William S Fulton
Chris January wrote: find /proc/registry/HKEY_LOCAL_MACHINE/ does not go down the /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE directory(key) because there is no read access for people outside of the SYSTEM group: $ ls -la /proc/registry/HKEY_LOCAL_MACHINE/ total 0 dr-xr-xr--5 Administ SYSTEM

Mount Windows registry into filesystem

2003-07-07 Thread William S Fulton
Is it possible to mount the registry into the filesystem? I'd love it if one could use commands like 'ls', 'diff' and 'find' on the registry, treating keys as directories and values as files. I have a vague recollection of a posting about this a long while back, but I can't for the life of me

Re: Using cygwin and JAVA/JNI

2003-01-27 Thread William S Fulton
Following up from recent emails about Java/JNI using Sun's JDK I'd thought I'd share my experiences. Up and until Cygwin-1.3.13 the test script below would compile and run as expected. The test produces a simple Java Native Interface (JNI) program which calls C code from a Java program using

RE: snapshots R us

2003-01-24 Thread William S Fulton
Gary R. Van Sickle wrote: On Tue, Oct 22, 2002 at 08:52:50PM -0500, Gary R. Van Sickle wrote: Just installed it (WinXP), getting this: c:\WINDOWSuname c:\unix\bin\uname.exe: *** shared version mismatch detected - 0xBC3E/0x3E. You have multiple copies of cygwin1.dll on your system. Search

Guile's dynamic-link and guile-config on Cygwin

2002-10-11 Thread William S Fulton
Has anyone got Guile and dynamic-link working under Cygwin? I've tried all sorts, mostly resulting in segmentation faults or a 'file not found' error message when running the code. I am trying to get SWIG and Guile working on Cygwin like it does on other Unix boxes as Cygwin has for the

No stderr output

2002-01-10 Thread William S Fulton
Anything sent to stderr does not appear on the terminal. It seems to disappear into a black hole. I think it started when I was attempting to redirect stdout and stderr into the same file in the same order it appears on the console using something like runme 12 filename I tried all sorts of