Re: cyg1.7 - DOS character remapping: change request.

2009-11-23 Thread Linda Walsh
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Linda Walsh on 11/23/2009 4:59 PM: Instead of using random characters out of the 'random free area' -- which could display as anything if you aren't in cygwin, depending on what charset you have loaded, why not use 'd

Re: cyg1.7 - DOS character remapping: change request.

2009-11-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Linda Walsh on 11/23/2009 4:59 PM: > Instead of using random characters out of the 'random free area' -- > which could display as anything if you aren't in cygwin, depending > on what charset you have loaded, why not use 'dedicated' unico

ssh and scp connect intermittently

2009-11-23 Thread Wes Barris
Hi, I have cygwin installed on several WindowsXP systems. When trying to use ssh or scp to connect or send files to a remote system, the commands usually work the first few times but then they reliably hang. The problem I am having is exactly the same as one that was reported on this list about

cyg1.7 - DOS character remapping: change request.

2009-11-23 Thread Linda Walsh
Was thinking about a 1 or 2 mods for the new characters that are being remapped to the 'private area', but also a compatibility bug. Maybe I'll get the bug out of the way first. Filenames created on a samba share are not visible on the server as anything resembling what I used on Cygwin. I see

Re: [1.7] git checkout or clean fails to unlink submodule

2009-11-23 Thread David Antliff
> On Mon, Nov 23, 2009 at 17:26, Eric Blake wrote: >> According to David Antliff on 11/22/2009 9:20 PM: >>> Any suggestions how to investigate this further? Is there some way >>> that Windows or Cygwin is somehow preventing the deletion of this >>> directory? >> >> More likely, this is due to the f

Re: cygserver in cygwin 1.7.0-62 worked, but fails with seg fault in cygwin 1.7.0-63 and -64

2009-11-23 Thread Tony Wallace
cygwin 1.7.0-65 (new setup version) fixes my cygserver problem. Tony -- 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-simpl

Re: rsync pull problem and possible solution

2009-11-23 Thread grkuntzmd
over ssh - G. Ralph Kuntz, MD -- View this message in context: http://old.nabble.com/rsync-pull-problem-and-possible-solution-tp26319757p26485641.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: rsync pull problem and possible solution

2009-11-23 Thread Steven Hartland
- Original Message - From: "grkuntzmd" Are you using "push" or "pull"? In other words, are you running rsync on the Windows host and sending to the Linux host, or are you running rsync on the Linux host and retrieving files from the Window machine? It is the latter that hangs. Also

Re: Cannot run SSH

2009-11-23 Thread baykusderki
On 11/23/2009 1:32 PM, Alexander Quinn wrote: FWIW, I had the exact same problem. This was under Cygwin 1.5 (not 1.7) and Win7 (build 7600 enterprise release). The OpenSSH server worked for a few days and then stopped working with similar symptoms to you. I eventually got it working again.

Re: Cannot run SSH

2009-11-23 Thread Alex Quinn
FWIW, I had the exact same problem. This was under Cygwin 1.5 (not 1.7) and Win7 (build 7600 enterprise release). The OpenSSH server worked for a few days and then stopped working with similar symptoms to you. I eventually got it working again. After working for a couple more days, it broke

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Warren Young
Jeremy Bopp wrote: Is anyone else receiving another copy of this message every half hour or so? I've received 5 copies so far, all apparently identical. Yes. I only sent the message once, and I only see it once in the archives, so either the list server is sending the extra copies (but why

Re: [ANNOUNCEMENT] [1.7] Updated: lzip 1.8-2

2009-11-23 Thread Christopher Faylor
On Mon, Nov 23, 2009 at 01:31:58PM +0100, Corinna Vinschen wrote: >On Nov 23 20:04, JonY wrote: >>On 11/23/2009 19:05, Corinna Vinschen wrote: >>>Yes, as well as the -src.tar.bz2 file. That was the sole reason for >>>the missing setup-2.ini entries. >>> >> >>I thought cgf uploaded the packages. U

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Christopher Faylor
On Mon, Nov 23, 2009 at 10:07:05PM +0800, Huang Bambo wrote: >2009/11/23 Corinna Vinschen : >> On Nov 23 17:43, Huang Bambo wrote: >>> 2009/11/23 Corinna Vinschen : >>> > On Nov 22 09:33, Huang Bambo wrote: >>> >> And there's another quesiton: >>> >> The handle of chile process( created by fork ) s

