Re: Update: perl-Win32-GUI, perl-libwin32

2005-03-02 Thread Gerrit P. Haase
Reini Urban wrote: Gerrit P. Haase schrieb: $ nm /lib/libodbccp32.a | grep ' _SQL' nm: '/lib/libodbccp32.a': No such file I have the import library in the right place: $ nm /lib/w32api/libodbccp32.a | grep ' _SQL' T [EMAIL PROTECTED] T [EMAIL PROTECTED] So this should be found

Setup.exe: Installing Packages

2005-03-02 Thread Steve Holmes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there any way to install individual packages other than the package selection menu? I personally am quite mouse impaired and wanna use the keyboard to do such things. Any way to pass it via a command line to setup.exe? As a separate idea, I

Re: keyboard jams when switching windows tasks

2005-03-02 Thread Alexander Gottwald
On Tue, 1 Mar 2005, Daniel Goertzen wrote: To unfreeze the window, do the exact same thing again. That's right, the frozen state is toggleable. Using this method, you can get multiple Konsoles frozen at the same time and unfreeze them in the order you want. When you unfreeze a console,

ignore modifier

2005-03-02 Thread J S
Hi, My users have a problem with the function keys (ie. F1, F2,) in their X application. If the numlock key is off, the function keys work fine. But if the numlock key is on, the function keys stop working. I know they could do xmodmap -e clear Mod2, however they want to be able to use the

Re: ignore modifier

2005-03-02 Thread Alexander Gottwald
On Wed, 2 Mar 2005, J S wrote: Is there a command like IgnoreModifier which you can specify on an individual key basis, so I could say for F1 to F12, ignore when the numlock key is on? Not that I know of. Sorry. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ:

1.5.13-1 and .bash_profile

2005-03-02 Thread Jack Tanner
Ever since I updated to 1.5.13-1, I get a weird delay when I log in to Cygwin/X. The delay does not happen under RXVT. The delay happens on two different WinXP SP2 machines. Here's how it happens. Run startxwin.bat, which runs xterm, which invokes bash, which sources .bash_profile. My

winsup/cygwin ChangeLog spawn.cc

2005-03-02 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-03-02 15:32:37 Modified files: cygwin : ChangeLog spawn.cc Log message: * spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they had previously been

winsup/cygwin ChangeLog autoload.cc

2005-03-02 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-03-02 16:13:27 Modified files: cygwin : ChangeLog autoload.cc Log message: * autoload.cc (LoadDLLprime): Mask error code to low-order 16 bits. (noload): Preserve

winsup/cygwin cygtls.cc ChangeLog

2005-03-02 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-03-03 00:33:03 Modified files: cygwin : cygtls.cc ChangeLog Log message: * cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It should always be set.

winsup/cygwin ChangeLog autoload.cc

2005-03-02 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-03-03 00:49:54 Modified files: cygwin : ChangeLog autoload.cc Log message: * autoload.cc (std_dll_init): Save and restore fpu control register around LoadAddress to

winsup/cygwin ChangeLog

2005-03-02 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-03-03 01:06:33 Modified files: cygwin : ChangeLog Log message: fix changelog garbling Patches:

cygstart patch

2005-03-02 Thread Derosa, Anthony CIV NAVAIR 2035, 2, 205/214
I found a small bug and added a feature to the cygstart utility, which is part of the cygutils package. The feature that I added removes the limit on the length of the command line arguments passed to the target application, which was previously limited to MAX_PATH. The bug I fixed was in

Re: cygstart patch

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 10:47:40AM -0500, Derosa, Anthony CIV NAVAIR 2035, 2, 205/214 wrote: I found a small bug and added a feature to the cygstart utility, which is part of the cygutils package. The feature that I added removes the limit on the length of the command line arguments passed to

cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Vincent Rowley
Hi, We found that cp corrupts binary files which is quite embarrassing... peugeot[/cygdrive/c/WINDOWS/system32] cp notepad.exe notepad_copy.exe peugeot[/cygdrive/c/WINDOWS/system32] diff notepad.exe notepad_copy.exe Files notepad.exe and notepad_copy.exe differ Please find attached the output

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Corinna Vinschen
On Mar 2 03:52, Vincent Rowley wrote: Hi, We found that cp corrupts binary files which is quite embarrassing... peugeot[/cygdrive/c/WINDOWS/system32] cp notepad.exe notepad_copy.exe peugeot[/cygdrive/c/WINDOWS/system32] diff notepad.exe notepad_copy.exe Files notepad.exe and

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Vincent Rowley
Corinna Vinschen corinna-cygwin at cygwin.com writes: On Mar 2 03:52, Vincent Rowley wrote: Hi, We found that cp corrupts binary files which is quite embarrassing... peugeot[/cygdrive/c/WINDOWS/system32] cp notepad.exe notepad_copy.exe peugeot[/cygdrive/c/WINDOWS/system32] diff

Kernel location

2005-03-02 Thread artem_ave
Hi, all. I'm trying to install shfs module. Installation guide (http://shfs.sourceforge.net/install.html) advises me: 2. Check the top-level Makefile for KERNEL_SOURCES variable. It should contain path to your kernel directory (where include/linux resides). I really have no idea what to set as

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Corinna Vinschen
On Mar 2 09:11, Vincent Rowley wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: On Mar 2 03:52, Vincent Rowley wrote: peugeot[/cygdrive/c/WINDOWS/system32] cp notepad.exe notepad_copy.exe peugeot[/cygdrive/c/WINDOWS/system32] diff notepad.exe notepad_copy.exe Files

Re: Kernel location

2005-03-02 Thread Corinna Vinschen
On Mar 2 12:33, artem_ave wrote: Hi, all. I'm trying to install shfs module. Installation guide (http://shfs.sourceforge.net/install.html) advises me: 2. Check the top-level Makefile for KERNEL_SOURCES variable. It should contain path to your kernel directory (where include/linux

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Vincent Rowley
Corinna Vinschen corinna-cygwin at cygwin.com writes: On Mar 2 09:11, Vincent Rowley wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: On Mar 2 03:52, Vincent Rowley wrote: peugeot[/cygdrive/c/WINDOWS/system32] cp notepad.exe notepad_copy.exe

help on installing apache

2005-03-02 Thread Erwin
Hello everyone I just installed cygwin then its packages (apache) Using mirror kambing.vlsm.org .I cant get it worked. I used the setup.exe GUI. What am I missing here? Oh yea and I'm a newbie at this Thanks and Regards Erwin Purnomo Get Firefox!

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Corinna Vinschen
On Mar 2 09:53, Vincent Rowley wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: I'm actually not the only one at my company having this issue. Three of us are in the same situation. All of us have installed Cygwin the same way though... Have you found anything suspect

is there cygwin mailist for beginners?

2005-03-02 Thread Erwin
Anyone know a good mailing list for cygwin where beginers people ask profesional people? Thanks and Regards Erwin Purnomo = This mail was scanned by Trend Micro IMSS 5.5 Running at e-intidata.com mail server

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Vincent Rowley
Corinna Vinschen corinna-cygwin at cygwin.com writes: On Mar 2 09:53, Vincent Rowley wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: I'm actually not the only one at my company having this issue. Three of us are in the same situation. All of us have installed Cygwin the

loading of wsock32 disturbs FPU

2005-03-02 Thread Ralf B. Schulz
This is a follow-up on thread 1.5.12: FPU affected by gethostname call. It shows that calling some functions of the windows API will affect the floating point unit so that all calculation are performed with double precision only, instead of long double precision. After careful examination, the

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Corinna Vinschen
On Mar 2 10:14, Vincent Rowley wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: Oh, wait. I see you're running coreutils-5.2.1-2. That version might actually have textmode issues. The current version is 5.2.1-5. Could you please try if that solves your problem? I will

Re: is there cygwin mailist for beginners?

