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: 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 ("$TMP

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 ("T

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 Boar

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

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 ("TEMP"));

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 st

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 s

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

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 t

[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 amon

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 que

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 oc

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 Services

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 cygwin-built

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 i

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 t

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

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 an