Re: What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to redirect to another DOS drive or UNC path ?

2025-02-07 Thread Jeremy Drake via Cygwin
On Fri, 7 Feb 2025, Roland Mainz via Cygwin wrote: > Hi! > > > > [Slightly offtopic, but I am banging my head against this problem most > of the day] > What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to > redirect to another DOS drive or UNC path ? I tried something like >

Re: exposing Windows mountpoints in Cygwin

2025-02-07 Thread Jeremy Drake via Cygwin
On Fri, 7 Feb 2025, Corinna Vinschen via Cygwin wrote: > On Feb 6 13:31, Jeremy Drake via Cygwin wrote: > > Now that my patch to escape characters in /proc/mounts has been applied, > > I'll get back to what I was thinking about back in June. I would like to > > have a way to list Windows volume

Re: exposing Windows mountpoints in Cygwin

2025-02-07 Thread Corinna Vinschen via Cygwin
On Feb 7 11:11, Corinna Vinschen via Cygwin wrote: > On Feb 6 13:31, Jeremy Drake via Cygwin wrote: > > Now that my patch to escape characters in /proc/mounts has been applied, > > I'll get back to what I was thinking about back in June. I would like to > > have a way to list Windows volume root

Re: exposing Windows mountpoints in Cygwin

2025-02-07 Thread Corinna Vinschen via Cygwin
On Feb 6 13:31, Jeremy Drake via Cygwin wrote: > Now that my patch to escape characters in /proc/mounts has been applied, > I'll get back to what I was thinking about back in June. I would like to > have a way to list Windows volume roots in Cygwin, and it seems to make > sense to me to expose th

Re: building util-linux-2.40.2

2025-02-06 Thread Mark Geisert via Cygwin
Hi Jeremy, On 2/6/2025 1:22 PM, Jeremy Drake via Cygwin wrote: We were attempting to build util-linux 2.40.2 for MSYS2, based on the source package of util-linux-2.40.2-2 from Cygwin [1]. We were scratching our heads as to why it wasn't building tasksel for us, when it did in your package. I e

Re: |IO_REPARSE_TAG_MOUNTPOINT| (Junctions) not working for remote filesystems in Cygwin ?

2025-02-06 Thread Corinna Vinschen via Cygwin
On Feb 6 12:47, Andrey Repin via Cygwin wrote: > Greetings, Corinna Vinschen via Cygwin! > > > On Feb 4 14:47, Jeremy Drake via Cygwin wrote: > >> On Tue, 4 Feb 2025, Roland Mainz via Cygwin wrote: > >> > >> > it seems that Cygwin does not support |IO_REPARSE_TAG_MOUNTPOINT| for > >> > "remote"

Re: |IO_REPARSE_TAG_MOUNTPOINT| (Junctions) not working for remote filesystems in Cygwin ?

