How to start Cygwin from outside Cygwin and pass a command to execute?

2018-02-02 Thread Ben via cygwin
Assume my CgyWin (on a windows 7) is currently NOT started. Assume I want to call from Windows my CgyWin and pass a command to execute. Afterwards CygWin should automatically be closed again. How can I achieve this? Ben -- Problem reports: http://cygwin.com/problems.html FAQ:

Searching full, portable Cygwin package for windows and NOT just the installer

2018-02-02 Thread Ben via cygwin
When I go to web page http://cygwin.com/ then I can download CygWin from there (currently the file "setup-x86_64.exe"). Unfortunately this file is just an installer which retrieves in turn several other files from Internet and remote servers. Since I have no overview what is downloaded from wh

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

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

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: 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
wrote: > On 2021-05-14 23:47, Brian Inglis wrote: >> On 2021-05-13 22:40, Voris, Ben via Cygwin wrote: >>> 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