Re: debug information

2006-06-15 Thread Wynfield Henman
Brian, thanks for the lead and helpfull information regarding SIGSEGV. Henman On 6/2/06, Brian Dessent <[EMAIL PROTECTED]> ... Please search the archives for the many recent threads on this topic. What you are seeing is not an actual SIGSEGV, it is a bug/limitation in gdb related to how Cygw

Re: Uninstalling cygwin

2006-06-15 Thread Thorsten Kampe
* julien (2006-06-15 06:37 +) > I got problems with cygwin under WinXP and I want to uninstall it > completely to re-install it correctly. > Cygwin is not in the Windows Configuration panel/Uninstall > > I first deleted the Cygwin root folder and all subfolders, then I > re-installed Gygwin,

Has anybody built emacs from the source package ?

2006-06-15 Thread Jurgen Defurne
Hello, everybody, I want to install emacs in my MontaVista environment, so I downloaded the Cygwin sources for it (I succeeded in installing rxvt in the same environment). I unpack it and there are two files, a build and installation script, and the complete sources as tar.gz. However, when I r

Re: listen/accept/fork behavior problem between cygwin1 1.5.18 and cygwin1.dll 1.5.19

2006-06-15 Thread Corinna Vinschen
On Jun 14 19:30, [EMAIL PROTECTED] wrote: > On Wed, Jun 14, 2006 at 10:40:25PM +0200, Corinna Vinschen wrote: > > > > Thanks very much for your testcase. I applied a patch to Cygwin, please > > give the next developer snapshot from http://cygwin.com/snapshots/ a try. > > > > Corinna > > Thank y

Re: listen/accept/fork behavior problem between cygwin1 1.5.18 and cygwin1.dll 1.5.19

2006-06-15 Thread clayne
On Thu, Jun 15, 2006 at 09:58:40AM +0200, Corinna Vinschen wrote: > > thread + select(). One thing I notice is that if a read() is in progress > > and one > > is currently sitting in select(), all other read()s in seperate select()s > > will > > then stall if the former read() times out or takes

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Kyle McKay
On 15 Jun 2006 at 00:44:05 -0400 Christopher Faylor wrote: On Wed, Jun 14, 2006 at 08:29:50PM -0700, Kyle McKay wrote: >If you have ever tried to interrupt a program running under cygwin >gdb, you have probably experienced some frustration. Especially if >the program was built with -mno-cygwin.

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread clayne
On Thu, Jun 15, 2006 at 01:20:40AM -0700, Kyle McKay wrote: > I'm almost never running gdb from a genuine DOS command prompt. > Sometimes via ssh, sometimes via a terminal emulator. CTRL-C doesn't > work in those. Same here. > Finally, it NEVER works no matter what if you are debugging a pr

Unable to delete directory in Cygwin

2006-06-15 Thread Gina Verlekar
Hi, I have implemented some changes in the linker code for some intermediate processing. For that I need to create a temporary directory, generate some intermediate files in it, process those files by calling a function. After processing of the intermediate files, I delete the intermediate f

Re: cygipc-1.13-2.tar.bz2 download

2006-06-15 Thread Reini Urban
Rajendra S. Gad schrieb: Sir Igor, I am installing the DSpace application on the UBUNTU version 5.10 . Please inform me where I will have better instruction for installing and configuring DSpace on this plateform. Slightly off-topic, but for the sake of interest: I'm just crosscompiling libstdc

cygdrive 'find' problem fixed in ver 4.3.0

2006-06-15 Thread mark.m.wright
Hi all, I had the cygdrive 'find' problem whereby the command cant traverse the mounted drived under /cygdrive properly, as described in these posts: http://sourceware.org/ml/cygwin/2005-11/msg00772.html http://sourceware.org/ml/cygwin/2006-04/msg00112.html http://www.cygwin.com/ml/cygwin/2005-10

GPL Alert: Super

2006-06-15 Thread Michael Schaap
http://www.erightsoft.com/SUPER.html It's a GUI around a bunch of command-line video file editing tools. Installs both cygwin1.dll and cygz.dll in the System32 folder. Can't find any mention of source code on the web site. (I won't even mention that it distributes these open source command-li

sshd connection reset by peer problem

2006-06-15 Thread marct
Hi, I installed cygwin on xp and installed openssh and cygrunsrv. All worked well and I could ssh to my localhost. Today I get the following message when I ssh: "Read from socket failed: Connection reset by peer" I have tried to uninstall and reinstall cygwin but this has not corrected the probl

Re: cygdrive 'find' problem fixed in ver 4.3.0