Re: grep --color=auto with -i option disables the matching text color

2009-11-23 Thread Gary Johnson
On 2009-11-23, Morten Kjærulff wrote: > On Mon, Nov 23, 2009 at 4:51 PM, Alan Fay wrote: > > Howdy! > > > > I was trying to enable colors on the matching text for grep, and can't > > get the formatting to work with the matching text. > > > > # Partial contents of .zshenv > > export GREP_OPTIONS="

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Jeremy Bopp
Warren Young wrote: > Huang Bambo wrote: >>> The leak is a result of the parent process not calling wait(2) or >>> waitpid(2) to reap the child process. >> >> There's some diffirence between cygwin and other *nix: >> In other *nix with this condition, those ended child process could be >> list by

Re: grep --color=auto with -i option disables the matching text color

2009-11-23 Thread Morten Kjærulff
could be the same as "my" problem: http://cygwin.com/ml/cygwin/2009-10/msg00548.html www.MortenKjarulff.dk On Mon, Nov 23, 2009 at 4:51 PM, Alan Fay wrote: > Howdy! > > I was trying to enable colors on the matching text for grep, and can't > get the formatting to work with the matching text. >

MATHLIB environment variable

2009-11-23 Thread Olivia Cheronet
Hello, I have been trying to install the latest Numpy for the Cygwin Python. However, upon running the following, I get the following >File "numpy/core/setup.py", line 253, in check_mathlib > raise EnvironmentError("math library missing; rerun " >EnvironmentError: math library missing; rerun se

grep --color=auto with -i option disables the matching text color

2009-11-23 Thread Alan Fay
Howdy! I was trying to enable colors on the matching text for grep, and can't get the formatting to work with the matching text. # Partial contents of .zshenv export GREP_OPTIONS="--color=auto" export GREP_COLORS='mt=1;34' # Problem command, no matching text (mt) appearing bold/blue, run in a C#

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Warren Young
Huang Bambo wrote: The leak is a result of the parent process not calling wait(2) or waitpid(2) to reap the child process. There's some diffirence between cygwin and other *nix: In other *nix with this condition, those ended child process could be list by ps command with tag How much sense

Re: Where can I find the libresolv in the cygwin

2009-11-23 Thread Nicle
resolved by minires thanks, guys :) 2009/11/23 Nicle > > resolved by minires > > thanks, guys :) > > > > 2009/11/23 Nicle >> >> Hi all, >> >> I am building a xmpp library, named : loudmouth, which is depending the >> libresolv. Unforunately,  the libresolv can't be found in cygwin box. >> >> O

Re: Problem with autoconf autodepend

2009-11-23 Thread Ken Brown
On 11/22/2009 10:39 PM, Dave Korn wrote: Ken Brown wrote: I guess so. I wonder if there's a timing problem so that the deps directory isn't being created before it needs to be used. But here's something very strange: Angelo Graziosi, who is also playing with this, told me that he *doesn't* g

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Huang Bambo
2009/11/23 Corinna Vinschen : > On Nov 23 17:43, Huang Bambo wrote: >> 2009/11/23 Corinna Vinschen : >> > On Nov 22 09:33, Huang Bambo wrote: >> >> And there's another quesiton: >> >> The handle of chile process( created by fork ) seems never been closed >> >> bye parent process. Is it need to be c

Re: [ANNOUNCEMENT] [1.7] Updated: lzip 1.8-2

2009-11-23 Thread Corinna Vinschen
On Nov 23 20:04, JonY wrote: > On 11/23/2009 19:05, Corinna Vinschen wrote: > >Yes, as well as the -src.tar.bz2 file. That was the sole reason for > >the missing setup-2.ini entries. > > > > I thought cgf uploaded the packages. Upload went missing? It appears so. Corinna -- Corinna Vinschen

