Re: How do I reply to a post ?

2017-12-05 Thread Brian Inglis
On 2017-12-05 17:10, Thomas Taylor wrote: > How do I reply to a post so that all previous replies are included, and are > nested to the appropriate depth?  I'm using Thunderbird 52.5.0 (32-bit) on > Windows 7. Thanks! Right click/Reply to list. First ensure that cygwin.com and sourceware.org are a

How do I reply to a post ?

2017-12-05 Thread Thomas Taylor
How do I reply to a post so that all previous replies are included, and are nested to the appropriate depth?  I'm using Thunderbird 52.5.0 (32-bit) on Windows 7. Thanks! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Vixie's cron and cron-config broken? /etc/passwd empty - Entry for the SYSTEM sid was not found in passwd. Unknown system name

2017-12-05 Thread OwN-3m-All
Is the current version of cron and cron-config broken? I tried installing cron (4.1-65) with the latest version of cygwin in Windows 10 x64 Pro When I run the following bash script to attempt to configure cron: cron-config << EOF yes ntsec no no no adminpass adminpass yes EOF I get the followin

Re: Cygwin sshd doesn't use domain user names on boot up

2017-12-05 Thread Brian Inglis
On 2017-12-05 12:24, Chris Wilson (chwilso3) wrote: > I'm trying to set up sshd service on a Windows 10 build slave VM (for use > with Jenkins) which is attached to one of the domains in our network. I > initially ran the ssh-host-config script to generate the cyg_server user and > I was able to s

Cygwin sshd doesn't use domain user names on boot up

2017-12-05 Thread Chris Wilson (chwilso3)
Hi, I'm trying to set up sshd service on a Windows 10 build slave VM (for use with Jenkins) which is attached to one of the domains in our network. I initially ran the ssh-host-config script to generate the cyg_server user and I was able to start the sshd service on Windows. Assuming that the

Re: User Guide error: conv, dos2unix not in cygutils package

2017-12-05 Thread Corinna Vinschen
On Dec 5 15:07, Bart Jacobs wrote: > In Chapter 3, "Using Cygwin effectively with Windows", the User Guide states > that package cygutils provides tools conv, d2u, dos2unix, u2d, and unix2dos. > This is incorrect: conv is provided by cygutils-extra, and the other tools > are provided by dos2unix.

Re: Git status delay

2017-12-05 Thread Dawid Ferenczy
Original message "Re: Git status delay" from "Adam Dinwoodie (a...@dinwoodie.org)" sent 21. listopadu 2017, 11:27:28, msgid:20171121102728.gm20...@dinwoodie.org (3557 bytes): > Your analysis is spot-on: Git is trying to find the directory that > contains all the metadata for the current wo

User Guide error: conv, dos2unix not in cygutils package

2017-12-05 Thread Bart Jacobs
In Chapter 3, "Using Cygwin effectively with Windows", the User Guide states that package cygutils provides tools conv, d2u, dos2unix, u2d, and unix2dos. This is incorrect: conv is provided by cygutils-extra, and the other tools are provided by dos2unix. -- Problem reports: http://cygwin

setup.exe ignores unrecognized command-line arguments silently

2017-12-05 Thread Bart Jacobs
Problem: setup.exe ignores unrecognized command-line arguments silently. For example: the command line "setup.exe -P p7zip curl" installs p7zip but not curl. Suggestion: Make it print a warning when it encounters an unrecognized command-line argument. So: "setup.exe -P p7zip curl" should prin

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-05 Thread Jon Turney
Please read http://cygwin.com/problems.html#personal-email, particularly the section starting "Shouldn't I just send email to straight to a Cygwin developer or package maintainer?" On 05/12/2017 00:37, Vijaya Subramanian wrote: When I try to run cmake, I get the following error message: C:/c

[ANNOUNCEMENT] lcms2 2.9-1

2017-12-05 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * lcms2-2.9-1 * liblcms2_2-2.9-1 * liblcms2-devel-2.9-1 Little CMS intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (I

Re: Case-sensitivity for #include with gcc

2017-12-05 Thread Laurent Tassan-Got
> -I/usr/include/X11 is incorrect, regardless of case (in)sensitivity. > X11 headers are namespaced, meaning that you should e.g. #include > instead of . If your code doesn't do that, then > you need to fix it. Ah you are right ! All my includes are already in the form so the -I/usr/include/