Re: How can I get the group SID for a file in cmd.exe (powershell is not an option)?

2024-02-27 Thread Bill Stewart via Cygwin
On Tue, Feb 27, 2024 at 7:42 AM Cedric Blancher wrote: How can I get the group SID for a file in cmd.exe (powershell is not an > option)? > Why is PowerShell not an option? (I ask because PowerShell has been a built-in part of the Windows since Windows 7--that's over 14 years ago as I write

cygwin.cygwin.narkive.com

2024-02-27 Thread Ruth Bible via Cygwin
Hi , We collaborate with businesses to offer an advanced cloud-based phone solution, inclusive of video conferencing and text messaging, all at a lower cost compared to traditional phone providers. Our platform stands out with exceptional features such as call recording, call ID, integration

Updated: lighttpd-1.4.74

2024-02-27 Thread Glenn Strauss
Version 1.4.74-1 of "lighttpd" has been uploaded. lighttpd is a secure, fast, modular web server with low resource usage lighttpd 1.4.74: bugs fixes, portability, expand CI Note: This cygwin lighttpd-1.4.74-1 release requires >= cygwin-3.5.0 to take advantage of new support for

openat(O_DIRECT) supported in Cygwin?

2024-02-27 Thread Martin Wege via Cygwin
Hello, Does Cygwin support openat(O_DIRECT)? Which effect does O_DIRECT in Cygwin have, and which underlying Windows API is used? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: [PATCH 2/2] Cygwin: remove ENOSHARE and ECASECLASH from _sys_errlist[]

2024-02-27 Thread Christian Franke
Hi Corinna, Corinna Vinschen wrote: On Feb 27 13:18, Christian Franke wrote: ... diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc index 7d58e62ec..d8c057e51 100644 --- a/winsup/cygwin/errno.cc +++ b/winsup/cygwin/errno.cc @@ -167,8 +167,8 @@ const char *_sys_errlist[] = /*

Re: What's the official state of Python module pynfft in Cygwin?

2024-02-27 Thread marco atzeri via Cygwin
On Tue, Feb 27, 2024 at 4:27 PM Oriol Monserrat via Cygwin wrote: > > Hi all, > > We are trying to install pynfft in Cygwin. Is it > supported officially? Or unsupported but instalable? > > Thank you in advance > It does NOT exist as Cygwin package

What's the official state of Python module pynfft in Cygwin?

2024-02-27 Thread Oriol Monserrat via Cygwin
Hi all, We are trying to install pynfft in Cygwin. Is it supported officially? Or unsupported but instalable? Thank you in advance -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Re: How can I get the group SID for a file in cmd.exe (powershell is not an option)?

2024-02-27 Thread Corinna Vinschen via Cygwin
On Feb 27 15:41, Cedric Blancher via Cygwin wrote: > Good afternoon! > > How can I get the group SID for a file in cmd.exe (powershell is not an > option)? > Is it possible to add an option to ls -l to list the user/group SIDs too? No, but you can use Cygwin tools: getent -w group $(ls -gn

Re: [PATCH 2/2] Cygwin: remove ENOSHARE and ECASECLASH from _sys_errlist[]

2024-02-27 Thread Corinna Vinschen
Hi Christian, On Feb 27 13:18, Christian Franke wrote: > From f495fb0e7c2bd3a42f16f81af18c64ffaba9a860 Mon Sep 17 00:00:00 2001 > From: Christian Franke > Date: Tue, 27 Feb 2024 13:05:36 +0100 > Subject: [PATCH 2/2] Cygwin: remove ENOSHARE and ECASECLASH from > _sys_errlist[] > > These errno

How can I get the group SID for a file in cmd.exe (powershell is not an option)?

2024-02-27 Thread Cedric Blancher via Cygwin
Good afternoon! How can I get the group SID for a file in cmd.exe (powershell is not an option)? Is it possible to add an option to ls -l to list the user/group SIDs too? Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- Problem reports:

Re: Problem with pyNFFT install

2024-02-27 Thread marco atzeri via Cygwin
On Tue, Feb 27, 2024 at 11:17 AM natan_b--- via Cygwin wrote: > > Hi Guy, > > I've a problem to install pyNFFT with python3.9 -m pip install pyNFFT > > I ask if possible to install 3.11 python version > It was on the TODO list, but I was hit by the failed upgrade from 3.9.16-1 to 3.9.18-1

[PATCH 2/2] Cygwin: remove ENOSHARE and ECASECLASH from _sys_errlist[]

2024-02-27 Thread Christian Franke
From f495fb0e7c2bd3a42f16f81af18c64ffaba9a860 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 27 Feb 2024 13:05:36 +0100 Subject: [PATCH 2/2] Cygwin: remove ENOSHARE and ECASECLASH from _sys_errlist[] These errno values are no longer used by Cygwin. Also add a static_assert check

[PATCH 1/2] Cygwin: add compile warning if ENOSHARE or ECASECLASH is used

2024-02-27 Thread Christian Franke
A suggestion for a first (possibly polite) step to get rid of ENOSHARE or ECASECLASH. Would also work with clang. The internally used ENMFILE is not included yet. In theory, it may be returned to outside world as it still appears in errmap[]. -- Regards, Christian From

Updated: simdjson-3.7.0-1

2024-02-27 Thread Daisuke Fujimura via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: - libsimdjson20-3.7.0-1 - libsimdjson-devel-3.7.0-1 https://cygwin.com/packages/summary/simdjson-src.html -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** The easiest way to unsubscribe is to visit

Problem with pyNFFT install

2024-02-27 Thread natan_b--- via Cygwin
Hi Guy, I've a problem to install pyNFFT with python3.9 -m pip install pyNFFT The 4 version 1.2.3, 1.3.0, 1.3.1, 1.3.2 eject different error: 1.2.3, 1.3.0 and 1.3.1 --> ModuleNotFoundError: No module named 'Cython' Cython 0.29.23 is present!?!? 1.3.2 seems works, spend much time to

Re: passwd/group/grent fixes for Cygwin 3.5.1?

2024-02-27 Thread Corinna Vinschen via Cygwin
On Feb 27 04:21, Dan Shelton via Cygwin wrote: > On Mon, 26 Feb 2024 at 10:18, Corinna Vinschen via Cygwin > wrote: > > > > On Feb 26 04:44, Dan Shelton via Cygwin wrote: > > > Hello! > > > > > > Can these 3 commits please be backported to the Cygwin 3.5.1 branch? > > > > > > 4 days agoCorinna

Sourceware infrastructure updates for Q1 2024

2024-02-27 Thread Mark Wielaard via Cygwin
Sourceware infrastructure community updates for Q1 2024 A summary of news about Sourceware, the Free Software hosting project for core toolchain and developer tools, from the last 3 months. - Sourceware now has an official donation page - StarFive VisionFive-2 RISC-V boards for