Re: entirely remove cygwin

2008-06-23 Thread Mark Geisert
Noah writes: > could somebody send me details or a web link to fully uninstall cygwin > so I can start over from scratch? ..mark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

entirely remove cygwin

2008-06-23 Thread Noah
Hi there, could somebody send me details or a web link to fully uninstall cygwin so I can start over from scratch? Just removing the C:/CYGWIN directory is not enough. everytime I reinstall parts of the OS remain in place. I want to fully start over. Cheers, Noah -- Unsubscribe info:

Re: setup.exe command line parameters

2008-06-23 Thread Ralph Hempel
Christopher Faylor wrote: If you are going to be discussing setup development you should subscribe to the cygwin-apps mailing list. I can't speak for the setup.exe developers but I suspect that you should be just using the CVS head for all of your development. Here's a case of a topic morphin

Re: pangp

2008-06-23 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > | So, they're in the DLL itself, but for some reason not marked as exports > | in the DEF file, and hence no available stubs for them in the import .a > | library. > > It's because of the -export-symbols-regex "^pango_.*" fla

Re: setup.exe command line parameters

2008-06-23 Thread Christopher Faylor
On Mon, Jun 23, 2008 at 08:17:42PM -0400, Ralph Hempel wrote: >Dave Korn wrote: >>Well, it needs a little debugging first, but it shouldn't be tricky to >>bash into shape. > >Sorry for taking so long, but here's what we have so far. The "newer" >patch referred to by Reini is against but the patch

Re: setup.exe command line parameters

2008-06-23 Thread Ralph Hempel
Ralph Hempel wrote: Bad form, I know, but let me make the following sentence at least readable... Sorry for taking so long, but here's what we have so far. The "newer" patch referred to by Reini is against 2.590 which looks like it's > about 2 point releases behind the current version in the 1

Re: setup.exe command line parameters

2008-06-23 Thread Ralph Hempel
Dave Korn wrote: Well, it needs a little debugging first, but it shouldn't be tricky to bash into shape. Sorry for taking so long, but here's what we have so far. The "newer" patch referred to by Reini is against but the patch is against 2.590 which looks like it's a bout 2 point releases be

Re: Fwd: md5sum using Cygwin in Windows

2008-06-23 Thread Greg Chicares
On 2008-06-23 21:42Z, Ben wrote: > > The Ubuntu help says that if you download Cygwin (link: > https://help.ubuntu.com/community/HowToMD5SUM), you can follow the > Linux directions. I'm using the Cygwin shell and it is not working. I If all you want to do is check the md5sum of one file, then you

Re: Fwd: md5sum using Cygwin in Windows

2008-06-23 Thread Christopher Faylor
On Mon, Jun 23, 2008 at 02:42:49PM -0700, Ben wrote: >Removed my HTML to send this off... It is not important for anyone to know this. >The Ubuntu help says that if you download Cygwin (link: >https://help.ubuntu.com/community/HowToMD5SUM), you can follow the >Linux directions. I'm using the Cygw

Fwd: md5sum using Cygwin in Windows

2008-06-23 Thread Ben
Removed my HTML to send this off... -- Forwarded message -- From: Ben <[EMAIL PROTECTED]> Date: Mon, Jun 23, 2008 at 2:14 AM Subject: md5sum using Cygwin in Windows To: [EMAIL PROTECTED], cygwin@cygwin.com The Ubuntu help says that if you download Cygwin (link: https://help.ubunt

emacs freezes

2008-06-23 Thread Noah
Hi there, I am not sure what is the problem here. Emacs is now freezing as soon as I hit a keystoke. Any clues what the problem could be? Cheers, Noah -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Error starting sshd: "Win32 error 1069"

2008-06-23 Thread Adam Thompson
2008/6/22 Gordon Messmer <[EMAIL PROTECTED]>: > 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 > cy

RE: Error starting sshd: "Win32 error 1069"

2008-06-23 Thread Schutter, Thomas A.
> -Original Message- > Sent: Sunday, June 22, 2008 12:15 AM > To: cygwin@cygwin.com > Subject: Error starting sshd: "Win32 error 1069" > > 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

Saving alias settings

2008-06-23 Thread Thomas Wiedmann
Hello, how can alias settings be saved persistently in Cygwin a) for the current user only b) for all users of the PC? Thanks for all good hints. Thomas Wiedmann -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docume

Re: pangp

2008-06-23 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote: | So, they're in the DLL itself, but for some reason not marked as exports | in the DEF file, and hence no available stubs for them in the import .a | library. It's because of the -export-symbols-regex "^pango_.*" flag, hence _pa

RE: pangp

2008-06-23 Thread Dave Korn
d.henman wrote on 23 June 2008 13:21: > Dave, thanks for your response. > > None of the symbols: > `__pango_win32_font_get_type', `__pango_win32_font_map_get_type', > `__pango_win32_fontmap_cache_remove', and > `__pango_win32_make_matching_logfontw' > > are not in: "libpa

RE: pangp

2008-06-23 Thread d.henman
Dave, thanks for your response. None of the symbols: `__pango_win32_font_get_type', `__pango_win32_font_map_get_type', `__pango_win32_fontmap_cache_remove', and `__pango_win32_make_matching_logfontw' are not in: "libpangowin32-1.0.dll.a" 's symbol table, or

RE: setup.exe command line parameters

2008-06-23 Thread Dave Korn
Ralph Hempel wrote on 23 June 2008 12:35: > Dave Korn wrote: > >> As it turns out that's the same patch by the same author only in an >> earlier stage of development! We'll go with the later version :) > > > Sorry if I'm trimming too much from the msgs... > > Are you saying that the patch p

