GDB Interrupts on Cygwin

2006-03-17 Thread Doug Bohl
When running a Windows application from GDB, GDB gives control to the application at a certain point. It would be nice to, at an arbitrary time, suspend the application and give control back to GDB. I know that I can set breakpoints, but sometimes I don't know exactly when I want to break until a

RE: GDB Interrupts on Cygwin

2006-03-17 Thread Dave Korn
On 17 March 2006 08:55, Doug Bohl wrote: > When running a Windows application from GDB, > Ctrl-C > supposedly sends the SIGINT signal to GDB, breaking the running > application and restoring control to GDB. However, this does not > appear to work, at least not on Cygwin. > > I've tried /bin/kil

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Bob Rossi
On Fri, Mar 17, 2006 at 03:55:08AM -0500, Doug Bohl wrote: > When running a Windows application from GDB, GDB gives control to the > application at a certain point. It would be nice to, at an arbitrary > time, suspend the application and give control back to GDB. I know > that I can set breakpoin

RE: Don't understand proc magic check.

2006-03-17 Thread Dave Korn
On 16 March 2006 20:21, Brian Dessent wrote: > Dave Korn wrote: > >> I don't even understand how it can get to the "proc magic mismatch" error >> without printing out the "res is ..." debugging message, and I'm kinda >> stumped what to try next. Anyone got /any/ suggestions at all? > > By any

Accessing Samba server from cygwin: inodes, etc.

