Error starting sshd: "Win32 error 1069"

2008-06-21 Thread Gordon Messmer
I'm having trouble starting sshd on a host running Windows Server 2003, SP1. It was working several days ago, and then stopped for no reason that I can determine. I tried starting the service by hand, and got: $ cygrunsrv.exe -S sshd cygrunsrv: Error starting a service: QueryServiceStatus: Wi

Re: mounted drives

2008-06-21 Thread Larry Hall (Cygwin)
Michael F. Smith wrote: I am sure you have probably heard this before as my research reveals that many have failed to get it to work. I am trying to use rsync from a linux server to get data from a windows XP that has a snap drive mounted as drive M:\ I am able to get the other files on the XP

Re: [ANNOUNCEMENT] Updated: git-1.5.6-1

2008-06-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Reini Urban on 6/20/2008 12:24 PM: | 2008/6/20 Reini Urban wanted a shared libgit: |> Eric, should I post this to some git list also, or just when I found the error? Yes, feel free to post this upstream. - -- Don't work too hard, make s

Re: [ANNOUNCEMENT] Updated: git-1.5.6-1

2008-06-21 Thread Reini Urban
2008/6/20 Brian Dessent: > Reini Urban wrote: > >> Some attribute causes the linker to refuse to build the dll and wants >> to build an exe. > > That's because you used -Wl,-shared where you should have used -shared. > When you use -Wl the driver treats the argument as an opaque value that > is sim

Re: setup.exe command line parameters

2008-06-21 Thread cuicui
Ralph Hempel a écrit : cuicui wrote: You need to modify the "setup.ini" file, create "virtual" (empty) package that belongs to the "Base" category and make all the additional packages you want dependant of this virtual package by filling the "requires" field. Ok, so how do you keep the setup.

Re: setup.exe command line parameters

2008-06-21 Thread Ralph Hempel
Dave Korn wrote: That being said, I CAN run setup.exe in unattended quiet mode and get a BASE cygwin install done, and I'm quite happy with that. But I'd really, really like to specify packages on the command line. Can I help by offering to update the patch to the current setup? Absolutely,

Re: cannot find iconv() function

2008-06-21 Thread Charles Wilson
Dave Korn wrote: The standard autoconf library function detection test, for the sake of simplicity, declares the function prototype itself rather than including the header, so the name doesn't get translated and the function isn't found at link time. A patch such as the attached makes the c

[ANNOUNCEMENT] Updated: ruby-1.8.7-p22-1

2008-06-21 Thread Corinna Vinschen
I have updated the version of ruby on cygwin.com to 1.8.7-p22-1. This is an update to the latest upstream version 1.8.7, patchlevel 22. See the original release message here: http://www.ruby-lang.org/en/news/2008/05/31/ruby-1-8-7-has-been-released/ This is also a security update which fixes five

RE: cannot find iconv() function

2008-06-21 Thread Dave Korn
[ Cc added: gtmess maintainer. ] Hi George, I've got a patch for you. It fixes a gtmess configure script problem on cygwin. See http://cygwin.com/ml/cygwin/2008-06/msg00395.html and thread for background. David Collin wrote on 20 June 2008 05:21: > The compiler I am using here shouldn't real

RE: locale.h: No such file or directory

2008-06-21 Thread Dave Korn
Terrence Brannon wrote on 20 June 2008 14:33: > I have libcharset and libiconv and libiconv2 installed, but for some > reason locale.h cannot be found in my Cygwin distro. How do I get it > installed? Search for files in the cygwin distro at: http://cygwin.com/packages/ > In file included fro

RE: setup.exe command line parameters

2008-06-21 Thread Dave Korn
Ralph Hempel wrote on 20 June 2008 20:21: > Long story short, I ended up using a hacked older version of setup.exe > that accepted a -p parameter and a list of packages. It worked great! > > Is there a compelling reason why that patch can't be applied to the > current setup and released? Are ther