apache2 package should depend on libapr1-devel and libaprutil1-devel

2014-05-07 Thread Warren Young
I know it sounds strange, but the httpd2-config script that comes with Cygwin's apache2 package calls apr-1-config and apu-1-config, which live in the -devel packages, being pkg-config type tools. Another solution would be to extract these *-config scripts into separate packages, and make

cygport creates .gz packages, not .xz

2014-05-07 Thread Andrew Schulman
I'm running cygport 0.15.0-1 in x86_64. I thought cygport was always supposed to create .xz packages now, but for some reason for me it's creating .gz packages. I have the xz package installed, and /usr/bin/xz works. My cygport file is below. What am I missing? Thanks, Andrew. NAME=socat

Re: cygport creates .gz packages, not .xz

2014-05-07 Thread Andrew Schulman
I'm running cygport 0.15.0-1 in x86_64. I thought cygport was always supposed to create .xz packages now, but for some reason for me it's creating .gz packages. Sorry - not true. Please disregard. Andrew

[ANNOUNCEMENT] Updated: xorg-server-1.15.1-2

2014-05-07 Thread Jon TURNEY
The following packages have been updated in the Cygwin distribution: *** xorg-server-*1.15.1-2 These packages contain XWin and the other X.Org X11 servers. The following cygwin-specific changes have been made since 1.15.1-1: * Fix X server sometimes getting stuck during exit if it owns the

src/winsup/cygwin ChangeLog grp.cc passwd.cc p ...

2014-05-07 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-05-07 11:00:01 Modified files: winsup/cygwin : ChangeLog grp.cc passwd.cc pwdgrp.h Log message: * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating any gr_mem entries.

src/winsup/cygwin ChangeLog passwd.cc uinfo.cc

2014-05-07 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-05-07 14:49:55 Modified files: winsup/cygwin : ChangeLog passwd.cc uinfo.cc Log message: * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing the buffer len. Add

Re: Bug at getsockopt when TCP_NODELAY is used as parameter

2014-05-07 Thread Corinna Vinschen
On May 7 00:44, jdzstz wrote: Hi Corinna, I have recompiled and tested Varnish Cache 3.0.5 against cygwin snapshot 2014-05-05 (64 bits), removing my workaround, and now TCP_NODELAY functionality works fine. In order to planning the release of fixed varnish 3.0.5, Do you have any

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Corinna Vinschen
On May 6 14:22, Chris J. Breisch wrote: Corinna Vinschen wrote: On May 6 13:01, Chris J. Breisch wrote: Corinna Vinschen wrote: Other than that, I'm open to discuss the necessity(?) to override the primary group by default. But, in fact, I'm not sure this really makes sense. Linux

Re: snapshot 05/05: ssh segmentation fault within screen

2014-05-07 Thread Corinna Vinschen
On May 6 20:49, Corinna Vinschen wrote: On May 6 11:49, Eric Blake wrote: On 05/06/2014 10:39 AM, Corinna Vinschen wrote: The problem, which I totally not realized since I started implementing this stuff is, that by propagating this cache to child processes, said child processes

Re: Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread vlado99
On 6.5.2014 15:01, Corinna Vinschen wrote: Does anybody here use a Microsoft Account on a non-English Windows system? If so, I'd like to see the output of /cygdrive/c/Windows/System32/whoami /groups | grep S-1-11- What I'm especially interested in is, if the domain name, MicrosoftAccount is

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Corinna Vinschen
On May 7 13:57, Corinna Vinschen wrote: I toyed around with the Microsoft Account a bit more. And here's why the primary group SID being identical to the user SID is not a good idea: Security checks. For instance: $ echo $USER VMBERT8164+local_000 $ screen Directory

