RE: Weird issue with file permissions

2022-07-01 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> That way I'm sure I won't have any surprises with permissions when working in > /cygdrive/g/cygwin. Do you want to try that and see if it makes a difference? I have no problems with /cygdrive/g/cygwin -- my socket file gets created there with proper permissions and reported so, too (both fstat

/dev/clipboard sometimes fails to set CF_UNICODETEXT data.

2022-07-01 Thread Takashi Yano
Hello, In one of my PCs, dd if=/dev/urandom count=10 | xxd > /dev/clipboard sometimes fails to set CF_UNICODETEXT data. As a result, pasting clipboard to notepad does not work. Even in the case, cygnativeformat data is set correctly. So, "cat /dev/clipboard" works. This problem depends on machin

Re: RES: email -attach

2022-07-01 Thread Andrey Repin
Greetings, ricardo.co...@gmail.com! > -attach "file1,file2,file3" That's one file with name "file1,file2,file3". > -Mensagem original- > De: Brian Inglis > Enviada em: sexta-feira, 1 de julho de 2022 12:34 > Para: cygwin@cygwin.com > Cc: ricardo.co...@gmail.com > Assunto: Re: email -at

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-01 Thread Takashi Yano
On Fri, 1 Jul 2022 01:02:43 +0300 Orgad Shaneh wrote: > I might have found a way to reproduce on Cygwin (3.3.5). I can > reproduce this on both Windows Terminal and the native console (Just > running Cygwin.bat). > > Open Cygwin terminal. Paste the following text (can either be with > Shift-Ins i

Re: Weird issue with file permissions

2022-07-01 Thread Ken Brown
On 7/1/2022 6:11 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Cygwin does not do this on a standard installation. Is it something you've done I did use the standard Setup and nothing else... My $HOME looks fine, too: $ cd $ pwd /home/ANTON $ getfacl . # file: . # owner: ANTON # group: Non

RE: Weird issue with file permissions

2022-07-01 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> Cygwin does not do this on a standard installation. Is it something you've > done I did use the standard Setup and nothing else... My $HOME looks fine, too: $ cd $ pwd /home/ANTON $ getfacl . # file: . # owner: ANTON # group: None user::rwx group::--- other::--- default:user::rwx default:gro

Re: Weird issue with file permissions

2022-07-01 Thread Ken Brown
On 7/1/2022 2:00 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Lastly, I forgot to list all the involved directories as they look from under Cygwin with their permissions, if that's of any help: $ ls -ld ~ ~/.socket ~/subdir ~/subdir/.socket drwx--+ 1 ANTON None 0 Jul 1 13:36 /home/ANTON

Re: Invalid relocation

2022-07-01 Thread Marco Atzeri
On 01.07.2022 11:19, Mark Geisert wrote: Mark Geisert wrote: Hi Marco, Marco Atzeri wrote: Hi, Building latest flint package all tests fail with $ PATH="$(pwd)/bin:${PATH}" bin/ulong_extras-test-t-xgcd.exe Cygwin runtime failure: /pub/devel/flint/flint-2.9.0-1.x86_64/build/bin/ulong_extra

Re: Weird issue with file permissions

2022-07-01 Thread Ken Brown
On 7/1/2022 2:00 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: getfacl does not work even for the .socket "file" in my home directory for which ~/sun works perfectly fine with permissions (and all subdirectories crated with mkdir under it). Also like I said, ~/sun also works perfectly fine in

RE: Weird issue with file permissions

2022-07-01 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
getfacl does not work even for the .socket "file" in my home directory for which ~/sun works perfectly fine with permissions (and all subdirectories crated with mkdir under it). Also like I said, ~/sun also works perfectly fine in /cygdrive/g/cygwin/ but not if I created a subdirectory with the

Re: Weird issue with file permissions

2022-07-01 Thread Ken Brown
On 7/1/2022 1:46 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: Now, if I run this code in my Cygwin home directory (and any directory that I create using "mkdir..." under it), I am getting the expected results: $ ~/sun fstat mode = 140666 stat mode = 140666 $ ls -l .socket srw-rw-

RES: email -attach

2022-07-01 Thread ricardo.couto
-attach "file1,file2,file3" -Mensagem original- De: Brian Inglis Enviada em: sexta-feira, 1 de julho de 2022 12:34 Para: cygwin@cygwin.com Cc: ricardo.co...@gmail.com Assunto: Re: email -attach On 2022-06-22 14:19, ricardo.co...@gmail.com wrote: > The package "email" does not works fin

Re: mmap failing with MAP_FIXED

2022-07-01 Thread gs-cygwin . com
On Fri, Jul 01, 2022 at 05:33:31PM +0100, David Allsopp wrote: > This program fails at the second mmap call with EINVAL: > > #include > #include > #include > > int main (void) { > void * mem; > /* Reserve 256MB address space for the minor heaps */ > mem = mmap(0, 268439552,

mmap failing with MAP_FIXED

2022-07-01 Thread David Allsopp
This program fails at the second mmap call with EINVAL: #include #include #include int main (void) { void * mem; /* Reserve 256MB address space for the minor heaps */ mem = mmap(0, 268439552, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); if (mem == MAP_FAILED) e

Re: email -attach

2022-07-01 Thread Brian Inglis
On 2022-06-22 14:19, ricardo.co...@gmail.com wrote: The package "email" does not works fine with "attach" option when use more than one files to attach. Please, check-it. $ email --version email - By Dean Jones; Version 3.2.3-git $ email Brian -a /etc/email/email.conf -a ~/.email.conf < \

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-01 Thread Johannes Schindelin
Hi Orgad, On Fri, 1 Jul 2022, Orgad Shaneh wrote: > On Fri, Jul 1, 2022 at 1:02 AM Orgad Shaneh wrote: > > > > On Sun, May 29, 2022 at 9:00 AM Orgad Shaneh wrote: > > > > > > On Fri, May 27, 2022 at 3:43 PM Takashi Yano > > > wrote: > > > > > > > > On Fri, 27 May 2022 15:22:23 +0300 > > > > O

Re: Files disappearing from /bin

2022-07-01 Thread Robert Perlberg
Thank you very much. That's exactly what happened. Apparently, AVG now thinks that Cygwin is a virus. I've added it to the exceptions list. From: Sharuzzaman Ahmat Raslan Sent: Friday, July 1, 2022 7:44 AM To: Robert Perlberg Cc: The Cygwin Mailing List Subj

Re: Files disappearing from /bin

2022-07-01 Thread Sharuzzaman Ahmat Raslan
Hi Robert, The symptoms might be caused by antivirus software running in your PC/laptop. Check in your antivirus logs to see if there are any removal/quarantine action taken by it Thanks On Fri, Jul 1, 2022, 6:30 PM Robert Perlberg wrote: > I'm having a weird problem with Cygwin. I've been r

Files disappearing from /bin

2022-07-01 Thread Robert Perlberg
I'm having a weird problem with Cygwin. I've been running the same version of Cygwin for 9 years without updating the package or the operating system (Windows 8). Everything has been working great for 9 years, but now whenever I use the package, files disappear from the /bin directory. Specif

Re: Invalid relocation

2022-07-01 Thread Mark Geisert
Mark Geisert wrote: Hi Marco, Marco Atzeri wrote: Hi, Building latest flint package all tests fail with $ PATH="$(pwd)/bin:${PATH}" bin/ulong_extras-test-t-xgcd.exe Cygwin runtime failure: /pub/devel/flint/flint-2.9.0-1.x86_64/build/bin/ulong_extras-test-t-xgcd.exe: Invalid relocation.  Off

Re: gdb itself core dumps

2022-07-01 Thread Ariel Burbaickij
Hello all, any news here eventually ? Kind Regards Ariel Burbaickij On Mon, Jun 27, 2022 at 1:46 PM Ariel Burbaickij wrote: > OK, it crashes very close to the initial spot also in latest&greatest > 12.1: > > 1048 void* __place = _Raw_bytes_alloc(__alloc).allocate(__size); > (gdb) s >

Re: Invalid relocation

2022-07-01 Thread Mark Geisert
Hi Marco, Marco Atzeri wrote: Hi, Building latest flint package all tests fail with $ PATH="$(pwd)/bin:${PATH}" bin/ulong_extras-test-t-xgcd.exe Cygwin runtime failure: /pub/devel/flint/flint-2.9.0-1.x86_64/build/bin/ulong_extras-test-t-xgcd.exe: Invalid relocation.  Offset 0x3913a070c at ad