Re: Windows 7, cygwin > 3.1.4 symlink issue

2020-09-17 Thread Roland Roberts
On 8/24/2020 5:43 PM, Roland Roberts wrote: I have one machine, a company machine which makes it hard to post details, which is running Windows 7. We run cygwin as our development environment for Java, but Java is installed as a Windows program. The scripts that do the builds are bash scripts

Re: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Kristian Ivarsson via Cygwin
>> Does anyone know the rational with this behaviour and what can be >> done to get hold of the (real) Windows TMP/TEMP >> environment-variable-values (in a >> (hopefully) platform independent way) ? > so if you are making your custom tree, try to stick on that >

Re: Windows 7, cygwin > 3.1.4 symlink issue

2020-09-17 Thread Ken Brown via Cygwin
On 9/17/2020 4:27 PM, Roland Roberts wrote: On 8/24/2020 5:43 PM, Roland Roberts wrote: I have one machine, a company machine which makes it hard to post details, which is running Windows 7. We run cygwin as our development environment for Java, but Java is installed as a Windows program. The

Re: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Ken Brown via Cygwin
On 9/17/2020 5:07 PM, Kristian Ivarsson via Cygwin wrote: Does anyone know the rational with this behaviour and what can be done to get hold of the (real) Windows TMP/TEMP environment-variable-values (in a (hopefully) platform independent way) ? so if you are making your custom tree, try to

Re: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Doug Henderson via Cygwin
On Thu, 17 Sep 2020 at 15:56, Ken Brown via Cygwin <> wrote: > #include #include int main () { char *temp_nam; char *p_tmp_nam; printf ("$TMP is '%s'\n", getenv ("TMP")); printf ("$TMPDIR is '%s'\n", getenv ("TMPDIR")); printf ("$TEMP is '%s'\n", getenv

Re: Cygwin 3.1.5, 3.1.6 and 3.1.7 builds reporting tty errors with OpenSSH Services in indows Event Logs

2020-09-17 Thread Takashi Yano via Cygwin
On Thu, 17 Sep 2020 22:44:52 + Peter Board wrote: > F:\cygwin64\bin>cygrunsrv -V -L > Service : cygsshd > Display name: CYGWIN cygsshd > Current State : Running > Controls Accepted : Stop > Command : /usr/sbin/sshd -D > stdin path : /dev/null >

Sv: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Kristian Ivarsson via Cygwin
> >>> Does anyone know the rational with this behaviour and what can be > >>> done to get hold of the (real) Windows TMP/TEMP > >>> environment-variable-values (in a > >>> (hopefully) platform independent way) ? > > >> so if you are making your custom tree, try to stick on that > >> expectation

RE: Cygwin 3.1.5, 3.1.6 and 3.1.7 builds reporting tty errors with OpenSSH Services in indows Event Logs

2020-09-17 Thread Peter Board via Cygwin
Hi Takashi, Attached is the ssh_config and sshd_config. Peter Sent from Mail for Windows 10 From: Takashi Yano Sent: Friday, 18 September 2020 10:10 AM To: cygwin@cygwin.com Cc: Peter

Re: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Ken Brown via Cygwin
On 9/17/2020 7:58 PM, Doug Henderson via Cygwin wrote: On Thu, 17 Sep 2020 at 15:56, Ken Brown via Cygwin <> wrote: #include #include int main () { char *temp_nam; char *p_tmp_nam; printf ("$TMP is '%s'\n", getenv ("TMP")); printf ("$TMPDIR is '%s'\n", getenv

Re: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Brian Inglis
On 2020-09-17 20:17, Ken Brown via Cygwin wrote: > On 9/17/2020 7:58 PM, Doug Henderson via Cygwin wrote: >> On Thu, 17 Sep 2020 at 15:56, Ken Brown via Cygwin <> wrote: >>> >> >> #include >> #include >> int >> main () >> { >> char *temp_nam; >> char *p_tmp_nam; >> >> printf

Re: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Kristian Ivarsson via Cygwin
Does anyone know the rational with this behaviour and what can be done to get hold of the (real) Windows TMP/TEMP environment-variable-values (in a (hopefully) platform independent way) ? >>> so if you are making your custom tree, try to stick on that

Re: Windows 2019 support?

2020-09-17 Thread Bill Stewart
On Thu, Sep 17, 2020 at 7:58 AM Chris Bovitz wrote: Cygwin can be expected to run on all modern, released versions of Windows. > State [sic] January 2016 this includes Windows Vista, Windows Server 2008 > and all later versions of Windows up to Windows 10 and Windows Server 2016. > > To me, this

Re: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Ken Brown via Cygwin
On 9/16/2020 7:12 AM, Thomas Wolff wrote: Am 16.09.2020 um 13:04 schrieb marco atzeri via Cygwin: On Wed, Sep 16, 2020 at 10:53 AM Kristian Ivarsson via Cygwin wrote: Dear folks Does anyone know why cygwin annex the TMP (and TEMP) environment variable(s) and sets them to /tmp for

Re: Cygwin 3.1.5, 3.1.6 and 3.1.7 builds reporting tty errors with OpenSSH Services in indows Event Logs

