Issue: cygwin shell freezes for about a minute on Ctrl+C pressed to stop
execution of a program.
Here is how to repeat the problem.
$ grep findme
_ (Press Ctrl+C here to stop grep execution)
I fresh installed cygwin yesterday in two different computers from two
different distr
On Wed, Mar 19, 2003 at 09:27:33PM -0800, David A. Case wrote:
>On Wed, Mar 19, 2003, Christopher Faylor wrote:
>>Oddly enough, his company (or at least the company he used to work for)
>>was the *only* one to ever send me a token of appreciation for my work
>>on cygwin.
>
>I don't know what const
On Wed, Mar 19, 2003, Christopher Faylor wrote:
>
> Oddly enough, his company (or at least the company he used to work for)
> was the *only* one to ever send me a token of appreciation for my work
> on cygwin.
>
I don't know what constitutes a "token of appriciation", (not to mention
what half t
On Wed Mar 19 13:46:49 2003, Ajay Simha wrote:
> Hi,
>
> Is it techincally possible to:
>
> 1. have cygwin XFree86 window to be full sreen (meaning no boarder)
> 2. have windows apps run inside the Xfree86 session?
I got this working using:
start XWin -rootless -emulate3buttons
in my startxwin
On Wed, 19 Mar 2003, Ronald Landheer-Cieslak wrote:
> Note that I use /bin/kill because "kill" is a built-in command in Bash
and
> I don't want to use that one.
Very good!
It works well. Until now, I have just used the built-in command
and failed to kill the windows application, but '/bin/kill'
At 18:50 2003-03-19, Christopher Faylor wrote:
On Wed, Mar 19, 2003 at 06:43:41PM -0800, Randall R Schulz wrote:
>This still doesn't make sense to me. Why does "-l" give a full Windows
>name while "-m" gives a DOS name?
Because I'm an idiot. You're right. This is a bug. However, PGA still
applie
On Wed, Mar 19, 2003 at 06:43:41PM -0800, Randall R Schulz wrote:
>This still doesn't make sense to me. Why does "-l" give a full Windows
>name while "-m" gives a DOS name?
Because I'm an idiot. You're right. This is a bug. However, PGA still
applies.
cgf
--
Unsubscribe info: http://cyg
At 18:27 2003-03-19, Christopher Faylor wrote:
On Wed, Mar 19, 2003 at 06:25:14PM -0800, Randall R Schulz wrote:
>At 17:59 2003-03-19, Christopher Faylor wrote:
>>On Wed, Mar 19, 2003 at 05:42:07PM -0800, Randall R Schulz wrote:
>>>Lee,
>>>
>>>Perhaps. In particular, if one uses Windows mode (inste
On Wed, Mar 19, 2003 at 09:25:35PM -0500, Igor Pechtchanski wrote:
>On Wed, 19 Mar 2003, Christopher Faylor wrote:
>
>> [snip]
>> It sounds like you're mixing cygwin's select with winsock select.
>>
>> "You can't do that".
>>
>> Get rid of all the winsock and windows stuff and just treat this like
On Wed, Mar 19, 2003 at 06:25:14PM -0800, Randall R Schulz wrote:
>At 17:59 2003-03-19, Christopher Faylor wrote:
>>On Wed, Mar 19, 2003 at 05:42:07PM -0800, Randall R Schulz wrote:
>>>Lee,
>>>
>>>Perhaps. In particular, if one uses Windows mode (instead of mixed
>>>mode) you get the result I think
On Wed, 19 Mar 2003, Christopher Faylor wrote:
> [snip]
> It sounds like you're mixing cygwin's select with winsock select.
>
> "You can't do that".
>
> Get rid of all the winsock and windows stuff and just treat this like a
> standard unix program.
>
> cgf
> TCM
Umm, "Technical Content Manager"?
At 17:59 2003-03-19, Christopher Faylor wrote:
On Wed, Mar 19, 2003 at 05:42:07PM -0800, Randall R Schulz wrote:
>Lee,
>
>Perhaps. In particular, if one uses Windows mode (instead of mixed
>mode) you get the result I think you were expecting (except, of course,
>for the orientation of the name sepa
On Wed, Mar 19, 2003 at 05:42:07PM -0800, Randall R Schulz wrote:
>Lee,
>
>Perhaps. In particular, if one uses Windows mode (instead of mixed
>mode) you get the result I think you were expecting (except, of course,
>for the orientation of the name separators).
Well, since POSIX doesn't have anyt
On Wed, Mar 19, 2003 at 03:33:24PM -0500, Sean Tang wrote:
>In the folowing code :
>If I include before and , select() always
>generate 10022 error.
>If I include after and , select() works
>OK.
It sounds like you're mixing cygwin's select with winsock select.
"You can't do that".
Get rid of
> Perhaps he wasn't aware that the Cygwin Emacs exists. However, I
> usually prefer Win32 Emacs to the Cygwin Emacs, because it's notably
> faster.
That's right, I wasn't. Have started using Cygwin heavily only recently.
Thanks very much, Joe, Igor, Eric, for the information.
Keith
P.S. Not su
On Wed, Mar 19, 2003 at 07:05:10PM -0500, Charles Wilson wrote:
>
>
>Christopher Faylor wrote:
>>Anyone have any problems with this? I agree that it makes sense to make
>>-I behave consistently. Are there scripts which would be fatally impacted
>>if we made this switch?
>
>Okay by me, but you'll
Lee,
Perhaps. In particular, if one uses Windows mode (instead of mixed
mode) you get the result I think you were expecting (except, of course,
for the orientation of the name separators).
Witness:
% cygpath -d /cygdrive/d/Documents\ and\ Settings/
d:\DOCUME~1\
% cygpath -lm "d:\DOCUME~1\"
cyg
My reading of the cygpath documentation and
embedded help is that:
cygpath -ml /cygdrive/c/docume~1
or:
cygpath --mixed --long-name /cygdrive/c/docume~1
should output:
c:/Documents and Settings
Of course:
cygpath --mixed "$(cygpath --windows --long-name /cygdrive/c/docume~1)"
does y
2003-03-19 Brian Ford <[EMAIL PROTECTED]>
* fhandler_socket.cc (sendto): Handle SIGPIPE for ECONNRESET.
--
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax: 314-551-8444
Index: fhandler_socket.cc
===
Christopher Faylor wrote:
Anyone have any problems with this? I agree that it makes sense to make
-I behave consistently. Are there scripts which would be fatally impacted
if we made this switch?
Okay by me, but you'll need to change winsup/w32api/lib/Makefile.in
eventually.
--Chuck
--
Uns
Compiling with -E can give some clues.
The second case winds up producing some code like ...
do { u_int __i;for (__i = 0; __i < ((fd_set *)(&fds))->fd_count ; __i++) {
if (((fd_set *)(&fds))->fd_array[__i] == ((unsigned)s)) { break; }}if (__i
== ((fd_set *)(&fds))->fd_count) { if (((fd_set *)(&fd
I love cygwin.
But...
I think there is a bug in cygwin that has to do with
an inability
to reuse PID numbers. I think the following messages
may
show instances of it:
http://sources.redhat.com/ml/cygwin/2002-02/msg01188.html
http://sources.redhat.com/ml/cygwin/2002-07/msg01894.html
http://sour
I've seen this problem come up on various mailing
lists and wanted to share my work-around.
Create a script file (name it
/usr/bin/postmaster_service) with the following
contents:
rm /usr/share/postgresql/data/postmaster.pid
exec /usr/bin/postmaster -D /usr/share/postgresql/data
-i
create cygru
In the folowing code :
If I include before and , select() always
generate 10022 error.
If I include after and , select() works
OK.
#include
#include
#define USE_SYS_TYPES_FD_SET
#include
int main(int argc, char *argv[]) {
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionReque
On Wed, Mar 19, 2003 at 04:10:09PM -0500, Jason Tishler wrote:
> While tracking down a PostgreSQL problem, I uncovered that chmod()
> appears to have no affect on AF_UNIX sockets on recent Cygwin versions.
Thanks for the report. Should be fixed in CVS now.
Corinna
--
Corinna Vinschen
This package contains the runtime libraries of OpenSSL version 0.9.6i
which are needed to run applications still linked against 0.9.6.
This is a security update. It fixes another vulnerability of the RSA
encryption.
The official security advisory follows:
Klima-Pokorny-Rosa attack on RSA in S
I've updated the version of OpenSSL to 0.9.7a-3. This also includes the
openssl-devel package.
This is a security update. It fixes another vulnerability of the RSA
encryption.
The official security advisory follows:
Klima-Pokorny-Rosa attack on RSA in SSL/TLS
==
While tracking down a PostgreSQL problem, I uncovered that chmod()
appears to have no affect on AF_UNIX sockets on recent Cygwin versions.
The attached test case, afunix.cc, demonstrates the problem:
$ # Cygwin 1.3.22-1
$ afunix
$ ls -l /tmp/.afunix
srwx--1 jt Domai
Hi,
I am totally clue less. I have cygwin installed on an
NT 4.0 system with no NT native email software (ie no
outlook). I have some shell scripts that use to run
on a Solaris system that used mailx to email error
messages to me. I tried changing the scripts to use
smtp in place of smtp but I
Ajay Simha wrote:
Is it techincally possible to:
1. have cygwin XFree86 window to be full sreen (meaning no boarder)
XWin -fullscreen
2. have windows apps run inside the Xfree86 session?
I don't know a way to.
Regards
mks
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug
Randall R Schulz wrote:
> At 09:23 2003-03-19, Max Bowsher wrote:
>> Randall R Schulz wrote:
>>> At 07:54 2003-03-19, Daniel Barclay wrote:
Why can't you download the files using any FTP/HTTP client and
operating system you want, transfer the files (or otherwise make
them visible) to
Anyone have any problems with this? I agree that it makes sense to make
-I behave consistently. Are there scripts which would be fatally impacted
if we made this switch?
cgf
TCM
- Forwarded message from "Dimitrie O. Paun" <[EMAIL PROTECTED]> -
From: "Dimitrie O. Paun" <[EMAIL PROTECTED
| 1. have cygwin XFree86 window to be full sreen (meaning no boarder)
Hmm could an alternative be without background.. meaning the windows
desktop is the behind.. is the window?
| 2. have windows apps run inside the Xfree86 session?
Nope, alternative might be using VNC or similar if you want to
I've updated the version of GNU awk to 3.1.2-2.
This is a official release update. The version 3.1.2 got a final review
and the tweak needed for the Cygwin release 3.1.2-1 as well as another
fix is now part of the official 3.1.2 release. So the Cygwin version
matches the official source tree now
SOLVED.
This is for the archives and for anyone who might possibly want to look at
it in case
its not a total luser error.
Seems like I introduced a conflict between the c:/cygwin/lib/libkernel32.a
provided in the
standard install.
I wanted to link to DLLs in /WINNT/System32. Adding that as the -
In the absence of addtional context, I would say that this is a Perl issue, not
an RXVT issue. By default, Perl buffers STDOUT. If you add
use IO::Handle;
STDOUT->autoflush(1);
to the script below, you'll see the prompt just fine in RXVT, at least with
CYGWIN=tty
HTH,
--Rick
--- "Fletcher, Bob
Hi,
Is it techincally possible to:
1. have cygwin XFree86 window to be full sreen (meaning no boarder)
2. have windows apps run inside the Xfree86 session?
-ajay
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation:
Greg,
On Wed, Mar 19, 2003 at 12:53:49PM -0500, Greg Freemyer wrote:
> >> > My problem was that libpython2.2.dll could not be found in the
> >> > specified path.
>
> >> Please run cygcheck on your .exe (installation package) and post
> >> the output. For example:
>
> >> $ cygcheck foo
On Wed, Mar 19, 2003 at 07:01:18PM +0100, Huijing Zhou wrote:
>>Absolutely. There is no reason why building with -mno-cygwin package
>>would have any effect on any Windows DLLs unless you attempt the
>>standard thinko of trying to mix cygwin and non-cygwin DLLs or
>>libraries. You can't do this b
Absolutely. There is no reason why building with -mno-cygwin package
would have any effect on any Windows DLLs unless you attempt the
standard thinko of trying to mix cygwin and non-cygwin DLLs or
libraries. You can't do this by default but if you add cygwin libraries
to the gcc command line you
>> Greg,
>> On Tue, Mar 18, 2003 at 04:56:49PM -0500, Greg Freemyer wrote:
>> > >> What is "installer"?
>> >
>> > A packaging solution that allows python apps to be deployed without
>> > having to deploy python itself.
>> >
>> > http://www.mcmillan-inc.com/install1.html
>> A
I found this reference to the same problem as it relates to the cygwin DLL.
The -lkernel32 described as the solution didn't solve the problem for me.
Also, I attemped to compile the code with -mno-cygwin, and that
seems to present the same problem, even though I link with kernel32 also.
Does anyo
>> Greg,
>> On Tue, Mar 18, 2003 at 06:46:01PM -0500, Greg Freemyer wrote:
>> > Thanks,
>> No problem.
>> > I got the tutorial to work.
>> Which one?
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/82826
I had to google for the dll2def package.
I found it at:
http://user
On Wed, Mar 19, 2003 at 11:48:40AM -0500, Fletcher, Bob (GEAE, IT) wrote:
>
>A Few weeks ago ayamico at yahoo dot com posted a question about RXVT. I
>haven't seen any response and was wondering if anyone else is having/looking at
>this problem.
>
>The previous message is:
>http://sources.redhat.c
Max,
At 09:23 2003-03-19, Max Bowsher wrote:
Randall R Schulz wrote:
>
> At 07:54 2003-03-19, Daniel Barclay wrote:
>> Why can't you download the files using any FTP/HTTP client and
>> operating system you want, transfer the files (or otherwise make
>> them visible) to a Windows system, and only t
Randall R Schulz wrote:
>
> At 07:54 2003-03-19, Daniel Barclay wrote:
>> Why can't you download the files using any FTP/HTTP client and
>> operating system you want, transfer the files (or otherwise make
>> them visible) to a Windows system, and only then use setup.exe to
>> install the files fro
A Few weeks ago ayamico at yahoo dot com posted a question about RXVT. I
haven't seen any response and was wondering if anyone else is having/looking at
this problem.
The previous message is:
http://sources.redhat.com/ml/cygwin/2003-03/msg00524.html 2003-03-07, 4989 bytes
When we run some comm
Eric,
Please keep replies on-list...
On 19 Mar 2003, Eric Hanchrow wrote:
> > "Igor" == Igor Pechtchanski <[EMAIL PROTECTED]> writes:
>
> Igor> Keith,
>
> Igor> Any particular reason you use Native Win32 Emacs when GNU
> Igor> Emacs is available under Cygwin?
>
> Perhaps he wasn'
Daniel,
At 07:54 2003-03-19, Daniel Barclay wrote:
Max Bowsher wrote:
Charles D. Russell wrote:
...
1) setup.exe is really designed to work best for direct installation
from the web, so do that first on some computer with an internet
connection. 2) when you install from the web, copies of all the
if you want to just make a local mirror, connect to one of the mirror sites
and download it. (via ftp,rsync, http as you prefer) i keep a local mirror
for personal use with rsync on a cronjob.
Be aware you MUST keep the directory structure though for setup to be happy
with it. thats why using setu
Max Bowsher wrote:
Charles D. Russell wrote:
...
1) setup.exe is really designed to work best for direct installation
from the web, so do that first on some computer with an internet
connection. 2) when you install from the web, copies of all the
downloaded files - including setup.exe - are retaine
Igor Pechtchanski wrote:
Any particular reason you use Native Win32 Emacs when GNU Emacs is
available under Cygwin? The Cygwin Emacs will understand symbolic links,
POSIX paths, etc...
Yes, I missed that -- you will probably have fewer problems with the
Cygwin emacs.
--
Joe Buehler
--
Unsubscri
Yadin,
There are people on the CLISP list who are probably better equipped to
answer you question, especially given such sketchy details (i.e.,
someone there might recognize this as a common problem, but it's
nowhere near enough to go on here in the generic Cygwin list).
Randall Schulz
At 05:
Hi All...
Here is where I downloaded ntrights from
http://www.petri.co.il/download_free_reskit_tools.htm
Thanks,
...Karl
From: Corinna Vinschen <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: logon as a service for XP home edition
Date: Wed, 19 Mar 2003 09:35
Thomas schrieb:
> Gerrit P. Haase wrote:
>> Thomas schrieb:
>>
>>
>>>Gerrit P. Haase wrote:
>>>
Hallo perl5-porters,
successfully builded bleadperl with threads the first time,
many thanks to the Wizard of Perl!
>>
>>>I was able to build perl 5.8.0-1 with threads that has
On Wed, 19 Mar 2003, Keith M.Knowles wrote:
> My question is about: GNU gdb 2003-01-28-cvs (cygwin-special)
> invoked by M-x gdb inside: GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195) of
> 2002-03-20 on buffy
> running on: 2003/02/10 10:23:35 Starting cygwin install, version 2.249.2.5
> on a system I wil
Keith M.Knowles wrote:
I would appreciate any/all advice, and am specifically interested in a)
ideas to pursue for a
work-around!!, b) whether this is thought to be an Emacs/Gnu/Cygwin-symlink
difficulty
that might be worth rectifying in the future?
This is probably a Cygwinism that is not suppor
Has anyone succeeded in compiling the recent clisp cvs with cygwin? I
successfully built the executable but it fails on building the memory image-
it chokes on loading the file "type.lisp" with "unix error 2 file not
found".
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug
Hi gurus,
In the process of mailing messages using cron, I have created
/var/cron/tabs/sysaccount:
SHELL=/bin/sh
# mail any output to 'sysaccount', no matter whose crontab this is
MAILTO=sysaccount
#
0 * * * * /cygdrive/h/blat/blat.exe ssmtp -f [EMAIL PROTECTED] -f
[EMAIL PROTECTED] -server mail.f
gcc supports a couple of special attributes for init and fini - type
functions: __attribute__((constructor)) and __attribute__((destructor))
If you add
void _init() __attribute__((constructor));
void _fini() __attribute__((destructor));
somewhere to the top of mylib.c, your example will work as
You can use ``ps'' to find out the PID and ``kill'' to kill it. For
example: if I want to kill my Mozilla browser (for some reason):
$ ps -W | grep ozilla
68 0 0 68?0 12:35:00 ...
$ /bin/kill --force -9 68
Note that I use /bin/kill because "kill" is a built-in
Does Cygwin support initialization and cleanup for libraries loaded
dynamically via dlopen() in a way similar to Linux and Solaris? If
yes, how can I get it to work? I attached a simple test case below,
with comments telling how to compile/link. The output under cygwin
is:
calculating
doubled i
On onsdag, mar 19, 2003, at 07:52 Europe/Stockholm, Gerrit P. Haase
wrote:
e Wizard of Perl!
$ cat /ftproot/pub/mirror/bleadperl/.patch
19013
Cygwin Package Information
Package Version
cygwin 1.3.22-1
Tests were all successful, but one:
Wow, that is pretty amazing.
Gerrit P. Haase wrote:
Thomas schrieb:
Gerrit P. Haase wrote:
Hallo perl5-porters,
successfully builded bleadperl with threads the first time,
many thanks to the Wizard of Perl!
I was able to build perl 5.8.0-1 with threads that has passed all tests
by disabling perls internal malloc. With the
On Wed, Mar 19, 2003 at 03:57:49AM -0500, Norman Vine wrote:
> Corinna Vinschen writes:
> >
> > On Tue, Mar 18, 2003 at 09:02:56PM -0800, Karl M wrote:
> > >
> > > I did some more digging around and...
> > >
> > > ntrights +r SeServiceLononRight -u username
> > >
> > > will do it...I found a co
Corinna Vinschen writes:
>
> On Tue, Mar 18, 2003 at 09:02:56PM -0800, Karl M wrote:
> >
> > I did some more digging around and...
> >
> > ntrights +r SeServiceLononRight -u username
> >
> > will do it...I found a copy of ntrights (for nt4/win2k) on the
> web and it
> > worked.
>
> Cool. Th
Thomas schrieb:
> Gerrit P. Haase wrote:
>> Hallo perl5-porters,
>>
>> successfully builded bleadperl with threads the first time,
>> many thanks to the Wizard of Perl!
>>
>> $ cat /ftproot/pub/mirror/bleadperl/.patch
>> 19013
>> Cygwin Package Information
>> Package Version
>> cygw
On Tue, Mar 18, 2003 at 09:02:56PM -0800, Karl M wrote:
> Hi All...
>
> I did some more digging around and...
>
> ntrights +r SeServiceLononRight -u username
>
> will do it...I found a copy of ntrights (for nt4/win2k) on the web and it
> worked.
Cool. This resolves one of the most annoying is
On Tue, Mar 18, 2003 at 02:34:10PM -0800, Karl M wrote:
> Hi All...
>
> The service is specific to a single user. I want to launch a ssh-agent for
> the user at system start time, so that it can hold the keys for the user
> even during logoff. It works fine on Windows-2000 Professional.
>
> If
Hmm...
I forgot to mention/clarify these facts:
1) The bat script MUST be run from the dir where you want G:\ to be
2) Use the NON-virtual device to set/reset G:\ (It won't work otherwise)
e.g. "cd G:\" followed by "setres_g" won't work.
"cd " is a MUST.
/Hannu E K Nevalainen, Ma
Gerrit P. Haase wrote:
Hallo perl5-porters,
successfully builded bleadperl with threads the first time,
many thanks to the Wizard of Perl!
$ cat /ftproot/pub/mirror/bleadperl/.patch
19013
Cygwin Package Information
Package Version
cygwin 1.3.22-1
Tests were all success
71 matches
Mail list logo