Re: rsync pull problem and possible solution

2009-11-23 Thread grkuntzmd
Are you using "push" or "pull"? In other words, are you running rsync on the Windows host and sending to the Linux host, or are you running rsync on the Linux host and retrieving files from the Window machine? It is the latter that hangs. - G. Ralph Kuntz, MD -- View this message in context

Re: [ANNOUNCEMENT] [1.7] Updated: lzip 1.8-2

2009-11-23 Thread JonY
On 11/23/2009 19:05, Corinna Vinschen wrote: On Nov 23 18:28, JonY wrote: On 11/23/2009 17:25, Corinna Vinschen wrote: On Nov 23 07:28, Fergus wrote: but no mention of version: install: source: Which makes sort of sense, given that no lzip tar archive was in the release-2/lzip subdirectory.

Re: [1.7] git checkout or clean fails to unlink submodule

2009-11-23 Thread David Antliff
On Mon, Nov 23, 2009 at 17:26, Eric Blake wrote: > According to David Antliff on 11/22/2009 9:20 PM: >> Any suggestions how to investigate this further? Is there some way >> that Windows or Cygwin is somehow preventing the deletion of this >> directory? > > More likely, this is due to the fact that

Re: [ANNOUNCEMENT] [1.7] Updated: lzip 1.8-2

2009-11-23 Thread Corinna Vinschen
On Nov 23 18:28, JonY wrote: > On 11/23/2009 17:25, Corinna Vinschen wrote: > >On Nov 23 07:28, Fergus wrote: > >>but no mention of > >> > >>version: > >>install: > >>source: > > > >Which makes sort of sense, given that no lzip tar archive was in the > >release-2/lzip subdirectory. I fixed that on

Re: [ANNOUNCEMENT] [1.7] Updated: lzip 1.8-2

2009-11-23 Thread JonY
On 11/23/2009 17:25, Corinna Vinschen wrote: On Nov 23 07:28, Fergus wrote: Sorry, still something not quite right. setup-2.ini timestamp 1258914641 shows @ lzip sdesc: "Lossless data compressor based on the LZMA algorithm." ldesc: "lossless data compressor based on the LZMA algorithm, with ver

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Corinna Vinschen
On Nov 23 17:43, Huang Bambo wrote: > 2009/11/23 Corinna Vinschen : > > On Nov 22 09:33, Huang Bambo wrote: > >> And there's another quesiton: > >> The handle of chile process( created by fork ) seems never been closed > >> bye parent process. Is it need to be closed? > > > > I don't understand the

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Huang Bambo
2009/11/23 Corinna Vinschen : > On Nov 22 09:33, Huang Bambo wrote: >> And there's another quesiton: >> The handle of chile process( created by fork ) seems never been closed >> bye parent process. Is it need to be closed? > > I don't understand the question.  There's one dangling socket handle lef

Re: Interesting problem installing cygserver

2009-11-23 Thread Corinna Vinschen
On Nov 23 00:34, Gregg Levine wrote: > On Mon, Nov 23, 2009 at 12:06 AM, Larry Hall (Cygwin) > > Not exactly.  You aren't running with those privileges.  Use "Run as > > Administrator" > > from that account so you get the elevated privileges you need. > > Hello! > That did work. Thank you Larry. I

Re: [ANNOUNCEMENT] [1.7] Updated: lzip 1.8-2

2009-11-23 Thread Corinna Vinschen
On Nov 23 07:28, Fergus wrote: > Sorry, still something not quite right. > setup-2.ini timestamp 1258914641 > shows > > @ lzip > sdesc: "Lossless data compressor based on the LZMA algorithm." > ldesc: "lossless data compressor based on the LZMA algorithm, with very > safe integrity checking and a

Re: [1.7] Updated: cygwin-1.7.0-65

2009-11-23 Thread Corinna Vinschen
On Nov 22 09:33, Huang Bambo wrote: > And there's another quesiton: > The handle of chile process( created by fork ) seems never been closed > bye parent process. Is it need to be closed? I don't understand the question. There's one dangling socket handle left and I know where and why it happens.