2020-09-17 Thread Stephen Carrier
Please don't top-post in this list. I'll move your reply down. >From: [2]Stephen Carrier >Sent: Wednesday, 16 September 2020 2:22 AM >To: [3]Peter Board >Cc: [4]cygwin@cygwin.com >Subject: Re: Cygwin 3.1.5, 3.1.6 and 3.1.7 builds reporting tty errors >with OpenSSH

Re: Sv: TMP/TEMP environment variable and /tmp

2020-09-17 Thread Thomas Wolff
Am 17.09.2020 um 14:12 schrieb Kristian Ivarsson via Cygwin: Does anyone know the rational with this behaviour and what can be done to get hold of the (real) Windows TMP/TEMP environment-variable-values (in a (hopefully) platform independent way) ? so if you are making your custom tree, try

Windows 2019 support?

2020-09-17 Thread Chris Bovitz via Cygwin
In the FAQ, item 1.2 (What version of Windows are supported?), it says this: Cygwin can be expected to run on all modern, released versions of Windows. State [sic] January 2016 this includes Windows Vista, Windows Server 2008 and all later versions of Windows up to Windows 10 and Windows Server

Re: Cygwin 3.1.5, 3.1.6 and 3.1.7 builds reporting tty errors with OpenSSH Services in indows Event Logs

2020-09-17 Thread Takashi Yano via Cygwin
On Tue, 15 Sep 2020 23:46:30 + Peter Board via Cygwin wrote: > Hi Stephen, > > Thanks for responding. I have a standard Cygwin install on my Development > server (32bit and 64bit setups) that I extract the updates from for our > custom package and I tested for the fault after I saw it was

Nationwide Construction Estimates!!

2020-09-17 Thread projects--- via Cygwin
Hi, Hope you are doing well, We are providing all types of construction estimates and take-offs to building professionals and owner-builders. Our estimators have experience providing estimates on residential, commercial, and civil construction projects. Reply to this email for any samples or

[ANNOUNCEMENT] Updated: mintty 3.4.0

2020-09-17 Thread Thomas Wolff
I have uploaded mintty 3.4.0 with the following changes: Highlights   * Optional tabbar.   * Supporting new xterm mouse mode with pixel reporting. Window handling / Tabs   * Optional tabbar for interactive virtual tabs session switching (#944).   * Fixed maximised/fullscreen synchronisation

[PATCH] fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flags

2020-09-17 Thread Brian Inglis
Add linux-next cpuinfo flags for Intel TSX suspend load address tracking instructions and AMD Secure Encrypted Virtualization with Encrypted State --- winsup/cygwin/fhandler_proc.cc | 8 1 file changed, 8 insertions(+) diff --git a/winsup/cygwin/fhandler_proc.cc

[PATCH] winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported

2020-09-17 Thread Brian Inglis
Based on thread https://cygwin.com/pipermail/cygwin/2020-September/246318.html enumerate Vista, 7, 8, 10 progression to be clear, and earliest server 2008 --- winsup/doc/faq-what.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/doc/faq-what.xml

Re: [PATCH] fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flags

2020-09-17 Thread Ken Brown via Cygwin-patches
On 9/17/2020 2:51 PM, Brian Inglis wrote: Add linux-next cpuinfo flags for Intel TSX suspend load address tracking instructions and AMD Secure Encrypted Virtualization with Encrypted State --- winsup/cygwin/fhandler_proc.cc | 8 1 file changed, 8 insertions(+) diff --git

Re: [PATCH] winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported

2020-09-17 Thread Ken Brown via Cygwin-patches
On 9/17/2020 2:29 PM, Brian Inglis wrote: Based on thread https://cygwin.com/pipermail/cygwin/2020-September/246318.html enumerate Vista, 7, 8, 10 progression to be clear, and earliest server 2008 --- winsup/doc/faq-what.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [PATCH] winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported

2020-09-17 Thread Brian Inglis
On 2020-09-17 16:22, Ken Brown via Cygwin-patches wrote: > On 9/17/2020 2:29 PM, Brian Inglis wrote: >> Based on thread >> https://cygwin.com/pipermail/cygwin/2020-September/246318.html >> enumerate Vista, 7, 8, 10 progression to be clear, and earliest server 2008 >> --- >>  

[PATCH v2] winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported

2020-09-17 Thread Brian Inglis
enumerate Vista, 7, 8, 10 progression to be clear, and earliest server 2008; add 8.1, exclude S mode, add Cygwin32 on ARM, specify 64 bit only AMD/Intel --- winsup/doc/faq-what.xml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/winsup/doc/faq-what.xml

cygwinports domains

2020-09-17 Thread Yaakov Selkowitz
My domain registrations cygwinports.com, cygwinports.net, and cygwinports.org will expire very soon. If anyone would like to adopt them for the Cygwin project, please let me know ASAP. Otherwise, I will let them lapse. -- Yaakov

Updated: mintty 3.4.0

2020-09-17 Thread Thomas Wolff
I have uploaded mintty 3.4.0 with the following changes: Highlights   * Optional tabbar.   * Supporting new xterm mouse mode with pixel reporting. Window handling / Tabs   * Optional tabbar for interactive virtual tabs session switching (#944).   * Fixed maximised/fullscreen synchronisation