Re: stdout output missing, but redirecting works

2011-12-09 Thread Larry Hall (Cygwin)
On 12/9/2011 7:12 PM, Brian Craft wrote: On Fri, Dec 9, 2011 at 12:44 PM, Larry Hall (Cygwin) wrote: On 12/9/2011 2:47 PM, Brian Craft wrote: I compiled a program yesterday which output some lines to stdout. It appeared to be working. Running it today, I get nothing on stdout. However, if I re

mouse doesn't work in vim in screen in mintty

2011-12-09 Thread Rafael Kitover
When I run vim in mintty without screen, the mouse works, but inside screen it does not. I tried changing the TERM to xterm before launching vim, but that doesn't help, my TERM in screen is set to screen-256color and outside it to xterm-256color. When I ssh to my linux in mintty and run vim insid

Re: stdout output missing, but redirecting works

2011-12-09 Thread Brian Craft
On Fri, Dec 9, 2011 at 12:44 PM, Larry Hall (Cygwin) wrote: > On 12/9/2011 2:47 PM, Brian Craft wrote: >> >> I compiled a program yesterday which output some lines to stdout. It >> appeared to be working. Running it today, I get nothing on stdout. >> However, if I redirect stdout to a file, the cor

Re: cygwin limping after update (subject chage)

2011-12-09 Thread Jeremy Bopp
On 12/09/2011 01:03 PM, Mike Brown wrote: > On Fri, Dec 09, 2011 at 12:28:36PM -0600, Mike Brown wrote: >> Now I need to know why the rxvt program is not working correctly. > > Still do not know why that doesn't work. You may or may not like this answer, but try using mintty instead. It's the de

Re: Another call for filesystem testing

2011-12-09 Thread David Rothenberger
Here's a test from XP SP3 with MVFS using an old version of ClearCase. 501 ~> uname -s CYGWIN_NT-5.1 502 ~> /usr/lib/csih/getVolInfo /m/... Device Type: 7 Characteristics: 10 Volume Name: Serial Number : 36984713 Max Filenamelength : 255 Filesystemname : Flags

Re: stdout output missing, but redirecting works

2011-12-09 Thread Larry Hall (Cygwin)
On 12/9/2011 2:47 PM, Brian Craft wrote: I compiled a program yesterday which output some lines to stdout. It appeared to be working. Running it today, I get nothing on stdout. However, if I redirect stdout to a file, the correct output appears in the file. E.g. # no output ./foo # "hello world"

Re: gcc-4.5.3 segfaults wrt alloca

2011-12-09 Thread Corinna Vinschen
On Dec 9 12:41, Ryan Johnson wrote: > On 09/12/2011 12:07 PM, Eric Blake wrote: > >On 12/09/2011 07:55 AM, Ryan Johnson wrote: > >>On 09/12/2011 5:58 AM, Denis Excoffier wrote: > >>>I use the latest packages and cygwin snapshots. The problem described > >>>below began several snapshots in the past

Another call for filesystem testing

2011-12-09 Thread Corinna Vinschen
Hi guys, I have a well-known problem. I just don't have all filesystems available for testing. What I need are testers for a certain, very simple functionality on any filesystem you can get hold of. I tested it locally on NTFS and FAT, as well as CDFS, as well as on 3.x Samba and via NFS. I t

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Andrew DeFaria
On 12/9/2011 9:03, Mike Brown wrote: Because with OpenSSH properly configured you get scp and sftp pretty much for free. I don't use either feature :-) Maybe because you're using WinSSD! :-) You don't use those features on your Solaris boxes? Oh wait you seem to only have one Because yo

stdout output missing, but redirecting works

2011-12-09 Thread Brian Craft
I compiled a program yesterday which output some lines to stdout. It appeared to be working. Running it today, I get nothing on stdout. However, if I redirect stdout to a file, the correct output appears in the file. E.g. # no output ./foo # "hello world" in bar ./foo > bar In between yesterday

Re: cygwin limping after update (subject chage)

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 12:28:36PM -0600, Mike Brown wrote: > Now I need to know why the rxvt program is not working correctly. Still do not know why that doesn't work. As for ssh, I've run the ssh-user-config and ssh-host-config and started the daemon. When I try and log in from my Solaris box,

