Dear ladies and gentlemen, thank you very much for providing the Cygwin DLL and ecosystem. We are using it since many years without any problem.
However, today we have run into an issue with cron. Please see the attached logs for details. Additional notes: - O/S is Windows Server 2019 Standard x64 - The cyg_server user has been created by cron-config, and we didn't change anything in that user's configuration afterwards. However, we have verified that this user has sufficient privileges (Replace a process level token, Log on as a service, Create a token object, Be part of the Administrators group). - We did some tests with cron-config. We always stopped the Cygwin Cron Service before running cron-config. We always answered con-config's question the same, except the question "Enter the value of CYGWIN for the daemon". We don't know what this is about, so we first let it at the default value, just hitting Enter. In the next try, we answered "netsec" and hit Enter (as found on stackoverflow). In the third try, we answered "binmode netsec" and hit Enter (as found on the Oracle website).However, the behavior was the same regardless of what answer we had given there.
- Our goal is to run the Cygwin cron daemon as a Windows service, to have that Windows service log on as "cyg_server" (not "Administrator" or "System), and to let the cron daemon execute crontabs from different users (including the user "Administrator").
The service is starting and reads Administrator's crontab, but when trying to execute the entries, it can't do that and errors out with "(CRON) error (can't switch user context)". We haven't installed crontabs for other users yet, because the crontab of Administrator is the most important one, so we'd like to concentrate on solving that problem first.
We are aware that there are many tutorials and Q&A on the net which deal with exactly this subject. However, none of the proposed solutions worked for us.
We would be very glad if you could give us some hints how to solve the problem. Thank you very much, Peter P.S. Please note that /var/log/cron.log and /home/Administrator/cron.log are both empty, so we didn't attach them.
$ cron-config The cron daemon can run as a service or as a job. The latter is not recommended. Cron is already installed as a service under account .\cyg_server. Do you want to remove or reinstall it? (yes/no) yes OK. The cron service was removed. Do you want to install the cron daemon as a service? (yes/no) yes Enter the value of CYGWIN for the daemon: [ ] binmode ntsec You must decide under what account the cron daemon will run. If you are the only user on this machine, the daemon can run as yourself. This gives access to all network drives but only allows you as user. To run multiple users, cron must change user context without knowing the passwords. There are three methods to do that, as explained in http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd1 If all the cron users have executed "passwd -R" (see man passwd), which provides access to network drives, or if you are using the cyglsa package, then cron should run under the local system account. Otherwise you need to have or to create a privileged account. This script will help you do so. Do you want the cron daemon to run as yourself? (yes/no) no Were the passwords of all cron users saved with "passwd -R", or are you using the cyglsa package ? (yes/no) no Finding or creating a privileged user. The following accounts were found: 'cyg_server' . This script plans to use account cyg_server. Do you want to use another privileged account name? (yes/no) no Account cyg_server already exists. Checking its privileges. INFO: cyg_server is a valid privileged account. INFO: The cygwin user name for account cyg_server is cyg_server. Please enter the password for user 'cyg_server': Reenter: Running cron_diagnose ... ... no problem found. Do you want to start the cron daemon as a service now? (yes/no) yes OK. The cron daemon is now running. In case of problem, examine the log file for cron, /var/log/cron.log, and the Windows event log (using /usr/bin/cronevents) for information about the problem cron is having. Examine also any cron.log file in the HOME directory (or the file specified in MAILTO) and cron related files in /tmp. If you cannot fix the problem, then report it to cygwin@cygwin.com. Please run the script /usr/bin/cronbug and ATTACH its output (the file cronbug.txt) to your e-mail. WARNING: PATH may be set differently under cron than in interactive shells. Names such as "find" and "date" may refer to Windows programs.
2021/04/27 11:57:23 [cyg_server] /usr/sbin/cron: PID 2764: (CRON) STARTUP (V5.0) 2021/04/27 11:57:24 [cyg_server] cron: PID 2763: `cron' service started 2021/04/27 11:58:01 [cyg_server] /usr/sbin/cron: PID 2769: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:58:01 [cyg_server] /usr/sbin/cron: PID 2769: (CRON) error (can't switch user context)
Current version -rwxr-xr-x 1 Administrator None 5304 Feb 16 2010 /usr/share/doc/Cygwin/cron-4.1-65.README Running crons: 2764 2763 2764 1548 ? 197626 11:57:23 /usr/sbin/cron Sendmail: lrwxrwxrwx 1 Administrator None 16 Apr 27 08:50 /usr/sbin/sendmail -> /usr/bin/cronlog Crontabs: -rw-r----- 1 Administrator Administrators 295 Apr 27 11:50 /var/cron/tabs/Administrator -rw-r----- 1 197108 544 295 Apr 27 11:50 /var/cron/tabs/Administrator cron.log: -rw-r--r-- 1 cyg_server None 0 Apr 27 11:57 /var/log/cron.log cron.pid: -rw-r--r-- 1 cyg_server None 5 Apr 27 11:57 /var/run/cron.pid Crontab: # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.11KWIqIGLk installed on Tue Apr 27 11:50:16 2021) # (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $) * * * * * (cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh) Windows Application Events log: 2021/04/27 08:51:05 [Administrator] crontab: PID 1357: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 08:51:12 [Administrator] crontab: PID 1357: (Administrator) END EDIT (Administrator) 2021/04/27 08:52:02 [Administrator] crontab: PID 1359: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 08:52:27 [Administrator] crontab: PID 1359: (Administrator) END EDIT (Administrator) 2021/04/27 08:52:29 [Administrator] crontab: PID 1361: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 08:52:43 [Administrator] crontab: PID 1361: (Administrator) REPLACE (Administrator) 2021/04/27 08:52:43 [Administrator] crontab: PID 1361: (Administrator) END EDIT (Administrator) 2021/04/27 08:53:34 [Administrator] crontab: PID 1367: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 08:53:57 [Administrator] crontab: PID 1367: (Administrator) END EDIT (Administrator) 2021/04/27 08:53:58 [Administrator] crontab: PID 1369: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 08:54:16 [Administrator] crontab: PID 1369: (Administrator) REPLACE (Administrator) 2021/04/27 08:54:16 [Administrator] crontab: PID 1369: (Administrator) END EDIT (Administrator) 2021/04/27 09:00:26 [Administrator] crontab: PID 1379: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 09:00:42 [Administrator] crontab: PID 1379: (Administrator) END EDIT (Administrator) 2021/04/27 09:00:45 [Administrator] crontab: PID 1381: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 09:01:04 [Administrator] crontab: PID 1381: (Administrator) END EDIT (Administrator) 2021/04/27 09:03:21 [SYSTEM] /usr/sbin/cron: PID 1388: (CRON) STARTUP (V5.0) 2021/04/27 09:04:01 [SYSTEM] /usr/sbin/cron: PID 1390: (Administrator) CMD ((cd /cygdrive/c/daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 09:04:49 [Administrator] /usr/sbin/cron: PID 1409: (CRON) DEATH (can't lock /var/run/cron.pid, otherpid may be 1388: Resource temporarily unavailable) 2021/04/27 09:06:35 [Administrator] /usr/sbin/cron: PID 1415: (CRON) STARTUP (V5.0) 2021/04/27 09:09:39 [Administrator] /usr/sbin/cron: PID 1418: (CRON) DEATH (can't lock /var/run/cron.pid, otherpid may be 1415: Resource temporarily unavailable) 2021/04/27 09:10:00 [Administrator] /usr/sbin/cron: PID 1421: (CRON) STARTUP (V5.0) 2021/04/27 09:20:34 [Administrator] /usr/sbin/cron: PID 1466: (CRON) STARTUP (V5.0) 2021/04/27 09:20:35 [Administrator] cron: PID 1464: `cron' service stopped, exit status: 0 2021/04/27 09:22:03 [Administrator] /usr/sbin/cron: PID 1472: (CRON) DEATH (can't lock /var/run/cron.pid, otherpid may be 1466: Resource temporarily unavailable) 2021/04/27 09:22:04 [Administrator] cron: PID 1471: `cron' service stopped, exit status: 1 2021/04/27 09:37:36 [cyg_server] /usr/sbin/cron: PID 1593: (CRON) STARTUP (V5.0) 2021/04/27 09:37:37 [cyg_server] cron: PID 1592: `cron' service started 2021/04/27 09:41:54 [cyg_server] cron: PID 1592: `cron' service stopped, exit status: 0 2021/04/27 09:41:55 [cyg_server] /usr/sbin/cron: PID 1598: (CRON) STARTUP (V5.0) 2021/04/27 09:41:56 [cyg_server] cron: PID 1597: `cron' service started 2021/04/27 10:16:08 [cyg_server] cron: PID 1597: `cron' service stopped, exit status: 0 2021/04/27 10:16:20 [cyg_server] /usr/sbin/cron: PID 2204: (CRON) STARTUP (V5.0) 2021/04/27 10:16:21 [cyg_server] cron: PID 2203: `cron' service started 2021/04/27 11:06:47 [cyg_server] cron: PID 2203: `cron' service stopped, exit status: 0 2021/04/27 11:06:49 [cyg_server] /usr/sbin/cron: PID 2463: (CRON) STARTUP (V5.0) 2021/04/27 11:06:50 [cyg_server] cron: PID 2462: `cron' service started 2021/04/27 11:08:01 [cyg_server] /usr/sbin/cron: PID 2465: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:08:01 [cyg_server] /usr/sbin/cron: PID 2465: (CRON) error (can't switch user context) 2021/04/27 11:47:36 [cyg_server] cron: PID 2462: `cron' service stopped, exit status: 0 2021/04/27 11:49:33 [cyg_server] /usr/sbin/cron: PID 2581: (CRON) STARTUP (V5.0) 2021/04/27 11:49:34 [cyg_server] cron: PID 2580: `cron' service started 2021/04/27 11:50:00 [Administrator] crontab: PID 2583: (Administrator) BEGIN EDIT (Administrator) 2021/04/27 11:50:16 [Administrator] crontab: PID 2583: (Administrator) REPLACE (Administrator) 2021/04/27 11:50:16 [Administrator] crontab: PID 2583: (Administrator) END EDIT (Administrator) 2021/04/27 11:51:01 [cyg_server] /usr/sbin/cron: PID 2581: (Administrator) RELOAD (tabs/Administrator) 2021/04/27 11:52:01 [cyg_server] /usr/sbin/cron: PID 2596: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:52:01 [cyg_server] /usr/sbin/cron: PID 2596: (CRON) error (can't switch user context) 2021/04/27 11:52:18 [cyg_server] cron: PID 2580: `cron' service stopped, exit status: 0 2021/04/27 11:53:23 [cyg_server] /usr/sbin/cron: PID 2675: (CRON) STARTUP (V5.0) 2021/04/27 11:53:24 [cyg_server] cron: PID 2674: `cron' service started 2021/04/27 11:54:01 [cyg_server] /usr/sbin/cron: PID 2680: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:54:01 [cyg_server] /usr/sbin/cron: PID 2680: (CRON) error (can't switch user context) 2021/04/27 11:55:01 [cyg_server] /usr/sbin/cron: PID 2684: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:55:01 [cyg_server] /usr/sbin/cron: PID 2684: (CRON) error (can't switch user context) 2021/04/27 11:56:01 [cyg_server] /usr/sbin/cron: PID 2687: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:56:01 [cyg_server] /usr/sbin/cron: PID 2687: (CRON) error (can't switch user context) 2021/04/27 11:56:26 [cyg_server] cron: PID 2674: `cron' service stopped, exit status: 0 2021/04/27 11:57:23 [cyg_server] /usr/sbin/cron: PID 2764: (CRON) STARTUP (V5.0) 2021/04/27 11:57:24 [cyg_server] cron: PID 2763: `cron' service started 2021/04/27 11:58:01 [cyg_server] /usr/sbin/cron: PID 2769: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:58:01 [cyg_server] /usr/sbin/cron: PID 2769: (CRON) error (can't switch user context) 2021/04/27 11:59:01 [cyg_server] /usr/sbin/cron: PID 2772: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 11:59:01 [cyg_server] /usr/sbin/cron: PID 2772: (CRON) error (can't switch user context) 2021/04/27 12:00:01 [cyg_server] /usr/sbin/cron: PID 2774: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:00:01 [cyg_server] /usr/sbin/cron: PID 2774: (CRON) error (can't switch user context) 2021/04/27 12:01:01 [cyg_server] /usr/sbin/cron: PID 2776: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:01:01 [cyg_server] /usr/sbin/cron: PID 2776: (CRON) error (can't switch user context) 2021/04/27 12:02:01 [cyg_server] /usr/sbin/cron: PID 2778: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:02:01 [cyg_server] /usr/sbin/cron: PID 2778: (CRON) error (can't switch user context) 2021/04/27 12:03:01 [cyg_server] /usr/sbin/cron: PID 2780: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:03:01 [cyg_server] /usr/sbin/cron: PID 2780: (CRON) error (can't switch user context) 2021/04/27 12:04:01 [cyg_server] /usr/sbin/cron: PID 2782: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:04:01 [cyg_server] /usr/sbin/cron: PID 2782: (CRON) error (can't switch user context) 2021/04/27 12:05:01 [cyg_server] /usr/sbin/cron: PID 2784: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:05:01 [cyg_server] /usr/sbin/cron: PID 2784: (CRON) error (can't switch user context) 2021/04/27 12:06:01 [cyg_server] /usr/sbin/cron: PID 2786: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:06:01 [cyg_server] /usr/sbin/cron: PID 2786: (CRON) error (can't switch user context) 2021/04/27 12:07:01 [cyg_server] /usr/sbin/cron: PID 2788: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:07:01 [cyg_server] /usr/sbin/cron: PID 2788: (CRON) error (can't switch user context) 2021/04/27 12:08:01 [cyg_server] /usr/sbin/cron: PID 2790: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:08:01 [cyg_server] /usr/sbin/cron: PID 2790: (CRON) error (can't switch user context) 2021/04/27 12:09:01 [cyg_server] /usr/sbin/cron: PID 2792: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:09:01 [cyg_server] /usr/sbin/cron: PID 2792: (CRON) error (can't switch user context) 2021/04/27 12:10:01 [cyg_server] /usr/sbin/cron: PID 2794: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:10:01 [cyg_server] /usr/sbin/cron: PID 2794: (CRON) error (can't switch user context) 2021/04/27 12:11:01 [cyg_server] /usr/sbin/cron: PID 2796: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:11:01 [cyg_server] /usr/sbin/cron: PID 2796: (CRON) error (can't switch user context) 2021/04/27 12:12:01 [cyg_server] /usr/sbin/cron: PID 2798: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:12:01 [cyg_server] /usr/sbin/cron: PID 2798: (CRON) error (can't switch user context) 2021/04/27 12:13:01 [cyg_server] /usr/sbin/cron: PID 2800: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:13:01 [cyg_server] /usr/sbin/cron: PID 2800: (CRON) error (can't switch user context) 2021/04/27 12:14:01 [cyg_server] /usr/sbin/cron: PID 2802: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:14:01 [cyg_server] /usr/sbin/cron: PID 2802: (CRON) error (can't switch user context) 2021/04/27 12:15:01 [cyg_server] /usr/sbin/cron: PID 2804: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:15:01 [cyg_server] /usr/sbin/cron: PID 2804: (CRON) error (can't switch user context) 2021/04/27 12:16:01 [cyg_server] /usr/sbin/cron: PID 2806: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:16:01 [cyg_server] /usr/sbin/cron: PID 2806: (CRON) error (can't switch user context) 2021/04/27 12:17:01 [cyg_server] /usr/sbin/cron: PID 2808: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:17:01 [cyg_server] /usr/sbin/cron: PID 2808: (CRON) error (can't switch user context) 2021/04/27 12:18:01 [cyg_server] /usr/sbin/cron: PID 2810: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:18:01 [cyg_server] /usr/sbin/cron: PID 2810: (CRON) error (can't switch user context) 2021/04/27 12:19:01 [cyg_server] /usr/sbin/cron: PID 2812: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:19:01 [cyg_server] /usr/sbin/cron: PID 2812: (CRON) error (can't switch user context) 2021/04/27 12:20:01 [cyg_server] /usr/sbin/cron: PID 2814: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:20:01 [cyg_server] /usr/sbin/cron: PID 2814: (CRON) error (can't switch user context) 2021/04/27 12:21:01 [cyg_server] /usr/sbin/cron: PID 2816: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:21:01 [cyg_server] /usr/sbin/cron: PID 2816: (CRON) error (can't switch user context) 2021/04/27 12:22:01 [cyg_server] /usr/sbin/cron: PID 2818: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:22:01 [cyg_server] /usr/sbin/cron: PID 2818: (CRON) error (can't switch user context) 2021/04/27 12:23:01 [cyg_server] /usr/sbin/cron: PID 2820: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:23:01 [cyg_server] /usr/sbin/cron: PID 2820: (CRON) error (can't switch user context) 2021/04/27 12:24:01 [cyg_server] /usr/sbin/cron: PID 2823: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:24:01 [cyg_server] /usr/sbin/cron: PID 2823: (CRON) error (can't switch user context) 2021/04/27 12:25:01 [cyg_server] /usr/sbin/cron: PID 2826: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:25:01 [cyg_server] /usr/sbin/cron: PID 2826: (CRON) error (can't switch user context) 2021/04/27 12:26:01 [cyg_server] /usr/sbin/cron: PID 2829: (Administrator) CMD ((cd /cygdrive/c/Daten/websites; MAILTO="" bin/syncwebsites-cronjob.sh)) 2021/04/27 12:26:01 [cyg_server] /usr/sbin/cron: PID 2829: (CRON) error (can't switch user context) 2021/04/27 12:26:44 [Administrator] crontab: PID 2839: (Administrator) LIST (Administrator) Cygcheck: Cygwin Configuration Diagnostics Current System Time: Tue Apr 27 11:26:44 2021 Windows 2016 Server Standard Ver 10.0 Build 17763 Running in Terminal Service session Path: C:\cygwin64\usr\local\bin C:\cygwin64\bin C:\Windows\system32 C:\Windows C:\Windows\System32\Wbem C:\Windows\System32\WindowsPowerShell\v1.0 C:\Windows\System32\OpenSSH C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps Output from C:\cygwin64\bin\id.exe UID: 197108(Administrator) GID: 197121(None) 197121(None) 114(Local account and member of Administrators group) 544(Administrators) 545(Users) 14(REMOTE INTERACTIVE LOGON) 4(INTERACTIVE) 11(Authenticated Users) 15(This Organization) 113(Local account) 4095(CurrentSession) 66048(LOCAL) 262154(NTLM Authentication) 405504(High Mandatory Level) SysDir: C:\Windows\system32 WinDir: C:\Windows USER = 'Administrator' PWD = '/cygdrive/c/daten/websites' HOME = '/home/Administrator' CYGWIN = 'ntsec' USERDOMAIN = 'SERVER' OS = 'Windows_NT' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' PROCESSOR_LEVEL = '6' PSModulePath = 'C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules' CommonProgramW6432 = 'C:\Program Files\Common Files' CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files' TZ = 'Europe/Berlin' HOSTNAME = 'Server' PUBLIC = 'C:\Users\Public' OLDPWD = '/home/Administrator' EDITOR = 'nano' USERNAME = 'Administrator' LOGONSERVER = '\\SERVER' PROCESSOR_ARCHITECTURE = 'AMD64' CLIENTNAME = 'ODO' LOCALAPPDATA = 'C:\Users\Administrator\AppData\Local' COMPUTERNAME = 'SERVER' SYSTEMDRIVE = 'C:' USERPROFILE = 'C:\Users\Administrator' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' SYSTEMROOT = 'C:\Windows' USERDOMAIN_ROAMINGPROFILE = 'SERVER' PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 63 Stepping 2, GenuineIntel' TMP = '/tmp' LC_CTYPE = 'en_US.UTF-8' TERM_PROGRAM = 'mintty' TERM_PROGRAM_VERSION = '3.5.0' PROCESSOR_REVISION = '3f02' PROFILEREAD = 'true' NUMBER_OF_PROCESSORS = '8' ProgramW6432 = 'C:\Program Files' COMSPEC = 'C:\Windows\system32\cmd.exe' APPDATA = 'C:\Users\Administrator\AppData\Roaming' TERM = 'xterm' SHELL = '/bin/bash' WINDIR = 'C:\Windows' ProgramData = 'C:\ProgramData' SHLVL = '2' MINTTY_SHORTCUT = '/cygdrive/c/Users/Public/Desktop/Cygwin64 Terminal.lnk' PRINTER = 'Microsoft Print to PDF' PROGRAMFILES = 'C:\Program Files' ALLUSERSPROFILE = 'C:\ProgramData' TEMP = '/tmp' DriverData = 'C:\Windows\System32\Drivers\DriverData' SESSIONNAME = 'RDP-Tcp#6' ProgramFiles(x86) = 'C:\Program Files (x86)' HOMEDRIVE = 'C:' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info' HOMEPATH = '\Users\Administrator' ORIGINAL_PATH = '/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Users/Administrator/AppData/Local/Microsoft/WindowsApps' EXECIGNORE = '*.dll' _ = '/usr/bin/cygcheck' HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations (default) = '\??\C:\cygwin64' HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup (default) = 'C:\cygwin64' obcaseinsensitive set to 1 Cygwin installations found in the registry: System: Key: e022582115c10879 Path: C:\cygwin64 c: hd NTFS 1572046Mb 63% CP CS UN PA FC QU d: cd N/A N/A C:\cygwin64 / system binary,auto C:\cygwin64\bin /usr/bin system binary,auto C:\cygwin64\lib /usr/lib system binary,auto cygdrive prefix /cygdrive user binary,posix=0,auto Found: C:\cygwin64\bin\awk -> C:\cygwin64\bin\gawk.exe Found: C:\cygwin64\bin\bash.exe Found: C:\cygwin64\bin\cat.exe Found: C:\Windows\system32\certutil.exe Not Found: clinfo Found: C:\Windows\system32\comp.exe Found: C:\Windows\system32\convert.exe Found: C:\cygwin64\bin\cp.exe Not Found: cpp (good!) Found: C:\cygwin64\bin\crontab.exe Found: C:\Windows\system32\curl.exe Found: C:\cygwin64\bin\expand.exe Found: C:\Windows\system32\expand.exe Warning: C:\cygwin64\bin\expand.exe hides C:\Windows\system32\expand.exe Found: C:\cygwin64\bin\find.exe Found: C:\Windows\system32\find.exe Warning: C:\cygwin64\bin\find.exe hides C:\Windows\system32\find.exe Found: C:\Windows\system32\ftp.exe Not Found: gcc Not Found: gdb Found: C:\cygwin64\bin\grep.exe Found: C:\cygwin64\bin\hostname.exe Found: C:\Windows\system32\hostname.exe Warning: C:\cygwin64\bin\hostname.exe hides C:\Windows\system32\hostname.exe Found: C:\cygwin64\bin\kill.exe Found: C:\Windows\system32\klist.exe Not Found: ld Found: C:\cygwin64\bin\ls.exe Found: C:\cygwin64\bin\make.exe Found: C:\cygwin64\bin\mv.exe Found: C:\Windows\system32\nslookup.exe Not Found: patch Not Found: perl Found: C:\Windows\system32\replace.exe Found: C:\cygwin64\bin\rm.exe Found: C:\cygwin64\bin\sed.exe Found: C:\cygwin64\bin\sh.exe Found: C:\Windows\system32\shutdown.exe Found: C:\cygwin64\bin\sort.exe Found: C:\Windows\system32\sort.exe Warning: C:\cygwin64\bin\sort.exe hides C:\Windows\system32\sort.exe Found: C:\cygwin64\bin\ssh.exe Found: C:\Windows\System32\OpenSSH\ssh.exe Warning: C:\cygwin64\bin\ssh.exe hides C:\Windows\System32\OpenSSH\ssh.exe Found: C:\cygwin64\bin\tar.exe Found: C:\Windows\system32\tar.exe Warning: C:\cygwin64\bin\tar.exe hides C:\Windows\system32\tar.exe Found: C:\cygwin64\bin\test.exe Found: C:\cygwin64\bin\timeout.exe Found: C:\Windows\system32\timeout.exe Warning: C:\cygwin64\bin\timeout.exe hides C:\Windows\system32\timeout.exe Found: C:\cygwin64\bin\vi.exe Not Found: vim Found: C:\cygwin64\bin\whoami.exe Found: C:\Windows\system32\whoami.exe Warning: C:\cygwin64\bin\whoami.exe hides C:\Windows\system32\whoami.exe 39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2 "cygargp-0.dll" v0.0 ts=2016-09-19 02:13 19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2 "cygattr-1.dll" v0.0 ts=2018-12-20 09:48 254k 2020/03/31 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2 "cygblkid-1.dll" v0.0 ts=2020-03-28 06:22 66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2 "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05 42k 2020/02/17 C:\cygwin64\bin\cygcbor-0.dll - os=4.0 img=0.0 sys=5.2 "cygcbor-0.dll" v0.0 ts=2020-02-17 12:04 13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2 "cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39 194k 2019/04/03 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2 "cygcrypt-2.dll" v0.0 ts=2019-04-03 22:05 2363k 2019/09/11 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2 "cygcrypto-1.0.0.dll" v0.0 ts=2019-09-11 18:40 2451k 2020/04/08 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2 "cygcrypto-1.1.dll" v0.0 ts=2020-04-08 12:11 1552k 2017/09/28 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2 "cygdb-5.3.dll" v0.0 ts=2017-09-28 20:05 119k 2017/09/28 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2 "cygdb_cxx-5.3.dll" v0.0 ts=2017-09-28 20:06 569k 2017/09/28 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2 "cygdb_sql-5.3.dll" v0.0 ts=2017-09-28 20:06 154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2 "cygedit-0.dll" v0.0 ts=2013-10-20 21:56 353k 2020/03/31 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2 "cygfdisk-1.dll" v0.0 ts=2020-03-28 06:23 27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2 "cygffi-6.dll" v0.0 ts=2015-11-17 22:14 136k 2020/10/20 C:\cygwin64\bin\cygfido2-1.dll - os=4.0 img=1.5 sys=5.2 "cygfido2-1.dll" v0.0 ts=2020-10-20 19:25 56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2 "cygformw-10.dll" v0.0 ts=2019-07-28 17:33 137k 2019/03/29 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2 "cyggc-1.dll" v0.0 ts=2019-03-29 22:16 72k 2020/09/12 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2 "cyggcc_s-seh-1.dll" v0.0 ts=2020-09-12 14:20 49k 2019/07/10 C:\cygwin64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2 "cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53 580k 2020/11/16 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2 "cyggmp-10.dll" v0.0 ts=2020-11-16 18:53 274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2 "cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38 1070k 2020/03/13 C:\cygwin64\bin\cygguile-2.2-1.dll - os=4.0 img=0.0 sys=5.2 "cygguile-2.2-1.dll" v0.0 ts=2020-03-08 21:47 33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2 "cyghistory7.dll" v0.0 ts=2017-02-11 22:39 1007k 2020/07/13 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2 "cygiconv-2.dll" v0.0 ts=2020-07-13 13:57 42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2 "cygintl-8.dll" v0.0 ts=2016-10-23 07:17 192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2 "cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37 754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2 "cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37 37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2 "cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36 48k 2021/03/19 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2 "cyglber-2-4-2.dll" v0.0 ts=2021-03-19 23:02 264k 2021/03/19 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2 "cygldap-2-4-2.dll" v0.0 ts=2021-03-19 23:04 282k 2021/03/19 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2 "cygldap_r-2-4-2.dll" v0.0 ts=2021-03-19 23:07 35k 2019/07/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2 "cygltdl-7.dll" v0.0 ts=2019-07-28 17:44 73k 2017/06/19 C:\cygwin64\bin\cyglz4-1.dll - os=4.0 img=0.0 sys=5.2 "cyglz4-1.dll" v0.0 ts=2017-06-19 15:40 144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2 "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15 153k 2020/10/29 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2 "cygmagic-1.dll" v0.0 ts=2020-10-29 21:32 212k 2021/02/16 C:\cygwin64\bin\cygman-2-9-4.dll - os=4.0 img=0.0 sys=5.2 "cygman-2-9-4.dll" v0.0 ts=2021-02-16 17:36 24k 2021/02/16 C:\cygwin64\bin\cygmandb-2-9-4.dll - os=4.0 img=0.0 sys=5.2 "cygmandb-2-9-4.dll" v0.0 ts=2021-02-16 17:36 28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2 "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32 2664k 2020/07/11 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2 "cygmpfr-6.dll" v0.0 ts=2020-07-11 14:36 301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2 "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30 1020k 2020/03/27 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2 "cygp11-kit-0.dll" v0.0 ts=2020-03-27 22:30 14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2 "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32 498k 2020/12/29 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2 "cygpcre-1.dll" v0.0 ts=2020-12-29 17:11 42k 2020/12/27 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2 "cygpipeline-1.dll" v0.0 ts=2020-12-27 14:15 42k 2020/12/31 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2 "cygpopt-0.dll" v0.0 ts=2020-12-31 12:16 61k 2021/02/20 C:\cygwin64\bin\cygprocps-8.dll - os=4.0 img=0.0 sys=5.2 "cygprocps-8.dll" v0.0 ts=2021-02-20 20:02 219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2 "cygreadline7.dll" v0.0 ts=2017-02-11 22:39 99k 2020/01/09 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2 "cygsasl2-3.dll" v0.0 ts=2020-01-09 02:13 11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2 "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35 156k 2020/03/31 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2 "cygsmartcols-1.dll" v0.0 ts=2020-03-28 06:22 408k 2019/09/11 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2 "cygssl-1.0.0.dll" v0.0 ts=2019-09-11 18:40 506k 2020/04/08 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2 "cygssl-1.1.dll" v0.0 ts=2020-04-08 12:12 1676k 2020/09/12 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2 "cygstdc++-6.dll" v0.0 ts=2020-09-12 14:26 68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2 "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12 57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2 "cygticw-10.dll" v0.0 ts=2019-07-28 17:31 1612k 2018/08/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2 "cygunistring-2.dll" v0.0 ts=2018-08-16 20:33 27k 2020/03/31 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2 "cyguuid-1.dll" v0.0 ts=2020-03-28 06:22 31k 2018/07/14 C:\cygwin64\bin\cygwrap-0.dll - os=4.0 img=0.0 sys=5.2 "cygwrap-0.dll" v0.0 ts=2018-07-14 11:43 37k 2020/09/06 C:\cygwin64\bin\cygxxhash-0.dll - os=4.0 img=0.0 sys=5.2 "cygxxhash-0.dll" v0.0 ts=2020-09-07 00:04 83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2 "cygz.dll" v0.0 ts=2017-03-03 21:42 762k 2021/03/07 C:\cygwin64\bin\cygzstd-1.dll - os=4.0 img=0.0 sys=5.2 "cygzstd-1.dll" v0.0 ts=2021-03-07 07:49 3533k 2021/03/29 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2 "cygwin1.dll" v0.0 ts=2021-03-29 09:42 Cygwin DLL version info: DLL version: 3.2.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 340 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Installations name: Installations Cygdrive default prefix: Build date: Shared id: cygwin1S5 Service : cron Display name : Cron daemon Current State : Running Controls Accepted : Stop Command : /usr/sbin/cron -n stdin path : /dev/null stdout path : /var/log/cron.log stderr path : /var/log/cron.log Environment : CYGWIN="binmode ntsec" TMP="/tmp" TEMP="/tmp" Process Type : Own Process Startup : Automatic Account : .\cyg_server Cygwin Package Information Last downloaded files to: C:\cygwin64 Last downloaded files from: https://mirrors.kernel.org/sourceware/cygwin/ Package Version Status _autorebase 001007-1 OK alternatives 1.3.30c-10 OK base-cygwin 3.8-1 OK base-files 4.3-3 OK bash 4.4.12-3 OK bzip2 1.0.8-1 OK ca-certificates 2.40-1 OK coreutils 8.26-2 OK cron 4.1-65 OK crypto-policies 20190218-1 OK csih 0.9.11-1 OK cygrunsrv 1.62-1 OK cygutils 1.4.16-2 OK cygwin 3.2.0-1 OK cyrus-sasl 2.1.27-1 OK dash 0.5.9.1-1 OK diffutils 3.5-2 OK editrights 1.03-1 OK email 3.2.3-git-2 OK file 5.39-1 OK findutils 4.6.0-1 OK gawk 5.1.0-1 OK getent 2.18.90-4 OK grep 3.0-2 OK groff 1.22.4-1 OK gzip 1.8-1 OK hostname 3.13-1 OK info 6.7-1 OK ipc-utils 1.0-2 OK less 563-1 OK libargp 20110921-3 OK libattr1 2.4.48-2 OK libblkid1 2.33.1-2 OK libbz2_1 1.0.8-1 OK libcbor 0.5.0-1 OK libcom_err2 1.44.5-1 OK libcrypt2 4.4.4-1 OK libdb5.3 5.3.28-2 OK libedit0 20130712-1 OK libfdisk1 2.33.1-2 OK libffi6 3.2.1-2 OK libfido2 1.5.0-1 OK libgc1 8.0.4-1 OK libgcc1 10.2.0-1 OK libgdbm6 1.18.1-1 OK libgmp10 6.2.1-1 OK libgssapi_krb5_2 1.15.2-2 OK libguile2.2_1 2.2.7-1 OK libiconv2 1.16-2 OK libintl8 0.19.8.1-2 OK libk5crypto3 1.15.2-2 OK libkrb5_3 1.15.2-2 OK libkrb5support0 1.15.2-2 OK libltdl7 2.4.6-7 OK liblz4_1 1.7.5-1 OK liblzma5 5.2.4-1 OK libmpfr6 4.1.0-1 OK libncursesw10 6.1-1.20190727 OK libopenldap2_4_2 2.4.58-1 OK libp11-kit0 0.23.20-1 OK libpcre1 8.44-2 OK libpipeline1 1.5.3-1 OK libpopt-common 1.18-1 OK libpopt0 1.18-1 OK libprocps8 3.3.17-1 OK libreadline7 7.0.3-3 OK libsasl2_3 2.1.27-1 OK libsigsegv2 2.10-2 OK libsmartcols1 2.33.1-2 OK libssl1.0 1.0.2t-1 OK libssl1.1 1.1.1f-1 OK libstdc++6 10.2.0-1 OK libtasn1_6 4.14-1 OK libunistring2 0.9.10-1 OK libuuid1 2.33.1-2 OK libwrap0 7.6-26 OK libxxhash0 0.8.0-1 OK libzstd1 1.4.9-1 OK login 1.13-1 OK m4 1.4.18-1 OK make 4.3-1 OK man-db 2.9.4-1 OK mintty 3.5.0-1 OK nano 4.9-1 OK ncurses 6.1-1.20190727 OK openssh 8.5p1-1 OK openssl 1.1.1f-1 OK p11-kit 0.23.20-1 OK p11-kit-trust 0.23.20-1 OK procmail 3.22-15 OK Empty package procps procps 3.3.10-1 OK procps-ng 3.3.17-1 OK rebase 4.4.4-1 OK rsync 3.2.3+20200903+git9f9240b-4 OK run 1.3.4-2 OK sed 4.4-1 OK tar 1.34-1 OK tcp_wrappers 7.6-26 OK terminfo 6.1-1.20190727 OK terminfo-extra 6.1-1.20190727 OK tzcode 2021a-1 OK tzdata 2021a-1 OK util-linux 2.33.1-2 OK vim-minimal 8.2.0486-1 OK which 2.20-2 OK xz 5.2.4-1 OK zlib0 1.2.11-1 OK zstd 1.4.9-1 OK Use -h to see help about each section
OpenPGP_0xFD1C54AB27014E51.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
-- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple