On Nov 23 23:36, Cedric Blancher via Cygwin wrote:
> Linux has fallocate(fd, FALLOC_FL_PUNCH_HOLE|FALLOC_FL_KEEP_SIZE, ...)
> to punch a hole into a file, i.e. deallocate the blocks given and make
> the file a "sparse file".
We don't support the Linux-specific fallocate(2) call, only ftruncate(2)
Am Montag, dem 20.11.2023 um 17:54 +0100 schrieb matth...@gmx.li:
> Dear all,
>
> I've installed cygwin 3.4.9-1 in my virtualbox running on Windows 10.
> After installing defaults plus openssh 9.5p 1-1, I open the Cygwin64-Terminal
> as Administrator and
> run ssh-host-config.
> * Answered "yes"
Greetings, Cedric Blancher!
> How can I set the localisation locale of Windows netstat cmd from
> Cygwin? LC_ALL=C does not help, a French or German Windows will use
> French or German language still
Use "chcp 65001" in your .bashrc or an equivalent file.
Many windows console tools will resort to
> -Original Message-
> From: Cygwin
> On Behalf Of Matthias--- via Cygwin
> Sent: Friday, November 24, 2023 5:32 AM
> To: cygwin@cygwin.com
> Subject: EXTERNAL SENDER: Re: Cygwin 3.4.9 - how to install ssh-keygen
>
> Am Montag, dem 20.11.2023 um 17:54 +0100 schrieb mailto:matth...@gmx.li:
On 11/24/2023 5:31 AM, Matthias--- via Cygwin wrote:
[snip]
* Answered "no" to use StrictMode
OK, this makes the .ssh directory have the wrong permissions.
$ ls -alh $HOME/.ssh
total 4.0K
drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 .
drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 ..
-
5 matches
Mail list logo