1.5.19: apache-1.3.33-2 eventual hang/stuck.

2006-03-29 Thread Kent Ho
Hi, I install cygwin 1.5.19 with apache-1.3.33-2 out of the box. I then started the apache server with default configs. I can browse the "Seeing this instead of the website you expected?" page and clicking around the apache documentation page ok, but eventually the server will hang within a

tail after tab completion in prompt

2006-03-29 Thread William Xue
Hi, Please let me describe the issue for you: After set the PS1 in .bashrc to : ---8<->8--- PS1="\[\e]2;\w -- [EMAIL PROTECTED]@\H hangsps:\j\d \t\a\]\[\e[31;1m\][\[\e[36;[EMAIL PROTECTED] \[\e[33;1m\]\W\[\e[31;1m\]]\[\e[34;1m\]\[\e[32;1m\]\$

1.5.19: Problem with Named Pipes

2006-03-29 Thread Nate
I am running Cygwin 1.5.19, and I'm experiencing some problems with named pipes. When reading from and writing to a named pipe, it should not matter which process starts first, but I have found a condition which Cygwin does not handle. To illustrate the problem make two named pipes: mknod -m 06

Re: CreateFileAndSetSecurity error

2006-03-29 Thread Igor Peshansky
On Wed, 29 Mar 2006, Gary Heinz wrote: > Hi, > > I ran across your thread 'Cygwin 1.5.18-1 on Windows XP group and > passwd problem' by googling for this error message. Yours is still the > only google hit. > > I'm wondering if you found a resolution. I am seeing this same error on > all new XP

Re: Installation problem on windows 2000 server

2006-03-29 Thread jack
jack wrote: Igor Peshansky wrote: On Tue, 28 Mar 2006, jack wrote: Larry Hall (Cygwin) wrote: jack wrote: Hola, I'm trying to install cygwin on a windows 2000 terminal server (remote administration mode). [snip] The install finishes fine with no errors, but when I go to double click on the

Re: dlopen problems (Problem found)

2006-03-29 Thread Jacob Kolding
Jacob Kolding gmail.com> writes: > > > Have you tried "chmod a+x ./module.dll" ? > > Yes, with no luck. > > I just needed to add --dllname mainprog.exe as an option to dlltool :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

Re: dlopen() bug (new testcase)

2006-03-29 Thread Christopher Faylor
On Thu, Mar 30, 2006 at 01:35:54AM +0200, Bernhard Loos wrote: >> -Urspr?ngliche Nachricht- >> Von: Christopher Faylor >> Gesendet: Wed, 29 Mar 2006 18:15:34 -0500 >>On Thu, Mar 30, 2006 at 01:10:56AM +0200, Bernhard Loos wrote: >>>I looked at the problem again this week, but unfortunately

Re: 20060301 snapshot and later. sh hangs with very long command line

2006-03-29 Thread Brian Dessent
Christopher Faylor wrote: > Would you be willing to track down the snapshot when this started failing > again? 20060321 seems to be the last one that works; 20060322 and subsequent hang. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: dlopen() bug (new testcase)

2006-03-29 Thread Bernhard Loos
> -Ursprüngliche Nachricht- > Von: Christopher Faylor > Gesendet: Wed, 29 Mar 2006 18:15:34 -0500 >On Thu, Mar 30, 2006 at 01:10:56AM +0200, Bernhard Loos wrote: >>I looked at the problem again this week, but unfortunately I'm unable >>to debug anything happening after the first SIGSEGV.

Re: 20060301 snapshot and later. sh hangs with very long command line

2006-03-29 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 03:14:54PM -0800, Brian Dessent wrote: >Christopher Faylor wrote: >>>I was building binutils using the cygwin 20060308 snapshot, and when it >>>did the check for "finding the maximum length of command line" a sh >>>shell goes to 99% cpu usage and doesn't return until I end t

Re: dlopen() bug (new testcase)

2006-03-29 Thread Christopher Faylor
On Thu, Mar 30, 2006 at 01:10:56AM +0200, Bernhard Loos wrote: >I looked at the problem again this week, but unfortunately I'm unable >to debug anything happening after the first SIGSEGV. I inserted a view >OutputDebugString()-calls and got those results: > >00:00:00.703: LoadLibraryA("H:\cygwin\t

Re: 20060301 snapshot and later. sh hangs with very long command line

2006-03-29 Thread Brian Dessent
Christopher Faylor wrote: > >I was building binutils using the cygwin 20060308 snapshot, and when > >it did the check for "finding the maximum length of command line" a > >sh shell goes to 99% cpu usage and doesn't return until I end the > >process using task manager. > > > >I isolated the portion

Re: dlopen() bug (new testcase)

