Re: Ruby on Rails 2.0.2/Cygwin Bug

2007-12-19 Thread Igor Peshansky
On Wed, 19 Dec 2007, Mike Boone wrote: > Can anyone running Cygwin and Ruby on Rails comment on this problem? > > Create a Rails 2.0.2 application and see if it fails with this error: > No such file or directory - /dev/urandom > > I filed a bug on Rails, please read for more details. > http://dev.

Ruby on Rails 2.0.2/Cygwin Bug

2007-12-19 Thread Mike Boone
Can anyone running Cygwin and Ruby on Rails comment on this problem? Create a Rails 2.0.2 application and see if it fails with this error: No such file or directory - /dev/urandom I filed a bug on Rails, please read for more details. http://dev.rubyonrails.org/ticket/10544 I'm not sure if this i

Re: Running dovecot under Cygwin

2007-12-19 Thread Greg Chicares
On 2007-12-20 01:39Z, Ronny wrote: >> If you are running a non-cygwin program then it uses whatever Windows uses. >> If you are running a *Cygwin program* then it uses whatever Cygwin uses. > > Sounds interesting. Might be worth a try. > How do i make it to be a cygwin program? > I build it using

Re: Running dovecot under Cygwin

2007-12-19 Thread Ronny
If you are running a non-cygwin program then it uses whatever Windows uses. If you are running a *Cygwin program* then it uses whatever Cygwin uses. Sounds interesting. Might be worth a try. How do i make it to be a cygwin program? I build it using gcc under cygwin. Do i have to replace a header

Re: ok, i'm an idiot, so bear with me

2007-12-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to rb76543 on 12/19/2007 4:11 PM: > please look at this screen shot and give me a clue. in the file > 'make_avr2.txt', the first line says this: > cd "/cygdrive/d/cygwin/home/loser/avrdude", but if you look at the last line > of the screen sh

Re: ok, i'm an idiot, so bear with me

2007-12-19 Thread Reid Thompson
rb76543 wrote: please look at this screen shot and give me a clue. in the file 'make_avr2.txt', the first line says this: cd "/cygdrive/d/cygwin/home/loser/avrdude", but if you look at the last line of the screen shot, clearly that directory exists. i've just started working with cygwin, so i'm d

Re: Running dovecot under Cygwin

2007-12-19 Thread Christopher Faylor
On Thu, Dec 20, 2007 at 11:42:51AM +1100, Daniel Noll wrote: >On Thursday 20 December 2007 11:36:08 Matt Wozniski wrote: >> On Dec 19, 2007 7:09 PM, Daniel Noll wrote: >> > On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: >> > > > Does Cygwin uses EOF of Windows? >> > > >> > > No, Cygwin u

Re: Running dovecot under Cygwin

2007-12-19 Thread Christopher Faylor
On Thu, Dec 20, 2007 at 11:09:43AM +1100, Daniel Noll wrote: >On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: >> > >> > Does Cygwin uses EOF of Windows? >> >> No, Cygwin uses Ctrl-D for EOF like all POSIX. > >No, Cygwin uses whatever the user tells it to use during the install. No. It d

Re: Running dovecot under Cygwin

2007-12-19 Thread Daniel Noll
On Thursday 20 December 2007 11:36:08 Matt Wozniski wrote: > On Dec 19, 2007 7:09 PM, Daniel Noll wrote: > > On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: > > > > Does Cygwin uses EOF of Windows? > > > > > > No, Cygwin uses Ctrl-D for EOF like all POSIX. > > > > No, Cygwin uses whatever

Re: Running dovecot under Cygwin

2007-12-19 Thread Matt Wozniski
On Dec 19, 2007 7:09 PM, Daniel Noll wrote: > On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: > > > > > > Does Cygwin uses EOF of Windows? > > > > No, Cygwin uses Ctrl-D for EOF like all POSIX. > > No, Cygwin uses whatever the user tells it to use during the install. No, you're confusing

Re: Running dovecot under Cygwin

2007-12-19 Thread Daniel Noll
On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: > > > > Does Cygwin uses EOF of Windows? > > No, Cygwin uses Ctrl-D for EOF like all POSIX. No, Cygwin uses whatever the user tells it to use during the install. Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

memmem issues

2007-12-19 Thread Eric Blake
memmem isn't standardized, but even so, it has some bugs based on comparison with strstr. memmem(haystack,len,"",0) should return haystack, not NULL. This should be an easy one-line fix. memmem currently has O(m*n) worst-case complexity (quadratic, when haystack and needle are both long). Bu

ok, i'm an idiot, so bear with me

2007-12-19 Thread rb76543
please look at this screen shot and give me a clue. in the file 'make_avr2.txt', the first line says this: cd "/cygdrive/d/cygwin/home/loser/avrdude", but if you look at the last line of the screen shot, clearly that directory exists. i've just started working with cygwin, so i'm doing something s

Re: _cygtls::handle_exceptions and segmentation fault while running bash script

2007-12-19 Thread pw
pw: wrote An input file mock up script is as follows (tested/works): #!/bin/bash #mockup_input_files.sh mkdir final mkdir sunshine for FNUM in `seq 1 26`;do OFILE=`echo $FNUM| awk '{print "./final/test_file_" $1 ".final.txt"}'`; echo "HEADER|HEADER|HEADER|HEADER|HEADER|HEADER|HEADER|H

Re: Installation problem with Windows Server 2008

2007-12-19 Thread Nimish Pachapurkar
On Dec 19, 2007 9:31 AM, Corinna Vinschen wrote: > On Dec 19 08:54, Nimish Pachapurkar wrote: > > On Dec 19, 2007 8:39 AM, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > http://cygwin.com/acronyms/#PCYMTNQREAIYR Sorry about the mail id. I will take care henceforth. > > > I was under the impres