2006-06-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to [EMAIL PROTECTED] on 6/15/2006 4:32 AM: > Hi all, > > I had the cygdrive 'find' problem whereby the command cant traverse the > mounted drived under /cygdrive properly, as described in these posts: > > http://sourceware.org/ml/cygwin/200

Re: Unable to delete directory in Cygwin

2006-06-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gina Verlekar on 6/15/2006 3:53 AM: > Hi, > > I have implemented some changes in the linker code for some intermediate > > processing. > For that I need to create a temporary directory, generate some > intermediate > files in it, proce

Re: sshd connection reset by peer problem

2006-06-15 Thread clayne
This doesn't look like a cygwin problem to me at all. Look at the first 20 lines of your debug output again. -cl On Thu, Jun 15, 2006 at 04:46:23AM -0700, marct wrote: > "Read from socket failed: Connection reset by peer" AKA "you sent bunk data, try again." > $ ssh -vvv localhost > OpenSSH_4.

Problems with NFS server

2006-06-15 Thread Nicolas Boudin
Hello, I am trying to export via NFS a cygwin directory as a root filesystem for an embedded Linux system (I hope it can work..), but I get problems. I installed the NFS services properly on Windows XP (nfsd, portmap, mountd). As indicated in the install script, they are running as an user tha

sysconf(_SC_PAGESIZE) set to 64k

2006-06-15 Thread Ehren Jarosek
I don't know if this is something I am doing wrong or an issue. When compiling under cygwin sysconf(_SC_PAGESIZE) returns 65536 (64k) memory page size. My understanding is that: sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES) should yield the total physical memory size of the machine. However,

RE: sysconf(_SC_PAGESIZE) set to 64k

2006-06-15 Thread Dave Korn
On 15 June 2006 14:56, Ehren Jarosek wrote: > I don't know if this is something I am doing wrong or an issue. > > When compiling under cygwin sysconf(_SC_PAGESIZE) returns 65536 (64k) > memory page size. My understanding is that: > > sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES) > > should y

Re: sshd connection reset by peer problem

2006-06-15 Thread marct
Thanks for the pointer. I removed all of my keys from the .ssh directory and then ran ssh-keygen.exe which created 3 new sets of keys but I still get connection reset by peer: $ ssh -vvv localhost OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006 debug1: Reading configuration data /etc/ssh_config debug2:

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Igor Peshansky
On Thu, 15 Jun 2006, Kyle McKay wrote: > On 15 Jun 2006 at 00:44:05 -0400 Christopher Faylor wrote: > > On Wed, Jun 14, 2006 at 08:29:50PM -0700, Kyle McKay wrote: > > > If you have ever tried to interrupt a program running under cygwin > > > gdb, you have probably experienced some frustration. E

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Christopher Faylor
On Thu, Jun 15, 2006 at 01:20:40AM -0700, Kyle McKay wrote: >On 15 Jun 2006 at 00:44:05 -0400 Christopher Faylor wrote: >>On Wed, Jun 14, 2006 at 08:29:50PM -0700, Kyle McKay wrote: >>>If you have ever tried to interrupt a program running under cygwin >>>gdb, you have probably experienced some frus

RE: FW: Need help to compile coreutils-5.96

2006-06-15 Thread Olivier Langlois
Hi, What you say makes sense. I have run coreutils-5.96-1.sh first and it did not complete correctly because I did not have patch installed. I have downloaded patch and then executed the script again thinking that it would overwrite what the first attempt did. I will try to redo the whole process

Re: Unable to delete directory in Cygwin

2006-06-15 Thread Thorsten Kampe
* Gina Verlekar (2006-06-15 10:53 +) > I have implemented some changes in the linker code for some intermediate > processing. > For that I need to create a temporary directory, generate some > intermediate > files in it, process those files by calling a function. After processing > of the

RE: cygdrive flags / hiding cygdrive prefix directory (the old behavior)

