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

2008-02-05 Thread Frodak Baksik
googling for c$ or "c dollar" doesn't return any relevant results. > You want to search for the terms windows hidden share windows default share Both will lead you to: http://support.microsoft.com/kb/314984 Regards, Frodak -- Unsubscribe info: http://cygwin.com/ml/

Re: Ruby on Rails 2.0.2/Cygwin Bug

2007-12-20 Thread Frodak Baksik
mething like to check reading: head -c 10 /dev/urandom > rnd.bin and then to check writing: cat rnd.bin > /dev/urandom or strace -o strace.txt sh -c 'cat rnd.bin > /dev/urandom' It looked like from the strace that reading worked, but writing didn't. Regards, Frodak

Python 2.4 libraries with Python 2.5

2007-11-02 Thread Frodak Baksik
python-2.5.1. This is related to the email I sent to the cygwin-xfree mailing list. Regards, Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Send keystrokes to an XP window

2007-09-13 Thread Frodak Baksik
is already available via the cygwin install as package perl-Win32-GUI. Regards, Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

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

2007-08-08 Thread Frodak Baksik
first and then grow it in size. In general the null terminator of the string is usually just outside the memory space allocated for the buffer. > printf("String: %s\n",alldata); > } > printf("\nFinal Result: %s",alldata); > return 0; > } >

Re: ls output still truncated

2007-02-20 Thread Frodak Baksik
that? Or am I just not seeing all of the data? -- Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Vim with windows clipboard

2007-02-16 Thread Frodak Baksik
ix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin --localstatedir=/var --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --with-features=huge --without-x --enable-gui=no make make install Thanks, Frodak -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: ls command not outputting file names.

2007-02-14 Thread Frodak Baksik
n32_path: src_path C:/cygwin/home/CHamilto/ProgramFiles.lnk, dst C:\cygwin\home\CHamilto\ProgramFiles.lnk, flags 0x0, rc 0 What is actually in your home folder? Also how did you create this trace? It appears to be truncated. Or at least ls never got past the point where it reads the contents o

Re: Help. Cygwin corrupting files

2007-02-10 Thread Frodak
It never did report what crashed, only that something had crashed. 2) The environment would never be stable. I'd open up cmd.exe (10 times in a row) and sometimes the PATH settings would be correct, otherwise it would be truncated. Good Luck, Frodak

Re: stupid spaces in environment vars

2007-02-08 Thread Frodak
#x27;cdp=cd C:\Documents and Settings\me' alias cdp="cd $USERPROFILE" +alias 'cdp=cd C:\Documents and Settings\me' GOOD: alias cdp="cd \"$USERPROFILE\"" + alias 'cdp=cd "C:\Documents and Settings\me"' alias cdp='cd &q

Re: svn on cygwin related problem.

2007-02-06 Thread Frodak
--- Luca Cappa wrote: > Hello all, > > I am using the svn package provided by cygwin (svn > --help reports "version > 1.4.2 (r22196) compiled Dec 2 2006, 14:28:55"), and > I encountered the > following problem while exporting the content of my > Subversion repository. > > In the repository

Re: grep -P segfault

2007-01-26 Thread Frodak
--- Brian Dessent wrote: > Brian Dessent wrote: > > > Right before calling memchr, beg points to the > first byte in the string > > "hello\n", end points to the \n character, and so > does buflim. Thus > > (buflim - end) is zero, and memchr returns NULL. > From there match_size > > is miscalcu

Re: grep -P segfault

2007-01-26 Thread Frodak
--- Mike Brown wrote: > Alexander Sotirov wrote: > > Reproduced on cygwin 1.5.22 with grep 2.5.1 > > Frodak wrote: > > I get the same problem. If you redirect the > output to > > a file, the "hello" is printed and then about 128k > of > &

Re: grep -P segfault

2007-01-26 Thread Frodak
--- Mike Brown wrote: > Can anyone reproduce this? > > This is on a fairly small Cygwin installation on > WinXP, last updated 4 days > ago. > > $ echo hello | grep -P '\n' > hello > > ? hello > > ? hello > 4 [main] grep 3280 _cygtls::handle_exceptions: > Error while dumping state >

Re: find / finds /proc: rather annoying

2007-01-25 Thread Frodak
--- fergus wrote: > I either missed or was too stupid to understand the > response, if there > was one, to an earlier anguished query: is it > possible to qualify the > command > find / > with a switch so that /proc is not found? If so can > you tell me how? I > find / -wholename '/proc

Re: "cscope -d" can't find trailer offset if path contains space

2007-01-12 Thread Frodak
chives that it < had to do with the format of the records returned by the mlscope search. < Thanks if you can spare the time to look at it. Otherwise, thanks for < the thought. Refer to the following tip: http://www.vim.org/tips/tip.php?tip_id=1362 -- Frodak _

vim mlcscope interface issues

2006-10-14 Thread Frodak
ays, I thought I'd mention it because I had such a tough time with it. :-) Frodak __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsu