Additional information: Cygwin/OpenSSH authentication without applying group policies...

2009-10-20 Thread Carsten . Porzler
cygwin-ow...@cygwin.com schrieb am 21.10.2009 08:39:40: > [Bild entfernt] > > Cygwin/OpenSSH authentication without applying group policies... > > Carsten.Porzler > > an: > > cygwin > > 21.10.2009 08:40 > > Gesendet von: > > cygwin-ow...@cygwin.com > > Dear Cygwin community, > > we are

Cygwin/OpenSSH authentication without applying group policies...

2009-10-20 Thread Carsten . Porzler
Dear Cygwin community, we are just having problems with some locations connect over WAN lines with only little bandwith. The logon process against a Win2003 AD domain controller takes much time (>50s). After some analysis we found out that there is much traffic between the SSH server and the d

RE: Rsync link-dest not working for a host with the most recent rsync/cygwin 1.7

2009-10-20 Thread Steven Monai
Chris Francy wrote: > It appears something about the about rsync or the 1.7 version of > cygwin is preventing the --link-destination function of rsync from > working. Files that have not been changed at all should be linked > together. On the hosts still running a cygwin 1.5 version of rsync > th

[ANNOUNCEMENT] [1.7] ITP: nfrotz

2009-10-20 Thread Charles Wilson
And now for something completely different: NFrotz is a z Z-Machine interpretor (virtual machine) for text mode interactive games. It is an ncurses-based synthesis of the Windows version of frotz (WinFrotz) with the Unix one, adding support for the Quetzal savefile format, Blorb and iFiction suppo

Re: sshd / VC builds / Fatal Error C1902

2009-10-20 Thread Larry Hall (Cygwin)
Reformatted. On 10/13/2009 05:40 PM, Egerton, Jim wrote: -Original Message- From: Stephen Bennett [mailto:] Sent: Tuesday, October 13, 2009 2:26 AM To: >non-munged-email-address-removed> Subject: RE: sshd / VC builds / Fatal Error C1902

Quantum LTO 4 tape drive and Cygwin 1.7?

2009-10-20 Thread Jeffrey C. Smith
I'm trying to use tar from Cygwin 1.7 Beta on a Win 2008 R2 machine to backup some files to a Quantum LTO 4 SAS tape drive. I've tried all the usual POSIX paths (/dev/nst0, /dev/st0, /dev/st1, etc.) as well as some other variants (\\.\tape0) with no joy. tar fails with a "No such file or direct

Re: 1.5, 1.7: Bash regex not recognizing word boundaries

2009-10-20 Thread Allen Halsey
On Mon, Oct 19, 2009 at 3:30 PM, Eric Blake wrote: > > Indeed - \b is a GNU extension available in glibc's regcomp(), but not > required by POSIX nor available in newlib.  Unless/until someone > contributes patches to write the same extensions to the POSIX interface, > then bash won't be able to m

Re: Calling cygwin binaries from dos prompt : access denied

2009-10-20 Thread Dave Korn
Vincent R. wrote: > Hi, > > When trying to get gcc version from a dos command by entering > C:\>cygwin-1.7\bin\gcc -v > I get a access denied error message. > Is it possible change that and allow to call it from external world ? It's a symlink, and cmd.exe doesn't know how to resolve cygwin sym

Problem [1.7] diff leads to error msg

2009-10-20 Thread Fergus
Windows 7, Cygwin [1.7] latest snapshot 20091012. Comparing two large subdirectories with diff leads to error msg. Output from cygcheck -srv attached. ~> diff -rq /d/home /m/home 6 [main] diff 3720 sig_send: error sending signal -34 to pid 3720, pipe handle 0x10C, Win32 error 998 5069911 [

Calling cygwin binaries from dos prompt : access denied

2009-10-20 Thread Vincent R.
Hi, When trying to get gcc version from a dos command by entering C:\>cygwin-1.7\bin\gcc -v I get a access denied error message. Is it possible change that and allow to call it from external world ? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.c

RE: [1.7] windows 7 with networked drives - ls failure and mount -c does not stick...

2009-10-20 Thread Paul J. Ghosh
r...@nas-01 ~ # smbd -V Version 3.0.34 r...@nas-01 ~ # uname -a Linux nas-01 2.6.17.8ReadyNAS #1 Tue Jun 9 13:59:28 PDT 2009 padre unknown Yes, please go ahead and send a patched dll. The version of smbd is what is provided in the latest firmware for the Netgear ReadyNas NV+. http://netgear.com

Re: [1.7] windows 7 with networked drives - ls failure and mount -c does not stick...

2009-10-20 Thread Andy Koppe
2009/10/20 Corinna Vinschen: >> Device Type        : 7 >> Characteristics    : 10 >> Volume Name        : >> Serial Number      : 86510372 >> Max Filenamelength : 255 >> Filesystemname     : >> Flags              : 2f >>   FILE_CASE_SENSITIVE_SEARCH  : TRUE >>   FILE_CASE_PRESERVED_NAMES   : TRUE

Re: [1.7] windows 7 with networked drives - ls failure and mount -c does not stick...

2009-10-20 Thread Corinna Vinschen
On Oct 20 00:58, Paul J. Ghosh wrote: > Attached find volinfo and strace output. http://cygwin.com/acronyms/#TOFU > Device Type: 7 > Characteristics: 10 > Volume Name: > Serial Number : 86510372 > Max Filenamelength : 255 > Filesystemname : > Flags :

1.5 unused error_start logic causes segfaults?

2009-10-20 Thread Matthias Andree
Greetings, the following programs will segfault on Cygwin 1.5 with GCC 3.4.4 and GCC 4.3.2 UNLESS I define error_start program in $CYGWIN to contain error_start=C:\cygwin\bin\dumper.exe. If error_start is defined, the programs will abort as expected. With CYGWIN unset, the programs segfault