Re: setup.exe command line parameters

2008-06-23 Thread Ralph Hempel
Dave Korn wrote: As it turns out that's the same patch by the same author only in an earlier stage of development! We'll go with the later version :) Sorry if I'm trimming too much from the msgs... Are you saying that the patch pointed to by Reini is ready to be integrated into the curren

Re: setup.exe needs package name selection filter

2008-06-23 Thread Hugh Sasse
On Fri, 20 Jun 2008, Christopher Faylor wrote: > On Fri, Jun 20, 2008 at 12:49:21PM -0400, Larry Hall (Cygwin) wrote: > > Mark J. Reed wrote: [...] > Actually, it already exists: > http://sourceware.org/bugzilla/enter_bug.cgi?product=cygwin . > > But I don't know how often setup.exe devel

Re: Cygwin, OpenSSH, IPv6.

2008-06-23 Thread David Woodhouse
On Sun, 2008-06-22 at 21:13 +0200, Corinna Vinschen wrote: > On Jun 22 12:15, Ren? Berber wrote: > > David Woodhouse wrote: > > > >> I'm trying to get the OpenSSH dæmon working on the Windows box > >> my new employer gave me. I followed the instructions at > >> http://ist.uwaterloo.ca/~kscully/Cygw

RE: pangp

2008-06-23 Thread Dave Korn
d.henman wrote on 23 June 2008 09:32: Take a look in the output of "nm ./.libs/libpangowin32-1.0.dll.a" and see if those symbols are there? cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

RE: setup.exe command line parameters

2008-06-23 Thread Dave Korn
Ralph Hempel wrote on 23 June 2008 01:05: > Reini Urban wrote: > >> You mean the patch from >> http://thread.gmane.org/gmane.os.cygwin.applications/16502 ? > > I meant this one: > > > > Ralph As it turns out that's the same patch by

Re: Apache2 under Cygwin on Vista

2008-06-23 Thread Corinna Vinschen
On Jun 23 01:04, Etchelecu, Steve J wrote: > Under Vista I find that I'm having trouble with the whole cygserver > thing. In order to run cygserver-config I need to 'Run As > Administrator' and to start the cygserver service I need to 'Run As > Administrator' but then when I start apache2 it can't

Re: vi command line editing question.

2008-06-23 Thread Gary Johnson
On 2008-06-23, gene golub wrote: > Hi folks > > I am using Korn Shell type editing of the command line. > Here is an example: > > I run isql command to ms sql server: > > set -o vi > isql -E -S. >go > ! > > It runs fine. But when I try to repeat an execution of this > command by going to

Apache2 under Cygwin on Vista

2008-06-23 Thread Etchelecu, Steve J
I'm running Cygwin on Vista (32-bit Business) with reasonably good success. (why vista? = long, somewhat painful, story) cygcheck version 1.90.4.1 System Checker for Cygwin Cygwin Package Information Package VersionStatus apache2 2.2.6-1OK cygrun