setup v2.573.2.3: Postinstall: "abnormal exit: exit code=126"

2008-08-08 Thread Andry
Hello cygwin, Recently, i searches minimum cygwin install to maintain GCC build. After i resort list of required components, i downloaded it by setup.exe. Problem appeared when i need to install them by "Install from Local Directory" setup option without ini file. I found that setup unab

[ANNOUNCEMENT] Updated: {gmp/libgmp3/libgmp-devel}-4.2.3-1

2008-08-08 Thread David Billinghurst
Version 4.2.3-1 of gmp, libgmp3 and libgmp-devel have been uploaded. PACKAGE DESCRIPTION === Homepage: http://swox.com/gmp License : GNU LGPL GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. The

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Christopher Faylor
On Fri, Aug 08, 2008 at 02:47:43PM -0500, Tim McDaniel wrote: > On Fri, 8 Aug 2008, Christopher Faylor > <[EMAIL PROTECTED]> wrote: >> On Fri, Aug 08, 2008 at 01:58:12PM -0500, Tim McDaniel wrote: >>> That's most unpleasant. I don't suppose there's any way to control >>> Cygwin's bash in re where

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Christopher Faylor
On Fri, Aug 08, 2008 at 03:29:48PM -0400, Christopher Faylor wrote: >On Fri, Aug 08, 2008 at 01:58:12PM -0500, Tim McDaniel wrote: >>That's most unpleasant. I don't suppose there's any way to control >>Cygwin's bash in re where to put double quotes around arguments being >>passed to a Windows comm

Re: Python and sqlite3

2008-08-08 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason Tishler wrote: | Since the following is still open: | | http://bugs.python.org/issue1706863 | | I didn't realize that this problem was resolved in Python 2.5.2. Actually, it was working with 2.5.1 also, so it must have been something else

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread Gary Johnson
On 2008-08-08, CheapLisa wrote: > thanks for the help. It did launch bash so I am a little further along. I > still need to get multiple tabs (integrate screen) into the command and > believe I have it after some experimentation: > rxvt -e screen /usr/bin/bash --login -i > > so rxvt executes b

Re: Cygwin 1.5.25: gprof time accumulation problem

2008-08-08 Thread Brian Dessent
David Donovan wrote: > I am having difficulties using gprof under cygwin. When I try to It's not your fault. There were bugs in both Cygwin and gprof. They are fixed in CVS and should be working again in the next version. For Cygwin however, I'm not sure if another 1.5 release is on the table

"md5sum /dev/fd0" fails with 1.5.25-15 (works with 1.5.24-2)

