Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Eric Pruitt
On Wed, Aug 03, 2011 at 06:45:31AM +0100, Andy Koppe wrote: > This has nothing to do with mintty and everything to do with screen and its > configuration, unless you can show that mintty displays I didn't think it necessarily had anything to do with mintty as an application, but the TERMCAP settin

Problems with 20110801 snapshot

2011-08-02 Thread Yaakov (Cygwin/X)
I am having the following issues with the 20110801 snapshot: * Previously I had my DLLs rebased from 0x8000 up, but now, all fork() calls failed until I rebased from 0x down. * Opening multiple VTE-based terminals (gnome-terminal, Xfce Terminal, etc.), or even one after a mintty termi

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Andy Koppe
On 3 August 2011 05:50, Eric Pruitt wrote: > On Wed, Aug 03, 2011 at 12:35:10AM -0400, Charles Wilson wrote: >> On 8/2/2011 11:10 PM, Eric Pruitt wrote: >> >  I want, albeit not with the formatting options I'll. Could you >> > explain how and why that works? >> >> Nope, I flushed that Domain Specif

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Eric Pruitt
On Wed, Aug 03, 2011 at 12:35:10AM -0400, Charles Wilson wrote: > On 8/2/2011 11:10 PM, Eric Pruitt wrote: > > I want, albeit not with the formatting options I'll. Could you > > explain how and why that works? > > Nope, I flushed that Domain Specific Language from my short term memory > after ge

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Charles Wilson
On 8/2/2011 11:10 PM, Eric Pruitt wrote: > I want, albeit not with the formatting options I'll. Could you > explain how and why that works? Nope, I flushed that Domain Specific Language from my short term memory after getting it to work as I wanted. I'd just be regurgitating the Fine Manual for

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Eric Pruitt
On Tue, Aug 02, 2011 at 10:58:41PM -0400, Charles Wilson wrote: > On 8/2/2011 9:30 PM, Eric Pruitt wrote: > > When using mintty with GNU screen, all status messages (captions) are shown > > in > > the title bar instead of the interior of the terminal. I originally found > > this > > feature qui

Re: Show GNU screen captions inside of mintty

2011-08-02 Thread Charles Wilson
On 8/2/2011 9:30 PM, Eric Pruitt wrote: > When using mintty with GNU screen, all status messages (captions) are shown > in > the title bar instead of the interior of the terminal. I originally found > this > feature quite nifty, but now that I use an always-on caption for screen, it > means th

Show GNU screen captions inside of mintty

2011-08-02 Thread Eric Pruitt
When using mintty with GNU screen, all status messages (captions) are shown in the title bar instead of the interior of the terminal. I originally found this feature quite nifty, but now that I use an always-on caption for screen, it means that I end up losing visibility of the window title and

Re: bzr completely broken?

2011-08-02 Thread Daniel Colascione
On 6/6/2011 9:01 AM, Andrew Schulman wrote: > Am I right that bzr is just completely broken in Cygwin? If so, is there > an ETA to get it fixed? > > My bzr is 2.3.1-1, in Cygwin 1.7.9. No matter what bzr command I run, I > always get the same result: As a quick workaround, you can delete all th

Re: cygwin permissions problem on a network drive

2011-08-02 Thread Larry Hall (Cygwin)
On 8/2/2011 12:10 PM, spamboun...@gmx.de wrote: On Jul 6 11:43, Bill Metzenthen wrote: Corinna Vinschen wrote: If I now try to use cygwin to create anything then it fails (despite it reporting that I have rwx permissions for the directory): For now, set the mount point for this drive to "noa

Re: sshd failes allocating /dev/tty[0-9]

