RE: Cygwin64 does not show my desktop directories

2023-07-19 Thread Voris, Ben via Cygwin
> -Original Message- > From: Takashi Yano > Sent: 19 July 2023 03:15 > To: cygwin@cygwin.com > Cc: Orit Heimer > Subject: Re: Cygwin64 does not show my desktop directories > > On Wed, 19 Jul 2023 11:52:31 +0300 > Orit Heimer wrote: > > Hello to all, > > I am new to Cygwin64 and encounter

RE: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Voris, Ben via Cygwin
Using scp from OpenSSH_9.3p1, 30 May 2023, copied a 8317351936 byte file from a remote to Cygwin. sha1sum says it arrived correctly. Windows Firewall is running. > -Original Message- > From: Chris Roehrig > Sent: 23 June 2023 13:42 > To: cygwin@cygwin.com > Subject: Re: scp and ssh 'cat

clang-format and clang-check return 127 and no text

2022-12-18 Thread Voris, Ben via Cygwin
clang-format --version prints nothing. Its exit code is 127. This has worked but I haven't used it for at least a few weeks. No idea how many packages I've updated since. I reinstalled all packages whose name contains "clang". No change. clang-format --version || echo $? 127 strace clang-forma

RE: Link of ONC RPC client fails with: undefined references

2022-04-29 Thread Voris, Ben
s that this rpcbind would never work which doesn't make sense. > -Original Message- > From: Jon Turney > Sent: 29 April 2022 05:29 > To: Voris, Ben ; The Cygwin Mailing List > > Subject: Re: Link of ONC RPC client fails with: undefined references > > On 29/04/2022

Link of ONC RPC client fails with: undefined references

2022-04-28 Thread Voris, Ben
I have simple ONC RPC client and server that build on Ubuntu with rpcgen "(Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31" (under "5.10.102.1-microsoft-standard-WSL2") but fails to build on Cygwin ("3.3.4(0.341/5/3) 2022-01-31 19:35 x86_64 Cygwin") with rpcgen "(rpcsvc-proto) 1.4". Naively, it appears tha

RE: curl SFTP transfer from Cygwin on Win10 to Ubuntu 18.04 fails with Unknown host key type: 1835008

2021-06-02 Thread Voris, Ben via Cygwin
-Original Message- From: Brian Inglis [mailto:brian.ing...@systematicsw.ab.ca] Sent: 24 May 2021 11:09 To: cygwin@cygwin.com Cc: Voris, Ben Subject: Re: curl SFTP transfer from Cygwin on Win10 to Ubuntu 18.04 fails with Unknown host key type: 1835008 On 2021-05-17 17:55, Brian Inglis

curl SFTP transfer from Cygwin on Win10 to Ubuntu 18.04 fails with Unknown host key type: 1835008

2021-05-13 Thread Voris, Ben via Cygwin
curl issue https://github.com/curl/curl/issues/7057 was closed with: "This seems to be purely a libssh2 issue and not a curl one." Curl reports "libssh2/1.7.0" On the same system, ssh reports " OpenSSH_8.5p1, OpenSSL 1.1.1f 31 Mar 2020" The curl code in https://github.com/curl/curl/blob/master

RE: Cygwin corrupted taskkill in windows commandline

2012-09-24 Thread Voris, Ben
> From: Earnie Boyd > Sent: Friday, September 21, 2012 11:29 AM > To: cygwinAtcygwinDOTcom > Subject: Re: Cygwin corrupted taskkill in windows commandline > > On Fri, Sep 21, 2012 at 11:59 AM, Voris, Ben wrote: > > On my system, taskkill is /cygdrive/c/Windows/system32/ta

RE: Cygwin corrupted taskkill in windows commandline

2012-09-21 Thread Voris, Ben
On my system, taskkill is /cygdrive/c/Windows/system32/taskkill. That is, it is not part of Cygwin but is part of Windows. I suspect either that your PATH no longer includes /cygdrive/c/Windows/system32 or that taskkill.exe has been removed from that Windows directory. -Original Message--