Re: Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Corinna Vinschen
On May 7 14:26, vlado99 wrote: On 6.5.2014 15:01, Corinna Vinschen wrote: Does anybody here use a Microsoft Account on a non-English Windows system? If so, I'd like to see the output of /cygdrive/c/Windows/System32/whoami /groups | grep S-1-11- What I'm especially interested in is, if

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Andrey Repin
Greetings, Andrew DeFaria! If you do go with Dancer or something like it, you don't need to use Cygwin Apache. The native Windows version of Apache will perform much better, and when used as a reverse proxy, you probably won't need any of the benefits you get from using Cygwin Apache which

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Andrey Repin
Greetings, Andrew DeFaria! I've been working mainly on Linux boxes and haven't had to dig in to Cygwin deeply for a while. But I have a question or two again. I could just switch to a Linux server but I figured I'd try my Windows laptop first. Goal: Set up Apache2 on my Windows laptop with

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Chris J. Breisch
Corinna Vinschen wrote: On May 6 14:22, Chris J. Breisch wrote: Corinna Vinschen wrote: On Windows, users and groups are identified not by uid/gid, but by their SID. The SID is a unique value, but other than that, a SID can be a user or a group and in lots of cases Windows doesn't care. A

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Andrey Repin
Greetings, Corinna Vinschen! I toyed around with the Microsoft Account a bit more. And here's why the primary group SID being identical to the user SID is not a good idea: Security checks. For instance: $ echo $USER VMBERT8164+local_000 $ screen Directory

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Chris J. Breisch
Corinna Vinschen wrote: On May 7 13:57, Corinna Vinschen wrote: I toyed around with the Microsoft Account a bit more. And here's why the primary group SID being identical to the user SID is not a good idea: Security checks. For instance: $ echo $USER VMBERT8164+local_000 $

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Corinna Vinschen
On May 7 17:53, Andrey Repin wrote: Greetings, Corinna Vinschen! I toyed around with the Microsoft Account a bit more. And here's why the primary group SID being identical to the user SID is not a good idea: Security checks. For instance: $ echo $USER

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Corinna Vinschen
On May 7 10:05, Chris J. Breisch wrote: Corinna Vinschen wrote: I toyed around with the Microsoft Account a bit more. And here's why the primary group SID being identical to the user SID is not a good idea: Security checks. For instance: $ echo $USER VMBERT8164+local_000

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Corinna Vinschen
On May 7 16:20, Corinna Vinschen wrote: On May 7 17:53, Andrey Repin wrote: Greetings, Corinna Vinschen! I toyed around with the Microsoft Account a bit more. And here's why the primary group SID being identical to the user SID is not a good idea: Security checks.

Re: Microsoft Accounts (was Re: Problem with None Group on Non-Domain Members)

2014-05-07 Thread Corinna Vinschen
On May 7 10:09, Chris J. Breisch wrote: Corinna Vinschen wrote: And here's a problem which I'm not sure how to solve at all: When calling the latest mkpasswd, the primary group of the local user account backing the Microsoft Account will *still* be None. The reason is that the local

Re: snapshot 05/05: ssh segmentation fault within screen

2014-05-07 Thread Corinna Vinschen
On May 7 14:22, Corinna Vinschen wrote: On May 6 20:49, Corinna Vinschen wrote: On May 6 11:49, Eric Blake wrote: On 05/06/2014 10:39 AM, Corinna Vinschen wrote: The problem, which I totally not realized since I started implementing this stuff is, that by propagating this

Re: snapshot 05/05: ssh segmentation fault within screen

2014-05-07 Thread Andrew Schulman
On 05/06/2014 10:39 AM, Corinna Vinschen wrote: The problem, which I totally not realized since I started implementing this stuff is, that by propagating this cache to child processes, said child processes suffer from what the parent process does to the passwd structures in the cache.

Re: snapshot 05/05: ssh segmentation fault within screen

2014-05-07 Thread Corinna Vinschen
On May 7 11:16, Andrew Schulman wrote: On 05/06/2014 10:39 AM, Corinna Vinschen wrote: The problem, which I totally not realized since I started implementing this stuff is, that by propagating this cache to child processes, said child processes suffer from what the parent process

CygwinCompilerGCC error - Cannot adVar...