2005-03-02 Thread Corinna Vinschen
On Mar 2 17:10, Erwin wrote: Anyone know a good mailing list for cygwin where beginers people ask profesional people? That's here. However, you should always start with searching the archives if your questions have been asked already. A good start is also the user's guide

RE: loading of wsock32 disturbs FPU

2005-03-02 Thread Dave Korn
Original Message From: Ralf B. Schulz Sent: 02 March 2005 12:07 This is a follow-up on thread 1.5.12: FPU affected by gethostname call. It shows that calling some functions of the windows API will affect the floating point unit so that all calculation are performed with double

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Corinna Vinschen
On Mar 2 13:33, Dave Korn wrote: Hm. We probably need to put a finit instruction into the autoload code somewhere. wsock_init () looks like just the place.. now if I just persuade the CVS code to build without a SIG11 (grmbl grmbl) Hmm? -v please. Corinna -- Corinna Vinschen

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Corinna Vinschen
On Mar 2 15:31, Corinna Vinschen wrote: On Mar 2 13:33, Dave Korn wrote: Hm. We probably need to put a finit instruction into the autoload code somewhere. wsock_init () looks like just the place.. now if I just persuade the CVS code to build without a SIG11 (grmbl grmbl)

Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-02 Thread Martin Egholm Nielsen
Hi there, I've ended up here after having rounded the gcc-irc-channel and the crosscompiler mailing-list. The story: I have compiled a gcc crosscompiler hosted under Cygwin using Dan Kegel's Crosstool scripts. However, as my application is growing in size (number of .o files) I suddenly get

Re: Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 03:49:33PM +0100, Martin Egholm Nielsen wrote: Hi there, I've ended up here after having rounded the gcc-irc-channel and the crosscompiler mailing-list. The story: I have compiled a gcc crosscompiler hosted under Cygwin using Dan Kegel's Crosstool scripts. However, as

cygstart patch

2005-03-02 Thread Derosa, Anthony CIV NAVAIR 2035, 2, 205/214
I found a small bug and added a feature to the cygstart utility, which is part of the cygutils package. The feature that I added removes the limit on the length of the command line arguments passed to the target application, which was previously limited to MAX_PATH. The bug I fixed was in

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote: On Mar 2 15:31, Corinna Vinschen wrote: On Mar 2 13:33, Dave Korn wrote: Hm. We probably need to put a finit instruction into the autoload code somewhere. wsock_init () looks like just the place.. now if I just persuade the

Re: cp (coreutils) 5.2.1 Corrupts Binary File

2005-03-02 Thread Igor Pechtchanski
On Wed, 2 Mar 2005, Corinna Vinschen wrote: On Mar 2 10:14, Vincent Rowley wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: Oh, wait. I see you're running coreutils-5.2.1-2. That version might actually have textmode issues. The current version is 5.2.1-5. Could you

RE: loading of wsock32 disturbs FPU

