Re: Issue running PowerShell code on Windows Machine from Linux machine using Cygwin

2018-07-31 Thread Shekhar Shukla
Hello, I will appreciate any help. Thanks. On Mon, Jul 30, 2018 at 10:57 PM, Marco Atzeri wrote: > going back on the mailing list. > > Am 30.07.2018 um 17:40 schrieb Shekhar Shukla: > >> Hi Marco, >> >> You are absolutely right. In the second case, I do not see Administrator >> group which is n

Re: Issue running PowerShell code on Windows Machine from Linux machine using Cygwin

2018-07-31 Thread Thomas Wolff
Am 30.07.2018 um 21:05 schrieb Achim Gratz: Shekhar Shukla writes: I am having issue while establishing a ssh connection from Linux to Windows machine using Cygwin. My powershell script works when I run it from Linux using ssh connection(Cygwin) to Windows and manually enter my passowrd. But

Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow

2018-07-31 Thread tumtum00
On 30 July 2018 6:07 PM, Marco Atzeri wrote: > what about doing also "install package" and properly install the > resulting binary ? I'm having trouble doing it the right way: setup.exe won't recognise/list anything under xorg-server-1.20.0-2.x86_64/dist/xorg-server/ and I don't find a detailed d

Error

2018-07-31 Thread Medina, Adela
1 [main] make 1972 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com cd submodules && make all make: /bin/sh: Command not found Makefile:2: recipe for target `all' failed make: *** [all] Error 127 -- Problem reports

Re: Error

2018-07-31 Thread Andrey Repin
Greetings, Medina, Adela! > 1 [main] make 1972 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to > the public mailing list cygwin@cygwin.com > cd submodules && make all > make: /bin/sh: Command not found > Makefile:2: recipe for target `all' failed > make:

Any reason Cygwin might prevent kubectl exec from showing shell prompt?

2018-07-31 Thread David Karr
I really have no idea if this is a Cygwin problem, just trying to eliminate variables. I believe my Cygwin version is "2.9.0(0.318/5/3)" (from the uname string). >From a mintty window, I use a variation of "kubectl exec" in a script to run a shell in a container in a pod. It appears to run, and

Re: Any reason Cygwin might prevent kubectl exec from showing shell prompt?

2018-07-31 Thread Thomas Wolff
Am 31.07.2018 um 18:15 schrieb David Karr: I really have no idea if this is a Cygwin problem, just trying to eliminate variables. I believe my Cygwin version is "2.9.0(0.318/5/3)" (from the uname string). From a mintty window, I use a variation of "kubectl exec" in a script to run a shell in

Re: Self-compiled xorg-server 1.20.0 crashes at startup, buffer overflow

2018-07-31 Thread Jon Turney
On 30/07/2018 16:33, tumtum00 wrote: after building xorg-server 1.20.0 without errors, the XWin binary crashes at startup due to a buffer overflow. XWin 1.20.0 from Cygwin repos works as expected. Setup: - Freshly installed Win7 x86_64 VM - Cygwin x86_64 - Dependencies installed as described i

Re: Any reason Cygwin might prevent kubectl exec from showing shell prompt?

2018-07-31 Thread David Karr
On Tue, Jul 31, 2018 at 9:27 AM, Thomas Wolff wrote: > Am 31.07.2018 um 18:15 schrieb David Karr: > >> I really have no idea if this is a Cygwin problem, just trying to >> eliminate variables. >> >> I believe my Cygwin version is "2.9.0(0.318/5/3)" (from the uname string). >> >> From a mintty wi

Re: Any reason Cygwin might prevent kubectl exec from showing shell prompt?

2018-07-31 Thread David Karr
And I note that I tried running the same script from a Linux VM on my laptop, and it doesn't have this symptom, so it does seem to have something to do with Cygwin or Windows. On Tue, Jul 31, 2018 at 1:15 PM, David Karr wrote: > On Tue, Jul 31, 2018 at 9:27 AM, Thomas Wolff wrote: > >> Am 31.07

Re: Any reason Cygwin might prevent kubectl exec from showing shell prompt?

2018-07-31 Thread David Karr
On Tue, Jul 31, 2018 at 1:34 PM, David Karr wrote: > And I note that I tried running the same script from a Linux VM on my > laptop, and it doesn't have this symptom, so it does seem to have something > to do with Cygwin or Windows. > > On Tue, Jul 31, 2018 at 1:15 PM, David Karr > wrote: > >> O