Out for the count - install broke my cygwin

2011-12-09 Thread Mike Brown
The two service processes started, but cron did not and I cannot get the Z-shell to start correctly. The commands in the cygwin.bat file are: @echo off c: chdir c:\cygwin\bin rxvt -e zsh --login -i Sometimes it will flash on the screen and go away, other times the terminal will s

Re: gcc-4.5.3 segfaults wrt alloca

2011-12-09 Thread Ryan Johnson
On 09/12/2011 12:07 PM, Eric Blake wrote: On 12/09/2011 07:55 AM, Ryan Johnson wrote: On 09/12/2011 5:58 AM, Denis Excoffier wrote: I use the latest packages and cygwin snapshots. The problem described below began several snapshots in the past, around beginning of December. The following progr

Re: Confusion with ACLs and Perl's file tests...maybe bug???

2011-12-09 Thread Marco Moreno
On Dec 8, 2011, at 5:57 PM, Reini Urban wrote: > Thanks for the nice testcase. I'll try to take it upstream. > But I'm not too confident that p5p will fix it, e.g. they refused to > fix File::Copy::cp, keeping the perms as with /bin/cp for several > years. > I could recently fix the cygwin write c

Re: setup not robust ...

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 11:11:04AM -0600, Mike Brown wrote: > Not so the setup program. Now I have to kill it and start over. Damnit, it is even worse. The new selection list is gone. Now I have to remember what the Hell I selected and do it yet again. IF it hangs yet again, I am done until th

typo in web site

2011-12-09 Thread Denis Excoffier
Hello, Is anyone able to modify in http://cygwin.com/ml/cygwin-cvs/current/ in the first (non-title) line the `http:///cygwin.com/";>' into `http://cygwin.com/";>' because some of our web browsers (including mine) don't correct it automatically. Thanks. Denis Excoffier. -- Problem reports:

setup not robust ...

2011-12-09 Thread Mike Brown
So, here I am downloading the updated files and a few news things. I'm assuming that it will be an update, as it didn't ask, since it saw that I had an insallation in place. It too said that I should read the user guide because of the 1.5 to 1.7 upgrade. The User Guide needs a 1.5 to 1.7 upgrade

Re: gcc-4.5.3 segfaults wrt alloca

2011-12-09 Thread Eric Blake
On 12/09/2011 07:55 AM, Ryan Johnson wrote: > On 09/12/2011 5:58 AM, Denis Excoffier wrote: >> I use the latest packages and cygwin snapshots. The problem described >> below began several snapshots in the past, around beginning of December. >> >> The following program, with static allocation of a r

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 08:09:18AM -0800, Andrew DeFaria wrote: > Because ssh will allow you to forward X11 (WinSSHD?) Yes. > Because ssh allows you to tunnel things if you want (WinSSHD?) Yes. > Because with OpenSSH properly configured you get scp and sftp pretty much > for free. I don't use

Re: gcc-4.5.3 segfaults wrt alloca

2011-12-09 Thread Denis Excoffier
On Fri, Dec 09, 2011 at 09:55:18AM -0500, Ryan Johnson wrote: >> On 09/12/2011 5:58 AM, Denis Excoffier wrote: >> >I use the latest packages and cygwin snapshots. The problem described >> >below began several snapshots in the past, around beginning of December. >> > >> >The following program, with

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Greg Chicares
On 2011-12-09 15:31Z, Mike Brown wrote: > > I found no section in the user guide regarding converting from 1.5 to 1.7. > The last thing I want to do is make my current install non-functional. You can leave your 1.5 version undisturbed and install 1.7 in parallel. Read the instructions in this mes

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Andrew DeFaria
On 12/09/11 06:33, Mike Brown wrote: On Fri, Dec 09, 2011 at 03:10:34PM +0100, Thorsten Kampe wrote: Better use OpenSSH And why would that be? MB Because ssh is encrypted (WinSSHD probably is too). Because ssh will allow you to forward X11 (WinSSHD?) Because ssh allows you to tunnel things if

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 05:02:58PM +0100, Thorsten Kampe wrote: > It's Windows XP (NT 5.1). uname -a should give you the full information. D'Oh! I know better, considering I've used that command for years. Long night. 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin > I upgraded when it came

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Thorsten Kampe
* Mike Brown (Fri, 9 Dec 2011 09:31:45 -0600) > On Fri, Dec 09, 2011 at 03:42:42PM +0100, Thorsten Kampe wrote: > I suppose I better update my installation. I may be in trouble as > uname says that it is: CYGWIN_NT-5.1 > > cygcheck version 1.88 > System Checker for Cygwin > Copyright 1

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 03:42:42PM +0100, Thorsten Kampe wrote: > Okay, better is not correct. Let's call it equally good. It's free, > constantly updated, easy to setup and is integrated in your existing > Cygwin installation. When I did an initial search in the packages for ssh, I didn't notic