2011-08-02 Thread Larry Hall (Cygwin)
On 8/2/2011 7:32 AM, Alexey Luchko wrote: Cygwin Configuration Diagnostics atteched. > > Maybe crank up the debugging flags to maximum? I assume sshd is still > stopped from your last run of sshd -d. If that doesn't sound right to > you, you may want to investigate why it's not running now.

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Christopher Faylor
On Tue, Aug 02, 2011 at 10:04:43PM +0200, Thorsten Kampe wrote: >* Eliot Moss (Tue, 02 Aug 2011 11:40:44 -0400) >> On 8/2/2011 8:24 AM, Sebastien Vauban wrote: >> > Thorsten Kampe wrote: >> >> * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) >> >>> My goal is to have just 1 alias that would wor

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Thorsten Kampe
* Eliot Moss (Tue, 02 Aug 2011 11:40:44 -0400) > On 8/2/2011 8:24 AM, Sebastien Vauban wrote: > > Thorsten Kampe wrote: > >> * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) > >>> My goal is to have just 1 alias that would work both under Win32 > >>> (Cygwin) and Ubuntu > >> > >> Why don't have

Re: bzr completely broken?

2011-08-02 Thread Andrew Schulman
> On Aug 2 10:07, Andrew Schulman wrote: > > > >> > $ rebaseall > > > >> > ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 > > > >> > > > >> Something still using cygcrypt-0.dll? > > > > > > > >Good thought, but no. I stopped all Cygwin processes, since rebaseall > > > >wouldn't

git-svn hang starting with 20110721 snapshot.

2011-08-02 Thread David Rothenberger
I use git-svn extensively in my day-to-day work, and I noticed with recent snapshots that some of the git-svn commands are hanging. I narrowed it down to the 20110721 snapshot. 20110713 is the last one that works fine. I realize this isn't exactly a STC, but I don't have the time right now to narr

Re: cygwin permissions problem on a network drive

2011-08-02 Thread spambouncer
> On Jul 6 11:43, Bill Metzenthen wrote: > > Corinna Vinschen wrote: > > >> If I now try to use cygwin to create anything then it fails (despite > > >> it reporting that I have rwx permissions for the directory): > > > > > > For now, set the mount point for this drive to "noacl". If you're > > >

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Eliot Moss
On 8/2/2011 8:24 AM, Sebastien Vauban wrote: Hi Thorsten, Thorsten Kampe wrote: * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) My goal is to have just 1 alias that would work both under Win32 (Cygwin) and Ubuntu Why don't have simply put your alias definitions in if [[ $OSTYPE = cygwin

Re: bzr completely broken?

2011-08-02 Thread Corinna Vinschen
On Aug 2 10:07, Andrew Schulman wrote: > > >> > $ rebaseall > > >> > ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 > > >> > > >> Something still using cygcrypt-0.dll? > > > > > >Good thought, but no. I stopped all Cygwin processes, since rebaseall > > >wouldn't run with them r

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Corinna Vinschen
On Aug 2 14:22, Sebastien Vauban wrote: > Hi Corinna Vinschen, > > Corinna Vinschen wrote: > > How is that different from using a drive letter like C:? The best you can do > > is to create a mount point(*) under Cygwin which has the same path as under > > Ubuntu. Then, just use the same POSIX pat

Re: bzr completely broken?

2011-08-02 Thread Christopher Faylor
On Tue, Aug 02, 2011 at 10:07:42AM -0400, Andrew Schulman wrote: >> >> > $ rebaseall >> >> > ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 >> >> >> >> Something still using cygcrypt-0.dll? >> > >> >Good thought, but no. I stopped all Cygwin processes, since rebaseall >> >wouldn

Re: bzr completely broken?

2011-08-02 Thread Andrew Schulman
> >> > $ rebaseall > >> > ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 > >> > >> Something still using cygcrypt-0.dll? > > > >Good thought, but no. I stopped all Cygwin processes, since rebaseall > >wouldn't run with them running. Also TaskInfo confirms that no Cygwin > >proc

Re: perl 5.14.1 update?

2011-08-02 Thread Reini Urban
2011/8/2 Francois Isabelle: > Hi > I don't have too much experience with building perl on CYGWIN, but I'd > probably be able to help if you can take a minute to explain your problems > and what needs to be done to fix them Sorry Francois, I don't think so. > 2011/8/1 Philip Kime: >> Any update