2006-03-17 Thread Andrew MacCormack
So, when I try and copy a file with the latest cygwin on the Samba server I get this message: cp: skipping file `capture.txt', as it was replaced while being copied and using find: find: /cygdrive/s/littertray/Display/Telford/Design/CVS changed during execution of find (old inode number -4091

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Christopher Faylor
On Fri, Mar 17, 2006 at 06:56:55AM -0500, Bob Rossi wrote: >On Fri, Mar 17, 2006 at 03:55:08AM -0500, Doug Bohl wrote: >> When running a Windows application from GDB, GDB gives control to the >> application at a certain point. It would be nice to, at an arbitrary >> time, suspend the application a

[ANNOUNCEMENT] Test release available: subversion-1.3.0-1

2006-03-17 Thread Max Bowsher
A test release of Subversion is now available: 1.3.0-1. This version is marked as a test release, because it is compiled against Apache 2.2.x, which is also a test release at the moment. IMPORTANT COMPATIBILITY NOTE for the subversion-apache2 package: Cygwin packages of Subversion 1.2.x are comp

How to run X Session from RH8 via ssh -X? How to run vnc via ssh?

2006-03-17 Thread Siegfried Heintze
Thanks for all the help so far. I hope this will be a 100% cygwin-mailing-list compliant posting. (1) I read the description of TOFU and I still don't understand it. I don't understand what I am doing wrong. If I want to quote a previous posting, should I not put the quoted text first and then my

RE: How to run X Session from RH8 via ssh -X? How to run vnc via ssh?

2006-03-17 Thread Dave Korn
On 17 March 2006 15:44, Siegfried Heintze wrote: > Thanks for all the help so far. I hope this will be a 100% > cygwin-mailing-list compliant posting. > > (1) I read the description of TOFU and I still don't understand it. I don't > understand what I am doing wrong. If I want to quote a previous

Re: How to run X Session from RH8 via ssh -X? How to run vnc via ssh?

2006-03-17 Thread Brett Serkez
> However, I cannot seem to start an X session from my "ssh -X -p 892 > [EMAIL PROTECTED]" session. I have previously reported this behavior, and not seen a fix, it used to work. The problem is running xauth under the covers hangs. If you add -v -v -v to your line above, you'll see it hang li

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Bob Rossi
On Fri, Mar 17, 2006 at 10:15:13AM -0500, Christopher Faylor wrote: > On Fri, Mar 17, 2006 at 06:56:55AM -0500, Bob Rossi wrote: > >On Fri, Mar 17, 2006 at 03:55:08AM -0500, Doug Bohl wrote: > >> When running a Windows application from GDB, GDB gives control to the > >> application at a certain poi

RE: How to run X Session from RH8 via ssh -X? How to run vnc via ssh?

2006-03-17 Thread Dave Korn
On 17 March 2006 16:19, Brett Serkez wrote: > >> However, I cannot seem to start an X session from my "ssh -X -p 892 >> [EMAIL PROTECTED]" session. > > > I have previously reported this behavior, and not seen a fix, it used to > work. > > The problem is running xauth under the covers hangs.

Re: bash and csrss using 100% of the CPU

2006-03-17 Thread Brett Serkez
> If I boot in safe mode, I don't see this problem. Since SpySweeper > doesn't start in safe mode, maybe SpySweeper is the culprit. I have no > idea how to fix this though. I do not run with SpySweeper, and have experienced this problem. During my original attempt to diagnose, I turned off all s

proftpd configuration - userpassword

2006-03-17 Thread Teggy P Veerapen
Hello, I'm not quite sure if it is cygwin/windows related issue or a proftpd configuration. I'm trying to configure proftpd as an anonymous ftp server which requires password authentication and which authenticates alias user rather than the system user. My configuration is the following: User

RE: bash and csrss using 100% of the CPU

2006-03-17 Thread Dave Korn
On 17 March 2006 16:54, Brett Serkez wrote: > >> If I boot in safe mode, I don't see this problem. Since SpySweeper >> doesn't start in safe mode, maybe SpySweeper is the culprit. I have no >> idea how to fix this though. > > I do not run with SpySweeper, and have experienced this problem. Ah

Rxvt+Bash dumps using 2006-03-15 snapshot

2006-03-17 Thread Jerry D. Hedden
After installing cygwin-inst-20060315.tar.bz2 (full snapshot 2006-03-16 03:13 GMT), I am unable to bring up Bash inside an RXVT window. The window appears for a second and then goes away, leaving a bash stackdump in my home directory. Attached are the base stackdump and the cygcheck output. The

RXVT+Bash cores with 2006-03-15 snapshot

2006-03-17 Thread Jerry D. Hedden
Using the full 2006-03-15 snapshot, I am unable to bring up Bash inside an RXVT window. The window opens for a moment and then closes. A base stackdump is left in my home dir. The 2006-03-09 snapshot works okay. Below are the stackdump and cygcheck output. (I tried to send them as attachments,

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Doug Bohl
Yes, I'm running it from a Windows console. I had CYGWIN=tty, but I've now removed it, and Ctrl-C still isn't working. I tried the MinGW version of GDB. Still no Ctrl-C. I tried Bob's tty 'voodoo'. Still no Ctrl-C. I'm using GDB 6.3.50_2004-12-28-cvs (cygwin-special), I have also compiled GDB

Re: How to run _X_ Session from RH8 via ssh -X? How to run vnc via ssh?

2006-03-17 Thread Christopher Faylor
On Fri, Mar 17, 2006 at 01:03:50PM -0600, Ren? Berber wrote: >Siegfried Heintze wrote: >[snip] This is off-topic for the cygwin list. Please use the cygwin-xfree list to discuss this. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/prob

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Christopher Faylor
On Fri, Mar 17, 2006 at 02:11:54PM -0500, Doug Bohl wrote: >Yes, I'm running it from a Windows console. I had CYGWIN=tty, but >I've now removed it, and Ctrl-C still isn't working. What does "I've removed it" mean? You can't just unset it in a bash shell. You have to remove it before any cygwin p

Re: How to run _X_ Session from RH8 via ssh -X? How to run vnc via ssh?

2006-03-17 Thread René Berber
Siegfried Heintze wrote: [snip] > > (2) For reasons I don't understand, there was a conflict between my router's > > sshd and my cygwin's sshd so I resolved the problem by changing the cygwin's > > configuration file to start sshd on a different port. Now, using a Red Hat 8 > > client, I can use bo

RE: RXVT+Bash cores with 2006-03-15 snapshot

2006-03-17 Thread Dave Korn
On 17 March 2006 18:33, Jerry D. Hedden wrote: > Below are the stackdump and cygcheck output. (I tried to send them as > attachments, but the email got bounced by virus checkers. I have no > idea why as they were both just text files.) Because any file with two dots in the name looks to a vi

RE: Problems mounting root filesystem off of NFS

2006-03-17 Thread doodsaq
Ok, I think I got the uid/gid issue figured out. My server.map file looks like this (I want all the files in my filesystem with tberger1 ownership to show up as root on the client): uid 0 895260 # user id for tberger1 gid 0 10545 # group id for tberger1 uid 0 100

Find tool contained in unknown pkg

2006-03-17 Thread Harry Putnam
I've just installed a very minimal cygwin. I noticed the `id' tool is not present and looking on the packages page I don't see it listed separately so I'm guessing it is contained in a package whos name may not reflect its presence. Anyone know which package that might be? -- Unsubscribe info:

RE: Find tool contained in unknown pkg

2006-03-17 Thread Jerry D. Hedden
> I've just installed a very minimal cygwin. I noticed the `id' tool is > not present and looking on the packages page I don't see it listed > separately so I'm guessing it is contained in a package whos name may > not reflect its presence. > > Anyone know which package that might be? coreutils

RE: Find tool contained in unknown pkg

2006-03-17 Thread Dave Korn
On 17 March 2006 20:28, Harry Putnam wrote: > I've just installed a very minimal cygwin. I noticed the `id' tool is > not present and looking on the packages page I don't see it listed > separately so I'm guessing it is contained in a package whos name may > not reflect its presence. > > Anyone

RE: Problems mounting root filesystem off of NFS

2006-03-17 Thread doodsaq
Oops, missing Guest account...that fixed the setegid stuff... however still can't login, something's wrong with my inittab I think. -- View this message in context: http://www.nabble.com/Problems-mounting-root-filesystem-off-of-NFS-t1293038.html#a3464265 Sent from the Cygwin Users forum at Nabble

Re: fopen with UTF-8 chars in filenames

2006-03-17 Thread Paul J. Lucas
On Thu, 16 Mar 2006, Christopher Faylor wrote: > I don't know if doing what the OP wants is possible on Cygwin ... I solved my problem by using _wfopen() and converting the path to UTF-16 first. Unless there's a way to work directly with UTF-8, I'll stick with that.

