ITP makepasswd -- Generate and encrypt passwords

2012-02-23 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/makepasswd/makepasswd-1.10-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/makepasswd/makepasswd-1.10-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/makepasswd/setup.hint Included in

ITP mboxcheck -- Mailbox scan utility

2012-02-23 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/mboxcheck/mboxcheck-0.1.2-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mboxcheck/mboxcheck-0.1.2-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mboxcheck/setup.hint Included in Debian:

[PATCH] Clean up 'setup --help' output a bit

2012-02-23 Thread Jon TURNEY
Avoid lines like the following preceding the useful output from 'setup --help': io_stream_cygfile: fopen(/etc/setup/net-proxy-host) failed 2 No such file or directory io_stream_cygfile: fopen(/etc/setup/net-proxy-port) failed 2 No such file or directory Current Directory:

Re: [PATCH] Clean up 'setup --help' output a bit

2012-02-23 Thread Christopher Faylor
On Thu, Feb 23, 2012 at 04:27:01PM +, Jon TURNEY wrote: Avoid lines like the following preceding the useful output from 'setup --help': io_stream_cygfile: fopen(/etc/setup/net-proxy-host) failed 2 No such file or directory io_stream_cygfile: fopen(/etc/setup/net-proxy-port) failed 2 No such

[PATCH] Add pthread_getname_np, pthread_setname_np

2012-02-23 Thread Yaakov (Cygwin/X)
This patchset adds pthread_getname_np and pthread_setname_np. These were added to glibc in 2.12[1] and are also present in some form on NetBSD and several UNIXes. IIUC recent versions of GDB can benefit from this support. The code is based on NetBSD's implementation with changes to better match

Re: more address space needed ... is already occupied problems (with snapshot of 2012-02-20)

2012-02-23 Thread Corinna Vinschen
On Feb 22 22:32, Tassilo Philipp wrote: Doesn't do anything, and believe me, I tried that probably 50 times in all kinds of combinations... On Thu, 23 Feb 2012 04:03:45 +0100 marco atzeri marco.atz...@gmail.com wrote: On Thu, Feb 23, 2012 at 2:29 AM, Tassilo Philipp wrote: Hello

Re: Change to passwd in cygwin-1.7.10-1 breaks ssh-host-config

2012-02-23 Thread Corinna Vinschen
On Feb 22 16:33, Charles Wilson wrote: On 2/22/2012 12:48 PM, Andrew DeFaria wrote: On Feb 9 01:09, Charles Wilson wrote: I've uploaded a csih-0.9.5-1 as a 'test' release. Changes: * native/Makefile: Avoid -mno-cygwin and gcc3; use mingw cross compiler. * native/winProductName.c

how to hide the console window.

2012-02-23 Thread tianlijian
how to hide the console window. the bat code is: @echo off REM batch file directory set BATCH_FILE_DIR=%~dp0 set PATH=/usr/sbin;/bin;/usr/bin;%PATH% REM %BATCH_FILE_DIR%bin\bash.exe -c /usr/sbin/sshd start sshd by wei %BATCH_FILE_DIR%bin\bash.exe -c /usr/sbin/sshd echo success... REM

Re: how to hide the console window.

2012-02-23 Thread Corinna Vinschen
On Feb 23 19:07, tianlijian wrote: how to hide the console window. the bat code is: @echo off REM batch file directory set BATCH_FILE_DIR=%~dp0 set PATH=/usr/sbin;/bin;/usr/bin;%PATH% REM %BATCH_FILE_DIR%bin\bash.exe -c /usr/sbin/sshd start sshd by wei

Re: gitk fix for set uicolor SystemButtonFace

2012-02-23 Thread Earnie Boyd
On Wed, Feb 22, 2012 at 4:54 PM, Matt Seitz (matseitz) wrote: Eric Blake (cygwin) wrote: This release should cater to the fact that tcl is now X-based.  Before reporting any problems with gitk or git-gui, first check that you are running an X server.  Also, gitk will complain if your ~/.gitk