Re: bzr completely broken?

2011-08-02 Thread Christopher Faylor
On Tue, Aug 02, 2011 at 09:23:48AM -0400, Andrew Schulman wrote: >> > My host got reimaged, and I reinstalled Cygwin. Now bzr is broken again: >> > >> > $ bzr st >> > 11 [main] python 4024 C:\cygwin\bin\python.exe: *** fatal error - >> > unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynloa

Re: bzr completely broken?

2011-08-02 Thread Andrew Schulman
> > My host got reimaged, and I reinstalled Cygwin. Now bzr is broken again: > > > > $ bzr st > > 11 [main] python 4024 C:\cygwin\bin\python.exe: *** fatal error - > > unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same > > address as parent: 0xDC != 0xFD > >

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Csaba, "Sebastien Vauban" wrote: > Csaba Raduly wrote: >> On Mon, Aug 1, 2011 at 8:49 AM, Sebastien Vauban  wrote: >>> Andrey Repin wrote: Moreover, the very first line is wrong. Must be alias vpnup='exec sudo openvpn --config $HOME/config/client.vpn --writepid /t

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Thorsten, Thorsten Kampe wrote: > * Sebastien Vauban (Mon, 01 Aug 2011 08:46:52 +0200) >> My goal is to have just 1 alias that would work both under Win32 >> (Cygwin) and Ubuntu > > Why don't have simply put your alias definitions in if [[ $OSTYPE = > cygwin ]]; then else"? Because I really w

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Corinna Vinschen, Corinna Vinschen wrote: > How is that different from using a drive letter like C:? The best you can do > is to create a mount point(*) under Cygwin which has the same path as under > Ubuntu. Then, just use the same POSIX paths on both systems. As I put all my files starting a

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Corinna, Corinna Vinschen wrote: > On Aug 1 08:46, Sebastien Vauban wrote: >> Corinna Vinschen wrote: >> >> alias vpnup='exec sudo openvpn --config ~/config/client.vpn --writepid >> >> /tmp/openvpn.pid &' >> >> >> >> While this worked perfectly under Ubuntu, I've had to make up a customized

Re: Portable shell code between Cygwin and Linux

2011-08-02 Thread Sebastien Vauban
Hi Csaba, Csaba Raduly wrote: > On Mon, Aug 1, 2011 at 8:49 AM, Sebastien Vauban  wrote: >> Andrey Repin wrote: >>> Moreover, the very first line is wrong. >>> >>> Must be >>> >>> alias vpnup='exec sudo openvpn --config $HOME/config/client.vpn --writepid >>> /tmp/openvpn.pid &' >>> >>> that's whe

sshd failes allocating /dev/tty[0-9]

2011-08-02 Thread Alexey Luchko
Cygwin Configuration Diagnostics atteched. > > Maybe crank up the debugging flags to maximum? I assume sshd is still > stopped from your last run of sshd -d. If that doesn't sound right to > you, you may want to investigate why it's not running now. sshd was stopped while that run because it d

Re: perl 5.14.1 update?

2011-08-02 Thread Reini Urban
2011/8/1 Philip Kime : > Any update on likely release of perl 5.14.1? not ready yet. still having rebase troubles -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http:

Re: [ANNOUNCEMENT] Updated: gdb-7.3.50-1

2011-08-02 Thread Yaakov (Cygwin/X)
On Sun, 2011-07-31 at 13:59 -0400, Christopher Faylor wrote: > As usual, I forgot an item of news that I wanted to impart a second > after hitting 'y'. For those who follow this type of thing, gdb now has > a python scripting interface. That is not turned on in this Cygwin > release, primarily be

[ANNOUNCEMENT] Updated: gmp-4.3.2-1

2011-08-02 Thread David Billinghurst
I have released a new version of the gmp library for arbitrary precision arithmetic. The new release is the final release in the 4.3 series. Homepage: http://gmplib.org/ Upstream fixes for issues in 4.3.1 http://gmplib.org/oldrel/ * The function mpf_eq has several bugs. * For extremely large