Re[2]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
Hello Robert, Friday, May 03, 2002, 1:58:28 AM, you wrote: -Original Message- From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 1:44 AM To: CygWin Apps; Cygwin-Xfree Subject: Re: setup.exe and inuse files for X On Wed, May 01, 2002 at 04:58:36PM

Re[3]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
[snip] PT Obviously the DELETE permission is missing. You call SetFileAttributes PT with ~FILE_ATTRIBUTE_READONLY which shoul enable the file for reading | deleting ---+ PT

RE: Re[2]: setup.exe and inuse files for X

2002-05-16 Thread Robert Collins
Does this work on FAT too? Rob -Original Message- From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 6:33 PM Ok here is how to fix this issues I've just tried it on my XP Home and it worked fine. HANDLE h = CreateFile(test.c,

Re: new cygwin package: gsl

2002-05-16 Thread Corinna Vinschen
On Wed, May 15, 2002 at 04:55:22PM -0400, Charles Wilson wrote: Teun Burgers wrote: Hello, I've uploaded binary and source packages of GSL, homepage www.fsf.org/software/gsl/ These are the URL's of binary and source tarballs:

Re[4]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
Hello Robert, Thursday, May 16, 2002, 10:59:27 AM, you wrote: RC Does this work on FAT too? I don't know - its not clear from the documentation. Someone has to test it on FAT. However this combined with an an call to SetFileAttributes () before it should be sufficient. Btw the snippet below

RE: [PATCH] Fix for postinstall not running

2002-05-16 Thread Robert Collins
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 3:32 PM To: [EMAIL PROTECTED] Subject: [PATCH] Fix for postinstall not running Here is a fix for the problem of postinstall not running. I'm not going to check this one into

Re[5]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
Ok, I've tested it on my WinXP Home on NTFS, FAT and FAT32. The following snippet removes the file no matter the filesystem (the Get/SetFileAttributes is required for FAT/FAT32 only): HANDLE hFile; DWORD dwAttr = GetFileAttributes (test.dat); SetFileAttributes (test.dat, dwAttr

RE: Re[5]: setup.exe and inuse files for X

2002-05-16 Thread Robert Collins
One thing I'm not clear on - are both calls -required-? -Original Message- From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:52 PM To: Robert Collins Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re[5]: setup.exe and inuse files for X Ok, I've

RE: Re[5]: setup.exe and inuse files for X

2002-05-16 Thread Robert Collins
Oh, and can you please provide as a patch+ changelog? Cheers, Rob -Original Message- From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:52 PM To: Robert Collins Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re[5]: setup.exe and inuse files for X

Re[7]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
No! Because I'm stupid... There is something else here. I got fooled. RC Oh, and can you please provide as a patch+ changelog?

Installation of X with setup.exe was Re[8]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
Ok, yesterday I've installed X with setup.exe and ended up with a lot of filename.new files under /usr/X11R6/ and some other dirs. I took a look at setup.log and saw this: 2002/05/15 11:26:13 Failed to open cygfile:///usr/X11R6/lib/X11/xman.help for wr iting. .. and many others like this.

RE: Installation of X with setup.exe was Re[8]: setup.exe and inuse files for X