_cygtls::handle_exceptions and segmentation fault while running bash script [Additional Information]

2007-12-19 Thread pw
Hello, I altered the problematic script in my previous email to use a list of input files from a file. As predicted the script had an exception after successfully processing one or two files. I ran the script again, resuming on the file where the processing stopped last. The following error was

Re: still having problem: devenv through sshd

2007-12-19 Thread Derek Lei Liu
I am running 1.5.25(0.156/4/2), not sure if that is what you meant by 1.5.25-7. Also, if it isn't, how to completely wipe out cygwin and reinstall again? On this issue, i have tried two reinstallation on two XP machines (just remove c:\cygwin and some registries). I also tried install Visual S

Re: cron

2007-12-19 Thread Pierre A. Humblet
- Original Message - From: "Bruno Zovich" <> To: Sent: Wednesday, December 19, 2007 12:36 PM Subject: ***[Possible UCE]*** cron | Hello, | | I've tried multiple suggestions -- no luck, | Can you point me in the right direction? The error messages are 2007/12/12 15:50:03 [bzovich] cron

_cygtls::handle_exceptions and segmentation fault while running bash script

2007-12-19 Thread pw
Hello, I am running a bash script used for processing some text files. The script works fine for a few files and then _cygtls will throw and exception, there will be a segfault and a core gets dumped. If I restart the bash script on the file where it last left off the script will continue for a

cron

2007-12-19 Thread Bruno Zovich
Hello, I've tried multiple suggestions -- no luck, Can you point me in the right direction? tanx, Bruno Zovich Current version -rwxr-x---+ 1 bzovich Users 4959 Jun 12 2007 /usr/share/doc/Cygwin/cron-4.1-6.README Running crons: None Sendmail: lrwxrwxrwx 1 bzovich None 16 Dec 19 09:02 /usr/sbi

Re: Installation problem with Windows Server 2008

2007-12-19 Thread Corinna Vinschen
On Dec 19 08:54, Nimish Pachapurkar wrote: > On Dec 19, 2007 8:39 AM, Corinna Vinschen <[EMAIL PROTECTED]> wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR > > Windows 2008 Server is not yet supported. > > Thanks for the clarification. Is there a plan for supporting it in near > future? As u

Re: Installation problem with Windows Server 2008

2007-12-19 Thread Nimish Pachapurkar
On Dec 19, 2007 8:39 AM, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Dec 19 08:18, Nimish Pachapurkar wrote: > > Hello, > > > > I am experiencing problem with Cygwin installation on the latest > > Windows Server 2008 Enterprise version RC1. I am using the latest > > setup.exe from Cygwin home

Re: Installation problem with Windows Server 2008

2007-12-19 Thread Corinna Vinschen
On Dec 19 08:18, Nimish Pachapurkar wrote: > Hello, > > I am experiencing problem with Cygwin installation on the latest > Windows Server 2008 Enterprise version RC1. I am using the latest > setup.exe from Cygwin home page (as of yesterday). The setup runs fine > during the package selection and d

Installation problem with Windows Server 2008

2007-12-19 Thread Nimish Pachapurkar
Hello, I am experiencing problem with Cygwin installation on the latest Windows Server 2008 Enterprise version RC1. I am using the latest setup.exe from Cygwin home page (as of yesterday). The setup runs fine during the package selection and download phase. The installation "hangs" when it tries t

RE: xemacs marking a buffer as read-only

2007-12-19 Thread Mark Newsam
Hi, I have been having a problem with xemacs running on cygwin and writing to files on a network drive which are handled by a OpenSUSE 10.2 server running samba 3.3. It seems that if the file already existed then there is no problem with editing the file and saving it. But I cannot create

Re: still having problem: devenv through sshd

2007-12-19 Thread Corinna Vinschen
On Dec 18 17:34, Derek Lei Liu wrote: > Kind of wondering if this thing ever work for anyone. A few weeks back, i > had problem to run "devenv" build script through sshd on windows 2003 > server. here is the thread: > http://sourceware.org/ml/cygwin/2007-11/msg00473.html The symptom was > basic

Re: Intermittent perl crash (Attn: coreutils and bash maintainer)

2007-12-19 Thread Corinna Vinschen
On Dec 18 21:08, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Igor Peshansky on 12/18/2007 11:58 AM: > > I bet that if you did post one, it would show that your Cygwin is > > installed on either FAT or FAT32, not NTFS. That, and the DOS "Read-only" > > bit

Re: File name too long problem -- maybe fix coming?

2007-12-19 Thread Corinna Vinschen
On Dec 18 21:06, Eric Blake wrote: > According to Linda Walsh on 12/18/2007 3:30 PM: > > Is it possible the update quoted at the bottom will address or fix > > the path-len problem, mentioned below, in cygwin? > > Why not try out the snapshots, and see for yourself? But yes, it looks > like Corin

[ANNOUNCEMENT] Updated: ttcp-20071212-1 -- Network benchmarking tool

2007-12-19 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.netcordia.com/resources/tools.asp License : GPL Network throughput testing tool. It can be also used to create a network pipe through which you can push any other data you might have. CHANGES SINCE LAST RELEASE

[ANNOUNCEMENT] Updated: epstool 3.08-2 -- edit preview images and fix bounding boxes in EPS files

2007-12-19 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm License : GPL Encapsulated PostScript (EPS) files may contain a preview to be used by programs that can't interpret the PostScript code. epstool can create and extract such previews. CHANGES SINCE