2014-05-07 Thread Canham, Timothy K (349G)
I am trying to install some python packages under Cygwin, and I am getting the following error: $ python setup.py configure Info: Configure for python 2.7.3 in exec_prefix /usr Info: Found PyCXX include in /home/tcanham/tools/pysvn-1.7.8/Import/pycxx-6.2.4 Info: Found PyCXX include in

Re: CygwinCompilerGCC error - Cannot adVar...

2014-05-07 Thread Andrey Repin
Greetings, Canham, Timothy K (349G)! I am trying to install some python packages under Cygwin, and I am getting the following error: $ python setup.py configure Info: Configure for python 2.7.3 in exec_prefix /usr Info: Found PyCXX include in

getent group fails

2014-05-07 Thread Denis Excoffier
-5-32-545:545: ... +Users:S-1-5-32-545:545: ^C % 'getent passwd' seems ok (9 lines): my line and 8 lines beginning with '+’. I tried several snapshots (including 20140507), and this bahaviour was already present in snapshot 20140410 (the first one where the Corinna's prize-winning passwd/group

Re: snapshot 05/05: ssh segmentation fault within screen

2014-05-07 Thread Doug Henderson
On Wed, May 7, 2014 at 8:57 AM, Corinna Vinschen wrote: On May 7 14:22, Corinna Vinschen wrote: On May 6 20:49, Corinna Vinschen wrote: On May 6 11:49, Eric Blake wrote: On 05/06/2014 10:39 AM, Corinna Vinschen wrote: The problem, which I totally not realized since I started

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Andrew DeFaria
On 5/7/2014 6:23 AM, Andrey Repin wrote: Goal: Set up Apache2 on my Windows laptop with mod_perl working as well as Apache2::AuthCookieLDAP and write an example login page that authenticates to Active Directory using AuthCookieLDAP. Little bit OT: Is this necessary to set up Cygwin

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Andrew DeFaria
On 5/7/2014 6:33 AM, Andrey Repin wrote: Greetings, Andrew DeFaria! Hey guys! I missed you! :-) Personally I prefer Cygwin Apache because all of the pathing then can be POSIX-like and can easily port to Linux systems later on. Plus Cygwin's Perl is, IMHO, far superior to ActiveState. Then

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Andrew DeFaria
First off, David Habermann, you really should respond to the list instead of emailing me directly so that others can benefit. Dave wrote: If you are using a Cygwin based Apache then it will follow symlinks=20 whereas my experience with the Windows based Apache it doesn't. Although not a

Newer version of Perl?

2014-05-07 Thread Andrew DeFaria
Apologies if this has been asked before. What the latest version of Perl available for Cygwin. I see 5.14 but I know that 5.16 and 5.18 are out. -- Andrew DeFaria http://defaria.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

RE: Fatal error from Cygwin emacs-w32 every day or so

2014-05-07 Thread KARR, DAVID
-Original Message- Of KARR, DAVID Sent: Monday, May 05, 2014 2:34 PM -Original Message- Of KARR, DAVID Sent: Sunday, April 13, 2014 10:53 AM I recently installed 1.7.29 on a new Win7/64 laptop. Every day or so, I get a fatal error dialog from emacs-w32. It asks

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Warren Young
On 5/6/2014 11:42, Andrew DeFaria wrote: Adefaria-lt:cygrunsrv -I httpd2 -d 'CYGWIN Apache2' -p This may be your problem. While poking around in /usr/sbin, I found httpd2-config, which is 167 lines long, so it must be doing something fairly clever. I tried it, and Cygwin Apache is running

Re: Newer version of Perl?

2014-05-07 Thread Warren Young
On 5/7/2014 16:10, Andrew DeFaria wrote: Apologies if this has been asked before. Actually, I brought it up here yesterday, as a result of trying to help you with mod_perl alternatives: http://cygwin.com/ml/cygwin/2014-05/msg00113.html What the latest version of Perl available for

Re: Fatal error from Cygwin emacs-w32 every day or so

