Re: setup.exe option parsing no longer in flux

2009-07-05 Thread Christopher Faylor
On Fri, Jul 03, 2009 at 12:54:39PM -0400, Christopher Faylor wrote: Please let me know (via cygwin-apps of course) if there are problems with this code. It's a pretty big rewrite so I could have easily gotten something wrong. I just found a problem with the new code. It didn't save a new

1.7 no start menu entry to launch X Server?

2009-07-05 Thread William Deegan
Greetings, Some time in the last few months the X Win Server start menu item was removed. I just did a fresh install on a new machine and it's not longer there. It was really useful. Any chance of getting it reinstated? Thanks Bill -- Unsubscribe info:

fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Ian Kelling
Right after installing with nothing but the default packages and options, when launching cygwin, bash flashes an error message for half a second and goes away. This is a first time install on vista 64 ultimate using 1.7 with setup version 2.637. I restarted, deleted cygwin directories and

setrlimit(RLIMIT_CPU) isn't implemented in Cygwin., Corinna Vinschen

2009-07-05 Thread Pedro Izecksohn
Will it be implemented in Cygwin someday? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Ian Kelling
Update: This looks like the same error as Edward Lam posted on 7/2/2009 in response to a bash update announcement. Attached is my cygcheck output. - Ian Kelling Cygwin Configuration Diagnostics Current System Time: Sat Jul 04 23:26:58 2009 Windows Vista Ultimate Ver 6.0 Build 6001 Service

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Fergus
Two packaging oddities after this update: 1) New directory \usr\i686-pc-cygwin\ containing \usr\i686-pc-cygwin\bin \usr\i686-pc-cygwin\bin\ar.exe.lnk \usr\i686-pc-cygwin\bin\as.exe.lnk \usr\i686-pc-cygwin\bin\ld.exe.lnk \usr\i686-pc-cygwin\bin\nm.exe.lnk \usr\i686-pc-cygwin\bin\ranlib.exe.lnk

Re: [ANNOUNCEMENT] Updated: binutils-2.19.51-1

2009-07-05 Thread Angelo Graziosi
Christopher Faylor wrote: I've made a new version of binutils Under Cygwin-1,5, trying: tar -xvf binutils-2.19.51-1-src.tar.bz2 gives: - [...] binutils-2.19.51-1/opcodes/m32c-dis.c binutils-2.19.51-1/opcodes/m32c-ibld.c

Re: popup consoles on Windows 7

2009-07-05 Thread Andy Koppe
2009/7/5 Christopher Faylor: I've checked in a workaround for the problem: http://cygwin.com/ml/cygwin-cvs/2009-q3/msg00010.html I checked this by removing the Windows 7 code from mintty and rebuilding it.  With the currently released version of Cygwin 1.7.0-50 this causes a windows console

How to spawn from big-stack program

2009-07-05 Thread Klaus Grue
Hi, Can anyone tell me how to invoke a program from a big-stack program (i.e. a program which has a big stack). Here is a small big-stack program which reproduces the problem: --- $ more example.c #include stdio.h #include process.h int main(){ printf(Hello\n);

Re: How to spawn from big-stack program

2009-07-05 Thread Dave Korn
Klaus Grue wrote: Hi, Can anyone tell me how to invoke a program from a big-stack program (i.e. a program which has a big stack). Here is a small big-stack program which reproduces the problem: The problem is not spawning the new executable. The problem is that you've set the default

Re: How to spawn from big-stack program

