> 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
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
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
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
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
> 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
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
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
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
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
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-
-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
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,
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
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 < \
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
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
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
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
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
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
>
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
22 matches
Mail list logo