2014-05-07 Thread Ken Brown
On 5/7/2014 7:42 PM, KARR, DAVID wrote: -Original Message- Of KARR, DAVID Sent: Monday, May 05, 2014 2:34 PM -Original Message- Of KARR, DAVID Sent: Sunday, April 13, 2014 10:53 AM I recently installed 1.7.29 on a new Win7/64 laptop. Every day or so, I get a fatal error

Re: cygwin Digest 7 May 2014 15:21:44 -0000 Issue 8767

2014-05-07 Thread David Blackstone
-- Forwarded message -- Date: Wed, 7 May 2014 10:21:39 -0500 Subject: mysqld no longer starts Since my most recent upgrade, mysqld will not start any more. I get the following errors: $ /usr/sbin/mysqld 140507 9:48:28 [ERROR] Can't find messagefile

Issues with Cygwin on Windows 8.1

2014-05-07 Thread Dato
Hi, I just set up Cygwin for x86 on my Windows 8.1 (64-bit) machine, and have been seeing the following issues: 1. When doing 'git clone', some of the expected messages don't show up. For example, this is what I see: datod_000@Q9450 ~/sandbox $ which git /usr/bin/git

Re: Newer version of Perl?

2014-05-07 Thread Andrew DeFaria
On 5/7/2014 5:17 PM, Warren Young wrote: On 5/7/2014 16:10, Andrew DeFaria wrote: Apologies if this has been asked before. Actually, I brought it up here yesterday, as a result of trying to help you with mod_perl alternatives: http://cygwin.com/ml/cygwin/2014-05/msg00113.html What the

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Andrew DeFaria
On 5/7/2014 5:12 PM, Warren Young wrote: On 5/6/2014 11:42, Andrew DeFaria wrote: Adefaria-lt:cygrunsrv -I httpd2 -d 'CYGWIN Apache2' -p This may be your problem. While poking around in /usr/sbin, I found httpd2-config, which is 167 lines long, so it must be doing something fairly clever.

Re: mysqld no longer starts

2014-05-07 Thread Christopher Faylor
On Wed, May 07, 2014 at 10:21:39AM -0500, David Blackstone wrote: Since my most recent upgrade, mysqld will not start any more. I get the following errors: $ /usr/sbin/mysqld 140507 9:48:28 [ERROR] Can't find messagefile '/usr/share/mysql/errmsg.sys' 140507 9:48:28 [Warning] Can't create test

Re: Issues with Cygwin on Windows 8.1

2014-05-07 Thread Tim Prince
On 5/7/2014 10:11 PM, Dato wrote: I just set up Cygwin for x86 on my Windows 8.1 (64-bit) machine, and have been seeing the following issues: ... 2. When invoking python, I don't get the python's prompt back: datod_000@Q9450 ~/sandbox $ which python /usr/bin/python

Re: Issues with Cygwin on Windows 8.1

2014-05-07 Thread Larry Hall (Cygwin)
On 05/07/2014 10:11 PM, Dato wrote: Hi, I just set up Cygwin for x86 on my Windows 8.1 (64-bit) machine, and have been seeing the following issues: 1. When doing 'git clone', some of the expected messages don't show up. For example, this is what I see: datod_000@Q9450 ~/sandbox $

Re: Newer version of Perl?

2014-05-07 Thread Warren Young
On 5/7/2014 20:30, Andrew DeFaria wrote: Perhaps 5.18.2 is only compiled for 32 bit? Confirmed. Perl 5.18 breaks binary module packages, which is why it's still in test, waiting for those package maintainers to update their packages. I don't know what the status of the binary module

Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP

2014-05-07 Thread Yaakov (Cygwin/X)
On 2014-05-06 12:42, Andrew DeFaria wrote: Goal: Set up Apache2 on my Windows laptop with mod_perl working as well as Apache2::AuthCookieLDAP and write an example login page that authenticates to Active Directory using AuthCookieLDAP. First problem (minor): I can't figure out how to install