Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-23 Thread Matthias--- via Cygwin
Am Mittwoch, dem 22.11.2023 um 08:23 -0700 schrieb Brian Inglis: > On 2023-11-22 00:40, Matthias--- via Cygwin wrote: > > Am Dienstag, dem 21.11.2023 um 19:23 -0700 schrieb Brian Inglis: > > > On 2023-11-20 09:54, Matthias--- via Cygwin wrote: > > > > Dear all, > > > > > > > > I've installed cygwin

Re: Capturing a Cygwin instance from another PC

2023-11-23 Thread Eliot Moss via Cygwin
On 11/22/2023 4:38 PM, Jose Isaias Cabrera wrote: On Wednesday, November 22, 2023 11:15 AM, Eliot Moss expressed: On 11/22/2023 10:43 AM, Bill Stewart via Cygwin wrote: > On Wed, Nov 22, 2023 at 7:53 AM Jose Isaias Cabrera wrote: [clip] >> desktop. No Cygwin nor Cygwin-X folders were created

Re: Capturing a Cygwin instance from another PC

2023-11-23 Thread Backwoods BC via Cygwin
On Thu, Nov 23, 2023 at 12:39 AM Eliot Moss via Cygwin wrote: > On 11/22/2023 4:38 PM, Jose Isaias Cabrera wrote: > > On Wednesday, November 22, 2023 11:15 AM, Eliot Moss expressed: > >> > >> On 11/22/2023 10:43 AM, Bill Stewart via Cygwin wrote: > >> > On Wed, Nov 22, 2023 at 7:53 AM Jose Isaias

Re: binfmt support in Cygwin?

2023-11-23 Thread Corinna Vinschen via Cygwin
On Nov 22 23:52, Cedric Blancher via Cygwin wrote: > On Tue, 26 Sept 2023 at 07:15, Cedric Blancher > wrote: > > > > Good morning! > > > > Does Cygwin support something like Linux binfmt, to register new binary > > types? > > > > Goal would be to recognise python compiled code, or > > https://wik

Re: Capturing a Cygwin instance from another PC

2023-11-23 Thread Corinna Vinschen via Cygwin
On Nov 22 23:44, Cedric Blancher via Cygwin wrote: > On Wed, 22 Nov 2023 at 17:15, Eliot Moss via Cygwin wrote: > > > > On 11/22/2023 10:43 AM, Bill Stewart via Cygwin wrote: > > > On Wed, Nov 22, 2023 at 7:53 AM Jose Isaias Cabrera wrote: > > > > > > I have a new Win11 PC, and I wanted to capture

Re: Set localisation locale of Windows netstat?

2023-11-23 Thread Corinna Vinschen via Cygwin
On Nov 23 00:25, Cedric Blancher via Cygwin wrote: > Good morning! > > 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 Cygwin has no influence on how non-Cygwin tools are doin

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-23 Thread René Berber via Cygwin
On 11/23/2023 2:15 AM, Matthias--- via Cygwin wrote: [snip] It create $HOME/.ssh with an empty authorized_keys and no keys: $ ls -alh $HOME/.ssh total 4.0K drwxr-xr-x 1 meyer Kein 0 Nov 23 09:06 . drwxr-xr-x 1 meyer Kein 0 Nov 23 09:06 .. -rw-r--r-- 1 meyer Kein 0 Nov 23 09:06 authorized_keys N

Re: inkscape installed but does nothing.

2023-11-23 Thread René Berber via Cygwin
On 11/22/2023 10:27 PM, J.F. Huesman via Cygwin wrote: (I tried to reply to this message twice and got mailer-daemon failure notices both times. My apologies if this is a duplicate message.) Yes, they are installed. which xwin xinit/usr/bin/xwin/usr/bin/xinit When I try to run inkscape, I don

Re: Capturing a Cygwin instance from another PC

2023-11-23 Thread ASSI via Cygwin
Jose Isaias Cabrera via Cygwin writes: > I have a new Win11 PC, and I wanted to capture the same Cygwin setup > that I have in another Win10 PC. I copied the C:\cygwin64 folder from > the Win10 pc to the Win11 pc, This doesn't really work unless both machines are domain joined and all SID for the

Re: Capturing a Cygwin instance from another PC

2023-11-23 Thread Doug Henderson via Cygwin
> Jose Isaias Cabrera via Cygwin writes: > > I have a new Win11 PC, and I wanted to capture the same Cygwin setup > > that I have in another Win10 PC. I copied the C:\cygwin64 folder from > > the Win10 pc to the Win11 pc, I use the attached script (rename it to remove the .txt extension) to clone

Cygwin api to punch a hole into a file?

2023-11-23 Thread Cedric Blancher via Cygwin
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". But how can I do that with the Cygwin API? Does anyone have an example for Cygwin, which is the Win equivalent to Linux fallocate(

RE: inkscape installed but does nothing

2023-11-23 Thread J.F. Huesman via Cygwin
> On 11/22/2023 10:27 PM, J.F. Huesman via Cygwin wrote:>> > (I tried to reply > to this message twice and got mailer-daemon failure> > notices both times. My > apologies if this is a duplicate message.)> > Yes, they are installed. which > xwin xinit/usr/bin/xwin/usr/bin/xinit> >> > When I try t

Re: inkscape installed but does nothing.

2023-11-23 Thread Mark Geisert via Cygwin
FWIW I can reproduce the issue. See below... René Berber via Cygwin wrote: On 11/22/2023 10:27 PM, J.F. Huesman via Cygwin wrote: (I tried to reply to this message twice and got mailer-daemon failure notices both times. My apologies if this is a duplicate message.) Yes, they are installed. w

RE: inkscape installed but does nothing

2023-11-23 Thread J.F. Huesman via Cygwin
> I installed inkscape and tried running the .exe.  It returns to shell prompt > but > its exit code is 127, indicating a problem starting the process up.  ldd > doesn't > show anything amiss; as an aside that's an unusually long list of DLLs. > > I ran 'strace -o inkscape.out inkscape -V' and lo

Re: inkscape installed but does nothing

2023-11-23 Thread Backwoods BC via Cygwin
I realize that this doesn't solve the problem with the Cygwin version, but there is a Windows version of Inkscape. I don't know if it can do the batch operations you mentioned earlier. I realize that you may already be aware of this version, so I apologize if this is compl

Re: inkscape installed but does nothing

2023-11-23 Thread Mark Geisert via Cygwin
Hi John, J.F. Huesman via Cygwin wrote: [...my previous info about reproducing the issue elided here...] I get those same error codes (of course the process ID and thread numbers are different).exception 139 indicates, I think, a missing required file or link. Maybe it's an issue with the cyg