Re: gitk fix for set uicolor SystemButtonFace

2012-02-23 Thread Eric Blake
On 02/23/2012 05:53 AM, Earnie Boyd wrote: On Wed, Feb 22, 2012 at 4:54 PM, Matt Seitz (matseitz) wrote: Eric Blake (cygwin) wrote: This release should cater to the fact that tcl is now X-based. Before reporting any problems with gitk or git-gui, first check that you are running an X

Env variable USER

2012-02-23 Thread Michel Bardiaux
It seems that my latest frenzy of setups (the ones that first screwed up, then failed to fix, then at last fixed, coreutils) had some nasty side effects. The first I see is that USER is no longer defined in the environment, at least for bash in mintty. Quite likely one of the bash config files in

Re: Env variable USER

2012-02-23 Thread Earnie Boyd
On Thu, Feb 23, 2012 at 8:22 AM, Michel Bardiaux wrote: 1. Is USER supposed to be set? Yes. 2. If yes, by what script or process? /etc/profile -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygwin.com/problems.html FAQ:

FW: Env variable USER

2012-02-23 Thread Michel Bardiaux
On Thu, Feb 23, 2012 at 8:22 AM, Michel Bardiaux wrote: 1. Is USER supposed to be set? Yes. 2. If yes, by what script or process? /etc/profile Then mine is indeed damaged, it contains just this: PATH=/usr/local/bin:/usr/bin:/bin:$PATH Looks like it was *lost* and this was a pathetic

Xalan C++

2012-02-23 Thread Franz Fehringer
Hi, Is Xalan C++ available as cygwin package? Beste regards Franz -- 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: STC for libapr1 failure

2012-02-23 Thread Corinna Vinschen
Hi Yaakov, On Feb 21 18:09, Corinna Vinschen wrote: On Feb 21 09:58, Corinna Vinschen wrote: On Feb 20 19:29, Yaakov (Cygwin/X) wrote: On Mon, 2012-02-20 at 15:17 +0100, Corinna Vinschen wrote: As always, thanks for the testcase. I think I found the problem. It's hard to explain

Re: Xalan C++

2012-02-23 Thread marco atzeri
On 2/23/2012 3:16 PM, Franz Fehringer wrote: Hi, Is Xalan C++ available as cygwin package? Beste regards Franz the full list of cygwin package is reported here : http://cygwin.com/packages/ -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: more address space needed ... is already occupied problems (with snapshot of 2012-02-20)

2012-02-23 Thread Tassilo Philipp
On Thu, Feb 23, 2012 at 5:32 AM, Tassilo Philipp wrote: Doesn't do anything, and believe me, I tried that probably 50 times in all kinds of combinations... do not top post please. ? I just hit reply... so I don't know what you mean? Sorry if I did something weird. From where this etc.so

Re: Change to passwd in cygwin-1.7.10-1 breaks ssh-host-config

2012-02-23 Thread Andrew DeFaria
On 02/22/2012 09:01 PM, Larry Hall (Cygwin) wrote: On 2/22/2012 11:44 PM, Andrew DeFaria wrote: On 02/22/2012 05:46 PM, Larry Hall (Cygwin) wrote: snip Yup, that's essentially the heart of it. So I said Maybe it's this or maybe it's that and you responded with essentially yes. Thanks. If

Re: more address space needed ... is already occupied problems (with snapshot of 2012-02-20)

2012-02-23 Thread marco atzeri
On 2/23/2012 3:35 PM, Tassilo Philipp wrote: On Thu, Feb 23, 2012 at 5:32 AM, Tassilo Philipp wrote: Doesn't do anything, and believe me, I tried that probably 50 times in all kinds of combinations... do not top post please. ? I just hit reply... so I don't know what you mean? Sorry if I

Re: more address space needed ... is already occupied problems (with snapshot of 2012-02-20)