2006-06-15 Thread Stepp, Charles
Symlink? ln -s /cygdrive/c /c Charles Stepp Unix SA CYGWIN ROCKS!! -Original Message- From: kralius [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 11:26 PM To: cygwin@cygwin.com Subject: Re: cygdrive flags / hiding cygdrive prefix directory (the old behavior) Thanks for the

RE: cygdrive flags / hiding cygdrive prefix directory (the old behavior)

2006-06-15 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
Does the following do what you want? mount -u -b --change-cygdrive-prefix "/" You may want to change the -u and -b options to fit your circumstances. (I'm surprised that this wasn't mentioned previously, so I may have misunderstood and this may not be the solution to the problem.) - Barr

Re: sysconf(_SC_PAGESIZE) set to 64k

2006-06-15 Thread Corinna Vinschen
On Jun 15 15:09, Dave Korn wrote: > On 15 June 2006 14:56, Ehren Jarosek wrote: > > > I don't know if this is something I am doing wrong or an issue. > > > > When compiling under cygwin sysconf(_SC_PAGESIZE) returns 65536 (64k) > > memory page size. My understanding is that: > > > > sysconf(_SC

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Christopher Faylor
On Thu, Jun 15, 2006 at 01:28:59AM -0700, [EMAIL PROTECTED] wrote: >On Thu, Jun 15, 2006 at 01:20:40AM -0700, Kyle McKay wrote: >> I'm almost never running gdb from a genuine DOS command prompt. >> Sometimes via ssh, sometimes via a terminal emulator. CTRL-C doesn't >> work in those. > >Same

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Christopher Faylor
On Thu, Jun 15, 2006 at 10:43:23AM -0400, Igor Peshansky wrote: >The workaround would be even better if you didn't need a separate program. >How about submitting a patch for Cygwin's "kill" (with a new signal, >SIGDBG or SIGDEBUG)? CGF, would you consider such a patch? No. cgf -- Unsubscribe in

RE: FW: Need help to compile coreutils-5.96

2006-06-15 Thread Olivier Langlois
Eric, I think that I have found the problem. In the file lib/Makefile.am, you have libcoreutils_a_SOURCES = \ allocsa.c allocsa.h \ euidaccess.h \ exit.h \ fprintftime.c fprintftime.h \ full-read.c full-read.h \ full-write.c full-write.h \ getaddrinfo.h \ gettext.h \ localcharse

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Kyle McKay
On 15 Jun 2006 11:04:56 -0400, Christopher Faylor wrote: >Lacking the ability to interrupt a running program severely limits >gdb's usefulness. Fortunately there's a workaround available. Yep. Use a console window. Maybe I haven't been clear. THIS DOES NOT WORK. Compile the below hellowin.

Re: Problems with NFS server

2006-06-15 Thread Sam Robb
On Thu, 2006-06-15 at 15:36 +0200, Nicolas Boudin wrote: > Hello, > > I am trying to export via NFS a cygwin directory as a root filesystem for an > embedded Linux system (I hope it can work..) It should - that's the whole reason I ported it for cygwin in the first place :-) Could you post your

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Christopher Faylor
On Thu, Jun 15, 2006 at 10:38:57AM -0700, Kyle McKay wrote: >On 15 Jun 2006 11:04:56 -0400, Christopher Faylor wrote: >>>Lacking the ability to interrupt a running program severely limits >>>gdb's usefulness. Fortunately there's a workaround available. >> >>Yep. Use a console window. > >Maybe I h

Re: cygdrive flags / hiding cygdrive prefix directory (the old behavior)

2006-06-15 Thread Carl Christopher Edquist
On 6/15/06, Buchbinder, Barry (NIH/NIAID) [E] wrote: Does the following do what you want? mount -u -b --change-cygdrive-prefix "/" Stepp, Charles wrote: > Symlink? > > ln -s /cygdrive/c /c No... Thanks but no. Barry and Charles, i think you're answering a different question. This

python-2.4.3-1 problem with urllib2

2006-06-15 Thread Chris AtLee
The attached python script works fine under python-2.4.1-1. Under python-2.4.3-1, I get this output: Using urllib.urlopen .. Using urllib2.urlopen .

RE: sshd connection reset by peer problem

2006-06-15 Thread Harig, Mark
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of marct > Sent: Thursday, June 15, 2006 10:23 AM > To: cygwin@cygwin.com > Subject: Re: sshd connection reset by peer problem > > > Thanks for the pointer. I removed all of my keys from the > .ssh d

RE: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Dave Korn
On 15 June 2006 18:39, Kyle McKay wrote: > On 15 Jun 2006 11:04:56 -0400, Christopher Faylor wrote: >>> Lacking the ability to interrupt a running program severely limits >>> gdb's usefulness. Fortunately there's a workaround available. >> >> Yep. Use a console window. > > Maybe I haven't been

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Kyle McKay
On 15 Jun 2006 13:57:14 -0400, Christopher Faylor wrote: On Cygwin, gdb is the debugger for programs produced by gcc. You are not going to be able to read many (any?) symbols for programs produced by other compilers so there really isn't much of a reason to use gdb to debug non-gcc-produced prog

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Christopher Faylor
On Thu, Jun 15, 2006 at 12:17:09PM -0700, Kyle McKay wrote: >On 15 Jun 2006 13:57:14 -0400, Christopher Faylor wrote: >>On Cygwin, gdb is the debugger for programs produced by gcc. You are >>not going to be able to read many (any?) symbols for programs produced >>by other compilers so there really

Re: cygdrive flags / hiding cygdrive prefix directory (the old behavior)

2006-06-15 Thread Brian Dessent
"Stepp, Charles" wrote: > Symlink? > > ln -s /cygdrive/c /c Oh please no. If you want that just set the cygdrive prefix to / ("mount -c /"). Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Charli Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > Sent: Thursday, June 15, 2006 3:29 PM > To: cygwin@cygwin.com > Subject: Re: GDB Ctrl-C Interrupt Fails WORKAROUND > > > On Thu, Jun 15, 2

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2006-06-15 Thread Christopher Faylor
On Thu, Jun 15, 2006 at 05:28:59PM -0400, Charli Li wrote: >For me, the Ctrl+C thing never works, on cygwin.bat AND xterm. I would use >Ctrl+Z instead. >So if you hit Ctrl+Z, this would appear (for example): > >[1]+ Stopped gpg Since using CTRL-Z only works on a runnin

random "fork: Resource temporarily unavailable"

2006-06-15 Thread Linda Walsh
I've not seen this message except when I've had to rapidly press ^C to break out of a loop shell script. Today, I've seen it twice when there was virtually no cpu load on the system, about 50% virtual memory committed, and 40 processes. Once, was with an "ls" command, the other happened as my sh

bash and CSRSS consuming 100% of CPU

2006-06-15 Thread Science Guy
This problem has been noted before by someone else, http://www.mail-archive.com/cygwin@cygwin.com/msg37532.html but I followed the threads and can find no resolution. When I fire-up a cygwin bash window, everything is fine for a few minutes. Then the CPU utilization on my system suddenly jumps t

Re: bash and CSRSS consuming 100% of CPU

2006-06-15 Thread Brian Dessent
Science Guy wrote: > > This problem has been noted before by someone else, > > http://www.mail-archive.com/cygwin@cygwin.com/msg37532.html > > but I followed the threads and can find no resolution. The problem is caused by sysinternals' process explorer injecting its own threads into other proc

RE: random "fork: Resource temporarily unavailable"

2006-06-15 Thread Charli Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Linda Walsh > Sent: Thursday, June 15, 2006 6:06 PM > To: cygwin@cygwin.com > Subject: random "fork: Resource temporarily unavailable" > > > I've not seen th

Re: random "fork: Resource temporarily unavailable"

2006-06-15 Thread Larry Hall (Cygwin)
Linda Walsh wrote: I've not seen this message except when I've had to rapidly press ^C to break out of a loop shell script. Today, I've seen it twice when there was virtually no cpu load on the system, about 50% virtual memory committed, and 40 processes. Once, was with an "ls" command, the oth

Re: RPM's require to much knowledge of setup to port easily

2006-06-15 Thread Linda Walsh
Larry Hall (Cygwin) wrote: Ah, the lack of a Windows RPM port was *exactly* the reason setup.exe was created. The simplest way to port RPM was to use Cygwin, which then leads to a chicken/egg problem. Most linux distributions have solved this issue. When one goes to do an install o

Re: GPL Alert: Super

2006-06-15 Thread Lloeki
On Thursday 15 June 2006 13:09, Michael Schaap wrote: > http://www.erightsoft.com/SUPER.html > It's a GUI around a bunch of command-line video file editing tools. > > Installs both cygwin1.dll and cygz.dll in the System32 folder. Can't > find any mention of source code on the web site. > > (I won'

Re: GPL Alert: Super

2006-06-15 Thread Brian Dessent
Lloeki wrote: > He doesn't have to provide source code > for distributed binaries either, but just point out that it's free software, > and if ever asked for source code, point at a place to get it. False. If you provide cygwin1.dll you must provide its source. Period. You can't say "it's free

RE: Problems with NFS server

2006-06-15 Thread Nicolas Boudin
> -Original Message- > From: Sam Robb > Sent: donderdag 15 juni 2006 19:54 > To: Nicolas Boudin > Cc: cygwin@cygwin.com > Subject: Re: Problems with NFS server > > > On Thu, 2006-06-15 at 15:36 +0200, Nicolas Boudin wrote: > > Hello, > > > > I am trying to export via NFS a cygwin direct