Re: gcc-4.5.3 segfaults wrt alloca

2011-12-09 Thread Ryan Johnson
On 09/12/2011 5:58 AM, Denis Excoffier wrote: I use the latest packages and cygwin snapshots. The problem described below began several snapshots in the past, around beginning of December. The following program, with static allocation of a reasonable amount of data, segfaults, maybe in alloca().

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Thorsten Kampe
* Mike Brown (Fri, 9 Dec 2011 08:33:05 -0600) > On Fri, Dec 09, 2011 at 03:10:34PM +0100, Thorsten Kampe wrote: > > Better use OpenSSH > > And why would that be? Okay, better is not correct. Let's call it equally good. It's free, constantly updated, easy to setup and is integrated in your existi

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 03:10:34PM +0100, Thorsten Kampe wrote: > Better use OpenSSH And why would that be? MB -- e-mail: vid...@vidiot.com | vid...@vidiot.net/~\ The ASCII [I've been to Earth. I know where it is. ] \ / Ribbon Campaign [And I'm gonna take us there.S

Re: gcc-4.5.3 segfaults wrt alloca

2011-12-09 Thread Christopher Faylor
amount >of data, segfaults, maybe in alloca(). With a smaller size >(eg 1) it's ok. With new/malloc (even with 100 times more) it's >ok. With C or C++. 100% reproducible. > >Thank you for your help. > >Regards, > >Denis Excoffier. > > > >% uname -a >

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Thorsten Kampe
* Mike Brown (Fri, 9 Dec 2011 07:22:23 -0600) > > On Fri, Dec 09, 2011 at 12:31:44PM +0100, Thorsten Kampe wrote: > > Use SSH > > I installed the bitvise WinSSHD server and can connect with it. > > I had to build a different start BAT file in order to get zsh started and > to use my home zsh con

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 12:31:44PM +0100, Thorsten Kampe wrote: > Use SSH I installed the bitvise WinSSHD server and can connect with it. I had to build a different start BAT file in order to get zsh started and to use my home zsh config files. The only issue I have left is to find out how to ch

Re: [ANNOUNCEMENT] CALL FOR TESTING: Cygwin 1.7.10

2011-12-09 Thread Bengt Larsson
Christopher Faylor wrote: >On Thu, Dec 08, 2011 at 11:00:11PM +0100, Bengt Larsson wrote: >>Christopher Faylor wrote: >>>On Thu, Dec 08, 2011 at 05:06:21PM +0100, Bengt Larsson wrote: With the DLL from 20111208, a bug seems to have returned: Wildcard match fail from a windows shell wit

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Thorsten Kampe
* Mike Brown (Thu, 8 Dec 2011 14:52:43 -0600) > > While I can use remote desktop to get from my Solaris server to the XP box, > doing so while at some place other than the LAN, the DSL connection speed > tends to cause the RD to fail and close. > > And since I don't really need a graphical connec

gcc-4.5.3 segfaults wrt alloca

2011-12-09 Thread Denis Excoffier
With new/malloc (even with 100 times more) it's ok. With C or C++. 100% reproducible. Thank you for your help. Regards, Denis Excoffier. % uname -a CYGWIN_NT-5.1 %%EDITED%% 1.7.10s(0.255/5/3) 20111209 06:57:51 i686 Cygwin % cat foo.cc // // /usr/bin/g++ -o foo foo.cc // #define DONT_U