2012-02-23 Thread Tassilo Philipp
do not top post please. ? I just hit reply... so I don't know what you mean? Sorry if I did something weird. see: http://linux.sgms-centre.com/misc/netiquette.php#toppost ok, thx. etc.so is a dll coming from ruby. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=etc.so Could you

Cygwin Time Machine gone? [Was: Re: Change to passwd in cygwin-1.7.10-1 breaks ssh-host-config]

2012-02-23 Thread Charles Wilson
On 2/22/2012 8:31 PM, Andrew DeFaria wrote: For individual lines there is a New column and I'm familiar with the cycling behavior between things like Keep, Uninstall, Reinstall, Skip and current and older version numbers. But this is on a by package basis. What I'm asking for is a button or

Re: Change to passwd in cygwin-1.7.10-1 breaks ssh-host-config

2012-02-23 Thread Charles Wilson
On 2/23/2012 3:47 AM, Corinna Vinschen wrote: On Feb 22 16:33, Charles Wilson wrote: On 2/22/2012 12:48 PM, Andrew DeFaria wrote: On Feb 9 01:09, Charles Wilson wrote: I've uploaded a csih-0.9.5-1 as a 'test' release. Changes: What's the status of this? Still in test mode. I haven't heard

Re: how to hide the console window.

2012-02-23 Thread tianlijian
hi how to hide the console window. the bat code is: @echo off REM batch file directory set BATCH_FILE_DIR=%~dp0 set PATH=/usr/sbin;/bin;/usr/bin;%PATH% REM %BATCH_FILE_DIR%bin\bash.exe -c /usr/sbin/sshd start sshd by wei %BATCH_FILE_DIR%bin\bash.exe -c /usr/sbin/sshd echo

1.7.10 : output from .NET programs does not get through pipeline

2012-02-23 Thread Ilya Beylin
Hi all, I started observing some very strange effects when launching .NET programs from cygwin, after upgrading to version 1.7.10. The example below is using the MSBuild.exe as an example, but I get analogous results with any console program compiled for .NET. One can see that each pipeline

Re: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-02-23 Thread Richard Gribble
Scott M. Ballew smb at purdue.edu writes: Corinna Vinschen-2 wrote: Sigh. While the basename is all we need to test if a DLL is already loaded, it's *not* enough to load a DLL which still needs loading, if the DLLs are not in the DLL search path, as in the case of Perl libs.

Re: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-02-23 Thread Corinna Vinschen
On Feb 23 16:25, Richard Gribble wrote: Scott M. Ballew smb at purdue.edu writes: I'm happy to report that after I dropped this new snapshot in place, my original problem has gone away completely (and I've been clean for a few days, now). In fact, it also made it so that I could build some

Re: STC for libapr1 failure

2012-02-23 Thread Achim Gratz
Corinna Vinschen writes: I'm sorry to report that the 20120220 snapshot breaks the X server, which uses fcntl() with a lock file. STC? Btw., in how far is XWin broken? I just tried to start it from the start menu and that worked perfectly fine. I get the default xterm and that

Re: Spurious characters in USERPROFILE variable when running ssh

2012-02-23 Thread chantivlad
I had exactly the same problem, and this solution worked for me as well with the snapshot from the 20th February 2012. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Spawning Java from C

2012-02-23 Thread Eliot Moss
On 2/23/2012 12:35 PM, James Rome wrote: I have code that launches Java from C to run a jar file, and creates a socket to communicate between the calling program and the jar file. It works in OS X, Linux, and MinGW on Windows, but not on Cygwin. One can definitely spawn Java from C, but every

1.7.10 - Cannot open printer network share on Windows XP

2012-02-23 Thread Gelorge Nevada
I open a file whith a path to a printer network share as \\BOQUETA\REQ in binary mode to write directly to a matricial printer. Until 1.7.9 thats works fine, but after update to 1.7.10 stops work. Using wxWidgets 2.8.0.  As a test, I replace cygwin1.dll with 1.7.9 version and works again.

ldd fails when dll has no execute permissions

