Re: Preremove/postinstall scripts fail with snapshot installed

2011-02-12 Thread Achim Gratz
Ken Brown kbr...@cornell.edu writes: If I run setup.exe with a cygwin snapshot installed, bash crashes while running all preremove and postinstall scripts. Here's a typical error message in /var/log/setup.log.full: I'm getting similar crashes running Git fetch on a snapshot installation on

Re: OpenSSH-5.8p1-1 Connection Problems

2011-02-12 Thread Corinna Vinschen
On Feb 12 12:31, Andrew Ng wrote: I've also been experiencing connection problems with OpenSSH versions newer than 5.6p1-2. These problems occur with both Cygwin sshd (versions 5.6 to 5.8) and other UNIX sshd (e.g. Solaris). I've attached client and server debug logs of both Cygwin ssh 5.6

Re: Preremove/postinstall scripts fail with snapshot installed

2011-02-12 Thread Corinna Vinschen
On Feb 11 16:22, Ken Brown wrote: If I run setup.exe with a cygwin snapshot installed, bash crashes while running all preremove and postinstall scripts. Here's a typical error message in /var/log/setup.log.full: 2011/02/11 15:56:55 running: C:\cygwin\bin\bash.exe --norc --noprofile

Re: Preremove/postinstall scripts fail with snapshot installed

2011-02-12 Thread Ken Brown
On 2/12/2011 9:25 AM, Corinna Vinschen wrote: On Feb 11 16:22, Ken Brown wrote: If I run setup.exe with a cygwin snapshot installed, bash crashes while running all preremove and postinstall scripts. Here's a typical error message in /var/log/setup.log.full: 2011/02/11 15:56:55 running:

Re: Preremove/postinstall scripts fail with snapshot installed

2011-02-12 Thread Ken Brown
On 2/12/2011 9:58 AM, Ken Brown wrote: On 2/12/2011 9:25 AM, Corinna Vinschen wrote: On Feb 11 16:22, Ken Brown wrote: If I run setup.exe with a cygwin snapshot installed, bash crashes while running all preremove and postinstall scripts. Here's a typical error message in

1.7.7: bash --login does not read my ~/.profile

2011-02-12 Thread Paul Cantalupo
Hello, Recently I installed Cygwin on an XP computer at home. But when I execute Cygwin.bat (contents below), the bash shell does not read my ~/.profile (contents below). $ cat /Cygwin.bat @echo off C: chdir C:\cygwin\bin bash --login -i pgc92@polaris ~ $ cat .profile export

Re: 1.7.7: bash --login does not read my ~/.profile

2011-02-12 Thread Greg Chicares
On 2011-02-12 16:27Z, Paul Cantalupo wrote: Recently I installed Cygwin on an XP computer at home. But when I execute Cygwin.bat (contents below), the bash shell does not read my ~/.profile (contents below). 'info bash' says: it looks for `~/.bash_profile', `~/.bash_login', and

Re: 1.7.7: bash --login does not read my ~/.profile

2011-02-12 Thread Eliot Moss
On 2/12/2011 11:27 AM, Paul Cantalupo wrote: Hello, Recently I installed Cygwin on an XP computer at home. But when I execute Cygwin.bat (contents below), the bash shell does not read my ~/.profile (contents below). Do you have either ~/.bash_profile or ~/.bash_login in existence? bash reads

Re: Preremove/postinstall scripts fail with snapshot installed

2011-02-12 Thread Corinna Vinschen
On Feb 12 10:31, Ken Brown wrote: On 2/12/2011 9:58 AM, Ken Brown wrote: On 2/12/2011 9:25 AM, Corinna Vinschen wrote: The last Cygwin address in this call stack (61066A75) is an entirely harmless line in an entirely harmless function in a piece of code taken from FreeBSD. From there it goes

Re: 1.7.7: bash --login does not read my ~/.profile

2011-02-12 Thread Paul Cantalupo
Thank you Greg and Eliot. I erroneously assumed that bash reads the .profile if it exists. Thank you again. Paul Cantalupo University of Pittsburgh On Sat, Feb 12, 2011 at 11:27 AM, Paul Cantalupo pcantal...@gmail.com wrote: Hello, Recently I installed Cygwin on an XP computer at home. But

Re: Preremove/postinstall scripts fail with snapshot installed

2011-02-12 Thread Corinna Vinschen
On Feb 12 17:44, Corinna Vinschen wrote: On Feb 12 10:31, Ken Brown wrote: I just did a system restore to undo the last round of Windows updates, and the problem went away. I'm not sure where to go from here. You're right, I can reproduce it on W7 32 and 64 bit. [...] So this problem

Re: OpenSSH-5.8p1-1 Connection Problems

2011-02-12 Thread Andrew Ng
As usual the logs only show what happens, but they don't show why. I installed OpenSSH-5.8p1 on Windows 7 64 bit. I tried to connect from 32 and 64 bit Cygwin machines using ssh 5.8p1 and I tried it from a Linux machine with ssh 5.5p1. No problems at all. I removed the ECDSA host key to

Re: Preremove/postinstall scripts fail with snapshot installed

2011-02-12 Thread Christopher Faylor
On Sat, Feb 12, 2011 at 07:12:24PM +0100, Corinna Vinschen wrote: Just FYI, I have a working workaround. It's not exactly how I would like to handle this stuff, but at least we know there *is* a solution which still maintains the desired ability to delete an in-use directory. Stay tuned. Funny