2009-07-05 Thread Dave Korn
Dave Korn wrote: 207 htobe = CreateThread (sec_none_nih, 0, is_freerange ? simplestub: stub, 208 this, 0, id); 209 if (!htobe) 210 api_fatal (CreateThread failed for %s - %p%p, %E, name, h, id); This is a problem actually.

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Dave Korn
Roman Werpachowski wrote: Some more details about my problem (http://cygwin.com/ml/cygwin/2009-07/msg00150.html) $ gcc -v Actually even more useful would be to know what Cygwin DLL version you're running. The problems page that CGF directed you to contains in particular the advice to run

Re: setrlimit(RLIMIT_CPU) isn't implemented in Cygwin., Corinna Vinschen

2009-07-05 Thread Dave Korn
Pedro Izecksohn wrote: Will it be implemented in Cygwin someday? If you think she can see into the future, shouldn't you be asking something more interesting than whether cygwin will ever support rlimit, like what next week's lottery numbers will be or how long you'll live? ;-)

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Dave Korn
Fergus wrote: Two packaging oddities after this update: 1) New directory \usr\i686-pc-cygwin\ containing \usr\i686-pc-cygwin\bin \usr\i686-pc-cygwin\bin\ar.exe.lnk \usr\i686-pc-cygwin\bin\as.exe.lnk \usr\i686-pc-cygwin\bin\ld.exe.lnk \usr\i686-pc-cygwin\bin\nm.exe.lnk

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Roman Werpachowski
On Sun, Jul 5, 2009 at 1:50 PM, Dave Korndave.korn.cyg...@googlemail.com wrote:  Actually even more useful would be to know what Cygwin DLL version you're running.  The problems page that CGF directed you to contains in particular the advice to run cygcheck -s -v -r cygcheck.out and then send

Re: How to spawn from big-stack program

2009-07-05 Thread Klaus Grue
Hi Dave, Can anyone tell me how to invoke a program from a big-stack program ... The problem is not spawning the new executable. The problem is ... Thanks for the explanation. ... 955 cygthread *h = new cygthread (proc_waiter, 0, this, proc_waiter); ... And thanks for the very accurate

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Dave Korn
Roman Werpachowski wrote: On Sun, Jul 5, 2009 at 1:50 PM, Dave Korndave.korn.cyg...@rhh!!!ooglemail.com wrote: Please don't quote the From: address in your email. Getting someone spammed is no way to thank them for helping you! (See http://cygwin.com/acronyms/#PCYMTNQREAIYR

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Roman Werpachowski
On Sun, Jul 5, 2009 at 3:28 PM, Dave KornXXX wrote: Roman Werpachowski wrote: On Sun, Jul 5, 2009 at 1:50 PM, Dave  Please don't quote the From: address in your email. Extremely sorry, won't happen again. BTW, couldn't the mailing software automatically remove these addresses?  Tried 1.7

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Roman Werpachowski
On Sun, Jul 5, 2009 at 3:28 PM, Dave KornXXX wrote:  Right, well that shows you're using 1.5.25, which is known to have bugs in this area, and is at end-of-life and won't be fixed.  It's a minor inconvenience, sorry, but it only affects things that happen after your program crashes anyway, so

Commoncpp make error

2009-07-05 Thread faiz2009
Hello, I try to install commoncpp2-1.7.0 under cygwin, then I proceed as follows: 1) . / configure (takes place without any problem). 2) make. but during the compilation I receives the following error: timer.cpp:131:

Re: Commoncpp make error

2009-07-05 Thread Václav Haisman
faiz2009 wrote, On 5.7.2009 17:26: Hello, I try to install commoncpp2-1.7.0 under cygwin, then I proceed as follows: 1) . / configure (takes place without any problem). 2) make. but during the compilation I receives the following error:

Re: Commoncpp make error

2009-07-05 Thread Dave Korn
Václav Haisman wrote: faiz2009 wrote, On 5.7.2009 17:26: Hello, I try to install commoncpp2-1.7.0 under cygwin, then I proceed as follows: 1) . / configure (takes place without any problem). 2) make. but during the compilation I receives the following error:

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Jerry DeLisle
Dave Korn wrote: --- snip --- This is not a binutils bug report any longer! Try downgrading bash; there's a problem with the new libreadline7 build, which hopefully a respin with gcc-4 and this new binutils will fix. cheers, DaveK I backed down on bash version which required

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Dave Korn
Fergus wrote: Sorry, I cannot provide cygcheck output because I cannot start a process. Run it from cmd.exe; it's a non-cygwin (pure win32) executable, it should be ok. It tries to launch a couple of cygwin exes; they might fail, but most of it will work. cheers, DaveK --

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Dave Korn
Jerry DeLisle wrote: Maybe I need a different combination of binutils, libreadline, and bash. Binutils can't possibly be causing shell startup failures, it's not remotely involved(*). It's going to be between libreadline and bash. cheers, DaveK -- (*) - Unless you have something

screen and popup console on Windows 7

2009-07-05 Thread Sylvain Pasche
Hi, I saw the recent thread about the unwanted console windows appearing with MinTTY on Win7. I just wanted to mention that I see a similar issue with screen in the same environment (Win7 RC 64-bit, Cygwin 1.7, screen 4.0.3-1): Each new screen window that is opened creates a persistent

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Roman Werpachowski
On Sun, Jul 5, 2009 at 1:50 PM, Dave Korn wrote:  Well, what happened was that there's a bug somewhere, and while cygwin was in the process of dumping the stack trace for the abort caused by your assertion firing, One more question: how can I use this stack trace to debug genuine errors?

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Vincent R.
I backed down on bash version which required install of libreadline6. bash still fails. This is on NT4. Maybe I need a different combination of binutils, libreadline, and bash. I will play with this for a bit. Jerry I have installed new binutils and previous bash version and now it

Re: How to spawn from big-stack program

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 12:32:41PM +0200, Klaus Grue wrote: Hi, You responded to an unrelated message and changed the subject entirely. Please do not do that. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Jerry DeLisle
Vincent R. wrote: I backed down on bash version which required install of libreadline6. bash still fails. This is on NT4. Maybe I need a different combination of binutils, libreadline, and bash. I will play with this for a bit. Jerry I have installed new binutils and previous bash

Re: popup consoles on Windows 7

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 10:33:47AM +0100, Andy Koppe wrote: 2009/7/5 Christopher Faylor: As I type this I realize that I didn't really confirm that the new invisible console code has the desired effect in mintty. It is supposed to make some (native?) apps work better. No, its main purpose is to

Stop the thread hijacking! (was Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1)

2009-07-05 Thread Christopher Faylor
If you need to talk about bash either change the subject or reply to the thread which was already started about it: http://cygwin.com/ml/cygwin/2009-07/threads.html#00105 Complaining about bash problems in reply to a binutils announcement doesn't make any sense at all. cgf -- Problem reports:

Re: [ANNOUNCEMENT] Updated: binutils-2.19.51-1

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 10:45:39AM +0200, Angelo Graziosi wrote: Christopher Faylor wrote: I've made a new version of binutils Under Cygwin-1,5, trying: tar -xvf binutils-2.19.51-1-src.tar.bz2 gives: - [...]

Re: screen and popup console on Windows 7

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 06:15:51PM +0200, Sylvain Pasche wrote: I saw the recent thread about the unwanted console windows appearing with MinTTY on Win7. I just wanted to mention that I see a similar issue with screen in the same environment (Win7 RC 64-bit, Cygwin 1.7, screen 4.0.3-1): Each new

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 05:21:50PM +0100, Roman Werpachowski wrote: On Sun, Jul 5, 2009 at 1:50 PM, Dave Korn wrote: ?Well, what happened was that there's a bug somewhere, and while cygwin was in the process of dumping the stack trace for the abort caused by your assertion firing, One more

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Dave Korn
Roman Werpachowski wrote: On Sun, Jul 5, 2009 at 1:50 PM, Dave Korn wrote: Well, what happened was that there's a bug somewhere, and while cygwin was in the process of dumping the stack trace for the abort caused by your assertion firing, One more question: how can I use this stack

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Jerry DeLisle
Moving to this thread: Vincent R. wrote: I backed down on bash version which required install of libreadline6. bash still fails. This is on NT4. Maybe I need a different combination of binutils, libreadline, and bash. I will play with this for a bit. Jerry I have installed new

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Dave Korn
Jerry DeLisle wrote: Moving to this thread: Vincent R. wrote: I backed down on bash version which required install of libreadline6. bash still fails. This is on NT4. Maybe I need a different combination of binutils, libreadline, and bash. I will play with this for a bit. Jerry I have

ssh-host-config eval password bug

2009-07-05 Thread Ian Kelling
In the ssh package there is a bug in /usr/bin/ssh-host-config where if you select a valid password spaces or punctuation that bash knows of, it will fail and you could possibly shoot yourself in the foot due to evaling your password. I don't know who is responsible, or what mailing list to post

Re: popup consoles on Windows 7

2009-07-05 Thread Andy Koppe
2009/7/5 Christopher Faylor: I see the code for invoking it, but I don't fully understand it: how come the helper process doesn't show up in task manager? In my testing, just starting the helper app with SW_HIDE creates a process which doesn't live on the toolbar.  But, as the comments say,

Full 1.7 Install - Insufficient disk space to repair security descriptor at index $SII for file 9

2009-07-05 Thread Stephen M. Kenton
This seems to be a repeatable problem so I'm reporting it FYI I have a dual boot Linux/Windows XP Pro box which normally runs Linux, but the wireless card died and it turns out my replacement card does not really work with Linux so I booted into Windows which did work with card so I could get

Re: How to spawn from big-stack program

2009-07-05 Thread Klaus Grue
On Sun, 5 Jul 2009, Christopher Faylor wrote: Hi, You responded to an unrelated message and changed the subject entirely. Please do not do that. OK - Sorry - Klaus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: popup consoles on Windows 7

2009-07-05 Thread Christopher Faylor
I forgot to answer two questions here. On Sun, Jul 05, 2009 at 10:33:47AM +0100, Andy Koppe wrote: Now what's the right way to check for this workaround being present in the Cygwin DLL, so that MinTTY can skip its workaround depending on that? Should I parse version string from /proc/version? (I

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Vincent R.
Post cygcheck output, both of you, and let's compare. $ cygcheck -c Cygwin Package Information Package VersionStatus _update-info-dir 00826-1OK alternatives 1.3.30c-10 OK ash 20040127-4 OK

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-05 Thread Roman Werpachowski
On Sun, Jul 5, 2009 at 6:58 PM, Dave KornXXX wrote:  It's not a full core dump, it's just a stack backtrace in human-readable format.  If you copy and paste the addresses in the second column (Function) into addr2line --exe path-to-your-executable (and assuming you compiled with debug info),

Re: ssh-host-config eval password bug

2009-07-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ian Kelling on 7/5/2009 12:06 PM: In the ssh package there is a bug in /usr/bin/ssh-host-config where if you select a valid password spaces or punctuation that bash knows of, it will fail and you could possibly shoot yourself in the

Re: screen and popup console on Windows 7

2009-07-05 Thread Sylvain Pasche
On 7/5/2009 7:37 PM, Christopher Faylor wrote: I'd appreciate it if you would test this and let everyone know. You have the power: http://cygwin.com/snapshots/ Tried with the 2009-07-04 snapshot, and the issue is gone :-). No more console windows are opened when launching screen and I

Re: ssh-host-config eval password bug

2009-07-05 Thread Ian Kelling
Eric Blake wrote: The eval is still reasonable, but with proper quoting: if eval cygrunsrv ... -y tcpip ${cygwin_env} No, thats not true. It is impossible to safely eval arbitrary user input. Your simple quote doesn't help much: # x=ok;ls # eval echo {$x} For more in depth information, read

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 10:49:10AM -0700, Jerry DeLisle wrote: Moving to this thread: Vincent R. wrote: I backed down on bash version which required install of libreadline6. bash still fails. This is on NT4. Maybe I need a different combination of binutils, libreadline, and bash. I will play

Re: ssh-host-config eval password bug

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 03:50:02PM -0600, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ian Kelling on 7/5/2009 12:06 PM: In the ssh package there is a bug in /usr/bin/ssh-host-config where if you select a valid password spaces or punctuation that bash knows of,

re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Jerry DeLisle
See attached file. Regards, Jerry Cygwin Configuration Diagnostics Current System Time: Sun Jul 05 12:28:58 2009 Windows NT 4 Workstation Ver 4.0 Build 1381 Service Pack 6 Path: C:\WINNT\system32 C:\WINNT D:\cygwin-1.7\bin SysDir: C:\WINNT\System32 WinDir: C:\WINNT PWD =

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Dave Korn
Vincent R. wrote: bash 3.2.49-22 OK libreadline6 5.2.14-12 OK libreadline7 6.0.3-1OK Jerry DeLisle wrote: bash 3.2.49-22 libreadline6 5.2.14-12 libreadline7 6.0.3-1 Err, ok. So

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jerry DeLisle on 7/5/2009 1:35 PM: Warning: There are multiple cygwin1.dlls on your path That's probably your culprit. - -- Don't work too hard, make some time for fun as well! Eric Blake e...@byu.net -BEGIN PGP

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Jerry DeLisle
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jerry DeLisle on 7/5/2009 1:35 PM: Warning: There are multiple cygwin1.dlls on your path That's probably your culprit. I saw that too and did a full search of the disk and there is only one cygwin1.dll I am

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Jerry DeLisle
Dave Korn wrote: Vincent R. wrote: bash 3.2.49-22 OK libreadline6 5.2.14-12 OK libreadline7 6.0.3-1OK Jerry DeLisle wrote: bash 3.2.49-22 libreadline6 5.2.14-12 libreadline7 6.0.3-1

re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Jerry DeLisle
Here is some more information: bash-3.2$ ./cygcheck -s jerrycheck 741 [main] id 85 _cygtls::handle_exceptions: Exception: STATUS_STACK_OVERFLO W 3209 [main] id 85 open_stackdumpfile: Dumping stack trace to id.exe.stackdump garbled output from 'id' command - no uid= found 1206 [main]

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 07:34:24PM -0700, Jerry DeLisle wrote: Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jerry DeLisle on 7/5/2009 1:35 PM: Warning: There are multiple cygwin1.dlls on your path That's probably your culprit. I saw that too and did a

Re: Bash initialization w/cygwin-1.7

2009-07-05 Thread Jerry DeLisle
Christopher Faylor wrote: On Sun, Jul 05, 2009 at 07:34:24PM -0700, Jerry DeLisle wrote: Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jerry DeLisle on 7/5/2009 1:35 PM: Warning: There are multiple cygwin1.dlls on your path That's probably your culprit. I

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Edward Lam
On Sun, July 5, 2009 13:49, Jerry DeLisle wrote: Fresh install still broken with backing down one rev on bash and using libreadline6. I ran into this Friday as others have noted. The thing that caught me was that the postinstall scripts in the installer rely on a working bash. Once I had a

Re: Full 1.7 Install - Insufficient disk space to repair security descriptor at index $SII for file 9

2009-07-05 Thread Larry Hall (Cygwin)
Stephen M. Kenton wrote: This seems to be a repeatable problem so I'm reporting it FYI I have a dual boot Linux/Windows XP Pro box which normally runs Linux, but the wireless card died and it turns out my replacement card does not really work with Linux so I booted into Windows which did work

Re: Bash initialization w/cygwin-1.7

2009-07-05 Thread Dave Korn
Jerry DeLisle wrote: Well, I am moving to this thread now. Jerry, can I show you something you must not have realised about how email threading works? When you hit Reply to an existing post, your mailer adds In-Reply-To: and/or References: headers to your reply, so that other mailers can

Re: Full 1.7 Install - Insufficient disk space to repair security descriptor at index $SII for file 9

2009-07-05 Thread Dave Korn
Larry Hall (Cygwin) wrote: Stephen M. Kenton wrote: While I was there I decided to try Cygwin 1.7 and I did a new install of everything. Shortly after it finished installing I got a strange return from a find command so I scheduled a scan disk and rebooted so it could run. There were 20GB

Re: Bash initialization w/cygwin-1.7

2009-07-05 Thread Jerry DeLisle
Dave Korn wrote: Jerry DeLisle wrote: Well, I am moving to this thread now. Jerry, can I show you something you must not have realised about how email threading works? Thank you for pointing this out. I usually don't use the thread view in my mail client. I will avoid this breakage

Bash initialization w/cygwin-1.7 on NT4

2009-07-05 Thread Jerry DeLisle
I am making the switch to 1.7. I started with a clean windows (nt4) environment and went through the usual run of setup-1.7 downloaded today. All appears fine, but bash does not get initialized. pwd is /usr/bin path is not set home directory is not created These are all taken care of

Re: Full 1.7 Install - Insufficient disk space to repair security descriptor at index $SII for file 9

2009-07-05 Thread Dave Korn
Dave Korn wrote: This looks a _lot_ like http://support.microsoft.com/kb/327009: The colon is not part of the URL, it was just punctuation. Here's a more easily clickable one: http://support.microsoft.com/kb/327009 cheers, DaveK -- Problem reports:

Re: Bash initialization w/cygwin-1.7

2009-07-05 Thread Larry Hall (Cygwin)
Jerry DeLisle wrote: Dave Korn wrote: Jerry DeLisle wrote: Well, I am moving to this thread now. Jerry, can I show you something you must not have realised about how email threading works? Thank you for pointing this out. I usually don't use the thread view in my mail client. I

Re: Bash initialization w/cygwin-1.7 on NT4

2009-07-05 Thread Dave Korn
Jerry DeLisle wrote: I am making the switch to 1.7. I started with a clean windows (nt4) environment and went through the usual run of setup-1.7 downloaded today. All appears fine, but bash does not get initialized. pwd is /usr/bin path is not set home directory is not created

Re: Full 1.7 Install - Insufficient disk space to repair security descriptor at index $SII for file 9

2009-07-05 Thread Dave Korn
Dave Korn wrote: Dave Korn wrote: Larry Hall (Cygwin) wrote: Stephen M. Kenton wrote: While I was there I decided to try Cygwin 1.7 and I did a new install of everything. Shortly after it finished installing I got a strange return from a find command so I scheduled a scan disk and rebooted

Re: Full 1.7 Install - Insufficient disk space to repair security descriptor at index $SII for file 9

2009-07-05 Thread Dave Korn
Dave Korn wrote: Larry Hall (Cygwin) wrote: Stephen M. Kenton wrote: While I was there I decided to try Cygwin 1.7 and I did a new install of everything. Shortly after it finished installing I got a strange return from a find command so I scheduled a scan disk and rebooted so it could run.

Re: Bash initialization w/cygwin-1.7 on NT4

2009-07-05 Thread Christopher Faylor
On Mon, Jul 06, 2009 at 05:20:41AM +0100, Dave Korn wrote: Jerry DeLisle wrote: I am making the switch to 1.7. I started with a clean windows (nt4) environment and went through the usual run of setup-1.7 downloaded today. All appears fine, but bash does not get initialized. pwd is

Re: Bash initialization w/cygwin-1.7 on NT4

2009-07-05 Thread Jerry DeLisle
Christopher Faylor wrote: On Mon, Jul 06, 2009 at 05:20:41AM +0100, Dave Korn wrote: Jerry DeLisle wrote: I am making the switch to 1.7. I started with a clean windows (nt4) environment and went through the usual run of setup-1.7 downloaded today. All appears fine, but bash does not get

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Ian Kelling
Jerry DeLisle wrote: I am very happy to accept that this problem is something else. Vincent sent a note that it is working for him. I am not sure what working means. I have a bash prompt, but none of the default environment variables such as prompts and paths and setting up the home

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Ian Kelling
Christopher Faylor wrote: It sounds like you are conflating a serious STATUS_ACCESS_VIOLATION which is known to occur on Windows 7 with your not-so-serious Bash initialization w/cygwin-1.7. not-so-serious? Cygwin 1.7 install is very broken because of this bug. Seems serious to me. Is anyone

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 10:04:42PM -0700, Ian Kelling wrote: Christopher Faylor wrote: It sounds like you are conflating a serious STATUS_ACCESS_VIOLATION which is known to occur on Windows 7 with your not-so-serious Bash initialization w/cygwin-1.7. not-so-serious? Cygwin 1.7 install is very

Re: screen and popup console on Windows 7

2009-07-05 Thread Andy Koppe
2009/7/5 Sylvain Pasche: (by the way, I recently discovered MinTTY and I'm pretty impressed. MinTTY + screen offers a very nice multiple-tab environment on Cygwin). Thanks! Btw, you can enable browser-style tab switching with (Shift+)Ctrl+Tab by mapping MinTTY's keycodes for those in