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 Apac

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 updates

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 $ wh

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 datod_000

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

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. I

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

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 datod_000@Q94

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 '/usr/share/mysq

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" dial

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 Cygw

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: 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 emac

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/ Documenta

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 popul

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 u

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 Apache/Perl?

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 sin

getent group fails

2014-05-07 Thread Denis Excoffier
809-310601177-513:10513: +Users:S-1-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 o

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 > /home/tcanham/tools/pysvn-1.7.8/Import/

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 /home/tca

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 paren

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

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 propa

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

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: > > > > > Securi

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 > > VM

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 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 $ scree

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 /tmp/uscre

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 gro

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 w

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

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 interest

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 > Dir

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" i

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 > > > chil

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 sen

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