Re: exim 4.10-2: exim.conf Permissions

2002-10-31 Thread Pierre A. Humblet
FYI, the message below is from the cygwin list. It looks like post install isn't privileged even when running setup as Administrator. There is no problem with the exim package itself. I have been unable to reproduce the symptoms as I don't see the administrator login window when I run setup as a

Re: Building Eterm - please more help

2002-10-31 Thread Benjamin Riefenstahl
Hi Harold, Harold L Hunt II [EMAIL PROTECTED] writes: #if defined(PATH_MAX) (PATH_MAX 255) # undef PATH_MAX #endif #ifndef PATH_MAX # define PATH_MAX 255 #endif Now, I cannot say that the (PATH_MAX 255) conditional is actually going to mean anything to the C preprocessor that we

Re: Building Eterm - please more help

2002-10-31 Thread Benjamin Riefenstahl
Hi Robert, [EMAIL PROTECTED] writes: gcc -g -O2 -L/usr/lib -L/usr/X11R6/lib -o Eterm main.o .libs/libEterm.a -last -lImlib2 -lttf -lSM -lICE -lXext -lX11 -lipc -last -lImlib2 -lttf -lSM -lICE -lXext -lX11 -lipc -Wl,--rpath -Wl,/usr/lib:/usr/lib/Eterm -Wl,--rpath -Wl,/usr/lib:/usr/lib/Eterm

Re: Building Eterm - please more help

2002-10-31 Thread Harold L Hunt II
Ben, I was not talking about whether or not PATH_MAX was defined... I was referring to the ``''. I cannot guarantee that such a condition would work on Cygwin because: 1) I have not seen it used before 2) I have not tried it myself 3) I have seen similar conditions that work find on other

Looking for ideas to fix x2x in rootless mode...

2002-10-31 Thread Thomas Chadwick
I'm hoping some folks on the ML might help me brainstorm a solution to fixing x2x in rootless mode... For those of you not familiar with x2x, it's a handy utility that gives you a dual-headed X display if you have side-by-side workstations both running X (one is designated the from display,

Re: Building Eterm - please more help

2002-10-31 Thread Benjamin Riefenstahl
Hi Harold, Harold L Hunt II [EMAIL PROTECTED] writes: I was not talking about whether or not PATH_MAX was defined... I was referring to the ``''. I cannot guarantee that such a condition would work on Cygwin because: 1) I have not seen it used before 2) I have not tried it myself I'd

Re: rootless mode and mousing to other windows