Re: fopen with UTF-8 chars in filenames

2006-03-17 Thread Christopher Faylor
On Fri, Mar 17, 2006 at 01:16:07PM -0800, Paul J. Lucas wrote: >On Thu, 16 Mar 2006, Christopher Faylor wrote: >>I don't know if doing what the OP wants is possible on Cygwin ... > >I solved my problem by using _wfopen() and converting the path to >UTF-16 first. Unless there's a way to work direct

Re: Don't understand proc magic check.

2006-03-17 Thread Brian Dessent
Dave Korn wrote: > Nahh, didn't help. Bizarro. > > Oh, hang on. "DESTDIR=" doesn't seem to work. Just specifying > "prefix=/usr" turns out to do the trick. > > Bingo! Thanks Brian. That's exactly what the message was trying to tell > me. Ah, that will teach me to type commands that I

RE: Find tool contained in unknown pkg

2006-03-17 Thread Igor Peshansky
On Fri, 17 Mar 2006, Dave Korn wrote: > On 17 March 2006 20:28, Harry Putnam wrote: > > > I've just installed a very minimal cygwin. I noticed the `id' tool is > > not present and looking on the packages page I don't see it listed > > separately so I'm guessing it is contained in a package whos n

Re: fopen with UTF-8 chars in filenames

2006-03-17 Thread Paul J. Lucas
On Fri, 17 Mar 2006, Christopher Faylor wrote: > Cygwin doesn't provide _wfopen. 1. I install Cygwin. 2. It's in stdio.h that gets installed as part of the Cygwin install. Therefore, as far as I'm concerned, it's in Cygwin. > So, if you are using _wfopen you stopped using Cygwin, then, too, pos

Re: fopen with UTF-8 chars in filenames

2006-03-17 Thread Igor Peshansky
On Fri, 17 Mar 2006, Paul J. Lucas wrote: > On Fri, 17 Mar 2006, Christopher Faylor wrote: > > > Cygwin doesn't provide _wfopen. > > 1. I install Cygwin. > 2. It's in stdio.h that gets installed as part of the Cygwin install. No, actually it's in stdio.h that's part of MinGW (and is installed as

sshd and scp/sftp: slow throughput on windows machines

2006-03-17 Thread Max Stein
Unfortunately, the performance of the cygwin sshd server is very poor when it comes to copying large files. I have made this observation on several new and fast machines (3 GHz, 512 MB RAM, 100 MB/s Intel Pro network card) running with Windows XP or Windows 2003 Server. The best speed achievable

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Doug Bohl
I know. I removed it using the Environment Variables option in My Computer, logged off, and logged back on, went into Cygwin, and checked the $CYGWIN variable. tty was no longer there. On 3/17/06, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Fri, Mar 17, 2006 at 02:11:54PM -0500, Doug Bohl

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

2006-03-17 Thread Charles Wilson
Igor Peshansky wrote: http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.13-2.tar.bz2 Please guide me. The question is: why do you need it? This package has been obsolete for some time, and has been superceded with functionality within Cygwin itself (see /usr/share/doc/Cygwin

Re: GCC 4.x+

2006-03-17 Thread Charles Wilson
Brian Dessent wrote: Angelo Graziosi wrote: I have built GCC-3.4.6, 4.0.3, 4.1.0 in this way (using the Cygwin GCC-3.4.4-1): ./configure --prefix=/usr/local/gcc-3.4.6 (or 4.0.3, 4.1.0) make make install I like to use --enable-version-specific-runtime-libs because it seems

Re: Find tool contained in unknown pkg

2006-03-17 Thread Eric Blake
> I've just installed a very minimal cygwin. I noticed the `id' tool is > not present A little too minimal, I would say. id is part of coreutils, which is a Base package, and as such, it should be part of every working cygwin installation. You may want to run 'cygcheck -c' to see which packages

Re: GCC 4.x+

2006-03-17 Thread Brian Dessent
Charles Wilson wrote: > I thought there were some patches to the cygwin gcc 3.4.x version that > had not yet been migrated to the official sources? I'd be glad to be > wrong, however. There's the patch that fixes throwing exceptions across DLLs (or something like that.) I know it's been submitt

Re: GCC 4.x+

2006-03-17 Thread Tim Prince
Charles Wilson wrote: Brian Dessent wrote: Angelo Graziosi wrote: I have built GCC-3.4.6, 4.0.3, 4.1.0 in this way (using the Cygwin GCC-3.4.4-1): ./configure --prefix=/usr/local/gcc-3.4.6 (or 4.0.3, 4.1.0) make make install I like to use --enable-version-specific-runti

Re: GCC 4.x+

2006-03-17 Thread Christopher Faylor
On Fri, Mar 17, 2006 at 10:55:53PM -0800, Tim Prince wrote: >I've heard of some reluctance among gcc developers to continue support >for cygwin. There seems to be a lack of interest in problem solving, or >in overcoming the binutils bottleneck in the way of a 64-bit native >cygwin. Huh? Could