2008-08-08 Thread Heinz Werner Kramski-Grote
With cygwin1.dll 1.5.24-2 I am able to checksum the raw floppy device successfully using md5sum: $ md5sum /dev/fd0 f8e9627946048ac9bc3109478ef09215 */dev/fd0 After upgrading to 1.5.25-15 I now get this error: $ md5sum /dev/fd0 md5sum: /dev/fd0: No space left on device Any help is g

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread Reid Thompson
On Fri, 2008-08-08 at 10:17 -0700, CheapLisa wrote: > I want to replace the default cygwin bash window with something where I can > have multiple tabs > may be of interest/use http://en.poderosa.org/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread CheapLisa
thanks for the help. It did launch bash so I am a little further along. I still need to get multiple tabs (integrate screen) into the command and believe I have it after some experimentation: rxvt -e screen /usr/bin/bash --login -i so rxvt executes both screen and bash but another window pops

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread CheapLisa
thanks for the info, but the whole purpose of going from default cygwin bash to rxvt was to reduce clutter on my screen of having a window open for every machine and process I am running. L Keith Christian wrote: > > Lisa, > > PuTTY, the excellent freeware terminal emulator, has a patched ver

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Lev Bishop
On Fri, Aug 8, 2008 at 15:47, Tim McDaniel wrote: > On Fri, 8 Aug 2008, Christopher Faylor > <[EMAIL PROTECTED]> wrote: >> >> On Fri, Aug 08, 2008 at 01:58:12PM -0500, Tim McDaniel wrote: >>> >>> That's most unpleasant. I don't suppose there's any way to control >>> Cygwin's bash in re where to p

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Tim McDaniel
On Fri, 8 Aug 2008, Christopher Faylor <[EMAIL PROTECTED]> wrote: On Fri, Aug 08, 2008 at 01:58:12PM -0500, Tim McDaniel wrote: That's most unpleasant. I don't suppose there's any way to control Cygwin's bash in re where to put double quotes around arguments being passed to a Windows command (s

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Christopher Faylor
On Fri, Aug 08, 2008 at 01:58:12PM -0500, Tim McDaniel wrote: >That's most unpleasant. I don't suppose there's any way to control >Cygwin's bash in re where to put double quotes around arguments being >passed to a Windows command (since getting Microsoft to make >explorer.exe be sane is hopeless)?

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Tim McDaniel
On Fri, 8 Aug 2008, Lev Bishop <[EMAIL PROTECTED]> wrote: On Fri, Aug 8, 2008 at 12:28, Christopher Faylor wrote: Is there any documentation on who rewrites arguments, under what conditions, and how they're altered? I missed this when it was first mentioned. I've skipped parts of this thre

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Christopher Faylor
On Fri, Aug 08, 2008 at 01:39:49PM -0400, Lev Bishop wrote: >On Fri, Aug 8, 2008 at 12:28, Christopher Faylor wrote: > >>> Is there any documentation on who rewrites arguments, under what >>> conditions, and how they're altered? >> >> I missed this when it was first mentioned. Cygwin doesn't mung

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread Keith Christian
Lisa, PuTTY, the excellent freeware terminal emulator, has a patched version that works excellently with Cygwin. I used RXVT before finding PuTTY, but now use PuTTY exclusively with Cygwin. PuTTY has no tabbed interface (yet) but there is a fork of PuTTY, called KiTTY, which supports tabs and

RE: bash builtin "test" kills bash on Win 2003 Server R2 x64 (some hardware)

2008-08-08 Thread Stephen Quintero
Thank you for your replies. Some notes: "[ -d /bin ]" causes the bash shell to terminate "/bin/[ -d /bin ]" does not "/bin/strace.exe [ -d /bin ]" does not cause the shell to terminate, spits out a lot of info, and exits 0x0. If you refer to the original post by Brian Johnson (http://sourcew

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread Gary Johnson
On 2008-08-08, Ren Berber wrote: > CheapLisa wrote: >> Also when running the screen command I always get some text and then >> instructions >> to press the spacebar/or enter. That is very nice but how is this >> surpressed? > > Don't use screen (not recently anyway) but isn't it there a "quiet"

Re: How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread René Berber
CheapLisa wrote: I want to replace the default cygwin bash window with something where I can have multiple tabs or tab like features. I do not know of any command line commando that would not want this feature and hope that in the future something else would be provided by default. It looks li

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Lev Bishop
On Fri, Aug 8, 2008 at 12:28, Christopher Faylor wrote: >> Is there any documentation on who rewrites arguments, under what >> conditions, and how they're altered? > > I missed this when it was first mentioned. Cygwin doesn't munge command > line arguments. Why would it assume that /e,something

How to replace default bash window with rxvt / bash shell?

2008-08-08 Thread CheapLisa
I want to replace the default cygwin bash window with something where I can have multiple tabs or tab like features. I do not know of any command line commando that would not want this feature and hope that in the future something else would be provided by default. It looks like the best combina

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Christopher Faylor
On Fri, Aug 08, 2008 at 10:16:57AM -0500, Tim McDaniel wrote: > On Fri, 8 Aug 2008, Luke Kendall wrote: >> On 4 Aug, Gary R. Van Sickle wrote: >>> explorer /e,$XPATH & disown %- >> >> Don't try this variant, though, since it doesn't work: >> >>explorer /e,"$XPATH" & disown %- >> >> What ha

RE: Cygwin 1.5.25 : Very slow command

2008-08-08 Thread Dave Korn
Burt Silverman wrote on 08 August 2008 16:30: > Adding "title" to the CYGWIN variable (e.g., CYGWIN = title) in > Cygwin.bat as per the user manual gives a tremendous psychological > advantage, lowering the slow start pain, as one can see that things are > really happening. "ls" is working perfec

Re: Cygwin 1.5.25 : Very slow command

2008-08-08 Thread Burt Silverman
Adding "title" to the CYGWIN variable (e.g., CYGWIN = title) in Cygwin.bat as per the user manual gives a tremendous psychological advantage, lowering the slow start pain, as one can see that things are really happening. "ls" is working perfectly fine -- I will reboot if I ever see it behave s

screen not reattaching properly?

2008-08-08 Thread Justin King
Hi everyone, I'm a bit new to cygwin so hopefully i'm not asking something too n00bish. :) I'm trying to use screen on my system and can't seem to figure out why I'm having issues. Whenever I run screen I can detach fine but reattaching with any of the parameters I'm trying won't work. here's a sa

RE: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Tim McDaniel
On Fri, 8 Aug 2008, Luke Kendall wrote: On 4 Aug, Gary R. Van Sickle wrote: explorer /e,$XPATH & disown %- Don't try this variant, though, since it doesn't work: explorer /e,"$XPATH" & disown %- What happens if you try that innocuous-looking variant is that Cygwin (or bash?) norm

Re: bash builtin "test" kills bash on Win 2003 Server R2 x64 (some hardware)

2008-08-08 Thread Larry Hall (Cygwin)
tmcd wrote: On Thu, 7 Aug 2008, Larry Hall (Cygwin) But leaving that aside for the moment, perhaps you have a a corrupted '/bin/[.exe'. Yes, it's just a WAG that really shouldn't be an issue but given your unique environment, maybe it's worth checking. I don't have the original note handy, bu

Re: Fresh install of Cygwin, not working

2008-08-08 Thread Christopher Faylor
On Fri, Aug 08, 2008 at 05:04:02PM +1000, Luke Kendall wrote: >Well, we know that frequently the mirror(s) we use are bad, because >after we rsync from them to a local disc for use on our intranet, it >fails the MD5 checks of the files. I wrote this script to make the >check nightly, after the rsy

Re: Setup version

2008-08-08 Thread Angelo Graziosi
Dave Korn wrote: Here's my key. [...] but you'll find it's been used to sign that signing key, i.e., after creating an .asc file from it and imported (gpg --import < asc_file), is it possible to verify pubring.asc? If Yes, How? (pubring.asc hasn't a .sig file!) ...the forthcoming gcc-4