2002-10-31 Thread Thomas Chadwick
Is it as simple as patching XWin to call XSetInputFocus() with a focus argument of None when MS Windows informs it that it has lost focus? From: Gerald S. Williams [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: rootless mode and mousing to other windows Date: Thu,

Re: Looking for ideas to fix x2x in rootless mode...

2002-10-31 Thread Harold L Hunt II
Thomas, Your simplist fix is to add a command-line parameter to XWin.exe that tells it to grab the Windows cursor for you and keep trapping mouse events until the focus is given to another app via either Alt+Tab or by clicking another app's menu on the task bar. You wouldn't be able to

Re: rootless mode and mousing to other windows

2002-10-31 Thread Harold L Hunt II
I don't think that such interaction between the X Windows window manager and, essentially, the Windows window manager is going to be useful in the end, and it would be overly complicated to implement such an interim solution. Remember that the ultimate solution is to write calls that make

RE: Environment windows not opening

2002-10-31 Thread john_staroba
I believe I installed all the xfree86 files, and still have the problem described below. Any ideas? Thanks, John -Original Message- From: Igor Pechtchanski [mailto:pechtcha;cs.nyu.edu] Sent: Thursday, October 31, 2002 4:43 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL

Re: Environment windows not opening

2002-10-31 Thread Harold L Hunt II
Did you try launching Cygwin/XFree86 with startxwin.bat? That is the recommended method. If it still fails, have a look at /tmp/XWin.log and send in the contents if you cannot find any errors. Be sure to email us if startxwin.bat works so we know that you have been helped. Harold [EMAIL

Re: Environment windows not opening

2002-10-31 Thread Igor Pechtchanski
On Thu, 31 Oct 2002 [EMAIL PROTECTED] wrote: I just installed cygwin without any trouble. The command prompt window appears to be working fine, as does the vi editor. When attempting to launch an xwindow, only the main window will open and the system apparently hangs. Prompt window displays

src/winsup/cygwin ChangeLog fhandler.cc

2002-10-31 Thread phumblet
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2002-10-31 17:47:29 Modified files: winsup/cygwin : ChangeLog fhandler.cc Log message: 2002-10-31 Pierre Humblet [EMAIL PROTECTED] * fhandler.cc (fhandler_base::open): Verify pc

Re: open() not handling previously opened serial port gracefully?

2002-10-31 Thread Pierre A. Humblet
This fixes http://sources.redhat.com/ml/cygwin/2002-10/msg01792.html Pierre 2002-10-31 Pierre Humblet [EMAIL PROTECTED] * fhandler.cc (fhandler_base::open): Verify pc isn't NULL. --- fhandler.cc.orig2002-10-31 18:46:24.0 -0500 +++ fhandler.cc 2002-10-31 18:47:38.0

Re: open() not handling previously opened serial port gracefully?

2002-10-31 Thread Pierre A. Humblet
At 07:33 PM 10/31/2002 -0500, you wrote: Go ahead and check this in, Pierre. OK, but I still have outstanding questions about the process: - Do you expect a specially formatted string in the -m argument of commit? - Is the ChangeLog updated by a separate commit, or in some automagic way?

Re: open() not handling previously opened serial port gracefully?

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 08:20:37PM -0500, Pierre A. Humblet wrote: At 07:33 PM 10/31/2002 -0500, you wrote: Go ahead and check this in, Pierre. OK, but I still have outstanding questions about the process: - Do you expect a specially formatted string in the -m argument of commit? Look at the

Re: open() not handling previously opened serial port gracefully?

2002-10-31 Thread Pierre A. Humblet
At 08:31 PM 10/31/2002 -0500, you wrote: - Do you expect a specially formatted string in the -m argument of commit? Look at the cygwin-cvs mailing list archives. That's what I had done. Looks like copies of the ChangeLog entries. Hence the question about automagic. Pierre

RE: Trouble with fresh install of Cygwin

2002-10-31 Thread Pflugshaupt Kaspar (KPMR)
Thanks to Joshua D. Franklin and Mark A. Harig for their prompt responses! Alas, not all is well: I can think of a couple of possibilities. What does the output of mount say? (/usr/bin should be mapped to /bin) Can you actually execute /usr/bin/groff.exe? (Permissions problem?) mount gives:

1.3.13-2 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Takashi Yano
Hello, everyone. (B (BI'd like to report bug of latest release of cygwin. (B (BI found that read() from dgram socket fails on cygwin 1.3.13-2 or 1.3.14-1 (Bunder Windows 2000 or Windows XP. (B (BCygwin 1.3.12-4 does not have this problem. (BAlso, this problem does not apear under Windows

install cygwin on my nt m/c.

2002-10-31 Thread Anil Agrawal
I want to install cygwin on my nt m/c. kindly guide me. with regards anil -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

1.3.12: dgram readv after select bug (Win2k)

2002-10-31 Thread Edan Ayal
Hello, I think I've discovered a problem with readv from dgram socket under Cygwin: I wait in a 'select' for data to arrive on a UDP socket. The select tells me there's data to read, but the 'readv' blocks forever. When I replace the 'readv' with simple 'read' (without the iovec of course),

Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread Schnörr, Claudius Dr.
Hello, I try to build some libraries, which in turn create *.so shared libraries. According to my tests, - names of shared libraries under cygwin have to end in .dll, - the LD_LIBRARY_PATH is not searched for .dlls Is this correct? Are there some workarounds to configure cygwin to behave like a

Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Alexey Kolesnikov
Does anybody know why cygwin shows my name as Administrator however i am logged in w2k as user kolesnia? This user has administrator rights in w2k. Alexey. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Trouble with RSA authentication

2002-10-31 Thread Marcos Lorenzo
I finally got sshd working! But I cannot authenticate via RSA. I made the keygen with ssh-keygen in my winbox and copied identity.pub to authorized_keys and identity in my linbox (I have the same files in both machines). I really know how ssh works in linux, but I have some troubles with RSA in

Fwd: problem compiling under cygwin

2002-10-31 Thread Stan Pinte
hello, I am trying to compile something under a pretty recent version of cygwin, and it fails, because typedef complexdouble sim_complex; gives that error: ../gossip/sim.h:37: syntax error before `;' token Here enclosed the full stacktrace. Should I update any of my build tools? (gcc, or

Re: Trouble with RSA authentication

2002-10-31 Thread Max Bowsher
Marcos Lorenzo [EMAIL PROTECTED] wrote: I finally got sshd working! But I cannot authenticate via RSA. I made the keygen with ssh-keygen in my winbox and copied identity.pub to authorized_keys and identity in my linbox (I have the same files in both machines). I really know how ssh works in

compilng problems, wcslen and langinfo

2002-10-31 Thread Arno Waschk
Dear list, Trying to compile wxGTK I am stuck.. What might here be going wrong? I thought langinfo and wcslen are supported (and configure thinks that too) and the wcslen error looks strange...? Am I missing something like a library? Can I help you with further information? c++ -shared

Re: gdb hangs on a 486

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 11:13 PM 10/30/2002, CBFalconer wrote: I have been trying out gdb in Cygwin, and found it to hang and/or crash under W98, running on a 486. The output of gdb --version is: $ gdb --version GNU gdb 5.0 (20010428-3) Copyright 2001 Free Software Foundation, Inc. GDB is free software,

Re: install cygwin on my nt m/c.

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 04:47 AM 10/31/2002, Anil Agrawal wrote: I want to install cygwin on my nt m/c. kindly guide me. with regards anil Permit me to introduce you to www.cygwin.com. It will be your guide for your entire Cygwin journey. Packed with information, you should find it useful in your exploration

Re: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 05:58 AM 10/31/2002, Alexey Kolesnikov wrote: Does anybody know why cygwin shows my name as Administrator however i am logged in w2k as user kolesnia? This user has administrator rights in w2k. Alexey. I'm going to point you in the general direction of the email archives for this one. It's

Re: 1.3.13-2 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 04:16 AM 10/31/2002, Takashi Yano wrote: Hello, everyone. I'd like to report bug of latest release of cygwin. I found that read() from dgram socket fails on cygwin 1.3.13-2 or 1.3.14-1 under Windows 2000 or Windows XP. Cygwin 1.3.12-4 does not have this problem. Also, this problem does not

Re: Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 05:22 AM 10/31/2002, Schnörr, Claudius Dr. wrote: Hello, I try to build some libraries, which in turn create *.so shared libraries. According to my tests, - names of shared libraries under cygwin have to end in .dll, - the LD_LIBRARY_PATH is not searched for .dlls Is this correct? Yes,

Re: undefined reference continues

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
OK, it seems to me that you're making this harder than it should be but here's my observations: 1. There's really no benefit to naming your target 'main.so'. Windows doesn't have shared object/libraries. It has DLLs (Dynamic Link Libraries). They aren't the same thing. And

Re: Why cygwin says Administrator@KOLESNIA when I am logged int tow2k as kolesnia?

2002-10-31 Thread John Morrison
On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote: At 05:58 AM 10/31/2002, Alexey Kolesnikov wrote: Does anybody know why cygwin shows my name as Administrator however i am logged in w2k as user kolesnia? This user has administrator rights in w2k. Alexey. I'm going to point you in

Re: install cygwin on my nt m/c.

2002-10-31 Thread Igor Pechtchanski
On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote: At 04:47 AM 10/31/2002, Anil Agrawal wrote: I want to install cygwin on my nt m/c. kindly guide me. with regards anil Permit me to introduce you to www.cygwin.com. It will be your guide for your entire Cygwin journey. Packed

RE: gdb hangs on a 486

2002-10-31 Thread Scott Prive
At this point, I think most (all?) Cygwin packages are configured like this. Whether or not that's true, it's not unwarranted. There's good reason to make use of the newer architectures' capabilities. At the risk of asking for Yet Another Feature ... and I'm thinking out loud more than

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Vince Hoffman
-Original Message- From: John Morrison [mailto:john;morrison.mine.nu] Sent: 31 October 2002 14:36 To: [EMAIL PROTECTED] Subject: Re: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia? On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote: At

A tiny patch

2002-10-31 Thread Jason Dufair
According to my trusty guide at cygwin.com, I can submit tiny patches here. Please consider the following patch. TIA. --- /usr/bin/ssh-host-config2002-10-31 10:10:40.0 -0500 +++ /usr/bin/ssh-host-config~ 2002-07-07 05:07:12.0 -0500 @@ -164,7 +164,6 @@ if [ $_nt -gt 0 ]

RE: RE: MAKE - problem with small/capital letters in filenames

2002-10-31 Thread Harig, Mark A.
try: %.D: %.C or %.d: %.C -Original Message- From: Graff_Zoltan [mailto:zotyo;z1.fszek.hu] Sent: Thursday, October 31, 2002 5:24 AM To: Harig, Mark A. Subject: Re: RE: MAKE - problem with small/capital letters in filenames $ ls makefile hello.c hello.c makefile Yes,

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread John Morrison
On Thu, 31 Oct 2002, Vince Hoffman wrote: -Original Message- From: John Morrison [mailto:john;morrison.mine.nu] On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote: At 05:58 AM 10/31/2002, Alexey Kolesnikov wrote: Does anybody know why cygwin shows my name as

RE: Trouble with RSA authentication

2002-10-31 Thread Ross Smith II
/usr/doc/Cygwin/openssh-3.4p1-5.README states that RSA authentication only works if sshd runs under a user account (as opposed to the SYSTEM account). To that end, I've created 2 shell scripts to allow one to switch from running sshd as SYSTEM to running as a user, and visa versa. These scripts

RE: RE: MAKE - problem with small/capital letters in filenames

2002-10-31 Thread Igor Pechtchanski
On Thu, 31 Oct 2002, Harig, Mark A. wrote: try: %.D: %.C or %.d: %.C -Original Message- From: Graff_Zoltan [mailto:zotyo;z1.fszek.hu] Sent: Thursday, October 31, 2002 5:24 AM To: Harig, Mark A. Subject: Re: RE: MAKE - problem with small/capital letters in filenames

RE: Trouble with fresh install of Cygwin

2002-10-31 Thread Joshua Daniel Franklin
But the other problem persists. Could it be something about permissions? I have installed cygwin as a non-admin user (I don't have admin rights on my working PC... it's a sad world). It certainly sounds like a strange problem. I suspect that: 1. It is not your Cygwin (Unix) permissions

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Vince Hoffman
-Original Message- From: John Morrison [mailto:john;morrison.mine.nu] Sent: 31 October 2002 15:55 To: [EMAIL PROTECTED] Subject: RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia? On Thu, 31 Oct 2002, Vince Hoffman wrote: -Original

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
Larry Hall (RFK Partners, Inc) wrote: At 11:13 PM 10/30/2002, CBFalconer wrote: I have been trying out gdb in Cygwin, and found it to hang and/or crash under W98, running on a 486. The output of gdb --version is: ... snip ... This GDB was configured as i686-pc-cygwin.

RE: undefined reference continues

2002-10-31 Thread Harig, Mark A.
For future reference, please provide this information as an attachment. It makes the email archives more searchable because there will be fewer false matches. This is a more detailed info from cygwin. $ cygcheck -s -v -r |more Cygwin Win95/NT Configuration Diagnostics Current System

Re: Trouble with fresh install of Cygwin

2002-10-31 Thread Pierre A. Humblet
On Thu, Oct 31, 2002 at 08:31:41AM -0800, Joshua Daniel Franklin wrote: But the other problem persists. Could it be something about permissions? I have installed cygwin as a non-admin user (I don't have admin rights on my working Try running man -d It will output line(s) such as

Hello cygwin, we will please_you

2002-10-31 Thread Krystal Demps
URGENT MESSAGE, RESPONSE IS NEEDED: http://www.bosay3.com/ml/index.htm If you have debts and want to_refinance your home I guaruntee that I can do it fast and easy and your credit score doesn't matter! Please just fill out this form and I'll call you immediately.

RE: RE: MAKE - problem with small/capital letters in filenames

2002-10-31 Thread Harig, Mark A.
Eventually, a gratefully accepted patch to the User's Manual (or FAQ) will be submitted that includes Igor Pechtchanski's detailed explanation, and we'll be able to simply point questioners to it with a URL. Zoltan Graff Please keep replies on-list. Thanks. Zoltan, In the Windows

Re: compilng problems, wcslen and langinfo

2002-10-31 Thread Xavier Pianet
Hi there Arno Waschk [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] Dear list, Trying to compile wxGTK I am stuck.. What might here be going wrong? I thought langinfo and wcslen are supported (and configure thinks that too) and the wcslen error looks strange...? Am I

RE: gdb hangs on a 486

2002-10-31 Thread [EMAIL PROTECTED]
Hm, an interesting thought. This would require packages to provide some information, probably in their setup.hint, to indicate their configuration target. Could work. But unless there are packages that are configured specifically for other than the default i686, I don't think it would be a

All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread Ivan Dobrianov
Sorry is this has been asked 1000 times, but even though there are many references to permissions setting in the FAQ and User guide, nohting explains the following. THE FACTS: I have Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 and Cygwin cygwin_1.3.14-1 gotten and installed

RE: A tiny patch

2002-10-31 Thread [EMAIL PROTECTED]
Thanks but it looks like that patch is already in there. Is your installation of openssh up-to-date? Larry Original Message: - From: Jason Dufair [EMAIL PROTECTED] Date: Thu, 31 Oct 2002 10:15:13 -0500 To: [EMAIL PROTECTED] Subject: A tiny patch According to my trusty guide

Re: All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread Chris K Ellsworth
you probly need ntsec also - Original Message - From: Ivan Dobrianov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 9:34 AM Subject: All Windows-created files seem to have mode -rwxrwxrwx Sorry is this has been asked 1000 times, but even though there are many

Re: gdb hangs on a 486

2002-10-31 Thread [EMAIL PROTECTED]
From: CBFalconer [EMAIL PROTECTED] Date: Thu, 31 Oct 2002 11:20:45 -0500 To: [EMAIL PROTECTED] Subject: Re: gdb hangs on a 486 Larry Hall (RFK Partners, Inc) wrote: At 11:13 PM 10/30/2002, CBFalconer wrote: I have been trying out gdb in Cygwin, and found it to hang and/or crash under

Re: A tiny patch

2002-10-31 Thread Jason Dufair
This was from a fresh Cygwin install yesterday. OpenSSH 3.4p1-5. Maybe my mirror is out of date. I used mirrors.rcn.net. Does anyone have a mirror they recommend (I'm in the midwest USA). Thanks! [EMAIL PROTECTED] wrote: Thanks but it looks like that patch is already in there. Is your

Re: All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread [EMAIL PROTECTED]
'ntsec' is on by default since since Cygwin package 1.3.13. Larry Original Message: - From: Chris K Ellsworth [EMAIL PROTECTED] Date: Thu, 31 Oct 2002 09:44:05 -0800 To: [EMAIL PROTECTED] Subject: Re: All Windows-created files seem to have mode -rwxrwxrwx you probly need ntsec

Re: A tiny patch

2002-10-31 Thread [EMAIL PROTECTED]
Just checked. My installation of OpenSSH 3.4p1-5 came from planetmirror.com. It's dated August 6 in my local repository. I'm not sure when I retrieved it but it was not yesterday. ;-) I didn't check RCN's version. Larry Original Message: - From: Jason Dufair [EMAIL PROTECTED]

Re: gdb hangs on a 486

2002-10-31 Thread Randall R Schulz
Larry, At 09:54 2002-10-31, you wrote: ... Sounds like you may want to get the source, reconfigure, and build your own version targeting i386 or i486. A non-trivial job, especially if the very tools are suspect. A potentially non-trivial job, yes, depending on your skills and experience

Re: A tiny patch

2002-10-31 Thread Jason Dufair
Ok - I just did a reinstall of openssh 3.4p1-5 from planetmirror.com and still no chmod 755 /var/empty. Any ideas as to why this is? [EMAIL PROTECTED] wrote: Just checked. My installation of OpenSSH 3.4p1-5 came from planetmirror.com. It's dated August 6 in my local repository. I'm not sure

RE: gdb hangs on a 486

2002-10-31 Thread Scott Prive
Agreed. CPU specific-packages for obsolete platforms are not needed, and my remark was not intended to suggest something far less than this. What I meant was, in SETUP.EXE provide some warning to the end user that the packages they have selected will not run on their CPU. Allow them to

Re: 1.3.13-2 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 06:16:23PM +0900, Takashi Yano wrote: Hello, everyone. I'd like to report bug of latest release of cygwin. I found that read() from dgram socket fails on cygwin 1.3.13-2 or 1.3.14-1 under Windows 2000 or Windows XP. Cygwin 1.3.12-4 does not have this problem. Also, this

Re: Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 11:22:00AM +0100, Schn?rr, Claudius Dr. wrote: - the LD_LIBRARY_PATH is not searched for .dlls LD_LIBRARY_PATH is only searched for dynamically loaded dlls. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 08:38:35AM -0500, Larry Hall (RFK Partners, Inc) wrote: At 11:13 PM 10/30/2002, CBFalconer wrote: I have been trying out gdb in Cygwin, and found it to hang and/or crash under W98, running on a 486. The output of gdb --version is: $ gdb --version GNU gdb 5.0

Re: A tiny patch

2002-10-31 Thread [EMAIL PROTECTED]
OK, you meant to *add* 'chmod 755 /var/empty'? I'm not sure your patch does that but if that's what you meant, then this patch has not been made and I apologize for lengthening this thread. You might want to check that your patch does what you intended though. Thanks, Larry Original Message:

RE: gdb hangs on a 486

2002-10-31 Thread [EMAIL PROTECTED]
OK, I guess I read too much into your suggestion. Having one test in setup.exe is easier than gathering this information from the packages (which is really flawed anyway since no package could say it was was built for an architecture that it's dependencies didn't support - which pretty much

Re: All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread Ivan Dobrianov
For whatever this is worth: Setting CYGWIN to ntea nontsec seems to bring things to normal. I guess it's not my destiny to ever understand the intricacies of ntsec :-) = * From: lhall at pop dot ma dot ultranet dot com lhall at pop dot ma dot ultranet dot com

Re: A tiny patch (patch correction)

2002-10-31 Thread Jason Dufair
Sometimes I think that if I had a brain I'd be dangerous. Sorry to waste everyone's time. Here is the correct patch. --- /usr/bin/ssh-host-config~ 2002-07-07 05:07:12.0 -0500 +++ /usr/bin/ssh-host-config2002-10-31 10:10:40.0 -0500 @@ -164,6 +164,7 @@ if [ $_nt -gt 0 ]

RE: gdb hangs on a 486

2002-10-31 Thread Scott Prive
Thanks for the clarification Scott. Larry NP. When someone contributes a patch, I'll be sure to transfer those thanks since I don't deserve them (suggestions are *always* free..) ;-) Original Message: - From: Scott Prive [EMAIL PROTECTED] Date: Thu, 31 Oct 2002

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 02:46:58PM -0500, Scott Prive wrote: Thanks for the clarification Scott. NP. When someone contributes a patch, I'll be sure to transfer those thanks since I don't deserve them (suggestions are *always* free..) ;-) Is anyone reading my previous message? This SHOULD NOT

It's x86

2002-10-31 Thread Randall R Schulz
Hi, Since I participated in the confusion about gcc/g++'s interpretation of the cpu-type-specific options, I thought I'd post this excerpt from the GCC manual page: -mcpu=cpu-type Tune to cpu-type everything applicable about the generated code, except for the ABI

RE: gdb hangs on a 486 (dead msg thread)

2002-10-31 Thread Scott Prive
Yes, I read your email.. when it arrived. If there were no latency in mail, I would *even* have seen it before replying to Larry. I suspect redhat.com email routes more quickly on the inside :-) -Original Message- From: Christopher Faylor [mailto:cgf;redhat.com] Sent: Thursday,

upgrading - apache fails

2002-10-31 Thread Uwe Mayer
Hi, I've been upgrading to cygwin 1.3.14-1. After the update the apache web server won't start up again. The /var/log/apache/error_log contains: [Thu Oct 31 22:24:51 2002] [notice] Apache/1.3.24 (Cygwin) configured -- resuming normal operations [Thu Oct 31 22:24:51 2002] [notice] Accept mutex:

Looking for cygpcre.dll

2002-10-31 Thread jblazi
I need cygpcre.dll. I found it with search on the cygwin site but I still do not know how to get it (via setup). Can anybody help me? TIA, -- Janos Blazi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Environment windows not opening

2002-10-31 Thread john_staroba
Hi, I just installed cygwin without any trouble. The command prompt window appears to be working fine, as does the vi editor. When attempting to launch an xwindow, only the main window will open and the system apparently hangs. Prompt window displays .. .. .. .. until you close the main

RE: Environment windows not opening

2002-10-31 Thread Harig, Mark A.
As requested at http://cygwin.com/bugs.html, please include the output of 'cygcheck -s -v -r' (as an attachment). This will provide anyone looking at your question with information that might help them to troubleshoot your problem. -Original Message- From: [EMAIL PROTECTED]

Environment windows not opening

2002-10-31 Thread john_staroba
output of 'cygcheck -s -v -r' is attatched. Thanks, John I just installed cygwin without any trouble. The command prompt window appears to be working fine, as does the vi editor. When attempting to launch an xwindow, only the main window will open and the system apparently hangs. Prompt

RE: Looking for cygpcre.dll

2002-10-31 Thread Scott Prive
This (and other) dll's get installed by programs that need it. You do not need to worry about picking dll's -- it's all automatic by setup.exe If I understand you, you just want the dll, and you're not terribly curious to know what package it comes from. So, one answer is run SETUP, select

RE: Looking for cygpcre.dll

2002-10-31 Thread Randall R Schulz
Scott, At 15:12 2002-10-31, Scott Prive wrote: This (and other) dll's get installed by programs that need it. You do not need to worry about picking dll's -- it's all automatic by setup.exe It is true that package dependencies ensure (or are intended to ensure) that any given package, when

1.3.14 Permission denied while doing a touch on MVFS

2002-10-31 Thread Andrew DeFaria
I just installed 1.3.14 and am now experiencing problems with permission denied when doing a touch but only when working on Clearcase's MVFS file system (i.e. a dynamic view). AFAICT I do have ntsec set and a proper /etc/passwd file, etc. This all sounds like other permissions problems that

Re: 1.3.14 Permission denied while doing a touch on MVFS

2002-10-31 Thread Pierre A. Humblet
On Thu, Oct 31, 2002 at 03:22:18PM -0800, Andrew DeFaria wrote: I just installed 1.3.14 and am now experiencing problems with permission denied when doing a touch but only when working on Clearcase's MVFS file system (i.e. a dynamic view). AFAICT I do have ntsec set and a proper /etc/passwd

Problem Compiling Cygwin Source

2002-10-31 Thread abarto
I'm trying to compile compile the cygwin source and I get the following error: c++ -L/tmp/i686-pc-cygwin/winsup -L/tmp/i686-pc-cygwin/winsup/cygwin -L/tmp/i686 -pc-cygwin/winsup/w32api/lib -isystem /usr/src/cygwin-1.3.14-1/winsup/include -i system /usr/src/cygwin-1.3.14-1/winsup/cygwin/include

Re: Problem Compiling Cygwin Source

2002-10-31 Thread Max Bowsher
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm trying to compile compile the cygwin source and I get the following error: Diagnosis: http://cygwin.com/ml/cygwin/2002-10/msg01532.html Max. c++ -L/tmp/i686-pc-cygwin/winsup -L/tmp/i686-pc-cygwin/winsup/cygwin -L/tmp/i686

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
Christopher Faylor wrote: On Thu, Oct 31, 2002 at 08:38:35AM -0500, Larry Hall (RFK Partners, Inc) wrote: At 11:13 PM 10/30/2002, CBFalconer wrote: I have been trying out gdb in Cygwin, and found it to hang and/or crash under W98, running on a 486. The output of gdb --version is: ...

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
Christopher Faylor wrote: Larry Hall (RFK Partners, Inc) wrote: At 11:13 PM 10/30/2002, CBFalconer wrote: I have been trying out gdb in Cygwin, and found it to hang and/or crash under W98, running on a 486. The output of gdb --version is: ... snip ... This GDB was configured as

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 06:58:03PM -0500, CBFalconer wrote: Unfortunately that is all the data there is. I don't expect a magic wand. The problem is probably in the gui stuff gdb is calling anyhow. W98 is not noted for system protection. However ignoring it is NOT the right answer. Noting that

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 09:05:40PM -0500, CBFalconer wrote: Maybe a few mirrors should be set aside for systems with other configurations. Wait a minute. I thought I was having fun before but this is *double* the fun. Wh! cgf -- Unsubscribe info:

Re: Environment windows not opening

2002-10-31 Thread Igor Pechtchanski
On Thu, 31 Oct 2002 [EMAIL PROTECTED] wrote: I just installed cygwin without any trouble. The command prompt window appears to be working fine, as does the vi editor. When attempting to launch an xwindow, only the main window will open and the system apparently hangs. Prompt window displays

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
Christopher Faylor wrote: On Thu, Oct 31, 2002 at 06:58:03PM -0500, CBFalconer wrote: Unfortunately that is all the data there is. I don't expect a magic wand. The problem is probably in the gui stuff gdb is calling anyhow. W98 is not noted for system protection. However ignoring it is

Re: 1.3.13-2 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Takashi Yano
To reproduce this problem, please try next test cases. Thank you. Test Case 1: - Environment: cygwin 1.3.13-2 or 1.3.14-1 under Windows 2000 or XP - Setup inetutils and start CYGWIN inetd - Send udp packet to port 9 of localhost - Result: System load will goes up to full load. Test Case 2: -

succeed in linking both MSVCRT.dll and cygwin1.dll (version 1.3.12-4)

2002-10-31 Thread Tommy Chang
Just recently I started my first gtk+-2.0 application under win32 platform. At that time, the latest cygwin was version 1.3.12-4. I was able to compile and run my gtk+-2.0 application without the '-mno-cygwin' flag. After I upgraded to cygwin 1.3.13-x I was not able to run the program and got

Re: Fwd: problem compiling under cygwin

2002-10-31 Thread Guy Harrison
On Thu, 31 Oct 2002 13:11:36 +0100, Stan Pinte [EMAIL PROTECTED] wrote: hello, I am trying to compile something under a pretty recent version of cygwin, and it fails, because typedef complexdouble sim_complex; gives that error: ../gossip/sim.h:37: syntax error before `;' token Here