X11 server

2009-07-07 Thread Pietro Federico Bianchi
I'm trying to install x11 for Windows but the site ask me for a Server Authorization Password Why. Do I have to register something somewhere?? thanks in advance Pietro F. Bianchi SUN Microsystem Italia SpA Project Manager cell.: 335-7683522 mail: pietro.bian...@sun.com -- Unsubscribe info:

broken checkx on mirrors

2009-07-07 Thread Guenter Millahn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, just now I tried an update of my CygWin. I realized that checkx-0.2.1-1.tar.bz is broken on all mirrors. Please, can the maintainer correct this? Thanks! - -- Kindest Regards Guenter Millahn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12

Re: broken checkx on mirrors

2009-07-07 Thread Christopher Faylor
On Tue, Jul 07, 2009 at 12:56:12PM +0200, Guenter Millahn wrote: just now I tried an update of my CygWin. I realized that checkx-0.2.1-1.tar.bz is broken on all mirrors. You haven't explained why you think this package is broken. You really need to do that. cgf -- Unsubscribe info:

Re: X11 server

2009-07-07 Thread Larry Hall (Cygwin X)
Pietro Federico Bianchi wrote: I'm trying to install x11 for Windows but the site ask me for a Server Authorization Password Why. Do I have to register something somewhere?? Cygwin-X requires no authorization password. Please read and follow the problem reporting guidelines found at the URL

[1.7] XWin still fails with SunOS 10

2009-07-07 Thread jose isaias cabrera
Greetings. I updated from the old cygwin to the new 1.7 by installing the new 1.7 in c:\cygwinx directory. The reason why was because I wanted to see if a problem that I previously had was fixed with a SunOS 10 server. When I run this command, XWin -once -query IP the X windows opens

[1.7] XWin still fails with SunOS 10

2009-07-07 Thread jose isaias cabrera
Greetings. I updated from the old cygwin to the new 1.7 by installing the new 1.7 in c:\cygwinx directory. The reason why was because I wanted to see if a problem that I previously had was fixed with a SunOS 10 server. When I run this command, XWin -once -query IP the X windows opens and

Re: [1.7] XWin still fails with SunOS 10

2009-07-07 Thread Larry Hall (Cygwin X)
jose isaias cabrera wrote: snip By the way, this is the same problem that the previous version of cygwin had. But, since Mr. Turney said to give it a try with the new version, I did. :-) Is this going to ever be fixed? Nah. It's been there so long that it feels like an old friend.

Re: [1.7] XWin still fails with SunOS 10

2009-07-07 Thread jose isaias cabrera
Larry Hall (Cygwin X) trying to be funny, wrote... jose isaias cabrera wrote: snip By the way, this is the same problem that the previous version of cygwin had. But, since Mr. Turney said to give it a try with the new version, I did. :-) Is this going to ever be fixed? Nah. It's been

src/winsup Makefile.common ChangeLog cygwin/Ma ...

2009-07-07 Thread davek
CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2009-07-07 20:12:44 Modified files: winsup : Makefile.common ChangeLog winsup/cygwin : Makefile.in cxx.cc cygwin.din globals.cc winsup.h ChangeLog

src/winsup/cygwin ChangeLog

2009-07-07 Thread davek
CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2009-07-07 20:25:34 Modified files: winsup/cygwin : ChangeLog Log message: * ChangeLog: Assorted minor whitespace fixes in old entries. Patches:

src/winsup/cygwin winbase.h ChangeLog

2009-07-07 Thread davek
CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2009-07-07 21:41:43 Modified files: winsup/cygwin : winbase.h ChangeLog Log message: * winbase.h (ilockexch): Avoid making 'ret' volatile. (ilockcmpexch): Likewise. Patches:

[PATCH] Libstdc++ support changes.

2009-07-07 Thread Dave Korn
Hi all, I just got done doing a C/C++/libstdc++-v3 test run against GCC HEAD using the Cygwin DLL built with these patches, and everything worked. In particular, it passed these tests: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test FAIL: g++.old-deja/g++.brendan/new3.C execution

Re: [PATCH] Libstdc++ support changes.

2009-07-07 Thread Corinna Vinschen
Hi Dave, Thanks for doing that stuff! On Jul 7 17:22, Dave Korn wrote: Hi all, I just got done doing a C/C++/libstdc++-v3 test run against GCC HEAD using the Cygwin DLL built with these patches, and everything worked. In particular, it passed these tests: FAIL:

Re: [PATCH] Libstdc++ support changes.

2009-07-07 Thread Dave Korn
Corinna Vinschen wrote: In the ChangeLogs, please use just one space after the colon. Sure. At some points you're using different comment types rather freely. Other than that it looks like you tested this a lot so it's fine with me. Maybe Chris has some additional comment. I'll be