2002-05-16 Thread Robert Collins
-Original Message- From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:07 PM Sorry, for spamming the mail list :( It wasn't spam. I think that the NTFS changes may well be needed anyway... or are you saying that just tweaking the cygfile remove to have

Re[2]: Installation of X with setup.exe was Re[8]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
Hello Robert, Thursday, May 16, 2002, 2:11:37 PM, you wrote: -Original Message- From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:07 PM Sorry, for spamming the mail list :( RC It wasn't spam. I think that the NTFS changes may well be needed RC

apache keep-alives keep hanging

2002-05-16 Thread Stipe Tolj
Corinna and the others, we'll need to have some kind of signal passing problem on Cygwin level for Apache's child httpd processes. As you may see from http://apache.dev.wapme.net/server-status the childs don't seem to gracefully timeout when the parent process tells them after timeout to do so.

Re: new cygwin package: gsl

2002-05-16 Thread Charles Wilson
Corinna Vinschen wrote: Packaging looks okay to me. For later releases, you might think about re-enabling the libtool shared library support. But for now, the static lib is great. Could you upload the package, Charles? Well, I said *packaging* looks okay. However, I object to the

new version of indent available, please upload

2002-05-16 Thread Gerrit P. Haase
Hallo, I just finished building the latest indent release. Please do an upload. Since it passes all regression tests besides one low-priority issue (that is new comment-handling-code) I won't release it as test. http://iokaste.koeln.convey.de/cywgin/indent/indent-2.2.8-1.tar.bz2

Re: [PATCH] Fix for postinstall not running

2002-05-16 Thread Christopher Faylor
On Thu, May 16, 2002 at 07:30:52PM +1000, Robert Collins wrote: -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 3:32 PM To: [EMAIL PROTECTED] Subject: [PATCH] Fix for postinstall not running Here is a fix for the problem of

Re: new cygwin package: gsl

2002-05-16 Thread Teun Burgers
Charles Wilson wrote: Well, I said *packaging* looks okay. However, I object to the setup.hint: category: Devel requires: sdesc:the GNU Scientific Library ldesc:the GNU Scientific Library, a collection of numerical routines for scientific computing. This is not a development

Re: new cygwin package: gsl

2002-05-16 Thread Charles Wilson
Teun Burgers wrote: I think this only affects the source package. I uploaded a new version of that. (You might have to reload the URL in order to avoid looking at a cached copy) http://home.quicknet.nl/qn/prive/ar.burgers/gsl-1.1.1-1-src.tar.bz2 This is the new setup.hint: category:

missing symbols for qt3

2002-05-16 Thread Ralf Habacker
Hi all, the 4.2.x release of the xftlib does not export some symbols required by qt 3.x. Are there any doubts fo adding this in further xfree/cygwin releases ? Index: lib/Xft/Xft-def.cpp === RCS file: /cvs/xc/lib/Xft/Xft-def.cpp,v

Re[4]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
Hello Robert, Thursday, May 16, 2002, 10:59:27 AM, you wrote: RC Does this work on FAT too? I don't know - its not clear from the documentation. Someone has to test it on FAT. However this combined with an an call to SetFileAttributes () before it should be sufficient. Btw the snippet below

AltGr handling from Java app on Solaris host

2002-05-16 Thread Arne Christian HÃ¥rseth
Hi again! I can't see I got any response so I try once more. May be I used the wrong address? Will try [EMAIL PROTECTED] this time. Hi! I have installed the latest Cygwin (setup say: setup-timestamp: 1020655814,setup-version: 2.194.2.26) and Cygwin xfree (4.2.0). I use xmodmap with the

Re[5]: setup.exe and inuse files for X

2002-05-16 Thread Pavel Tsekov
Ok, I've tested it on my WinXP Home on NTFS, FAT and FAT32. The following snippet removes the file no matter the filesystem (the Get/SetFileAttributes is required for FAT/FAT32 only): HANDLE hFile; DWORD dwAttr = GetFileAttributes (test.dat); SetFileAttributes (test.dat, dwAttr

RE: Re[5]: setup.exe and inuse files for X

2002-05-16 Thread Robert Collins
One thing I'm not clear on - are both calls -required-? -Original Message- From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:52 PM To: Robert Collins Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re[5]: setup.exe and inuse files for X Ok, I've

XWin doesn't always start right'

2002-05-16 Thread Brian Gallew
I'm running cygiwn/xfree on a ThinkPad under XP. Generally speaking, the first time that I start X after booting, the window doesn't get drawn. So, I kill it and restart X and then it works. I'm very confused about why it behaves this way. If it matters, here's the script I'm using to start

RE: XWin doesn't always start right'

2002-05-16 Thread Harold Hunt
Brian, I wish I knew too. Then I could fix it. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Gallew Sent: Thursday, May 16, 2002 7:24 AM To: [EMAIL PROTECTED] Subject: XWin doesn't always start right' I'm running cygiwn/xfree

Re: Keyboard non us

2002-05-16 Thread Alexander Gottwald
On Thu, 16 May 2002, Uwe Schmidtmann wrote: Hello. This might be a bit off this topic, but just one question: I am currently using xmodmap for my german keyboard. As this is working fine (I got the map from my linux box), I would like to know if there is any SPEED issue when using

RE: 5 seconds delay in libICE if file attributes doesn't match

2002-05-16 Thread Harold Hunt
Ralf, I don't know but I wonder why it is called on all platforms *except* Cygwin. I'll look at the CVS history today. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ralf Habacker Sent: Thursday, May 16, 2002 7:10 AM To: Cygwin-Xfree

RE: 5 seconds delay in libICE if file attributes doesn't match

2002-05-16 Thread Ralf Habacker
I don't know but I wonder why it is called on all platforms *except* Cygwin. I'll look at the CVS history today. In libICE this is called on every platform, in libKDEICE, which is derived from libICE for using with DCOP, this is removed on every platform. Ralf

Re: XWin doesn't always start right'

2002-05-16 Thread Thomas Chadwick
I, too, have forsaken the startxwin.bat startup script in favor of a home-grown script much like the one you've shown below. However, initially I ran into problems similar to what you describe. I attributed it to the fact that you can't count on the sleep 2 command to be long enough for

building xwin packages

2002-05-16 Thread Nicholas Wourms
Harold, How do you build the packages for use with setup.exe? Do you use a script or do you do it by hand? If it is a script, would you post it please? The reason I ask is because I want to recompile X and add it to my local install directory with upset. Thanks in advance! Cheers, Nicholas

Re: building xwin packages

2002-05-16 Thread Harold L Hunt
Nicholas, Building the XFree86 packages for Cygwin is not for the faint of heart. It takes possibly many hours (especially for first timers) and there is a lot that can go wrong. With that in mind, I'll point you to two of the three steps for building the packages, and I'll post the packaging

Re: building xwin packages

2002-05-16 Thread Nicholas Wourms
Harold, I am quite aware of the the trias involved with building Xfree (I just went trough it a few months ago on OSX ;)). Given that, I was attempting to follow the directions on in the contributor's guide regarding building Xfree. Unfortunately matters have been complicated twofold, as I am

RE: building xwin packages

2002-05-16 Thread Nicholas Wourms
Harold, Before you go, don't forget to post the script :). Thanks in advance and have a pleasant trip! Cheers, Nicholas --- Harold Hunt [EMAIL PROTECTED] wrote: Nicholas, Is there anything different which must be done now to cross compile that wasn't included in your directions or has

RE: building xwin packages

2002-05-16 Thread Harold Hunt
Nicholas, The scripts and setup.hint's are at: http://www.msu.edu/~huntharo/xwin/XFree86-cygwin-build.tar.bz2 (3 KiB) Enjoy, Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nicholas Wourms Sent: Thursday, May 16, 2002 8:09 PM To: Harold

RE: building xwin packages

2002-05-16 Thread Harold Hunt
I managed to do a test cross compile for you. Everything went as planned. No build problems. I think that the crucial step you may have missed is to set the path to the Cygwin binutils and gcc executables: PATH=$PATH:/cygwin/bin:/cygwin/i686-pc-cygwin/bin I made a few updates to the

RE: building xwin packages

2002-05-16 Thread Harold Hunt
Here is my cross compile build log so that you can see what is supposed to happen: http://www.msu.edu/~huntharo/xwin/World-cross.log.bz2 (156 KiB) Hope that helps, Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nicholas Wourms Sent:

Re: Unable to get french keyboard with XDMCP connexion on AIX

2002-05-16 Thread frederic bregier
Hi all, I try the -ac option from Pavel with XWin. I am not able to get the french keyboard at login, but just after, the xmodmap locally runned (in the local script, not on the remote server) is perfectly running and I get the french keyboard. So it is a part of the answear (since I

Re: Changes in latest snapshot

2002-05-16 Thread Shankar Unni
Christopher Faylor wrote: I'm thinking about making binmode the default, too. Woo - watch out. I use cvs (the cygwin port) in :pserver: mode, and recently, when I changed my system mount point to binmode, cvs login stopped working. I would do cvs login, and it would prompt for a password,

Re: Possible error in cygpath

2002-05-16 Thread Corinna Vinschen
On Wed, May 15, 2002 at 09:34:42PM +0100, Sam Edge wrote: Jorg Schaible wrote in [EMAIL PROTECTED] in gmane.os.cygwin on Wed, 15 May 2002 11:44:51 +0200: If we have to be Win95-compatible still Please don't consider dropping 95 and NT4 support just yet! There are still plenty of us

RE: New setup.exe 2.218.2.9 available (was Postinstall not working, setup.exe 2.218.2.8)

2002-05-16 Thread Robert Collins
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: Re: New setup.exe 2.218.2.9 available (was Postinstall not working, setup.exe 2.218.2.8) On Thu, May 16, 2002 at 01:35:49AM -0400,

Using cygwin DLLs in no-cygwin applications

2002-05-16 Thread Demmer, Thomas
Hi all, a while ago I tried to include some legacy FORTRAN and C code into a DELPHI project of mine. Building a DLL (according to Mummit Khan's description) seemed the way to go. Under Cygwin, this ended up admiring SIGSEGVs all over the place. Under MinGW, however, everything worked out fine

Re: apache and php4 out-of-the-box

2002-05-16 Thread Jason Tishler
Michael, On Wed, May 15, 2002 at 02:07:23PM -0400, Michael Kunze wrote: but now i run nto th next problem with my apache installation: C:\cygwin\usr\sbin\httpd.exe: *** unable to remap C:\cygwin\bin\cygintl-1.dll to same address as parent -- 0x1A6F [snip] has it something to do with

RE: Helpful Bug Reporting (setup.exe)

2002-05-16 Thread Robert Collins
-Original Message- From: Dockeen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: Helpful Bug Reporting (setup.exe) When you are reporting an error, try to think like someone who is trying to solve the problem! In the case of

RE: Changes in latest snapshot

2002-05-16 Thread Peter Ring
Something that you could have done: Change ~/.cvspass, ~/.cvsrc, and all */CVS/* files in your sandboxes to Unix format. You might also need change other files, e.g. */.cvsignore, and you might want to change some or all text files in your sandboxes. Nothing mysterious here, it's just that many

Come see my cam

2002-05-16 Thread abductor
Sweet college bitches ready to party!! http://hosting24-7.org/liveonline/zoolife/ These crazy sluts are ready to FUCK ALL SUMMER LONG! cya! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: script or nmap?

2002-05-16 Thread Larry Hall (RFK Partners, Inc)
At 12:20 AM 5/16/2002, dave wrote: Hi, Are either of the above apps working with cygwin? Thanks. http://cygwin.com/packages/ Look here with these kinds of questions. Larry Hall [EMAIL PROTECTED] RFK Partners, Inc.

Re: locate and it's db

2002-05-16 Thread Roland Glenn McIntosh
It was I who came up with that dirty substitute. It's worth noting that it doesn't do anything the *real* updatedb script does like pruning and ignoring /tmp and the like. Also, you'll have to mkdir /usr/var in your cygwin installation unless you set the LOCATE_PATH environment variable.

[OT: Perl] RE: Better solution for calling 'net use' from Cygwin Perl?

2002-05-16 Thread Bernard A Badger
This is just a Perl, tid-bit, so disregard if you're not interested in Perl arcana. -Original Message- You might also want to keep any shells from getting involved with your arguments; they sometimes treat '\' badly: my $share = //storigen1u21/sfstest; $share =~ s,\\,/,g; system(

Re: 1.3.10 release/installer 2.218.2.8 not working

2002-05-16 Thread Larry Hall (RFK Partners, Inc)
At 12:46 AM 5/16/2002, Derek Botfield wrote: I am unable to get the latest cygwin installed. All kinds of binaries (such as cp, id and touch etc.) are missing. Nevertheless I need a working version of cygwin and I know that B20 installed flawlessly. Where can I get a copy of B20 (or even B20.1)?

Regarding loadkeys utility.

2002-05-16 Thread Yamuna.
Hi all, can somebody explain how to get loadkeys utility installed under cygwin.which option should be selected for this when running setup.In linux i get this utility in the /etc/rc.d/ directory. but there's no such hierarchial directory structure in cygwin. yamuna.

Re: Come see my cam

2002-05-16 Thread David T-G
Hi, all -- ...and then [EMAIL PROTECTED] said... % % Sweet college bitches ready to party!! Is there a particular reason this list is open and thus gets this junk? I think that asking folks who have questions about cygwin to sign up, however briefly, is not out of line... TIA HAND :-D --

[PATCH] texi2dvi bug

2002-05-16 Thread Gerrit P. Haase
Hallo, Obviously this is a bug in texi2dvi: $ diff -urdb /usr/bin/texi2dvi~ /usr/bin/texi2dvi --- /usr/bin/texi2dvi~ 2002-05-16 16:49:09.0 +0200 +++ /usr/bin/texi2dvi 2002-05-16 16:49:09.0 +0200 -102,7 +102,7 elif echo $PATH | grep ':.*:' 2/dev/null; then path_sep=':'

RE: New setup uploaded - 2.218.2.8

2002-05-16 Thread Harig, Mark A.
-Original Message- From: Robert Collins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 7:05 PM -Original Message- From: Harig, Mark A. [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:42 AM Should this behavior of setup.exe's searching the

Re: Come see my cam

2002-05-16 Thread Christopher Faylor
On Thu, May 16, 2002 at 10:07:37AM -0500, David T-G wrote: Hi, all -- ...and then [EMAIL PROTECTED] said... % % Sweet college bitches ready to party!! Is there a particular reason this list is open and thus gets this junk? I think that asking folks who have questions about cygwin to sign up,

Re: Come see my cam

2002-05-16 Thread David T-G
Christopher, et al -- ...and then Christopher Faylor said... % % On Thu, May 16, 2002 at 10:07:37AM -0500, David T-G wrote: % ... % Is there a particular reason this list is open and thus gets this junk? % I think that asking folks who have questions about cygwin to sign up, % however briefly,

SSHD under SYSTEM account (was: Re: cygwin opensshd on .net enterprise server)

2002-05-16 Thread Gerrit P. Haase
Inc) schrieb: I did copy him on the original note so he would be aware of the issue, but at this point I have completely removed his version (including deleting registry keys) and installed the cygwin environment. It appears that all of cygwin works when run in a system owned command window, but

Re: [PATCH] texi2dvi bug

2002-05-16 Thread Gerrit P. Haase
Richard schrieb: Can you please tell me how to unsubscribe to this I am having unbelievable problems Problems reading english? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple This is attached at every mail and you can only read it yourself. I cannot write you s.th.

Re: SSHD under SYSTEM account (was: Re: cygwin opensshd on .net enterprise server)

2002-05-16 Thread Gerrit P. Haase
Larry, Can you please acknowledge whether or not you read openssh*.README so that we know whether you've missed the obvious user rights settings necessary for the administrator account? I read it and still have similar problems and there is this: I'm glad you read it Gerrit and

Re: SSHD under SYSTEM account (was: Re: cygwin opensshd on .net enterprise server)

2002-05-16 Thread Christopher Faylor
On Thu, May 16, 2002 at 08:10:03PM +0200, Gerrit P. Haase wrote: I will try to find a solution some more days and if there is a way to use PublicKey Auth with RSA SSH1 and DSA SSH2 enabled and PasswordAuthentication no I will find it;) I like that determination! :-) cgf -- Unsubscribe

RE: cygwin opensshd on .net enterprise server

2002-05-16 Thread Tony Hain
Larry Hall wrote: I did copy him on the original note so he would be aware of the issue, but at this point I have completely removed his version (including deleting registry keys) and installed the cygwin environment. It appears that all of cygwin works when run in a system owned

Re: SSHD under SYSTEM account (was: Re: cygwin opensshd on .netenterprise server)

2002-05-16 Thread Prentis Brooks
Ok, Maybe I missed something but some of the docs you are looking at must be old, as I am running sshd under the system account, logging in via Password, RSA, and even .shosts (with RSA Host auth). Now, I am doing this on NT4.0, 2000 Professional, 2000 Server, and 2000 Advanced Server. I am not

Problem with gdb and DLLs and their symbols when setting breakpoints

2002-05-16 Thread Roland Schwingel
Hi === Maybe it is a little bit offtopic, but maybe somewhere knows also what to do. I posted the same mail to the gdb mailinglist as well. === I am working on a rather

Re: SSHD under SYSTEM account (was: Re: cygwin opensshd on .netenterprise server)

2002-05-16 Thread Prentis Brooks
I think these docs are out of date. this is fixed now, since I am doing it. On Thu, 16 May 2002, Gerrit P. Haase wrote: Inc) schrieb: I did copy him on the original note so he would be aware of the issue, but at this point I have completely removed his version (including deleting

Re: cygwin opensshd on .net enterprise server

2002-05-16 Thread Prentis Brooks
Ok, The setgid is a none error to me. This happens when the passwd files are not built properly. Not your fault, some interesting Windows installations give mkpasswd and mkgroup headaches, particularly on Domain Controllers. If you check your /etc/passwd and /etc/group, you will find one of

Re: SSHD under SYSTEM account (was: Re: cygwin opensshd on .net enterprise server)

2002-05-16 Thread Gerrit P. Haase
Prentis schrieb: I think these docs are out of date. this is fixed now, since I am doing it. Ok. PublicKey is working, I figured out to set it up with PublicKey Auth only and using my DSA key and only allowed protocol was SSH2. I know that and that is the reason why I'm still trying to

Re: cygwin opensshd on .net enterprise server

2002-05-16 Thread Prentis Brooks
Ok, I typed too fast... none is supposed to be known... sorry On Thu, 16 May 2002, Prentis Brooks wrote: Ok, The setgid is a none error to me. This happens when the passwd files are not built properly. Not your fault, some interesting Windows installations give mkpasswd and mkgroup

Re: SSHD under SYSTEM account (was: Re: cygwin opensshd on .net enterprise server)

2002-05-16 Thread Corinna Vinschen
On Thu, May 16, 2002 at 08:10:03PM +0200, Gerrit P. Haase wrote: I am debugging this about two weeks now, every day an hour or so. I want to use DSA SSH2 and it works. But when I changed back the sshd_config to 'RSAAuthentication yes' because a collegue wants to use RSA (he just has RSA

cygwin freezes on W98

2002-05-16 Thread Antonio Fortes
Hi, after installing cygwin on W98, I can open bash on Cygwin/XFree86 and start working for a short while. Then it freezes. Is there anyone who could help me with this? = Antonio F Fortes UnB, Bloco J, Apt. 407 70919-970 - Brasilia, DF Brasil

Re: apache and php4 out-of-the-box

2002-05-16 Thread Michael Kunze
Yup! See the following: http://sources.redhat.com/ml/cygwin/2002-05/msg00582.html http://sources.redhat.com/ml/cygwin/2002-05/msg00614.html ok. i could pass that thing. simply had to change some paths in the postinastall script and run it again. it didn't gave me any error during

Re: SSHD under SYSTEM account (was: Re: cygwin opensshd on .netenterprise server)

2002-05-16 Thread Prentis Brooks
Ok, I have used both I am sure, on the host key side. I have not tried via the users. If I get a chance in the next few, I will tinker around with it and let you know what I find. On Thu, 16 May 2002, Gerrit P. Haase wrote: Prentis schrieb: I think these docs are out of date. this is

RE: New setup uploaded - 2.218.2.8

2002-05-16 Thread D G
From: Harig, Mark A. maharig at idirect dot net I think I see now. I was simply letting 'setup.exe' use its defaults. It defaults to using 'c:\cygwin' for the Root Install Directory and 'c:\cygwin' for the Local Package Directory. I assumed that setup was searching in the '/' directory tree,

Re: SSHD under SYSTEM account: r e s o l v e d :-)

2002-05-16 Thread Gerrit P. Haase
Corinna schrieb: I will try to find a solution some more days and if there is a way to use PublicKey Auth with RSA SSH1 and DSA SSH2 enabled and PasswordAuthentication no I will find it;) Am I wrong or didn't you read my message, answering to your problems:

RE: New setup uploaded - 2.218.2.8

2002-05-16 Thread Larry Hall (RFK Partners, Inc)
At 03:31 PM 5/16/2002, D G wrote: OK. For those of us who did it the wrong way (mine is set to H:\), how can I change the local package directory and still keep all the current package information? Is it automatic? What about the latest and contrib directories? Are those obsolete? Yes,

two installs one works; one doesn't

2002-05-16 Thread Jim George
I have cygwin, cygwin-xfree, and postgres installed on two Win2K systems. The first is a W2K Professional on a Toshiba Laptop, the second is a W2K Advanced Server on a desktop. The first works like grease lightening, the second runs like a dog in xfree and postgres (indeed I can't even run

Re: Possible error in cygpath

2002-05-16 Thread Mark Blackburn
On Wed, 15 May 2002, Joerg R. Schaible wrote: Hi Corinna, Corinna Vinschen [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, May 15, 2002 at 11:44:51AM +0200, Schaible, Jorg wrote: The reason why I just implemented -s (in 1999) was that

RE: Using cygwin DLLs in no-cygwin applications

2002-05-16 Thread Heribert Dahms
Hi Thomas, It's been quite a while since I've last seen Pascal, and fine if it works, but do you want gzip or bzip2? Your code uses gzip, prefixing variables bz doesn't matter! OK, not cygwin specific, but you might have overlooked... Bye, Heribert ([EMAIL PROTECTED]) -Original

RE: New setup uploaded - 2.218.2.8

2002-05-16 Thread Robert Collins
-Original Message- From: D G [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 5:32 AM OK. For those of us who did it the wrong way (mine is set to H:\), how can I change the local package directory and still keep all the current package information? Is it automatic?

Re: New setup uploaded - 2.218.2.8

2002-05-16 Thread Michael A Chase
On Fri, 17 May 2002 03:31:36 +0800 D G [EMAIL PROTECTED] wrote: From: Harig, Mark A. maharig at idirect dot net I think I see now. I was simply letting 'setup.exe' use its defaults. It defaults to using 'c:\cygwin' for the Root Install Directory and 'c:\cygwin' for the Local Package

RE: Re: New setup uploaded - 2.218.2.8

2002-05-16 Thread Robert Collins
-Original Message- From: Michael A Chase [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 8:11 AM Directories contrib\ and latest\ are obsolescent, but may still have useful files under them. If you want to leverage those files, move the contrib/* ands latest/* directories

umount doesn't umount

2002-05-16 Thread David E Euresti
Anybody know why this happens? $ mount c: /blah:c mount: warning - /blah:c does not exist. $cd /blah:c $ cd /blah:c bash: cd: /blah:c: No such file or directory $mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system

Re: umount doesn't umount

2002-05-16 Thread Larry Hall (RFK Partners, Inc)
At 06:49 PM 5/16/2002, David E Euresti wrote: Anybody know why this happens? $ mount c: /blah:c mount: warning - /blah:c does not exist. $cd /blah:c $ cd /blah:c bash: cd: /blah:c: No such file or directory $mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type

Re: umount doesn't umount

2002-05-16 Thread Gilgamesh Nootebos
David E Euresti wrote: I think it doesn't like the colon. Any ideas? W2K PRO NL shows this: D:\tempmkdir foo:bar De mapnaam is ongeldig. D:\temp Which is Dutch for: The directory name is invalid IIRC a ':' is only valid when adressing a Drive and cannot be used in Directory names

bash question

2002-05-16 Thread Andrew DeFaria
I may have asked this before but I'd really like to understand this and get a fix for it. Given the following script: #!/bin/bash declare -i i=0 for x in 1 2 3; do let i=i+1 echo item $x done echo Processed $i items cat /tmp/file END item 1 item 2 item 3 END declare -i i=0 cat

RE: umount doesn't umount

2002-05-16 Thread Robert Collins
-Original Message- From: Gilgamesh Nootebos [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 9:12 AM ... ':'s on NTFS allow alternate streams. Read up on that before speculating, and please remember that a single test case (your local test) only shows the results for that

Re: New setup uploaded - 2.218.2.8

2002-05-16 Thread Christopher Faylor
On Fri, May 17, 2002 at 08:04:42AM +1000, Robert Collins wrote: On the other hand, would it be a good idea for setup.exe to tag its directories in some way, like with a zero-byte file, so that it doesn't take just any old setup.ini file it finds? Mmmm. I'll think about this. I don't want to

[ANNOUNCEMENT] Updated: findutils-4.1.7-2

2002-05-16 Thread Christopher Faylor
I've made a new version of 'findutils' available for download. This updates the package to the latest version available from ftp.gnu.org. This version is notable in that it seems to include a working version of 'updatedb'. For a brief descripton of this package, see http://cygwin.com/packages/

[ANNOUNCEMENT] Updated: make-3.79.1-7

2002-05-16 Thread Christopher Faylor
I've made a new version of make available for download. This version incorporates a patch reported by a cygwin mailing list user to fix problems with vpath and win32 paths. There is also a change which allows make to default to win32 mode if /bin/sh is missing. This means that make will use

[ANNOUNCEMENT] Updated: diffutils-2.8.1-1

2002-05-16 Thread Christopher Faylor
I've made a new version of 'diffutils' available for download. This updates the package to the latest version available from ftp.gnu.org. The 'diffutils' package replaces the previous 'diff' package. For a brief descripton of this package, see http://cygwin.com/packages/ . To update your

Re: New setup uploaded - 2.218.2.8

2002-05-16 Thread Michael A Chase
On Fri, 17 May 2002 08:21:06 +1000 Robert Collins [EMAIL PROTECTED] wrote: -Original Message- From: Michael A Chase [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 8:11 AM Directories contrib\ and latest\ are obsolescent, but may still have useful files under them.

setup.exe 2.218.2.8/9 broken

2002-05-16 Thread John Haggerty
As far as I can see, setup 2.218.2.8 and 2.218.2.9 are still broken, as described on this list. In case it's not clear, you go through an entire download, and the last thing to be downloaded reports Download Incomplete on a popup, and as far as I can see, you can never correctly install

Re: setup.exe 2.218.2.8/9 broken

2002-05-16 Thread Christopher Faylor
On Thu, May 16, 2002 at 10:32:04PM -0400, John Haggerty wrote: As far as I can see, setup 2.218.2.8 and 2.218.2.9 are still broken, as described on this list. In case it's not clear, you go through an entire download, and the last thing to be downloaded reports Download Incomplete on a popup,

Re: umount doesn't umount

2002-05-16 Thread Ryan T. Sammartino
On Fri, May 17, 2002 at 01:12:04AM +0200, Gilgamesh Nootebos wrote: David E Euresti wrote: I think it doesn't like the colon. Any ideas? W2K PRO NL shows this: D:\tempmkdir foo:bar De mapnaam is ongeldig. Which is Dutch for: The directory name is invalid Whew... for a second

setup.exe 2.218.2.8/9 broken

2002-05-16 Thread Dockeen
Preamble: I don't work at Cygnus, I am just another user. (Well, maybe less skilled that any other user) Why I am writing: I have been upgrading Cygwin essentially daily on my work and home machines, using the newest setup almost all the time, and I have almost never seen a failure. This can

Re: setup.exe 2.218.2.8/9 broken

2002-05-16 Thread Christopher Faylor
On Thu, May 16, 2002 at 09:56:28PM +0600, Dockeen wrote: Preamble: I don't work at Cygnus, I am just another user. (Well, maybe less skilled that any other user) Obligatory reply: Actually, nobody works at Cygnus anymore. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-16 Thread Jose Luis Otermin
Hello fellows, First at all, sorry for the late response. I have been very busy this week due the birth of my second daughter. Thanks to all who answered my pray :-) If someone else downloads the cygipc program, it should be at the folder \CygWin\install so The rigt command shall be: $ tar

PGP signatures for packages?

2002-05-16 Thread Michael Young
Are signatures available for the setup program, or for the packages it downloads? RPM uses GPG signatures, but I can't find anything comparable for the Cygwin binaries. Even just a list of hashes would be worthwhile (ideally vended from a secure Cygwin/Redhat web page) to verify that a mirror

Re: setup.exe 2.218.2.8/9 broken and I'm not much better

2002-05-16 Thread Dockeen
I forgot to mention in my last email, I am going senile. Next thing you know, someone will be telling me Reagan isn't president any more. Wayne (Huckleberry Dumb-poop) Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: setup.exe 2.218.2.8/9 broken

2002-05-16 Thread John Haggerty
Hi, Well thanks, that calmed me down. I have installed cygwin maybe 50 times on different machines, but last night it was my luck to really, really want to install it on my newly repaired laptop, and I spent maybe 4 hours doing this: - start: - Install Cygwin NOW! from www.cygwin.com, copy

Re: setup.exe 2.218.2.8/9 broken and I'm not much better

2002-05-16 Thread Michael A Chase
On Thu, 16 May 2002 22:29:13 +0600 Dockeen [EMAIL PROTECTED] wrote: I forgot to mention in my last email, I am going senile. Next thing you know, someone will be telling me Reagan isn't president any more. True, Reagan isn't President, but Bush is. So you aren't doing so bad. -- Mac :})

  1   2   >