2012-02-23 Thread cppjavaperl
This was discovered in cygwin-1.7.10-1. If you run 'ldd' against an executable, and the executable has dependent DLLs which do *not* have execute permissions, ldd's output stops when it reaches the offending dependent DLL, and reports no further information.  ldd does not give an error

Re: how to hide the console window.

2012-02-23 Thread Andrey Repin
Greetings, tianlijian! how to hide the console window. Don't create it in first place. If you want to run daemon - run the daemon. net start sshd However, you have to configure it properly first. -- WBR, Andrey Repin (anrdae...@freemail.ru) 24.02.2012, 03:14 Sorry for my terrible

Re: more address space needed ... is already occupied problems (with snapshot of 2012-02-20)

2012-02-23 Thread Michael Lutz
Am 23.02.2012 09:30 schrieb Corinna Vinschen: If you ran rebaseall, then ruby's shared libs should have been rebased as well. This is not necessarily true if you've got gems (just like perl CPAN modules) not packaged by cygwin installed. For that I've hacked a rubyrebase script from the cygwin

Re: more address space needed ... is already occupied problems (with snapshot of 2012-02-20)

2012-02-23 Thread Tassilo Philipp
On Fri, 24 Feb 2012 00:23:38 +0100 Michael Lutz michi...@gmx.net wrote: Am 23.02.2012 09:30 schrieb Corinna Vinschen: If you ran rebaseall, then ruby's shared libs should have been rebased as well. This is not necessarily true if you've got gems (just like perl CPAN modules) not packaged

Re: more address space needed ... is already occupied problems (with snapshot of 2012-02-20)

2012-02-23 Thread marco atzeri
On Fri, Feb 24, 2012 at 1:50 AM, Tassilo Philipp wrote: On Fri, 24 Feb 2012 00:23:38 +0100 wrote: Am 23.02.2012 09:30 schrieb Corinna Vinschen: If you ran rebaseall, then ruby's shared libs should have been rebased as well. This is not necessarily true if you've got gems (just like perl

[ANNOUNCEMENT] Updated: csih-0.9.5-1

2012-02-23 Thread Charles Wilson
csih (cygwin-service-installation-helper) provides a library of shell functions that can be used by other cygwin packages that provide servers and daemons. It can assist in various service installation tasks, such as: * identifying the underlying Windows OS * detecting whether a privileged user

Re: Cygwin Time Machine gone? [Was: Re: Change to passwd in cygwin-1.7.10-1 breaks ssh-host-config]

2012-02-23 Thread Peter A. Castro
On Thu, 23 Feb 2012, Charles Wilson wrote: On 2/22/2012 8:31 PM, Andrew DeFaria wrote: For individual lines there is a New column and I'm familiar with the cycling behavior between things like Keep, Uninstall, Reinstall, Skip and current and older version numbers. But this is on a by package

Re: Spawning Java from C

2012-02-23 Thread Larry Hall (Cygwin)
On 2/23/2012 3:21 PM, Eliot Moss wrote: On 2/23/2012 12:35 PM, James Rome wrote: I have code that launches Java from C to run a jar file, and creates a socket to communicate between the calling program and the jar file. It works in OS X, Linux, and MinGW on Windows, but not on Cygwin. One can

Re: STC for libapr1 failure

2012-02-23 Thread Yaakov (Cygwin/X)
On Thu, 2012-02-23 at 15:19 +0100, Corinna Vinschen wrote: On Feb 21 18:09, Corinna Vinschen wrote: Btw., in how far is XWin broken? I just tried to start it from the start menu and that worked perfectly fine. I get the default xterm and that works. I really need something reproducible

Updated: csih-0.9.5-1

2012-02-23 Thread Charles Wilson
csih (cygwin-service-installation-helper) provides a library of shell functions that can be used by other cygwin packages that provide servers and daemons. It can assist in various service installation tasks, such as: * identifying the underlying Windows OS * detecting whether a privileged user