Re: [PATCH] Libstdc++ support changes.

2009-07-07 Thread Christopher Faylor
On Tue, Jul 07, 2009 at 07:18:58PM +0200, Corinna Vinschen wrote: Hi Dave, Thanks for doing that stuff! On Jul 7 17:22, Dave Korn wrote: Hi all, I just got done doing a C/C++/libstdc++-v3 test run against GCC HEAD using the Cygwin DLL built with these patches, and everything

Re: [PATCH] Re: 1.7 winbase.h (ilockcmpexch) compile error

2009-07-07 Thread Christopher Faylor
On Tue, Jul 07, 2009 at 10:21:33PM +0100, Dave Korn wrote: Brian Ford wrote: I'm trying to build Cygwin 1.7 from CVS to debug an ImageMagick problem on server 2008 that causes an access violation in cygwin1.dll. Doe anyone know the work around for this issue? g++ (GCC) 3.4.4 (cygming

Re: [PATCH] Re: 1.7 winbase.h (ilockcmpexch) compile error

2009-07-07 Thread Dave Korn
Christopher Faylor wrote: On Tue, Jul 07, 2009 at 10:21:33PM +0100, Dave Korn wrote: winsup/cygwin/ChangeLog: * winbase.h (ilockexch): Avoid making 'ret' volatile. (ilockcmpexch): Likewise. Ok? Yes. Thanks. Applied, and I even caught the changelog formatting in time!

Re: [PATCH] Re: 1.7 winbase.h (ilockcmpexch) compile error

2009-07-07 Thread Christopher Faylor
On Tue, Jul 07, 2009 at 10:55:13PM +0100, Dave Korn wrote: Christopher Faylor wrote: On Tue, Jul 07, 2009 at 10:21:33PM +0100, Dave Korn wrote: winsup/cygwin/ChangeLog: * winbase.h (ilockexch): Avoid making 'ret' volatile. (ilockcmpexch): Likewise. Ok? Yes. Thanks.

Re: [PATCH] Re: 1.7 winbase.h (ilockcmpexch) compile error

2009-07-07 Thread Dave Korn
Dave Korn wrote: It doesn't do anything about the reload failure, which is a bug in GCC-3, since the usage is a standard usage supported by the documentation. It's possible that it may disappear as a side-effect, in which case all the better. Nope, no such luck. Also, the libstdc++

Re: setrlimit(RLIMIT_CPU) isn't implemented in Cygwin., Corinna Vinschen

2009-07-07 Thread Pedro Izecksohn
--- I asked: Will it be implemented in Cygwin someday? --- Dave Korn replied: Otherwise, http://cygwin.com/acronyms#SHTDI and http://cygwin.com/acronyms#PTC apply here. I imagine it should be possible to use a windows job object to implement it. --- Corinna Vinschen replied: There

Re: Successful build of ssh from openssh w. MIT kerberos

2009-07-07 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ht writes: There's been a lot of interest in this over the years, but I've found no reports of success. The following involves a number of hacks, but it works, which may be of use to some. 1) Download and install MIT Kerberos for Windows -- I

Re: setrlimit(RLIMIT_CPU) isn't implemented in Cygwin., Corinna Vinschen

2009-07-07 Thread Corinna Vinschen
On Jul 7 04:14, Pedro Izecksohn wrote: --- I asked: Will it be implemented in Cygwin someday? --- Dave Korn replied: Otherwise, http://cygwin.com/acronyms#SHTDI and http://cygwin.com/acronyms#PTC apply here. I imagine it should be possible to use a windows job object to

Re: ssh-host-config now involves cygwin-service-installation-helper.sh

2009-07-07 Thread Corinna Vinschen
On Jul 6 15:38, Christoph Herdeg wrote: Hello, we're deploying an unattended installation of Cygwin to some of our testmachines. On goal is to have SSH access to those machines, so we put a customizing script to /etc\profile.d which then runs at 1st start involving the command

Re: Successful build of ssh from openssh w. MIT kerberos

2009-07-07 Thread Corinna Vinschen
On Jul 6 17:30, Henry S. Thompson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There's been a lot of interest in this over the years, but I've found no reports of success. The following involves a number of hacks, but it works, which may be of use to some. dream What would be

Re: Really dumb setup question.

2009-07-07 Thread Dave Korn
Mark J. Reed wrote: On Fri, Jul 3, 2009 at 6:31 PM, Dave Korn wrote: Yep; click on Keep first thing of all, that makes setup keep all your current choices, then manually choose the new version of the particular file you want. Should get a warning if there's any unsatisfied dependencies,

Re: setrlimit(RLIMIT_CPU) isn't implemented in Cygwin., Corinna Vinschen

2009-07-07 Thread Christopher Faylor
On Tue, Jul 07, 2009 at 04:14:49AM -0300, Pedro Izecksohn wrote: --- I asked: Will it be implemented in Cygwin someday? --- Dave Korn replied: Otherwise, http://cygwin.com/acronyms#SHTDI and http://cygwin.com/acronyms#PTC apply here. I imagine it should be possible to use a windows job

Installed Cygwin 1.7 - no X?

2009-07-07 Thread Lloyd Wood
Installed Cygwin 1.7 beta on a new clean machine - figured I may as well get with the 1.7 program. Let it install all defaults plus a few packages I knew I'd need. Added to default list, didn't remove anything. Installed on C:\cygwin under Windows XP SP2. How to start X? No XWin Server icon

Re: Successful build of ssh from openssh w. MIT kerberos

2009-07-07 Thread Larry Hall (Cygwin)
Corinna Vinschen wrote: On Jul 6 17:30, Henry S. Thompson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There's been a lot of interest in this over the years, but I've found no reports of success. The following involves a number of hacks, but it works, which may be of use to some.

Re: Installed Cygwin 1.7 - no X?

2009-07-07 Thread Dave Korn
Lloyd Wood wrote: Installed Cygwin 1.7 beta on a new clean machine - figured I may as well get with the 1.7 program. Let it install all defaults plus a few packages I knew I'd need. Added to default list, didn't remove anything. You don't get X by default, it's huge. Rerun setup and choose

Re: Installed Cygwin 1.7 - no X?

2009-07-07 Thread Larry Hall (Cygwin)
Lloyd Wood wrote: Installed Cygwin 1.7 beta on a new clean machine - figured I may as well get with the 1.7 program. Let it install all defaults plus a few packages I knew I'd need. Added to default list, didn't remove anything. Installed on C:\cygwin under Windows XP SP2. How to start X? No

Re: Installed Cygwin 1.7 - no X?

2009-07-07 Thread William Deegan
Larry, On Tue, Jul 7, 2009 at 9:37 AM, Larry Hall (Cygwin)reply-to-list-only...@cygwin.com wrote: Lloyd Wood wrote: Installed Cygwin 1.7 beta on a new clean machine - figured I may as well get with the 1.7 program. Let it install all defaults plus a few packages I knew I'd need. Added to

Re: Installed Cygwin 1.7 - no X?

2009-07-07 Thread Christopher Faylor
On Tue, Jul 07, 2009 at 10:51:26AM -0700, William Deegan wrote: Larry, On Tue, Jul 7, 2009 at 9:37 AM, Larry Hall (Cygwin)reply-to-list-only...@cygwin.com wrote: Lloyd Wood wrote: Installed Cygwin 1.7 beta on a new clean machine - figured I may as well get with the 1.7 program. Let it install

Re: Installed Cygwin 1.7 - no X?

2009-07-07 Thread Andy Koppe
2009/7/7 William Deegan: If you do a from scratch install recently, you do not get the XWin Server under Cygwin-X. For my install I did install the x windows, and can start from startx in the shell or the startxwin.bat, just no menu item. Known issue:

Questions about setting the CYGWIN env. variable's 'error_start'

2009-07-07 Thread Mark Harig
Mon, 6 Jul 2009 11:21:14 -0400 , Christopher Faylor wrote: For the curious, I debugged it by doing this: set CYWGIN=error_start:gdb When gdb popped up, the stack trace led me straight to the problem. Thanks for the reminder. Here is the documentation for the 'error_start' option:

Re: [1.7] fifo regression

2009-07-07 Thread Christopher Faylor
On Mon, Jul 06, 2009 at 10:18:39PM -0400, Christopher Faylor wrote: On Mon, Jul 06, 2009 at 07:03:11AM -0600, Eric Blake wrote: But on cygwin 1.7, when you attempt to create multiple writers to a single fifo, the second writer creates an fd just fine but then fails on any attempt to write to that

Re: Installed Cygwin 1.7 - no X?

2009-07-07 Thread William Deegan
CGF, On Tue, Jul 7, 2009 at 10:59 AM, Christopher Faylorcgf-use-the-mailinglist-ple...@cygwin.com wrote: On Tue, Jul 07, 2009 at 10:51:26AM -0700, William Deegan wrote: Larry, On Tue, Jul 7, 2009 at 9:37 AM, Larry Hall (Cygwin)reply-to-list-only...@cygwin.com wrote: Lloyd Wood wrote:

Re: Questions about setting the CYGWIN env. variable's 'error_start'

2009-07-07 Thread Mark Harig
Thanks for the reminder. Here is the documentation for the 'error_start' option: http://cygwin.com/cygwin-ug-net/using-cygwinenv.html or, http://cygwin.com/1.7/cygwin-ug-net/using-cygwinenv.html |error_start:Win32filepath| - if set, runs |Win32filepath| when cygwin encounters a fatal

Re: Questions about setting the CYGWIN env. variable's 'error_start'

2009-07-07 Thread Christopher Faylor
On Tue, Jul 07, 2009 at 02:33:38PM -0400, Mark Harig wrote: Thanks for the reminder. Here is the documentation for the 'error_start' option: http://cygwin.com/cygwin-ug-net/using-cygwinenv.html or, http://cygwin.com/1.7/cygwin-ug-net/using-cygwinenv.html

Re: Installed Cygwin 1.7 - no X?

2009-07-07 Thread Warren Young
Christopher Faylor wrote: (who wonders if he should make good on this threat to merge the cygwin-xfree and cygwin mailing lists) I thought that was a done deal, just waiting on someone to get around to it. MHO: go, go! -- Problem reports: http://cygwin.com/problems.html FAQ:

RE: Installed Cygwin 1.7 - no X?

2009-07-07 Thread Karl M
Date: Tue, 7 Jul 2009 14:50:49 -0600 From: warren Subject: Re: Installed Cygwin 1.7 - no X? Christopher Faylor wrote: (who wonders if he should make good on this threat to merge the cygwin-xfree and cygwin mailing lists) I thought that was a done deal, just waiting on someone to get

Subversion not caching password

2009-07-07 Thread Derek Greer
Using the Cygwin version of subversion, I have been unable to configure it to store my encrypted password in ~/.subversion/auth/svn.simple/. Here are the steps I am taking (the first step to start with a clean config): - rm -rf ~/.subversion; svn --version - edit the ~/.subversion/servers file

ssh-host-config is confused between sshd user and cyg_server user

2009-07-07 Thread Tom Schutter
ssh-host-config is confused between 'sshd' user and 'cyg_server' user. Immediately after asking about priviledge separation, you are asked if a 'sshd' account should be created: *** Query: Should privilege separation be used? (yes/no) yes *** Info: Note that creating a new user requires that the

Re: Subversion not caching password

2009-07-07 Thread David Rothenberger
On 7/7/2009 3:04 PM, Derek Greer wrote: Using the Cygwin version of subversion, I have been unable to configure it to store my encrypted password in ~/.subversion/auth/svn.simple/. Here are the steps I am taking (the first step to start with a clean config): - rm -rf ~/.subversion; svn

Re: ssh-host-config is confused between sshd user and cyg_server user

2009-07-07 Thread Dave Korn
Tom Schutter wrote: ssh-host-config is confused between 'sshd' user and 'cyg_server' user. You are confused between 'sshd' user and 'cyg_server' user; ssh-host-config knows what it's doing. Immediately after asking about priviledge separation, you are asked if a 'sshd' account should be

RE: Subversion not caching password

2009-07-07 Thread Derek Greer
Very cool. Thanks much! Derek -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of David Rothenberger Sent: Tuesday, July 07, 2009 10:11 PM To: cygwin@cygwin.com Subject: Re: Subversion not caching password On 7/7/2009 4:39 PM, David

Re: Subversion not caching password

2009-07-07 Thread David Rothenberger
On 7/7/2009 4:39 PM, David Rothenberger wrote: On 7/7/2009 3:04 PM, Derek Greer wrote: Using the Cygwin version of subversion, I have been unable to configure it to store my encrypted password in ~/.subversion/auth/svn.simple/. I will look into supporting the wincrypt API in the Cygwin build,

gfortran and gcc 4.5 (experimental) binary for Cygwin-1.7

2009-07-07 Thread Jerry DeLisle
I have posted a link to gfortran and gcc binaries for the latest gcc experimental 4.5 trunk at the gfortran wiki. This was built under Cygwin-1.7. I do not know if they will run on under Cygwin-1.5. These binaries are pre-release provided for testing purposes. The executables are stripped.

Re: Successful build of ssh from openssh w. MIT kerberos

2009-07-07 Thread Yaakov (Cygwin/X)
On 07/07/2009 04:52, Corinna Vinschen wrote: dream What would be *really* cool: Somebody volunteering as Cygwin package maintainer for a Kerberos 5 package. /dream Ports has provided heimdal for some time (heimdal is fully autotooled, so it's a lot easier to build correctly than MIT-KRB5),