2006-03-29 Thread Bernhard Loos
Hello I looked at the problem again this week, but unfortunately I'm unable to debug anything happening after the first SIGSEGV. I inserted a view OutputDebugString()-calls and got those results: 00:00:00.703: LoadLibraryA("H:\cygwin\test\CrashTest\CrashTest.dll") called from "CYGWIN1.DLL" at ad

Re: clamav: no shared libclamav

2006-03-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: > Nope, > -no-undefined is there I believe, resp. not necessary anymore. > Another libtool problem, probably with file.exe and import lib detection. Are you using autoreconf to pull in our libtool? I haven't had any problems with o

segfault on memory intensive programs

2006-03-29 Thread Pete
I have some benchmarkign code #define N 600 // Matrix rank #define ITERATIONS 2000 int main( void ) { // Set up the timer and start it ticking. Timer timer; timer.startTimer(); // We multiply m1 and m2, and put the result in m3. int m1[N][N];

Any pppd implementation for Cygwin?

2006-03-29 Thread ksun
Greetings! I use pppd/ssh for vpn on Linux. I wonder if there is any pppd implementation on Cygwin, so I don't have to boot into Linux when I need vpn. Thanks! -- Kang -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

bison bug

2006-03-29 Thread Stefan Vorkoetter
The latest version of bison appears to be broken. Regardless of the grammar input file, the generated y.tab.c file contains a syntax error in the definition of yyparse when __STDC__ and YYPARSE_PARAM are not defined. Specifically, the generated code looks like: int yyparse () ; { int yyst

Re: Spam:Re: File copying problem

2006-03-29 Thread Stefan Vorkoetter
Stefan Vorkoetter wrote: Igor Peshansky wrote: On Wed, 29 Mar 2006, Stefan Vorkoetter wrote: Does anyone know where I can get a slightly older cygwin1.dll (1.5.19.[123]) ? The latest one breaks the copying of files from a Samba server (it always says the file's been replaced during the copy).

Re: File copying problem

2006-03-29 Thread Stefan Vorkoetter
Igor Peshansky wrote: On Wed, 29 Mar 2006, Stefan Vorkoetter wrote: Does anyone know where I can get a slightly older cygwin1.dll (1.5.19.[123]) ? The latest one breaks the copying of files from a Samba server (it always says the file's been replaced during the copy). I tried reverting my enti

Re: File copying problem

2006-03-29 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 10:51:26AM -0500, Igor Peshansky wrote: >On Wed, 29 Mar 2006, Stefan Vorkoetter wrote: > >> Does anyone know where I can get a slightly older cygwin1.dll >> (1.5.19.[123]) ? The latest one breaks the copying of files from a Samba >> server (it always says the file's been rep

Re: File copying problem

2006-03-29 Thread Igor Peshansky
On Wed, 29 Mar 2006, Stefan Vorkoetter wrote: > Does anyone know where I can get a slightly older cygwin1.dll > (1.5.19.[123]) ? The latest one breaks the copying of files from a Samba > server (it always says the file's been replaced during the copy). > > I tried reverting my entire cygwin instal

Re: dlopen problems

2006-03-29 Thread Jacob Kolding
> Have you tried "chmod a+x ./module.dll" ? Yes, with no luck. -- 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: dlopen problems

2006-03-29 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 03:24:29PM +, Jacob Kolding wrote: >> Try >> >> dlopen("./module.dll",flags) >> > >I have tried that and also tried using the full path to the module, >but in both cases I get the same error message. Have you tried "chmod a+x ./module.dll" ? cgf -- Unsubscrib

File copying problem

2006-03-29 Thread Stefan Vorkoetter
Does anyone know where I can get a slightly older cygwin1.dll (1.5.19.[123]) ? The latest one breaks the copying of files from a Samba server (it always says the file's been replaced during the copy). I tried reverting my entire cygwin installation to a much older one, but that caused too much

Re: Please help on cscope15.5 compiling errors

2006-03-29 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 06:39:34AM -0700, Eric Blake wrote: >According to Hong Sun on 3/28/2006 10:24 PM: >>I was not able to attach the cyhcheck.out file as it was bounced back >>as spam. > >I'm not sure it was the cygcheck.out that triggered the filter, >especially since most people have no probl

Re: dlopen problems

2006-03-29 Thread Jacob Kolding
> Try > > dlopen("./module.dll",flags) > I have tried that and also tried using the full path to the module, but in both cases I get the same error message. /Jacob Kolding -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/probl

Re: informal report on "fork: Resource temporarily unavailable" incidents

2006-03-29 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 01:16:48PM +0200, Corinna Vinschen wrote: >That's always a good idea. You sure? That sounds like maybe the next release would get some testing if that happens and, then, mailing list traffic might suffer. No, wait. It's ok. The sshd/cygwin/select is slow discussion will

'run' command quirks

2006-03-29 Thread Jerry D. Hedden
I am trying to run the Windows version of gVim from a bash script using the 'run' command. Starting gVim directly (i.e., without using 'run') works: '/cygdrive/c/program files/vim/vim64/gvim.exe' Using 'run' works if I 'cd' to the gVim directory first: cd '/cygdrive/c/program files/vim/vi

[ANNOUNCEMENT] Updated: OpenSSH-4.3p2-3

2006-03-29 Thread Corinna Vinschen
I've just updated the version of OpenSSH to 4.3p2-3. This version is supposed to fix the problem that all users using X11 forwarding accidentally get the same $DISPLAY value, which results in all sorts of problems, as outlined on the Cygwin list: http://cygwin.com/ml/cygwin/2006-03/msg00785.html h

[ANNOUNCEMENT] Updated [experimental]: bash-3.1-4

2006-03-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of bash, 3.1-4, is available for experimental use. NEWS: = This is a minor patch update to the previous experimental bash-3.1-3. It adds three new upstream patches (assignment parsing of (), and two readline patches also available i

Re: Please help on cscope15.5 compiling errors

2006-03-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Hong Sun on 3/28/2006 10:24 PM: > Hi, > > I was not able to attach the cyhcheck.out file as it was bounced back as > spam. I'm not sure it was the cygcheck.out that triggered the filter, especially since most people have no problems in a

Re: Problems with sshd

2006-03-29 Thread Corinna Vinschen
On Mar 29 04:42, Brian Dessent wrote: > Corinna Vinschen wrote: > > > It is possible to change the service's configuration including the > > dependencies using a Win32 system call (ChangeServiceConfig), but > > I don't know of a tool which utilizes this call *and* allows to > > change the dependen

Re: Problems with sshd

2006-03-29 Thread Brian Dessent
Corinna Vinschen wrote: > It is possible to change the service's configuration including the > dependencies using a Win32 system call (ChangeServiceConfig), but > I don't know of a tool which utilizes this call *and* allows to > change the dependencies. In XP and later there is the SC command, wh

Re: dlopen problems

2006-03-29 Thread skaller
On Wed, 2006-03-29 at 08:55 +, Jacob Kolding wrote: > Hello > > I'm currently trying to port a 3d engine from linux to cygwin and I have some > trouble with the dlfcn.h functions. > > My main program loads a module via dlopen which works fine in linux, but under > cygwin I get an error "No su

Re: Sshd: problem with X11 passthru

2006-03-29 Thread Corinna Vinschen
On Mar 28 23:24, David Picton wrote: > >* From: Corinna Vinschen > >* To: cygwin at cygwin dot com > >* Date: Tue, 28 Mar 2006 12:29:40 +0200 > > > >On Mar 28 10:17, David Picton wrote: > > >From: Corinna Vinschen > > >On Mar 27 18:55, David Picton wrote: > > >> I have encountered a p

Re: informal report on "fork: Resource temporarily unavailable" incidents

2006-03-29 Thread Corinna Vinschen
On Mar 28 18:29, Tom Rodman wrote: > Not expecting help, just sharing. > > We're running windows 2003 server enterprise edition on a quad processor > HP proliant G3. uname -a results in > [CYGWIN_NT-5.2 c7mdcs063 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin]. > > Yesterday I ran a script (kick

Re: Problems with sshd

2006-03-29 Thread Corinna Vinschen
On Mar 28 14:58, Chris Sutcliffe wrote: > Hey, > > > I don't quite get it. Did you try to add a dependency to the sshd > > service so that its started after that LEAP service? That would seem to > > be more natural a solution than just giving up on ssh entirely and use > > *shudder violently* rl

dlopen problems

2006-03-29 Thread Jacob Kolding
Hello I'm currently trying to port a 3d engine from linux to cygwin and I have some trouble with the dlfcn.h functions. My main program loads a module via dlopen which works fine in linux, but under cygwin I get an error "No such file or directory" when I try to load a module.dll just for the h

UTF8 problem with rsync

2006-03-29 Thread Tomasz Chmielewski
I want to use rsync to backup files from a Windows server to a Linux server. rsync is running as a daemon on a Windows side. Copying files work fine, but unfortunately, any filename that contains non-standard characters (like German umlauts - Ü, Ö, Ä etc.) is converted into "?". This is the

UTF8 problem with rsync

2006-03-29 Thread Tomasz Chmielewski
I want to use rsync to backup files from a Windows server to a Linux server. rsync is running as a daemon on a Windows side. Copying files work fine, but unfortunately, any filename that contains non-standard characters (like German umlauts - Ü, Ö, Ä etc.) is converted into "?". This is the