Re: Creating user in "Documents and Settings" on all networked machines

2008-02-05 Thread Frodak Baksik
On Feb 5, 2008 1:19 PM, bootleg86 wrote: > I take it the answer is no. > > BTW, does anybody know where I can find more information about network > pathnames. > I didn't know about the c$ equivalent to c: until recently when my > colleague told me about it. > > And googling for c$ or "c dollar" do

Re: Ruby on Rails 2.0.2/Cygwin Bug

2007-12-20 Thread Frodak Baksik
On Dec 20, 2007 10:28 AM, Mike Boone wrote: > On Dec 19, 2007 11:59 PM, Igor Peshansky wrote: > > Well, /dev/urandom certainly exists in Cygwin. I'm not a Ruby expert, but > > considering that adding a puts() before the file open seems to fix it, I'd > > look somewhere in the Ruby code. But you

Python 2.4 libraries with Python 2.5

2007-11-02 Thread Frodak Baksik
Hi, Is there a way to get Python 2.5 to use libraries installed in Python 2.4 /usr/lib/python2.4/site-packages? I was trying to use bzr-gtk that I downloaded, it relies on the cygwin package pygtk which installs into /usr/lib/python2.4/site-packages, but the version of python I have installed is

Re: Send keystrokes to an XP window

2007-09-13 Thread Frodak Baksik
On 9/12/07, Rlambert wrote: > > I found a module (Win32::GUI) on the Internet. It looks like it can be used > to send keystrokes to an XP window? Can it be installed on CYGWIN? If so, > how do you do it? If not, is there some other module that can be used in > CYGWIN to send keystrokes to an X

Re: Using malloc/realloc along with gdb: heap overflows

2007-08-08 Thread Frodak Baksik
See comments below... On 8/8/07, Eric Belanger wrote: > Code > #include > #include > #include > > #define TCP_BUFSIZE 2 > > int main(int argc, char *argv) { > /* *bufdata and *alldata were part of a recv() winsock procedure, fyi */ > char *bufdata = malloc(sizeof(char)* (TC

Re: ls output still truncated

2007-02-20 Thread Frodak Baksik
On 2/20/07, Chuck wrote: Your wish is my command. Attached are two strace output files. The names should be self-explanatory. Please let me know if you see anything. In the mean time I'm going to refresh myself on the use of gcc and gdb and see if I can trace the execution of ls. Like I said in

Vim with windows clipboard

2007-02-16 Thread Frodak Baksik
Hello, I was wondering if anyone could help test a patch that integrates vim with the windows clipboard. I.E enabling the +clipboard option and * register. This only applies when compiling vim to be used via console/rvxt, not when trying to use X (as it has its own clipboard manager). I've bee

Re: ls command not outputting file names.

2007-02-14 Thread Frodak Baksik
On 2/14/07, Chuck <[EMAIL PROTECTED]> wrote: Chuck wrote: > Shankar Unni wrote: > >> Obviously something odd about that share. Chuck: can you tell if there's >> something unusual about the server that exports that share (as opposed >> to the other drives you have, like K: and G:)? >> >> > > Nothi