2025-02-06 Thread Andrey Repin via Cygwin
Greetings, Corinna Vinschen via Cygwin! > On Feb 4 14:47, Jeremy Drake via Cygwin wrote: >> On Tue, 4 Feb 2025, Roland Mainz via Cygwin wrote: >> >> > it seems that Cygwin does not support |IO_REPARSE_TAG_MOUNTPOINT| for >> > "remote" filesystems: >> > snip >> > 2582/* Don't

Re: |IO_REPARSE_TAG_MOUNTPOINT| (Junctions) not working for remote filesystems in Cygwin ?

2025-02-06 Thread Cedric Blancher via Cygwin
On Wed, 5 Feb 2025 at 16:56, Corinna Vinschen via Cygwin wrote: > > On Feb 4 14:47, Jeremy Drake via Cygwin wrote: > > On Tue, 4 Feb 2025, Roland Mainz via Cygwin wrote: > > > > > it seems that Cygwin does not support |IO_REPARSE_TAG_MOUNTPOINT| for > > > "remote" filesystems: > > > snip ---

Re: Request to package perl module installer, App::cpanminus

2025-02-05 Thread Soren via Cygwin
I second the request; although there are (already) 240 perl packages available in cygwin, this is an especially useful one. I would volunteer to port it but I am, regrettably, not fluent in cygport yet. I hope to remedy this someday, and at that time, I will be focused on bringing in new (to cygwin

Re: |IO_REPARSE_TAG_MOUNTPOINT| (Junctions) not working for remote filesystems in Cygwin ?

2025-02-05 Thread Corinna Vinschen via Cygwin
On Feb 4 14:47, Jeremy Drake via Cygwin wrote: > On Tue, 4 Feb 2025, Roland Mainz via Cygwin wrote: > > > it seems that Cygwin does not support |IO_REPARSE_TAG_MOUNTPOINT| for > > "remote" filesystems: > > snip > > 2582/* Don't handle junctions on remote filesystems as > > sym

Re: Potential Argument Injection Issue in Cygwin's Command Line Handling

2025-02-04 Thread Glenn Strauss via Cygwin
>> import subprocess > > > > >>> subprocess.run(['./test.exe', '"', " a b c"]) # should be only 2 args > > > > argv[0] = ./test > > > > argv[1] = \ > > > > argv[2] = a > > > > argv[3] = b > > >

Re: Potential Argument Injection Issue in Cygwin's Command Line Handling

2025-02-04 Thread Splitline Ng via Cygwin
Hi Marco, > $ python3.12 > Python 3.12.8 (main, Jan 31 2025, 21:29:51) [GCC 12.4.0] on cygwin > Type "help", "copyright", "credits" or "license" for more information. > import subprocess > subprocess.run(['./test.exe', '"', " a b c"]) > argv[0] = ./test > argv[1] = " > argv[2] = a b c >

Re: |IO_REPARSE_TAG_MOUNTPOINT| (Junctions) not working for remote filesystems in Cygwin ?

2025-02-04 Thread Jeremy Drake via Cygwin
On Tue, 4 Feb 2025, Roland Mainz via Cygwin wrote: > it seems that Cygwin does not support |IO_REPARSE_TAG_MOUNTPOINT| for > "remote" filesystems: > snip > 2582/* Don't handle junctions on remote filesystems as > symlinks. This type > 2583 of reparse point is handl

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-02-04 Thread Corinna Vinschen via Cygwin
On Feb 4 12:08, Corinna Vinschen via Cygwin wrote: > $ cat > mk-dev-nfs.c < [...] Copy/Paste error, try this one: #include #include #include typedef struct { DWORD ReparseTag; WORD ReparseDataLength; WORD Reserved; struct { BYTE DataBuffer[1]; } GenericRepa

Re: [mintty] Problem of the control key on focus change

2025-02-04 Thread Corinna Vinschen via Cygwin
Hi Thomas, On Jan 30 21:59, Thomas Wolff via Cygwin wrote: > > Am 28.01.2025 um 09:56 schrieb Corinna Vinschen via Cygwin: > > On Jan 28 00:50, Thomas Wolff via Cygwin wrote: > > > Am 27.01.2025 um 12:17 schrieb Takashi Yano via Cygwin: > > > > Hi Thomas, > > > > > > > > A few days ago, Corinna

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-02-04 Thread Corinna Vinschen via Cygwin
On Jan 31 14:23, Roland Mainz via Cygwin wrote: > On Thu, Jan 30, 2025 at 2:34 PM Cedric Blancher > wrote: > [snip] > > Does the ms-nfs41-client support NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK? > > No, but if Cygwin implements this for the Microsoft NFSv3 client then > I'll add support for ms-nfs

Re: Potential Argument Injection Issue in Cygwin's Command Line Handling

2025-02-03 Thread Marco Atzeri via Cygwin
On 04/02/2025 07:15, Splitline Huang via Cygwin wrote: Hello Cygwin team, I am splitline from DEVCORE research team. I recently have observed an inconsistency in how Cygwin handles command-line parsing compared to Microsoft’s implementation. According to Microsoft’s documentation [1], the \" s

Re: col binary removed from util-linux-2.40.2-1

2025-02-02 Thread Mark Geisert via Cygwin
Hi all, The 'col' executable and man page are now included in the -2 build of its containing package. Look for util-linux-2.40.2-2 on your favorite Cygwin download site shortly. The -2 upgrade announcement is here: https://cygwin.com/pipermail/cygwin-announce/2025-February/012128.html Sorry

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-01-31 Thread Brian Inglis via Cygwin
On 2025-01-31 06:23, Roland Mainz via Cygwin wrote: On Thu, Jan 30, 2025 at 2:34 PM Cedric Blancher wrote: [snip] Does the ms-nfs41-client support NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK? No, but if Cygwin implements this for the Microsoft NFSv3 client then I'll add support for ms-nfs41-clie

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-01-31 Thread Roland Mainz via Cygwin
On Thu, Jan 30, 2025 at 2:34 PM Cedric Blancher wrote: [snip] > Does the ms-nfs41-client support NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK? No, but if Cygwin implements this for the Microsoft NFSv3 client then I'll add support for ms-nfs41-client and ms-nfs42-client ASAP. But I really would prefer

Re: [ITA] astyle

2025-01-31 Thread Marco Atzeri via Cygwin
On 31/01/2025 13:35, Michael Cook via Cygwin-apps wrote: After GTG (Good to Go) approval from other packagers and you providing your SSH Key ok, I've tested the newly built astyle.exe and it's working fine. I infer that I need to wait for the cygwin-pkg-maint page to be updated with my name

Re: X11 does not start up

2025-01-30 Thread Marco Atzeri via Cygwin
On 30/01/2025 23:11, Charles Perkins wrote: Hello Marco, After I modified the permissions I decided to re-run the setup and install of X11.  That did work without any errors.  However, I am still getting the same problem: "winMultiWindowXMsgProc - Fatal error 1 on xcb connection"

Re: python >=3.11 on Cygwin?

2025-01-30 Thread Marco Atzeri via Cygwin
On 31/01/2025 04:41, Mercurio, Steven W-CTR (FAA) via Cygwin wrote: I need to install a newer version of Ansible but that required a newer version of python. Is it hard to create a cygwin package? I tried and failed to compile python 3.13.1 from source in cygwin. Hi Steven, There is a te

Re: [mintty] Problem of the control key on focus change

2025-01-30 Thread Thomas Wolff via Cygwin
Am 28.01.2025 um 09:56 schrieb Corinna Vinschen via Cygwin: On Jan 28 00:50, Thomas Wolff via Cygwin wrote: Am 27.01.2025 um 12:17 schrieb Takashi Yano via Cygwin: Hi Thomas, A few days ago, Corinna asked me to check a problem of TTY. The problem is as follows. Reproduce steps: (1) Open min

Re: New installation of Cygwin64: xinit.sh exit code 3

2025-01-30 Thread gert--- via Cygwin
I eventually fixed it by gaining ownership again via: CMD as admin Start explorer Properties on the Cygwin-X start menu Security tab Set on top of the screen the right user and check the all children A few times yes and rerun setup.exe again (for the more windows oriented guys like me 😊)

Re: col binary removed from util-linux-2.40.2-1

2025-01-29 Thread Mark Geisert via Cygwin
Hi Matthew, On 1/29/2025 12:16 AM, Matthew "mirage335" Hines via Cygwin wrote: /usr/bin/col.exe is apparently missing from the more recent version of the 'util-linux' package 'util-linux-2.40.2-1' https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Futil-linux%2Futil-linux-2.39.3-2&grep=u

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread Marco Atzeri via Cygwin
On 29/01/2025 16:44, Takashi Yano via Cygwin wrote: Hi Marco, Hi Takashi, It is not an issue of .viminfo. I removed it and /usr/bin/vi reports anyway the issue as Achim wrote Indeed. I reinstall vim 9.1.1054, then the issue came back... "filetype plugin on" in /etc/virc might be the culpr

Re: astyle

2025-01-29 Thread Marco Atzeri via Cygwin
On 29/01/2025 17:10, Michael Cook via Cygwin wrote: The version of astyle provided by Cygwin is quite old. Version 2.06 is from 2016. Would it be reasonable to update to the latest version? https://astyle.sourceforge.net/notes.html That old 2.06 accepts some options that were long ago deprecat

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread Takashi Yano via Cygwin
rks fine from my side and there were no patch on filetypes.vim so > >>> it is vanilla based. > >> > >> Hmmm… it actually works when I explicitly start vim, but I get the error > >> when I start vi. I have another system where it's OK, so let me do a > >&

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread Marco Atzeri via Cygwin
get the error when I start vi. I have another system where it's OK, so let me do a re-install of all related packages and see what happens. Maybe there was some hiccup during the last update that I didn't catch. I also encountered the same issue, however, the issue is not reprod

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread Takashi Yano via Cygwin
when I start vi. I have another system where it's OK, so let me do a > re-install of all related packages and see what happens. Maybe there > was some hiccup during the last update that I didn't catch. I also encountered the same issue, however, the issue is not reproducible no

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread ASSI via Cygwin
em where it's OK, so let me do a > re-install of all related packages and see what happens. Maybe there > was some hiccup during the last update that I didn't catch. Haha, no there wasn't… just on that other system vi is aliased to vim. So also on that system, running vi produ

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread ASSI via Cygwin
Marco Atzeri via Cygwin writes: > It works fine from my side and there were no patch on filetypes.vim so > it is vanilla based. Hmmm… it actually works when I explicitly start vim, but I get the error when I start vi. I have another system where it's OK, so let me do a re-install of

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread Marco Atzeri via Cygwin
On 29/01/2025 12:04, Marco Atzeri wrote: On 29/01/2025 11:28, ASSI via Cygwin wrote: Marco Atzeri via Cygwin-announce writes: New versions 9.1.1054-1 of     vim Starting vim complains about non-available functions in a config file "filetypes.vim", which is part of the distribution.  Is there

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread Marco Atzeri via Cygwin
On 29/01/2025 11:28, ASSI via Cygwin wrote: Marco Atzeri via Cygwin-announce writes: New versions 9.1.1054-1 of vim Starting vim complains about non-available functions in a config file "filetypes.vim", which is part of the distribution. Is there some setting missing? Regards, Achim.

Re: Updated: vim-9.1.1054-1

2025-01-29 Thread ASSI via Cygwin
Marco Atzeri via Cygwin-announce writes: > New versions 9.1.1054-1 of > >vim Starting vim complains about non-available functions in a config file "filetypes.vim", which is part of the distribution. Is there some setting missing? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQ

Re: X11 does not start up

2025-01-28 Thread Marco Atzeri via Cygwin
On 27/01/2025 22:01, Charles Perkins via Cygwin wrote: Hello folks, I have had multiple problems trying to install X11 on Cygwin.   I am running Cygwin on Windows 11 on my Asus VivoBook. The initial X11 installation showed Error 3 for the sub-installation of xinit. Looking through previous

Re: mq_send()/mq_receive() may never return if used from threads

2025-01-28 Thread Corinna Vinschen via Cygwin
On Jan 28 09:00, Christian Franke via Cygwin wrote: > Corinna Vinschen via Cygwin wrote: > > On Jan 27 20:35, Corinna Vinschen via Cygwin wrote: > > > On Jan 27 19:59, Christian Franke via Cygwin wrote: > > > > Christian Franke wrote: > > > > > Found with 'stress-ng --workload ...': > > > > > > >

Re: [mintty] Problem of the control key on focus change

2025-01-28 Thread Corinna Vinschen via Cygwin
On Jan 28 00:50, Thomas Wolff via Cygwin wrote: > > Am 27.01.2025 um 12:17 schrieb Takashi Yano via Cygwin: > > Hi Thomas, > > > > A few days ago, Corinna asked me to check a problem of TTY. > > The problem is as follows. > > > > Reproduce steps: > > (1) Open mintty. > > (2) Open another mintty.

Re: mq_send()/mq_receive() may never return if used from threads

2025-01-28 Thread Christian Franke via Cygwin
Corinna Vinschen via Cygwin wrote: On Jan 27 20:35, Corinna Vinschen via Cygwin wrote: On Jan 27 19:59, Christian Franke via Cygwin wrote: Christian Franke wrote: Found with 'stress-ng --workload ...': If mq_receive is called on an empty queue and mq_send is called later from a different thre

Re: [mintty] Problem of the control key on focus change

2025-01-27 Thread Thomas Wolff via Cygwin
Am 27.01.2025 um 12:17 schrieb Takashi Yano via Cygwin: Hi Thomas, A few days ago, Corinna asked me to check a problem of TTY. The problem is as follows. Reproduce steps: (1) Open mintty. (2) Open another mintty. (3) Place the second mintty window over the first one. (4) Hold ctrl key down. (

Re: mq_send()/mq_receive() may never return if used from threads

2025-01-27 Thread Corinna Vinschen via Cygwin
On Jan 27 20:35, Corinna Vinschen via Cygwin wrote: > On Jan 27 19:59, Christian Franke via Cygwin wrote: > > Christian Franke wrote: > > > Found with 'stress-ng --workload ...': > > > > > > If mq_receive is called on an empty queue and mq_send is called later > > > from a different thread, both f

Re: mq_send()/mq_receive() may never return if used from threads

2025-01-27 Thread Corinna Vinschen via Cygwin
On Jan 27 19:59, Christian Franke via Cygwin wrote: > Christian Franke wrote: > > Found with 'stress-ng --workload ...': > > > > If mq_receive is called on an empty queue and mq_send is called later > > from a different thread, both functions never return and signals > > (including SIGKILL) are no

Re: mq_send()/mq_receive() may never return if used from threads

2025-01-27 Thread Christian Franke via Cygwin
Christian Franke wrote: Found with 'stress-ng --workload ...': If mq_receive is called on an empty queue and mq_send is called later from a different thread, both functions never return and signals (including SIGKILL) are no longer processed. Testcase (attached): $ uname -r 3.5.5-1.x86_64

Re: cygwin 3.5.6-1

2025-01-27 Thread Corinna Vinschen via Cygwin
On Jan 27 16:18, Christian Franke via Cygwin wrote: > Corinna Vinschen via Cygwin wrote: > > On Jan 27 08:12, Christian Franke via Cygwin wrote: > > > But there is a regression: > > > stat() now returns st_mode = 0 for the queue file which results in an > > > invalid S_IFMT field: > > > > > > $ un

Re: cygwin 3.5.6-1

2025-01-27 Thread Christian Franke via Cygwin
Corinna Vinschen via Cygwin wrote: On Jan 27 08:12, Christian Franke via Cygwin wrote: Corinna Vinschen via Cygwin-announce wrote: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.5.6-1 * cygwin-devel-3.5.6-1 * cygwin-doc-3.5.6-1 Fixes: -- ... - Fix mq_un

Re: gpg2 / gpg-agent passphrase prompt

2025-01-27 Thread Marco Atzeri via Cygwin
On 26/01/2025 08:09, Marco Atzeri wrote: On 25/01/2025 21:16, ASSI via Cygwin wrote: Marco Atzeri via Cygwin writes: That fixes the issue of both packages getting installed, but does not fix the issue of wget and wget2 requiring an unmaintained library even in their latest version. Regards

Re: cygwin 3.5.6-1

2025-01-27 Thread Corinna Vinschen via Cygwin
On Jan 27 08:12, Christian Franke via Cygwin wrote: > Corinna Vinschen via Cygwin-announce wrote: > > The following packages have been uploaded to the Cygwin distribution: > > > > * cygwin-3.5.6-1 > > * cygwin-devel-3.5.6-1 > > * cygwin-doc-3.5.6-1 > > > > Fixes: > > -- > > > > ... > > > >

Re: cygwin 3.5.6-1

2025-01-26 Thread Christian Franke via Cygwin
Corinna Vinschen via Cygwin-announce wrote: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.5.6-1 * cygwin-devel-3.5.6-1 * cygwin-doc-3.5.6-1 Fixes: -- ... - Fix mq_unlink(). Addresses: https://cygwin.com/pipermail/cygwin/2025-January/257119.html Now

Re: gpg2 / gpg-agent passphrase prompt

2025-01-25 Thread Marco Atzeri via Cygwin
On 25/01/2025 21:16, ASSI via Cygwin wrote: Marco Atzeri via Cygwin writes: That fixes the issue of both packages getting installed, but does not fix the issue of wget and wget2 requiring an unmaintained library even in their latest version. Regards, Achim. Noted. I am testing the build o

Re: bug#75806: Trailing spaces; pattern "\s" before "[[:cntrl:]]" faulty

2025-01-25 Thread Brian Inglis via Cygwin
On 2025-01-25 12:31, Paul Eggert via Cygwin wrote: On 2025-01-24 05:27, Andreas BROCKMANN via Bug reports for GNU grep wrote: The 1st command below correctly reports trailing spaces, for Unix and Windows format files. The 2nd one incorrectly reports all lines.    grep -sHn -i " [[:cntrl:]]*$"

Re: Inheriting all ownership, rights and files from an user

2025-01-25 Thread José Isaías Cabrera via Cygwin
Hi Andrey. On Saturday, January 25, 2025 07:22 AM, Andrey Repin expressed: > > > takeown /R /F c:\cygwin64\* > > Eh. That was absolutely unnecessary. Given the path, you most likely had it > installed with administrator rights. Thus no need to adjust permissions on > whole tree. > Only your /home/

Re: gpg2 / gpg-agent passphrase prompt

2025-01-25 Thread ASSI via Cygwin
Marco Atzeri via Cygwin writes: > I had the impression to have properly declared > > NAME="gnupg2" > VERSION=2.4.7 > RELEASE=1 > > OBSOLETES="gnupg" > > and so setup.ini has > > @ gnupg2 > sdesc: "GNU tool for secure communication and data storage" > ... > obsoletes: gnupg > > so what went wrong ?

Re: bug#75806: Trailing spaces; pattern "\s" before "[[:cntrl:]]" faulty

2025-01-25 Thread Paul Eggert via Cygwin
On 2025-01-24 05:27, Andreas BROCKMANN via Bug reports for GNU grep wrote: The 1st command below correctly reports trailing spaces, for Unix and Windows format files. The 2nd one incorrectly reports all lines. grep -sHn -i " [[:cntrl:]]*$" *.vhd grep -sHn -i "\s[[:cntrl:]]*$" *.vhd I do

Re: Inheriting all ownership, rights and files from an user

2025-01-25 Thread Andrey Repin via Cygwin
Greetings, José Isaías Cabrera! >> My windows account just changed from e608313 to u618346 and I would like to >> > use the old setup that I had on the old account under the new account in >> > cygwin. How is this possible? Thanks. >> > >> >> This may be possible by using the native Windows icacls

Re: fail: sshd

2025-01-24 Thread Brian Inglis via Cygwin
On 2025-01-24 12:30, Soren via Cygwin wrote: Hello folks. A few weeks ago, on Dec 19, I wrote to you all on the cygwin list "[...] I am able to ssh into those [Debian] boxes from my Cygwin box without any trouble. But when I try to ssh *into* my Cygwin box, the connection attempt times out." Etc.

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-24 Thread Takashi Yano via Cygwin
On Fri, 24 Jan 2025 10:55:18 +0100 Michael Soegtrop wrote: > Dear Cygwin Team, > > I just wanted to confirm that I haven't seen issues with recent test > releases. But the test versions change to fast to say conclusively that > each of the versions are OK. > > The last version for which I did s

Re: gpg2 / gpg-agent passphrase prompt

2025-01-24 Thread Marco Atzeri via Cygwin
On 24/01/2025 19:02, Brian Inglis via Cygwin wrote: On 2025-01-24 10:00, ASSI via Cygwin wrote: ASSI via Cygwin writes: Turns out that the (fresh) installation of Cygwin on this machine which has exactly the same package selection was hosed up by a different package installation order:  Some ti

Re: fail: sshd

2025-01-24 Thread Soren via Cygwin
Hello folks. A few weeks ago, on Dec 19, I wrote to you all on the cygwin list "[...] I am able to ssh into those [Debian] boxes from my Cygwin box without any trouble. But when I try to ssh *into* my Cygwin box, the connection attempt times out." Etc. So now, I wanted to inform the community that

Re: Is mate-desktop still available?

2025-01-24 Thread Brian Inglis via Cygwin
On 2025-01-24 10:56, Mercurio, Steven W-CTR (FAA) via Cygwin wrote: I installed Cygwin and was hoping to do what I did a long time ago which is to have an actual mate desktop as an alt desktop. The XFCE desktop seems to work but not mate. I also seem to not be able to install the mate-session

Re: gpg2 / gpg-agent passphrase prompt

2025-01-24 Thread Brian Inglis via Cygwin
On 2025-01-24 10:00, ASSI via Cygwin wrote: ASSI via Cygwin writes: Turns out that the (fresh) installation of Cygwin on this machine which has exactly the same package selection was hosed up by a different package installation order: Some time ago the GnuPG2 package was changed to replace /usr

Re: gpg2 / gpg-agent passphrase prompt

2025-01-24 Thread ASSI via Cygwin
ASSI via Cygwin writes: > Turns out that the (fresh) installation of Cygwin on this machine which > has exactly the same package selection was hosed up by a different > package installation order: Some time ago the GnuPG2 package was > changed to replace /usr/bin/gpg (and gpg2 is now a symlink to

Re: Cygwin rsync changes (acl) permissions, even when not asked to?

2025-01-24 Thread Brian Inglis via Cygwin
d not modify permissions. I clone with rsync over the already existing, unchanged files from git, so there should be anyways no need for rsync to re-transfer or modify the files. Why clone a git repo with rsync when you can just use git from Linux to Windows? The directory in question is a subf

Re: Cygwin rsync changes (acl) permissions, even when not asked to?

2025-01-24 Thread Brian Inglis via Cygwin
over the already existing, unchanged files from git, so there should be anyways no need for rsync to re-transfer or modify the files. Why clone a git repo with rsync when you can just use git from Linux to Windows? The directory in question is a subfolder on the C: drive, which is an NTFS-form

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-24 Thread Michael Soegtrop via Cygwin
Dear Cygwin Team, I just wanted to confirm that I haven't seen issues with recent test releases. But the test versions change to fast to say conclusively that each of the versions are OK. The last version for which I did see failures was: 3.6.0-0.321.g23f4aac7e760 (2 failures in 10 runs) Th

Re: Cygwin rsync changes (acl) permissions, even when not asked to?

2025-01-24 Thread Marco Atzeri via Cygwin
directory, and clone again from git! Here are the details: I'm using rsync options --verbose --recursive --delete which in my eyes should not modify permissions. I clone with rsync over the already existing, unchanged files from git, so there should be anyways no need for rsync to re-transf

Re: Cygwin rsync changes (acl) permissions, even when not asked to?

2025-01-24 Thread Glenn Strauss via Cygwin
h rsync over the already existing, > unchanged files from git, so there should be anyways no need for rsync to > re-transfer or modify the files. > > The directory in question is a subfolder on the C: drive, which is an > NTFS-formatted NVMe. I created the parent folder as a normal use

Re: Inheriting all ownership, rights and files from an user

2025-01-23 Thread José Isaías Cabrera via Cygwin
On Thursday, January 23, 2025 02:47 PM, Bill Stewart expressed: > > On Thu, Jan 23, 2025 at 12:33 PM Jose I Cabrera wrote: > > My windows account just changed from e608313 to u618346 and I would like to > > use the old setup that I had on the old account under the new account in > > cygwin. How is

Re: Inheriting all ownership, rights and files from an user

2025-01-23 Thread Bill Stewart via Cygwin
On Thu, Jan 23, 2025 at 12:33 PM Jose I Cabrera wrote: My windows account just changed from e608313 to u618346 and I would like to > use the old setup that I had on the old account under the new account in > cygwin. How is this possible? Thanks. > This may be possible by using the native Windows

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-23 Thread Corinna Vinschen via Cygwin
On Jan 23 19:46, Takashi Yano via Cygwin wrote: > On Wed, 22 Jan 2025 10:42:39 -0800 (PST) > Jeremy Drake wrote: > > On Tue, 14 Jan 2025, Takashi Yano via Cygwin wrote: > > > > > Personally, I personally prefer releasing 3.5.6 ASAP. > > > > Is this the plan, now that the hangs seem to be resolved

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-23 Thread Takashi Yano via Cygwin
On Wed, 22 Jan 2025 10:42:39 -0800 (PST) Jeremy Drake wrote: > On Tue, 14 Jan 2025, Takashi Yano via Cygwin wrote: > > > Personally, I personally prefer releasing 3.5.6 ASAP. > > Is this the plan, now that the hangs seem to be resolved? (Maybe after > additional confirmation/testing?) I think s

Re: 7 python requests?!

2025-01-22 Thread Marco Atzeri via Cygwin
On 22/01/2025 17:47, Bill Stewart via Cygwin wrote: On Wed, Jan 22, 2025 at 7:17 AM Marco Atzeri wrote: Lester, it seems to me that you have a clear problem in COMMUNICATION. Do NOT reply to me only. Reply to the mailing list. I am NOT your personal support HOTLINE. This is the last advise.

Re: [Bug check/report] UnDocumented call to ntdll.dll!NtAssignProcessToJobObject in msys2.0.dll / cygwin - included in mingit/Git for Windows

2025-01-22 Thread Whitney Schmidt via Cygwin
Hi Cygwin list, Replying to this email to let you know that we've sent updated information on the proposed changes to cygwin-developers, including a patch, which we've also sent to cygwin-patches. The patch replaces the following undocumented API calls with the corresponding documented APIs:

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-22 Thread Jeremy Drake via Cygwin
On Tue, 14 Jan 2025, Takashi Yano via Cygwin wrote: > Personally, I personally prefer releasing 3.5.6 ASAP. Is this the plan, now that the hangs seem to be resolved? (Maybe after additional confirmation/testing?) -- Problem reports: https://cygwin.com/problems.html FAQ: h

Re: gpg2 / gpg-agent passphrase prompt

2025-01-22 Thread ASSI via Cygwin
ASSI via Cygwin writes: > I've got a new machine with Win11 at work, copied over all my > configuration from the old Win10 one, but I can't seem to get gpg2 to > show the passphrase prompt through the W32 GUI of GPG agent. In fact > the agent doesn't seem to even start (the named pipes do not get

Re: fixup_mmaps_after_fork errors building ruby 3.4.1 with high make -j

2025-01-22 Thread Corinna Vinschen via Cygwin
On Jan 21 16:30, Jeremy Drake via Cygwin wrote: > I've been trying to track down why ruby 3.4.1 is failing to build for > msys2. I've now confirmed that this same issue reproduces with > upstream Cygwin 3.5.4 and 3.6.0-0.335.gb879cd1661ad, so I thought I'd > bring it up here: > > when building ru

Re: Handing filesystems which do not support some timestamp fields in |FILE_BASIC_INFO| and Microsoft NFSv3 driver "NfsV3Attributes" EA ...

2025-01-22 Thread Corinna Vinschen via Cygwin
On Jan 22 00:37, Roland Mainz via Cygwin wrote: > Hi! > > > > If a Windows filesystem does not support a type of timestamp it sets > the matching timestamp field in |FILE_BASIC_INFO| to |0LL| (e.g. see > Windows-driver-samples/filesys/cdfs/fileinfo.c: > |Buffer->LastAccessTime.QuadPart = 0|

Re: 7 python requests?!

2025-01-22 Thread Bill Stewart via Cygwin
On Wed, Jan 22, 2025 at 7:17 AM Marco Atzeri wrote: Lester, > it seems to me that you have a clear problem in COMMUNICATION. Do NOT > reply to me only. Reply to the mailing list. > > I am NOT your personal support HOTLINE. > This is the last advise. > Indeed. Here are some other references that m

Re: gpg2 / gpg-agent passphrase prompt

2025-01-22 Thread Brian Inglis via Cygwin
On 2025-01-22 01:00, ASSI via Cygwin wrote: I've got a new machine with Win11 at work, copied over all my configuration from the old Win10 one, but I can't seem to get gpg2 to show the passphrase prompt through the W32 GUI of GPG agent. In fact the agent doesn't seem to even start (the named pip

Re: 7 python requests?!

2025-01-22 Thread Marco Atzeri via Cygwin
On 21/01/2025 15:26, Lester Ingber wrote: No, the problem is not "solved" at all. We just have to click away now-seven instances of python! Thanks anyway. Lester Lester, it seems to me that you have a clear problem in COMMUNICATION. Do NOT reply to me only. Reply to the mailing list. I am N

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-22 Thread Takashi Yano via Cygwin
On Mon, 20 Jan 2025 10:48:55 +0100 Michael Soegtrop wrote: > Dear Cygwin Team, > > apparently there was a change in the test release (what I get when I run > cygwin setup with --allow-test-packages) in the last few days. With the > latest test release I see CI failures again with the same effect

Re: Handing filesystems which do not support some timestamp fields in |FILE_BASIC_INFO| and Microsoft NFSv3 driver "NfsV3Attributes" EA ...

2025-01-22 Thread Cedric Blancher via Cygwin
On Wed, 22 Jan 2025 at 00:38, Roland Mainz via Cygwin wrote: > > Hi! > > > > If a Windows filesystem does not support a type of timestamp it sets > the matching timestamp field in |FILE_BASIC_INFO| to |0LL| (e.g. see > Windows-driver-samples/filesys/cdfs/fileinfo.c: > |Buffer->LastAccessTime.

Re: gpg2 / gpg-agent passphrase prompt

2025-01-22 Thread Dimitry Andric via Cygwin
On 22 Jan 2025, at 09:00, ASSI via Cygwin wrote: > > I've got a new machine with Win11 at work, copied over all my > configuration from the old Win10 one, but I can't seem to get gpg2 to > show the passphrase prompt through the W32 GUI of GPG agent. In fact > the agent doesn't seem to even start

Re: fixup_mmaps_after_fork errors building ruby 3.4.1 with high make -j

2025-01-21 Thread Jeremy Drake via Cygwin
On Tue, 21 Jan 2025, Jeremy Drake via Cygwin wrote: > I did not see this happen with ruby 3.3.7, or when building with -j1. Sorry, spoke too soon, I did see this immediately with 3.3.7 as well. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/fa

Re: 7 python requests?!

2025-01-21 Thread Marco Atzeri via Cygwin
On 20/01/2025 20:11, Lester Ingber wrote: I got an update OK. I just had to click on a mirror. Thanks. Lester Hi Lester nice to know that you solved the problem. Next time please REALLY reads https://cygwin.com/problems.html and send a mail with useful info for us to understand your problem,

Re: 7 python requests?!

2025-01-20 Thread Kaz Kylheku via Cygwin
On 2025-01-20 08:13, Lester Ingber via Cygwin wrote: > Today I had SEVEN python requests to OK? > How can I stop this nonsense? Why, Learn Lisp. :) -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/doc

Re: 7 python requests?!

2025-01-20 Thread Marco Atzeri via Cygwin
On 20/01/2025 18:28, Lester Ingber wrote: I attach cygcheck.out . Thanks. Lester Hi Lester, please reply on the cygwin mailing list. You are still NOT saying what is the problem you are seeing. Which python programs are giving you issue ? Have you issue running setup or when ? Things I noti

Re: 7 python requests?!

2025-01-20 Thread Marco Atzeri via Cygwin
On 20/01/2025 17:13, Lester Ingber via Cygwin wrote: Today I had SEVEN python requests to OK? How can I stop this nonsense? Lester Hi Lester Some info more will help to understand what is your problem. We are NOT in front of your computer and we have NO clue of what is happening to you. Pl

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-20 Thread Michael Soegtrop via Cygwin
Dear Cygwin Team, apparently there was a change in the test release (what I get when I run cygwin setup with --allow-test-packages) in the last few days. With the latest test release I see CI failures again with the same effect - make just hangs after finished builds. Here is the version and

Re: emacs 29.4-1: Connection lost to X server

2025-01-19 Thread Ken Brown via Cygwin
[Redirecting to Cygwin mailing list.] On 1/19/2025 5:32 PM, Charles Henkel wrote: By the way, I run emacs by invoking "emacs", not "emacs-gtk". I just noticed that my /usr/bin/emacs is linked to /etc/alternatives/emacs which is linked to /usr/bin/emacs-lucid.exe : [...] How in the heck that h

RE: emacs 29.4-1: Connection lost to X server

2025-01-19 Thread Charles Henkel via Cygwin
y end, but I am doubting it's a generic issue. -Original Message- From: Ken Brown Sent: Sunday, January 19, 2025 2:41 PM To: Charles Henkel ; cygwin@cygwin.com Subject: Re: emacs 29.4-1: Connection lost to X server On 1/18/2025 11:52 AM, Charles Henkel via Cyg

Re: Bug? GetCommandLineW() missing arguments in 64 bit Cygwin.

2025-01-19 Thread Andrey Repin via Cygwin
Greetings, Kaz Kylheku! > Hi All, > In a (admittedly not current) version of 64 bit Cygwin, I'm observing a funny > behavior: > The GetCommandLineW function returns a command line which consists of the > executable name only; the arguments are missing. Why you are using native calls inside Cyg

Re: emacs 29.4-1: Connection lost to X server

2025-01-19 Thread Ken Brown via Cygwin
On 1/18/2025 11:52 AM, Charles Henkel via Cygwin wrote: Context: Both Win 10 (10.0.19044) and Win 11 (24H2) Latest versions you get installing as of 15jan2025: cygwin 3.5.5-1 emacs 29.4-1

Re: [Improvement] Cache user auth and converted paths for child-processes

2025-01-19 Thread Doug Henderson via Cygwin
On Sun, Jan 19, 2025 at 10:05 AM Brian Inglis via Cygwin wrote: > On 2025-01-19 05:56, Devste Devste via Cygwin wrote: > > strace -o strace.log dirname -- /some/path/here > > There are 2 points that could make it significantly faster and > > shouldn't be too hard to implement? > ... Drop all the

Re: [Improvement] Cache user auth and converted paths for child-processes

2025-01-19 Thread Brian Inglis via Cygwin
On 2025-01-19 05:56, Devste Devste via Cygwin wrote: strace -o strace.log dirname -- /some/path/here There are 2 points that could make it significantly faster and shouldn't be too hard to implement? Criticisms as expected to be accompanied by code and all Patches are Thoughtfully Considered (

Re: [Bug] time(0x0) call extremely slow?

2025-01-19 Thread Brian Inglis via Cygwin
On 2025-01-19 05:55, Devste Devste via Cygwin wrote: strace -o strace.log dirname -- /some/path/here Cygwin via Git for Windows 2.47.x Windows 10 I see: 3249 60966 [main] dirname 31200 time: 1736590460 = time(0x0) On average it shows between 2000-4000 duration (I'm using Cloudflare's ntp ser

Re: No more Cygwin-X start menu entries

2025-01-19 Thread Andrea Venturoli via Cygwin
On 1/16/25 01:17, Brian Inglis via Cygwin wrote: With Windows Update patches pending restart, Windows sometimes acts weird This was not my case though: _ it did not work before the upgrades were even downloaded; _ it worked after they were installed; _ I never tried in between. N.B. I'm not s

Re: env and PATH

2025-01-17 Thread matthew patton via Cygwin
On 13/01/2025 09.59, Andrey Repin wrote: > But I know that the program is a windows program, thus a setting for>  >manually disabling the conversion made sense (at least in my head). You might find this bit useful. For example the AWS CLI binary is windoze and doesn't play nicely with unix-style p

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-17 Thread Michael Soegtrop via Cygwin
Dear Cygwin Team, I now had 12 successful CI runs in a row using the test version of cygwin (installed with setup -t). Since it failed about 60% before, this is strong evidence that this issue is fixed by the test release. IMHO the test release should be officially released asap. Thanks & be

Re: mq_unlink() always fails with EPERM

2025-01-17 Thread Corinna Vinschen via Cygwin
On Jan 17 16:16, Christian Franke via Cygwin wrote: > mq_unlink() does not unlink anything and always returns -1 with errno = > EPERM. Yeah, that's a result of commit f2dc492df0f3. I guess checking for isdevfd_dev() is a bit over the top. Feel free to provide a patch, otherwise I'll look into it

  1   2   3   4   5   6   7   8   9   10   >