RE: Setup version

2008-08-08 Thread Dave Korn
Lee wrote on 08 August 2008 13:50: > > umm. right! The key was included in the announcement msg. dunno > how I missed it, Prolly because it was an insanely long post! cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/m

Re: Setup version

2008-08-08 Thread Lee
On 8/8/08, Dave Korn <[EMAIL PROTECTED]> wrote: > Lee wrote on 08 August 2008 05:51: > >> It's late, so I'm not going to try to figure out how to import the >> public key they give the link to. It seems a bit pointless >> anyway.. if someone is able to change the setup.exe offered for >> down

Re: Python and sqlite3

2008-08-08 Thread Jason Tishler
Yaakov, On Wed, Aug 06, 2008 at 10:50:58AM -0500, Yaakov wrote: > Jason Tishler wrote: > | See the following: > | > | http://www.cygwin.com/ml/cygwin/2007-11/msg00158.html > | > | If someone resolves this problem, then I will release a Cygwin > | Python with sqlite support. > > FYI, I've been

Re: Bizarre Cygwin/Explorer/paths problem half-solved

2008-08-08 Thread Lev Bishop
On Fri, Aug 8, 2008 at 02:41, Luke Kendall wrote: > Don't try this variant, though, since it doesn't work: > >explorer /e,"$XPATH" & disown %- > > What happens if you try that innocuous-looking variant is that Cygwin > (or bash?) normalises the path /e,... to a windows path first, producing >

RE: Setup version

2008-08-08 Thread Dave Korn
Angelo Graziosi wrote on 08 August 2008 13:08: > gpg: Signature made Tue Aug [...] > gpg: Good signature from "Cygwin " > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the > owner. Here's my key. You have

Re: Setup version

2008-08-08 Thread Angelo Graziosi
Corinna Vinschen wrote: You didn't read`Dave's mail: The key was in the announcement; run "gpg --import" at the command-line and cut'n'paste it into stdin (or redirect it from a file). ^^ Dave Korn wrote: With the pubring.asc, yo

RE: Setup version

2008-08-08 Thread Dave Korn
Angelo Graziosi wrote on 08 August 2008 11:31: > Dave Korn wrote: > >> Press Ctrl-D. It's the same as cat or anything else that reads stdin. > > $ gpg --import > gpg: WARNING: using insecure memory! > gpg: please see http://www.gnupg.org/faq.html for more information > > Ctrl-D > > gpg: no va

Re: Setup version

2008-08-08 Thread Corinna Vinschen
On Aug 8 12:30, Angelo Graziosi wrote: > Dave Korn wrote: > >> Press Ctrl-D. It's the same as cat or anything else that reads stdin. > > $ gpg --import > gpg: WARNING: using insecure memory! > gpg: please see http://www.gnupg.org/faq.html for more information > > Ctrl-D > > gpg: no valid OpenPGP

Re: Setup version

2008-08-08 Thread Angelo Graziosi
Dave Korn wrote: Press Ctrl-D. It's the same as cat or anything else that reads stdin. $ gpg --import gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/faq.html for more information Ctrl-D gpg: no valid OpenPGP data found. gpg: Total number processed: 0 With the 'p

Re: New snapshot of setup.exe uploaded!

2008-08-08 Thread Angelo Graziosi
Dave Korn wrote: Yes, that's how it's always worked. OK, but in the 'setup.log.full' it creates, there is written: ... Command Line Options: ... -h --help print help ... Angelo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

RE: Setup version

2008-08-08 Thread Dave Korn
Angelo Graziosi wrote on 08 August 2008 10:58: > Dave Korn wrote: > >> The key was in the announcement; run "gpg --import" at the command-line >> and cut'n'paste it into stdin (or redirect it from a file). > > $ gpg --import > gpg: WARNING: using insecure memory! > gpg: please see http://www.gnu

RE: New snapshot of setup.exe uploaded!

2008-08-08 Thread Dave Korn
Angelo Graziosi wrote on 08 August 2008 11:06: > Dave Korn wrote: > >> I just uploaded a snapshot of setup.exe 2.602 > > $ ./setup-2.602.exe --help > > It does not print anything. It only writes 'setup.log*'. Yes, that's how it's always worked. cheers, DaveK -- Can't think of a w

Re: New snapshot of setup.exe uploaded!

2008-08-08 Thread Angelo Graziosi
Dave Korn wrote: I just uploaded a snapshot of setup.exe 2.602 $ ./setup-2.602.exe --help It does not print anything. It only writes 'setup.log*'. Cheers, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: Setup version

2008-08-08 Thread Angelo Graziosi
Dave Korn wrote: The key was in the announcement; run "gpg --import" at the command-line and cut'n'paste it into stdin (or redirect it from a file). $ gpg --import gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/faq.html for more information I have waited several mi

RE: Setup version

2008-08-08 Thread Dave Korn
Lee wrote on 08 August 2008 05:51: > It's late, so I'm not going to try to figure out how to import the > public key they give the link to. It seems a bit pointless > anyway.. if someone is able to change the setup.exe offered for > downloading I don't see why they couldn't also change the p

RE: Setup version

2008-08-08 Thread Dave Korn
Angelo Graziosi wrote on 08 August 2008 01:44: > gpg: Can't check signature: public key not found The key was in the announcement; run "gpg --import" at the command-line and cut'n'paste it into stdin (or redirect it from a file). cheers, DaveK -- Can't think of a witty .sigline tod

Re: Windows CIFS share "ls: reading directory .: permission denied"

2008-08-08 Thread Corinna Vinschen
On Aug 8 12:06, sonali gadekar wrote: http://cygwin.com/acronyms/#TOFU > --- On Thu, 7/8/08, Corinna Vinschen <[EMAIL PROTECTED]> wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR > Till when this 1.7 release will be available??? Hopefully still in 2008. > Is it possible to release some patc

Re: CSIH patch (Re: Unable to run sshd under a domain sshd_server account [SOLVED])

2008-08-08 Thread Corinna Vinschen
On Aug 7 12:59, Charles Wilson wrote: > Corinna Vinschen wrote: >>> We can require Administrators (-544) in /etc/group, and SYSTEM (-18) in >>> both /etc/group and /etc/passwd, right? >> Yes. I'm just wondering if we shouldn't check for the Admins group >> only. The token of the SYSTEM user alw

[ANNOUNCEMENT] Updated: libxslt-1.1.24-2 [SECURITY]

2008-08-08 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages have been updated in the Cygwin net release: *** libxslt-1.1.24-2 *** libxslt-devel-1.1.24-2 *** libxslt-doc-1.1.24-2 *** python-libxslt-1.1.24-2 This release includes a patch for CVE-2008-2935. Yaakov *** CYGWIN-ANNOUNCE

Re: Fresh install of Cygwin, not working

2008-08-08 Thread Luke Kendall
On 7 Aug, Larry Hall (Cygwin) wrote: > Oliver Jones wrote: > > Can anyone tell me why the latest version of Cygwin will not work? > > > > I have downloaded the complete version from my local mirror, which is on the > > mirrors list. When I install, I do not get the X Server icon, or any of the >