2005-03-02 Thread Dave Korn
with the homebrewed 20050302 that I am now using. I'll keep an eye out for it but it doesn't seem to be happening any more. ObBackOnTheFpuTopic: And I can confirm that adding 'asm (finit);' to wsock_init (I put it inside the if (!wsock_started) clause, just after the closing brace

RE: loading of wsock32 disturbs FPU

2005-03-02 Thread Dave Korn
Original Message From: Christopher Faylor Sent: 02 March 2005 16:33 On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote: On Mar 2 15:31, Corinna Vinschen wrote: On Mar 2 13:33, Dave Korn wrote: Hm. We probably need to put a finit instruction into the autoload code

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 05:21:55PM -, Dave Korn wrote: And I can confirm that adding 'asm (finit);' to wsock_init (I put it inside the if (!wsock_started) clause, just after the closing brace of the if (wsastartup) clause) fixes both the testcase that Ralf posted this morning and also fixes

RE: loading of wsock32 disturbs FPU

2005-03-02 Thread Dave Korn
Original Message From: Christopher Faylor Sent: 02 March 2005 17:41 On Wed, Mar 02, 2005 at 05:21:55PM -, Dave Korn wrote: And I can confirm that adding 'asm (finit);' to wsock_init (I put it inside the if (!wsock_started) clause, just after the closing brace of the if

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 06:42:13PM -, Dave Korn wrote: Original Message From: Christopher Faylor Sent: 02 March 2005 17:41 On Wed, Mar 02, 2005 at 05:21:55PM -, Dave Korn wrote: And I can confirm that adding 'asm (finit);' to wsock_init (I put it inside the if (!wsock_started)

Re: help on installing apache

2005-03-02 Thread Igor Pechtchanski
On Wed, 2 Mar 2005, Erwin wrote: Hello everyone I just installed cygwin then its packages (apache) Using mirror kambing.vlsm.org .I cant get it worked. I used the setup.exe GUI. What am I missing here? The exact description of the problems you've had, and the information about your system, as

mkpasswd (249): [5] Access is denied. #just subset of domain users listed

2005-03-02 Thread Tom Rodman
When running mkpasswd -l -d I get the error: mkpasswd (249): [5] Access is denied. See below bash session: [EMAIL PROTECTED] ~ $ date; uname -a Wed Mar 2 10:37:14 CST 2005 CYGWIN_NT-5.2 c7mkes132 1.5.13(0.122/4/2) 2005-03-01 11:01 i686 unknown unknown Cygwin [EMAIL PROTECTED]

Keeping cygwin updated on remote systems

2005-03-02 Thread DePriest, Jason R.
I have about 20 systems that are either behind firewalls that I don't control or hardened so that my only access to them is via SSH. I am using OpenSSH installed with the Cygwin setup.exe program and configured with the included scripts. I also tunnel VNC through SSH to get a remote desktop when

More error level issues

2005-03-02 Thread Brian Bruns
Hey all, Sorry to bring this up again, but I'm having issues again with Cygwin not passing error level codes back to the cmd shell. Example, when clamscan finds a virus, it issues a return code of 1. Inside of a Cygwin env it returns fine. ../test/clam.exe: ClamAV-Test-File

Re: More error level issues

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 03:30:00PM -0500, Brian Bruns wrote: Sorry to bring this up again, but I'm having issues again with Cygwin not passing error level codes back to the cmd shell. Example, when clamscan finds a virus, it issues a return code of 1. Inside of a Cygwin env it returns fine.

Re: Kernel location

2005-03-02 Thread artem_ave
You can't. Cygwin is not Linux. Building Linux kernel modules for Cygwin is not possible. Ok, i got it. One more question then: what is the purpose of 'instmodsh' programm? With 'Perl' to be the only entry in the 'Installed modules are'. Many thanks indeed, Artem A. Avetisyan. Corinna

Re: More error level issues

2005-03-02 Thread Brian Bruns
On Wednesday, March 02, 2005 3:45 PM [EST], Christopher Faylor wrote: http://sources.redhat.com/ml/cygwin/2005-01/msg01382.html Yeah, I know of that post. I'm still _highly_ confused as to this - chalk it up to the fact I'm more used to dealing with return codes in Linux, so forgive my

perl 5.8.6: unable to compile PAR 0.87

2005-03-02 Thread Kevin Everets
I'm trying to get PAR 0.87 (from http://par.perl.org) installed with the perl currently in cygwin (v5.8.6). This install worked with an older version of perl that was in cygwin (perl, v5.8.2 built for cygwin-thread-multi-64int) The error during the install process (normally just: perl

Re: More error level issues

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 03:58:22PM -0500, Brian Bruns wrote: On Wednesday, March 02, 2005 3:45 PM [EST], Christopher Faylor wrote: http://sources.redhat.com/ml/cygwin/2005-01/msg01382.html Yeah, I know of that post. I'm still _highly_ confused as to this - chalk it up to the fact I'm more used

ctime: creation or change time?

2005-03-02 Thread eric
I recently upgraded my Cygwin install to 1.5.13-1 from 1.5.12-1 and noticed that cygwin is now setting the ctime for files after write operations. I scanned the list archives and saw the discussion of this change, but I saw no mention of the fact that on Windows/NTFS, ctime is actually file

Re: Keeping cygwin updated on remote systems

2005-03-02 Thread Igor Pechtchanski
On Wed, 2 Mar 2005, DePriest, Jason R. wrote: I have about 20 systems that are either behind firewalls that I don't control or hardened so that my only access to them is via SSH. I am using OpenSSH installed with the Cygwin setup.exe program and configured with the included scripts. I also

mkpasswd (249): [5] Access is denied. # ( only a subset of domain users listed )

2005-03-02 Thread Name withheld by request
pls excuse this somewhat hasty post.. When running mkpasswd -l -d I get the error: mkpasswd (249): [5] Access is denied. See below bash session: [EMAIL PROTECTED] ~ $ date; uname -a Wed Mar 2 10:37:14 CST 2005 CYGWIN_NT-5.2 c7mkes132 1.5.13(0.122/4/2) 2005-03-01 11:01 i686

kkkjlk lkjlkjlk

2005-03-02 Thread Name withheld by request
sjklsjksjksjlkj klsjlsklkl -- 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/

how to stop cron logging into NT eventlog ?

2005-03-02 Thread kagemaru
Hi, I would like to refer to this thread : http://sourceware.org/ml/cygwin/2004-10/msg01322.html I have tried many options, like -1 and -2 options as advised but cron still logs into the NT eventlog. It is the same on NT4, XP, W2K and W2K3. I have registered the service as : cygrunsrv -I

Re: More error level issues

2005-03-02 Thread Brian Dessent
Brian Bruns wrote: Yeah, I know of that post. I'm still _highly_ confused as to this - chalk it up to the fact I'm more used to dealing with return codes in Linux, so forgive my ignorance. I'm also not the greatest programmer in the world. Your telling me an exit code of 1 inside of

Re: mkpasswd (249): [5] Access is denied. # cygcheck output; windows 2003 server..

2005-03-02 Thread Tom Rodman
More background: The box is running windows 2003 server. The user running mkpasswd is a domain user (ie not a local computer account). This user is in the host's local administrators group. Help would be greatly appreciated :- -- thanks, Tom Cygwin Configuration Diagnostics Current

Re: how to stop cron logging into NT eventlog ?

2005-03-02 Thread Brian Dessent
kagemaru wrote: I would like to refer to this thread : http://sourceware.org/ml/cygwin/2004-10/msg01322.html I have tried many options, like -1 and -2 options as advised but cron still logs into the NT eventlog. It is the same on NT4, XP, W2K and W2K3. I have registered the service as :

Re: perl 5.8.6: unable to compile PAR 0.87

2005-03-02 Thread Gerrit P. Haase
Kevin Everets wrote: I'm trying to get PAR 0.87 (from http://par.perl.org) installed with the perl currently in cygwin (v5.8.6). This install worked with an older version of perl that was in cygwin (perl, v5.8.2 built for cygwin-thread-multi-64int) The error during the install process (normally

emacs shell mode prompt with escape sequences \[\033]0;\w\007

2005-03-02 Thread Kelly Felkins
I'm looking for the best way to eliminate the escape sequences displayed in emacs shell mode. example: - \[\033]0;\w\007 [EMAIL PROTECTED] \[\033[33m\w\033[0m\] $ -- It is clear these are from the shell prompt that I believe is being established

Re: Keeping cygwin updated on remote systems

2005-03-02 Thread Brian Dessent
DePriest, Jason R. wrote: How can I handle in-use files if I am not using setup.exe? I would love to hear any suggestions that anyone has. You'll have to cobble something together and use a non-Cygwin method to do the file replacement. For example, if you're using rsync over ssh then you

RE: Keeping cygwin updated on remote systems

2005-03-02 Thread Alec Klauk
Is there an actual email I can send my questions reguarding cygwin services? Alec -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent Sent: Wednesday, March 02, 2005 4:50 PM To: cygwin@cygwin.com Subject: Re: Keeping cygwin updated on remote

Re: emacs shell mode prompt with escape sequences \[\033]0;\w\007

2005-03-02 Thread Brian Dessent
Kelly Felkins wrote: At the risk of exposing my ignorance of shell initialization, I'm not sure how best to fix this. First, I think the issue is that the emacs shell does not know how to interpret these sequences. Can emacs be configured to correct this? I think that it's a sh-vs-bash

Re: emacs shell mode prompt with escape sequences \[\033]0;\w\007

2005-03-02 Thread Igor Pechtchanski
On Wed, 2 Mar 2005, Brian Dessent wrote: Perhaps a cleaner solution would be to modify the stock /etc/profile to detect whether it is running under bash or sh, and create an appropriate prompt. I don't know who's maintaining the base-files package or whether he/she's interested in looking

Control-modified arrow keys

2005-03-02 Thread Charles Davis
Sorry to bother you folks with this. I read several messages in the archive on the topic, but am unsure of the bottom line. As I understand it in the CYGWIN console (and in apps running under it) Control-modified arrow key combinations cannot be distinguished from their unmodified

LESSCHARSET, manpage formatting: utf-8 problem?

2005-03-02 Thread Linda W
I thought I had already set this, but apparently had not or set it in some session. notice that man bash, creates a different output based on the value of LESSCHARSET. I wanted to use utf-8, but when I set that, I get characters that don't display properly. Worse, if I set my code page in the

Re: Control-modified arrow keys

2005-03-02 Thread Kelly Felkins
Charles Davis davis.1 at att.net writes: Sorry to bother you folks with this. I read several messages in the archive on the topic, but am unsure of the bottom line. As I understand it in the CYGWIN console (and in apps running under it) Control-modified arrow key combinations cannot

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 11:32:39AM -0500, Christopher Faylor wrote: On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote: On Mar 2 15:31, Corinna Vinschen wrote: On Mar 2 13:33, Dave Korn wrote: Hm. We probably need to put a finit instruction into the autoload code somewhere.

Re: 1.5.12: signals stop working after system()

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 02:44:34AM -0500, Jeff Allen wrote: Ctrl-C cannot kill my program after it calls system(). It's happening in a bigger program that uses UDP, etc. But I can reproduce it in the tiny program below. The following test program shows the problem. You can kill it with ctrl-c

Re: Keeping cygwin updated on remote systems

2005-03-02 Thread Satish Balay
On Wed, 2 Mar 2005, DePriest, Jason R. wrote: I also tunnel VNC through SSH to get a remote desktop when necessary. My problem is: how do I keep these systems updated since my only access is through the components I need to update? is 'remote desktop' also disabled on these machines? I

Building OpenSSH

2005-03-02 Thread Karl M
Hi All... While tracking down an occasional hang in keychain, I tracked it down to ssh-add...so I wanted to build OpenSSH. More on this when I finish tracking it down. But along the way... I used the following command from the cygwin openssh readme file. ./configure --prefix=/usr

Re: Building OpenSSH

2005-03-02 Thread Igor Pechtchanski
On Wed, 2 Mar 2005, Karl M wrote: Hi All... While tracking down an occasional hang in keychain, I tracked it down to ssh-add...so I wanted to build OpenSSH. More on this when I finish tracking it down. But along the way... I used the following command from the cygwin openssh readme file.

Re: cygstart patch

2005-03-02 Thread Charles Wilson
Derosa, Anthony CIV NAVAIR 2035, 2, 205/214 wrote: I found a small bug and added a feature to the cygstart utility, which is part of the cygutils package. The feature that I added removes the limit on the length of the command line arguments passed to the target application, which was previously

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Danny Smith
cgf wrote: On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote: On Mar 2 15:31, Corinna Vinschen wrote: On Mar 2 13:33, Dave Korn wrote: Hm. We probably need to put a finit instruction into the autoload code somewhere. wsock_init () looks like just the place.. now if I just