Re: How to fix |mkfifo()| failure if |pathname| is on NFS ? / was: Re: [EXTERNAL] Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-26 Thread Brian Inglis via Cygwin
On 2023-08-26 11:40, Martin Wege via Cygwin wrote: On Sat, Aug 26, 2023 at 4:16 PM Corinna Vinschen via Cygwin wrote: On Aug 26 13:26, Cedric Blancher via Cygwin wrote: On Fri, 25 Aug 2023 at 14:26, Corinna Vinschen via Cygwin wrote: On Aug 25 14:18, Corinna Vinschen via Cygwin wrote: On

Re: Virus Total scan

2023-08-22 Thread Brian Inglis via Cygwin
On 2023-08-22 08:12, Dom Woods - BGS via Cygwin wrote: I scanned your application through Virus Total as per our company policy and noticed that the installation process calls out to a suspicious Microsoft IP 13.107.4.50, this ip has been flagged by 8 vendors as malicious, I get varying response

Re: Cygwin pathconf() query filesystem kernel data? Re: How does Cygwin detect MSFT NFSv3 file system? Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ...

2023-08-21 Thread Brian Inglis via Cygwin
On 2023-08-21 06:03, Martin Wege via Cygwin wrote: On Sat, Aug 19, 2023 at 7:50 PM Brian Inglis wrote: On 2023-08-18 07:09, Martin Wege via Cygwin wrote: On Fri, Aug 18, 2023 at 10:44 AM Corinna Vinschen via Cygwin wrote: On Aug 17 20:49, Martin Wege via Cygwin wrote: On Mon, Aug 14, 2023

Re: Cygwin pathconf() query filesystem kernel data? Re: How does Cygwin detect MSFT NFSv3 file system? Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ...

2023-08-19 Thread Brian Inglis via Cygwin
On 2023-08-18 07:09, Martin Wege via Cygwin wrote: On Fri, Aug 18, 2023 at 10:44 AM Corinna Vinschen via Cygwin wrote: On Aug 17 20:49, Martin Wege via Cygwin wrote: On Mon, Aug 14, 2023 at 10:56 PM Corinna Vinschen via Cygwin wrote: and the result is the same. Note that Cygwin supports MS

Re: ReFS support in Cygwin?

2023-08-18 Thread Brian Inglis via Cygwin
On 2023-08-18 07:11, Martin Wege via Cygwin wrote: is ReFS supported in Cygwin? If so, what does Cygwin /bin/mount print - "ntfs" or "refs"? $ more /proc/filesystems vfat exfat ntfs refs nodev smbfs nodev nfs nodev netapp iso9660 udf nodev

Re: Entering Cygwin command line (bash login) from Windows cmd.exe ?

2023-08-14 Thread Brian Inglis via Cygwin
On 2023-08-13 11:40, Martin Wege via Cygwin wrote: On Sun, Aug 13, 2023 at 12:53 AM Roland Mainz via Cygwin wrote: On Mon, Aug 7, 2023 at 7:38 AM KAVALAGIOS Panagiotis (EEAS) via Cygwin wrote: On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz wrote: Is there an official way to enter the Cygwin comm

Re: lsof for Windows processes?

2023-08-12 Thread Brian Inglis via Cygwin
On 2023-08-12 05:34, Cedric Blancher via Cygwin wrote: Good afternoon! On Fri, 11 Aug 2023 at 18:21, Brian Inglis wrote: On 2023-08-11 09:45, Cedric Blancher via Cygwin wrote: Does Cygwin have a tool like lsof which can list which files or directories are in use by a Windows process? You c

Re: Run a Cygwin process with "higher" scheduler priority

2023-08-11 Thread Brian Inglis via Cygwin
On 2023-08-11 09:44, Cedric Blancher via Cygwin wrote: How can we set the scheduler priority for a Cygwin process to "higher" than normal on start? Basically we want a Cygwin compatible script version of the Windows task manager feature Name/PID--->Details--->Set priority--->Higher Pretend the

Re: lsof for Windows processes?

2023-08-11 Thread Brian Inglis via Cygwin
On 2023-08-11 09:45, Cedric Blancher via Cygwin wrote: Does Cygwin have a tool like lsof which can list which files or directories are in use by a Windows process? You can check these things yourself using the Cygwin Search Packages page: https://cygwin.com/packages/ type "usr/bin/lso

Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-10 Thread Brian Inglis via Cygwin
On 2023-08-09 16:59, Wendy Lin via Cygwin wrote: On Wed, 9 Aug 2023 at 22:04, Hans-Bernhard Bröker via Cygwin wrote: Am 09.08.2023 um 21:17 schrieb Wendy Lin via Cygwin: How can I compile https://github.com/microsoft/Windows-driver-samples/tree/main/filesys/cdfs with Cygwin gcc? You should

Re: Issues with OpenSSH Server

2023-08-09 Thread Brian Inglis via Cygwin
On 2023-08-09 08:00, Sabarigirisan S via Cygwin wrote: We have been using OpenSSH server for our windows environment for quite some time close to 4 years and starting Saturday, we noticed that there is some sort of weirdness where the console is not getting returned after completion of connection

Re: Find free drive letter in Cygwin?

2023-08-07 Thread Brian Inglis via Cygwin
On 2023-08-07 10:52, Martin Wege via Cygwin wrote: What is the official cygwin way to find a free drive letter, which can be used in a script to mount a drive? Just use the Windows UNC network path directly on Cygwin with '/' not '\'. For Windows, it may still be NET USE * \\... but have not u

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-07 Thread Brian Inglis via Cygwin
On 2023-08-07 08:42, Martin Wege via Cygwin wrote: We get a weird mkfifo failure in Cygwin on NTFS: /usr/bin/mkfifo -m 600 x.fifo mkfifo: cannot set permissions of 'x.fifo': Not a directory This error is also reproducible with default fifo permissions 666 or anything else, and appears to be r

Re: ms-nfs41 mount: Where does Unix_User+0 and Unix_Group+0 come from?

2023-08-04 Thread Brian Inglis via Cygwin
On 2023-08-03 17:38, Martin Wege via Cygwin wrote: On Fri, Aug 4, 2023 at 1:07 AM Martin Wege wrote: On Thu, Aug 3, 2023 at 8:46 PM Martin Wege wrote: We are working to deploy the ms-nfs41-nfs-filesystem on our Windows machines, and encounter some issues with Cygwin (latest stable). For exampl

Re: character class "alpha"

2023-08-01 Thread Brian Inglis via Cygwin
On 2023-07-31 15:12, Corinna Vinschen via Cygwin wrote: Hi Bruno, On Jul 31 20:43, Bruno Haible via Cygwin wrote: Corinna Vinschen wrote: there are more of those expressions which are disabled on glibc and fail on Cygwin, for instance in test-c32iscntrl.c. Maybe it's actually the better idea

Re: character class "alpha"

2023-07-31 Thread Brian Inglis via Cygwin
On 2023-07-31 12:43, Bruno Haible via Cygwin wrote: Corinna Vinschen wrote: there are more of those expressions which are disabled on glibc and fail on Cygwin, for instance in test-c32iscntrl.c. Maybe it's actually the better idea to disable them on Cygwin, too, rather than to change a working

Re: fnmatch improvements

2023-07-27 Thread Brian Inglis via Cygwin
On 2023-07-27 15:22, Bruno Haible wrote: Brian Inglis wrote: It was added in C99 TR19769, integrated in C/++11 Yes. available in libicu-devel: https://cplusplus.com/reference/cuchar/ https://open-std.org/jtc1/sc22/open/n3579.pdf https://open-std.org/jtc1/sc22/wg14/

Re: fnmatch improvements

2023-07-27 Thread Brian Inglis via Cygwin
On 2023-07-27 13:05, Corinna Vinschen via Cygwin wrote: On Jul 27 20:24, Corinna Vinschen via Cygwin wrote: On Jul 27 12:15, Bruno Haible via Cygwin wrote: I'm looking into that. First thing, your testsuite uncovered a bug in the latest fnmatch in the C locale. Comparing pointers instead of com

Re: [ANNOUNCEMENT] Updated: groff-1.23.0-1

2023-07-22 Thread Brian Inglis via Cygwin
On 2023-07-22 15:27, Christian Franke via Cygwin wrote: ASSI via Cygwin wrote: GNU roff has been updated to the latest upstream version 1.23.0.  The following packages are available on Cygwin:   groff-1.23.0-1   groff-perl-1.23.0-1   groff-X11-1.23.0-1 - Various PDF fonts produce warnings but

Re: Most git executables are hard links to git.exe?

2023-07-21 Thread Brian Inglis via Cygwin
On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windows fsutil command shows they're all hard linked:     C:\Users\jim>fsutil hardlink list "

Re: Cygwin64 does not show my desktop directories

2023-07-19 Thread Brian Inglis via Cygwin
On 2023-07-19 11:20, Voris, Ben via Cygwin wrote: -Original Message- From: Takashi Yano Sent: 19 July 2023 03:15 To: cygwin@cygwin.com Cc: Orit Heimer Subject: Re: Cygwin64 does not show my desktop directories On Wed, 19 Jul 2023 11:52:31 +0300 Orit Heimer wrote: Hello to all, I am ne

Re: Previously-functional Octave software routine now mysteriously failing - Please help!

2023-07-17 Thread Brian Inglis via Cygwin
On 2023-07-17 15:43, Takashi Yano via Cygwin wrote: On Mon, 17 Jul 2023 17:27:37 -0400 Bryan VanSchouwen wrote: Hello. I just tried performing a correlation matrix calculation with Cygwin's Octave software (having successfully performed this calculation previously on other similar data sets) us

Re: iostream doesn't work (clang++)

2023-07-05 Thread Brian Inglis via Cygwin
On 2023-07-05 09:54, ggl329 via Cygwin wrote: Hi Mark, On 2023/07/05 12:06, Mark Geisert via Cygwin wrote: My previous reply addressed the specific error reported by your testcase. But I am unable to make progress on the root cause because I can't reproduce your report. Hm, it seems to be di

Re: Conda Python script not getting right command line argument

2023-07-03 Thread Brian Inglis via Cygwin
On 2023-07-03 16:12, ravi r via Cygwin wrote: Using Cygwin Python interpreter invoked from shebang line $ cat /tmp/script1 #!/usr/bin/python print("hello"); $ /tmp/script1 hello $ works as expected. Conda Python interpreter invoked from shebang line $ cat /tmp/sc

Re: Slow cygwin programs on Windows

2023-06-26 Thread Brian Inglis via Cygwin
On 2023-06-26 11:48, Derek Pagel via Cygwin wrote: We are seeing more instances of application slowness due to Cygwin programs like 'cp' and 'mv' being executed. The files being 'cp' or 'mv' are not very big and they stay on the same server. We have installed Cygserver which has improved things

Re: Slow startup time on AD joined PCs

2023-06-26 Thread Brian Inglis via Cygwin
On 2023-06-26 00:15, Cristi Anichitei via Cygwin wrote: This has been initially reported as a Git for Windows issue: https://github.com/git-for-windows/git/issues/4459 But it has been tracked down to originate in the Cygwin project (see https://github.com/git-for-windows/git/issues/4459#issuecom

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Brian Inglis via Cygwin
On 2023-06-23 20:19, Dan Harkless via Cygwin wrote: On 6/23/2023 6:59 PM, Chris Roehrig via Cygwin wrote: On 2023-06-23 18:26, Dan Harkless via Cygwin wrote: On 6/23/2023 5:19 PM, Chris Roehrig via Cygwin wrote: Yes, with all Cygwin64 updates, I was able to scp a file of a few MB from Linux to

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Brian Inglis via Cygwin
On 2023-06-23 00:26, Chris Roehrig via Cygwin wrote: I've upgraded cygwin recently (from a much older version) and am encountering a new problem on all my Win10/WIn11 machines. With openssh and pv installed on cygwin (3.4.7-1): dd if=/dev/zero bs=1 count=65536 | ssh localhost 'cat > /dev/null'

git-citool, git-gui fail trying to use Windows paths

2023-06-23 Thread Brian Inglis via Cygwin
Both Cygwin git-citool and git-gui scripts convert Cygwin paths into absolute Windows paths using cygpath and fail trying to use those Windows paths. Please change their views of which paths are appropriate so these scripts work normally under Cygwin. -- Take care. Thanks, Brian Inglis

Re: git submodule + gettext / envsubst

2023-06-23 Thread Brian Inglis via Cygwin
On 2023-06-23 06:35, Jon Turney via Cygwin wrote: On 23/06/2023 11:11, Adam Dinwoodie via Cygwin wrote: On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: Hi, I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own. But w

[ANNOUNCEMENT] Updated: gettext{, -devel, doc} {emacs, mingw64-x86_64}-gettext lib{gettextpo,asprintf}{0,-devel} libintl{8,-devel} 0.22

2023-06-19 Thread Brian Inglis via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * gettext 0.22 * gettext-devel 0.22 * gettext-doc 0.22 * emacs-gettext 0.22 * libgettextpo0 0.22 * libgettextpo-devel0.22 * lib

Re: Identical Cygwin websites - differing downloads

2023-06-15 Thread Brian Inglis via Cygwin
On 2023-06-15 09:07, marco atzeri via Cygwin wrote: On Thu, Jun 15, 2023 at 3:20 PM happynumnums via Cygwin wrote: When looking for the latest Cygwin installer, I came across two different domains. One insecure: http://cygwin.org/ and one secure: https://cygwin.net/ When checking the downl

Re: Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-06-15 Thread Brian Inglis via Cygwin
On 2023-06-11 11:58, Jon Turney via Cygwin wrote: On 30/05/2023 20:55, Brian Inglis via Cygwin wrote: On 2023-05-30 06:21, Jon Turney via Cygwin wrote: On 29/05/2023 23:42, Brian Inglis via Cygwin wrote: On 2023-05-29 16:06, akakima via Cygwin wrote: Does such a place exist (beside fruitbat

Re: [EXTERNAL] Getting return code "127" after execution of program

2023-06-02 Thread Brian Inglis via Cygwin
On 2023-06-02 09:07, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: The Program is not throwing any error or success details. it simply comes out from the running screen without any error and success states. 127 is a POSIX return code meaning the binary file is not executable and canno

Re: [ANNOUNCEMENT] Updated: guile-3.0.9-2

2023-05-31 Thread Brian Inglis via Cygwin
On 2023-05-31 19:45, Mike Gran wrote: On Saturday, May 13, 2023 at 11:40:01 PM PDT, Marco Atzeri wrote: Version 3.0.9-2 of    guile3.0    libguile3.0-devel    libguile3.0_1 have been uploaded for cygwin. Where can I find the source patches that Cygwin uses for guile3.0? Inside the source

Re: Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-05-30 Thread Brian Inglis via Cygwin
On 2023-05-30 06:21, Jon Turney via Cygwin wrote: On 29/05/2023 23:42, Brian Inglis via Cygwin wrote: On 2023-05-29 16:06, akakima via Cygwin wrote: Does such a place exist (beside fruitbat) ? Appears the master and all mirrors have stub setup.ini and nothing else! Only private mirrors like

Re: Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-05-29 Thread Brian Inglis via Cygwin
On 2023-05-29 16:06, akakima via Cygwin wrote: Does such a place exist (beside fruitbat) ? Appears the master and all mirrors have stub setup.ini and nothing else! Only private mirrors like fruitbat are likely to maintain history. -- Take care. Thanks, Brian Inglis Calgary, Albert

Re: inside /bin/tar: cannot change mode

2023-05-27 Thread Brian Inglis via Cygwin
On 2023-05-26 00:27, Brian Inglis via Cygwin wrote: On 2023-05-25 22:52, Denis Excoffier wrote: On 2023-05-25 09:52, Brian Inglis via Cygwin wrote: On 2023-05-24 12:18, Denis Excoffier via Cygwin wrote: I have an error (about symlinks it seems) that i have never met in years: Cannot change

Cygwin test 3.5.0 tar symlinks error messages and failure status

2023-05-27 Thread Brian Inglis via Cygwin
Problem writing tar (with Cygwin default sys) symlinks before target created under Cygwin 3.5.0 - error messages are issued and tar exits with failure status! Also failed with the same issues under my own dev build based off origin/main commit 2023-05-01 3bee68248fc8e164a8bb6bba3f105b10fdec8a71

Re: inside /bin/tar: cannot change mode

2023-05-25 Thread Brian Inglis via Cygwin
On 2023-05-25 22:52, Denis Excoffier wrote: On 2023-05-25 09:52, Brian Inglis via Cygwin wrote: On 2023-05-24 12:18, Denis Excoffier via Cygwin wrote: I have an error (about symlinks it seems) that i have never met in years: Cannot change mode. Apart from this message (and return code != 0

Re: inside /bin/tar: cannot change mode

2023-05-25 Thread Brian Inglis via Cygwin
On 2023-05-24 12:18, Denis Excoffier via Cygwin wrote: I have an error (about symlinks it seems) that i have never met in years: Cannot change mode. Apart from this message (and return code != 0), the ’tar extract’ is ok. % uname -a CYGWIN_NT-10.0-17763 {edited} 3.5.0-0.295.g3bee68248fc8.x86_64

Re: cron: trying and totally failing to run a simple cron job

2023-05-23 Thread Brian Inglis via Cygwin
On 2023-05-23 13:46, Jonathan Clark via Cygwin wrote: First off, many thanks to everyone who is putting in time and effort in making cygwin as wonderful as it is. I'm trying to get what I think is a simple cron job working. So far all I've gotten is frustrated and confused. I'm sure I'm doing

Re: mintty mouse behavior with vim

2023-05-18 Thread Brian Inglis via Cygwin
On 2023-05-18 08:21, Jose Isaias Cabrera via Cygwin wrote: On May 12, 2023 6:23 PM, Jose Isaias Cabrera expressed: On May 12, 2023 12:39 PM, Brian Inglis expressed: If you're running Cygwin/X (installed xinit) you should install Cygwin gvim(/X) for local use and run gvim clients from remote s

Re: make missing shared libraries: cygguile-3.0-1.dll

2023-05-17 Thread Brian Inglis via Cygwin
On 2023-05-17 13:11, Bruce Visscher via Cygwin wrote: On Wed, May 17, 2023 at 10:43 AM Brian Inglis wrote: You need to generate cygcheck output using -hrsv options to include package info for us to help you. I have attached the output of `cygcheck -hrsv`. (Perhaps someone should update the

Re: make missing shared libraries: cygguile-3.0-1.dll

2023-05-17 Thread Brian Inglis via Cygwin
Hi Bruse, You need to generate cygcheck output using -hrsv options to include package info for us to help you. You need the library libguile3.0_1 installed - we can not see if that is the case or if there are any issues. You also need to drop C:\Program Files\Microsoft\jdk-11.0.16.101-hotsp

Re: ECCN for Cygwin 1.7.34 - FREE

2023-05-16 Thread Brian Inglis via Cygwin
On 2023-05-15 15:00, Adam Dinwoodie wrote: On Mon, 15 May 2023 at 21:46, Justin Reeves wrote: I am a project manager at Caterpillar and I am working on compliance for programs/applications. I am looking to find the Electronic Classification Control Number (ECCN) for "Cygwin 1.7.34 - FREE". I

Re: mintty mouse behavior with vim

2023-05-12 Thread Brian Inglis via Cygwin
On 2023-05-11 12:44, Jose Isaias Cabrera via Cygwin wrote: On May 11, 2023 2:24 PM, Brian Inglis expressed: If I select columns or lines in vim, then the statusline at the bottom of the window shows the number of columns or lines selected before the cursor line and column numbers and percent

Re: mintty mouse behavior with vim

2023-05-11 Thread Brian Inglis via Cygwin
On 2023-05-11 20:42, René Berber via Cygwin wrote: On 5/11/2023 8:16 PM, Duncan Roe via Cygwin wrote: You expect too much of ssh. ssh is a text utility, not an X one. The remote vim never sees your mouse actions: it's mintty that performs select / paste. Are you sure? man ssh: " -X  Ena

Re: mintty mouse behavior with vim

2023-05-11 Thread Brian Inglis via Cygwin
On 2023-05-11 09:24, Jose Isaias Cabrera via Cygwin wrote: In mintty, while using vim, I would like to highlight a few lines, and have vim tell me how many lines have been highlighted. Is this a possibility? For example: 0 1 ->2 ->3 ->4 ->5 6 7 8 9 If I highlight lines 2 through 5, I would li

git-send-email --confirm=always error after perl upgrade

2023-05-09 Thread Brian Inglis via Cygwin
On 2023-05-02 13:36, Achim Gratz via Cygwin wrote: Perl 5.36.1-1 is now available on Cygwin, replacing perl-5.32.1. Most Perl distributions and dependent packages have been either re-released or updated in conjunction with this update. The following packages have been released for Cygwin: Hi

Re: OpenSSL failure in Cygwin: SSL_set_tlsext_host_name returns 1 (SSL_TLSEXT_ERR_ALERT_WARNING)

2023-05-08 Thread Brian Inglis via Cygwin
On 2023-05-08 01:31, Yuri via Cygwin wrote: I've built the proxytunnel project in Cygwin (https://github.com/proxytunnel/proxytunnel). It is usually used to tunnel ssh through https using the https CONNECT command. The command "proxytunnel --no-check-certificate -E -p {https-proxy-host}:{https-

Re: [ANNOUNCEMENT] Updated: perl-5.36.1-1 and Perl distributions

2023-05-07 Thread Brian Inglis via Cygwin
On 2023-05-02 13:36, Achim Gratz via Cygwin wrote: Perl 5.36.1-1 is now available on Cygwin, replacing perl-5.32.1. Most Perl distributions and dependent packages have been either re-released or updated in conjunction with this update. The following packages have been released for Cygwin: Hi

Re: ncurses work appreciation

2023-05-07 Thread Brian Inglis via Cygwin
On 2023-05-06 17:17, Dr Bean via Cygwin wrote: Thank you for your work on ncurses. In vim, before, in lines with a wide character, the cursor position was off by one. Now with 6.4-3.20230114, the cursor is on the position it appears to be on. Thanks, but it is as or more likely to be from updat

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Brian Inglis via Cygwin
Hi Fabio, Are you running from a bash shell under a terminal started from the XWin Server shortcut or X Applications Menu? Those variables are defined in my shell: $ echo $XDG_CURRENT_DESKTOP $XDG_MENU_PREFIX $XDG_RUNTIME_DIR X-Cygwin xwin- /run/user/##/ -- Take care. Tha

Re: problems with octave 8.2.0-1 and plotting

2023-04-27 Thread Brian Inglis via Cygwin
Hi Fabio, Some packages include non-GUI or native GUI interfaces that do not require window system support. Others may dynamically support window systems if they are installed, or have separate executables for console or GUI, as octave does: octave and octave-cli. If you are using octave GU

Re: mode -rwxrwxrwa what is execute permission a?

2023-04-26 Thread Brian Inglis via Cygwin
On 2023-04-26 08:37, Derek Pagel via Cygwin wrote: D:\lsenv\law\lsapps\edi\work>ls -l valid_ediout.20230425113255 -rwxrwxrwa 1 Administrators INFORBC\Domain Users574 Apr 25 valid_ediout.20230425113255 D:\lsenv\law\lsapps\edi\work>getfacl valid_ediout.20230425113255 # file: valid_edio

Re: Installing/upgrading only NOARCH packages.

2023-04-19 Thread Brian Inglis via Cygwin
On 2023-04-19 05:30, Carlo B. via Cygwin wrote: after the 32-bit port of CYGWIN has been obsoleted, I was looking for a way for installing or upgrading the NOARCH packages, like the libraries for the mingw cross compilers for example. Unfortunately, I have not found an existing way for doing it.

Re: Can not stat file with utf char U+F020

2023-04-14 Thread Brian Inglis via Cygwin
On 2023-04-14 14:17, Gionatan Danti via Cygwin wrote: Il 2023-04-14 21:00 Corinna Vinschen ha scritto: There's no (good) solution from inside Cygwin. Yeah, I can only imagine how difficult is to be compatible with posix, win32 and the likes. Any chance you can just rename the files? I r

Re: Can not stat file with utf char U+F020

2023-04-14 Thread Brian Inglis via Cygwin
On 2023-04-14 13:00, Corinna Vinschen via Cygwin wrote: On Apr 14 19:53, Gionatan Danti via Cygwin wrote: I have an issue with unreadable files with contain utf char U+F020 (which appear as "middle dot with some space after") in their name. stat on such a file results in "no such file or directo

Re: Cygwin 'cp' command is still slow after Cygserver is installed

2023-04-14 Thread Brian Inglis via Cygwin
On 2023-04-14 08:10, Derek Pagel via Cygwin wrote: Could be long ACL lists with many unique ACEs that need looked up on AD, and/or slow ADCs, and/or slow AV, and/or slow net: for each file show the outputs of $ ls -dl $f $ getfacl $f $ icacls "`cygpath -m $f`" and also at

Re: Support for Windows Server 2012 until its end of life

2023-04-13 Thread Brian Inglis via Cygwin
On 2023-04-12 22:10, Max Moebius via Cygwin wrote: We kindly ask to continue the Cygwin support for Windows Server 2012 until its end of life. This will be on October 10, 2023. https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2012 As reiterated late last year in cygwin 3.4.0-

Re: Cygwin 'cp' command is still slow after Cygserver is installed

2023-04-12 Thread Brian Inglis via Cygwin
On 2023-04-12 06:44, Derek Pagel via Cygwin wrote: how big are these files and from where to where are you copying them ? AV interference ? The files being copied are not very big at all and they're just being copied from one directory to another on the same server. Could be long ACL lists wit

Re: issue when piping from a windows program

2023-04-12 Thread Brian Inglis via Cygwin
On 2023-04-11 08:43, Andrey Repin via Cygwin wrote: Greetings, Leonid Mironov! I am trying to feed the output of wmic.exe - a windows console program, to cygwin bash script. wmic.exe produces UTF16LE output with BOM and CR/LFs, so I am using dos2unix to convert it. The problem is that when I

Re: Howto fix C:\cygwin acl after backup/restore?

2023-04-07 Thread Brian Inglis via Cygwin
On 2023-04-07 14:36, Thomas Schweikle via Cygwin wrote: How can C:\cygwin ACL be fixed after a backup/restore (file by file, not image). The program seems to force canonical ACL while restoring. How do i get back ACL as they are right after installing cygwin? Docs did not help here. They discuss

Re: bash shell script: recently running, now failing

2023-04-07 Thread Brian Inglis via Cygwin
On 2023-04-06 06:21, Andrey Repin via Cygwin wrote: I have a "hash bang" bash shell script i.e. first line #! /bin/sh or equivalently #! /bin/bash By default, sh is bash in base Cygwin installation. Q3 - at 1/8 the size of bash and sh, I am not at all sure of the role and reach of dash. Sh

Re: Mintty terminal crashes after changing the default home via nsswitch.conf and launch in a new profile in Windows 11

2023-04-05 Thread Brian Inglis via Cygwin
On 2023-04-04 20:56, Yuta SUZUKI via Cygwin wrote: Thank you for your reply. But I can't get the point so much... This setting example is only a suggestion, not meant to be used verbatim, and --- Yes. In my lab, I use another path for the default home. This is just a simple test configurati

Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Brian Inglis via Cygwin
On 2023-04-04 13:55, Brian Inglis via Cygwin wrote: On 2023-04-04 01:54, Andrey Repin wrote: I'm getting below errors while trying to connect IBM DB2 from 64-bit Cygwin. Please find the below mentioned details. 1)Trying to compile the program using DB2_LIBRARY="C:/Program Files/IBM/

Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Brian Inglis via Cygwin
On 2023-04-04 01:54, Andrey Repin wrote: I'm getting below errors while trying to connect IBM DB2 from 64-bit Cygwin. Please find the below mentioned details. 1)Trying to compile the program using DB2_LIBRARY="C:/Program Files/IBM/SQLLIB/lib/db2api.lib" on 64-bit Cygwin. Is this a Cygwin or

Re: Mintty terminal crashes after changing the default home via nsswitch.conf and launch in a new profile in Windows 11

2023-04-04 Thread Brian Inglis via Cygwin
On 2023-04-04 09:13, Yuta SUZUKI via Cygwin wrote: I am recently setting up the computer room of my faculty and then encountered the following issue: Short description: Change the default home directory via /etc/nsswitch.conf and make a new Windows user. Login to the new user (and do not logout)

Re: Cygwin starts take long since march. Three minutes to prompt.

2023-04-03 Thread Brian Inglis via Cygwin
On 2023-04-03 10:10, Thomas Schweikle via Cygwin wrote: Am Mo., 03.Apr..2023 um 17:48:03 schrieb Brian Inglis via Cygwin: On 2023-04-03 08:59, Thomas Schweikle via Cygwin wrote: Am Mo., 03.Apr..2023 um 16:47:42 schrieb Eliot Moss: On 4/3/2023 10:38 AM, Thomas Schweikle via Cygwin wrote

Re: MSG_MORE socket.h flag

2023-04-03 Thread Brian Inglis via Cygwin
On 2023-04-03 04:56, Corinna Vinschen via Cygwin wrote: On Apr 2 00:19, Chance via Cygwin wrote: I've used cygwin in the past few years using the MSG_MORE flag when using some socket functions I have no idea how you did that. MSG_MORE was never actually supported by Cygwin, and the (more or

Re: Cygwin starts take long since march. Three minutes to prompt.

2023-04-03 Thread Brian Inglis via Cygwin
On 2023-04-03 08:59, Thomas Schweikle via Cygwin wrote: Am Mo., 03.Apr..2023 um 16:47:42 schrieb Eliot Moss: On 4/3/2023 10:38 AM, Thomas Schweikle via Cygwin wrote: Cygwin shell takes about three minutes until the prompt is shown. Any idea how to find out the cause? I think the most common

Re: 'tac' trying to use "/tmp"; Error: not found

2023-04-03 Thread Brian Inglis via Cygwin
On 2023-04-02 21:22, marco atzeri wrote: On Sun, Apr 2, 2023 at 9:43 PM Prof. Luis G. Uribe C. wrote: *| 'tac' utility dies with a not found "/tmp" error. |* It is preferable to copy the exact command(s) and output into your problem report. Presumably the input is a pipe or non-seekable de

Re: cygwin does not run quietly if --quiet-mode given on commandline

2023-03-30 Thread Brian Inglis via Cygwin
On 2023-03-30 08:23, Thomas Schweikle via Cygwin wrote: starting cygwin setup-x86_64.exe with parameters: setup-x86_64.exe ^   --verbose ^   --delete-orphans ^   --local-package-dir "C:\WINDOWS\ccmcache\4r\installdata" ^   --no-desktop ^   --proxy "" ^   --root "C:\cygwin" ^   --upgrade-al

Re: update pytz to 2023.2/2023b tzdata?

2023-03-26 Thread Brian Inglis via Cygwin
On 2023-03-26 14:45, Brian Inglis via Cygwin wrote: On 2023-03-07 22:11, Marco Atzeri wrote: On 07.03.2023 22:35, marco atzeri wrote: On Tue, Mar 7, 2023 at 10:18 PM Brian Inglis wrote: On 2022-03-20 10:00, Brian Inglis wrote: On 2021-12-21 09:06, Marco Atzeri wrote: python39-pytz

update pytz to 2023.2/2023b tzdata

2023-03-26 Thread Brian Inglis via Cygwin
On 2023-03-07 22:11, Marco Atzeri wrote: On 07.03.2023 22:35, marco atzeri wrote: On Tue, Mar 7, 2023 at 10:18 PM Brian Inglis wrote: On 2022-03-20 10:00, Brian Inglis wrote: On 2021-12-21 09:06, Marco Atzeri wrote: python39-pytz   2021.3-1 Update needed to 2022g/

Re: newlocale: Linux incompatibility

2023-03-25 Thread Brian Inglis via Cygwin
On 2023-03-25 05:49, Corinna Vinschen via Cygwin wrote: On Mar 24 16:49, Brian Inglis via Cygwin wrote: On 2023-03-24 06:18, Corinna Vinschen via Cygwin wrote: First, it's a bug in the Emacs testsuite. The test simply assumes that there's no en_DE locale on any system, but that&

Re: newlocale: Linux incompatibility

2023-03-24 Thread Brian Inglis via Cygwin
On 2023-03-24 06:18, Corinna Vinschen via Cygwin wrote: On Mar 23 22:14, Corinna Vinschen via Cygwin wrote: On Mar 23 15:48, Ken Brown via Cygwin wrote: I'm reporting this here rather than the newlib list because the behavior is compatible with Posix but not Linux, so I think it's a Cygwin issu

Re: Cygwin 3.4.3 and 3.5.0... hangs in make, top, procps, ls /proc/PID/...

2023-03-22 Thread Brian Inglis via Cygwin
On 2023-03-21 13:17, Brian Inglis wrote: On 2023-01-19 12:31, Brian Inglis via Cygwin wrote: On 2023-01-19 11:38, Corinna Vinschen via Cygwin wrote: On Jan 19 09:31, Brian Inglis via Cygwin wrote: On 2023-01-18 02:42, Corinna Vinschen via Cygwin wrote: I tested this yesterday with 7 runs on

Re: MC bug (to Marco Atzeri)

2023-03-15 Thread Brian Inglis via Cygwin
On 2023-03-15 09:10, Dan Pejchar via Cygwin wrote: I am a linux user but I have to use windows sometimes and I would love to use the midnight commander in my terminal, but there is a bug which doesn't really allow me to use it. I am using it on Windows 10 and when I change the directory in the mc

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Brian Inglis via Cygwin
On 2023-03-13 21:44, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: Please pay close attention to how the command was shown to you, including the use of the whitespace: $ LC_MONETARY="en_ZM.utf-8" locale -ck LC_MONETARY In the terminal, when I use $LC_MONETARY = "en_ZM.utf-8" lo

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-12 Thread Brian Inglis via Cygwin
On 2023-03-12 18:40, Yeo Kai Wei via Cygwin wrote: May I ask if there's a bug with Cygwin and Windows currency? Windows Language Locale culture codes and currencies This is the output from the code below. Region: en_AU.utf-8 Currency symbol: $ International currency symbol: AUD Region: en_CA.

Re: General scripting issues vs. Linux

2023-03-10 Thread Brian Inglis via Cygwin
On 2023-03-10 06:59, Ken Brown via Cygwin wrote: On 3/10/2023 8:47 AM, Markus Becker via Cygwin wrote: I am quite an newby in Cygwin scripting and encountered several execution issues with bash scripts. For example, when i try to execute the following simple scriptfile "skript1.sh": # This is a

Re: deprecate pytz? or update pytz to 2022g/2022.7.1

2023-03-07 Thread Brian Inglis via Cygwin
On 2022-03-20 10:00, Brian Inglis wrote: On 2021-12-21 09:06, Marco Atzeri via Cygwin-announce wrote: Several python packages have been added to the Cygwin distribution and at the same time the updated packages for 3.6/3./3.8 have been uploaded. python39-pytz   2021.3-1

Re: expat update would be good

2023-03-05 Thread Brian Inglis via Cygwin
On 2023-03-05 13:25, Marco Atzeri via Cygwin wrote: On 05.03.2023 20:24, Brian Inglis via Cygwin wrote: [Xpost to cygwin in case apps not monitored] On 2023-03-05 08:00, Marco Atzeri via Cygwin-apps wrote: On 13.02.2022 21:34, Brian Inglis wrote: [posting to apps to be less public] https

Re: expat update would be good

2023-03-05 Thread Brian Inglis via Cygwin
[Xpost to cygwin in case apps not monitored] On 2023-03-05 08:00, Marco Atzeri via Cygwin-apps wrote: On 13.02.2022 21:34, Brian Inglis wrote: [posting to apps to be less public] https://nvd.nist.gov/vuln/detail/CVE-2022-23990 expat < 2.4.4 ping ? In addition the cmake import library have som

Re: [ANNOUNCEMENT] Test: dash 0.5.12-3 (TEST)

2023-03-02 Thread Brian Inglis via Cygwin
[Saw post on public-inbox, did not receive!] On Mar 1 16:37, Cygwin dash Co-Maintainer wrote: The following test packages have been uploaded to the Cygwin distribution: * dash 0.5.12-3 This test release has been rebuilt re-enabling libc fnmatch and glob as Cygwin/winsup/newlib now supports loc

Re: OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'

2023-02-22 Thread Brian Inglis via Cygwin
On 2023-02-20 11:04, Jose Isaias Cabrera via Cygwin wrote: Python 3 apparently does not support the python keyboard library in Cygwin: $ python3 Python 3.9.10 (main, Jan 20 2022, 21:37:52) [GCC 11.2.0] on cygwin Type "help", "copyright", "credits" or "license" for more information. import keyboa

Re: OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'

2023-02-22 Thread Brian Inglis via Cygwin
On 2023-02-21 13:52, Eliot Moss via Cygwin wrote: On 2/22/2023 7:03 AM, Jose Isaias Cabrera via Cygwin wrote: On February 21, 2023 2:52 AM, Csaba Raduly  expressed: Because you're not on Windows. You're on Cygwin, which acts as a POSIX (Unix-like) system. Wow! Thanks for that deep thought.

Re: ACL

2023-02-21 Thread Brian Inglis via Cygwin
On 2023-02-21 06:51, Thomas Wolff via Cygwin-apps wrote: Am 21.02.2023 um 14:10 schrieb Jonathan Chapman-Moore via Cygwin-apps: ML cygwin-apps is for packagers issues, not general distro or features discussion, moving to cygwin for followup. I was wondering when ACL was going to be added to

Re: I discovered the problems why the program I'm trying to port crashed

2023-02-20 Thread Brian Inglis via Cygwin
On 2023-02-19 09:56, w6b7rk5yu4mt25v3 via Cygwin wrote: Quoted from https://cygwin.com/pipermail/cygwin-cvs/2020q3/014516.html: "The file mapping will be only a single page, 4K, and since 64 bit systems don't support the AT_ROUND_TO_PAGE flag, the remainder of the 64K slot will result in a SEGV

Re: [ANNOUNCEMENT] Updated: dash 0.5.12-2

2023-02-15 Thread Brian Inglis via Cygwin
On 2023-02-15 07:05, Corinna Vinschen via Cygwin wrote: On Feb 15 14:52, Corinna Vinschen via Cygwin wrote: The currently building cygwin test release 3.5.0-0.174.gd6d4436145b8 contains the new code. Would you mind to build a dash for testing so we can see if and how it works? You don't have

Re: [ANNOUNCEMENT] Updated: dash 0.5.12-2

2023-02-13 Thread Brian Inglis via Cygwin
On 2023-02-13 10:43, ASSI via Cygwin wrote: Corinna Vinschen via Cygwin writes: On Feb 12 22:03, Cygwin dash Co-Maintainer wrote: The following packages have been upgraded in the Cygwin distribution: * dash0.5.12-2 This package is being upgraded to current as the previous release brea

Re: Python 3.9 requires daily OK?

2023-02-11 Thread Brian Inglis via Cygwin
On 2023-02-11 09:27, Lester Ingber via Cygwin wrote: Apparently, Python-3.9 requires a daily approval to run? On both of our independent PCs my wife and I have to do this daily?? Does not sound like any Cygwin package I have ever used. Sounds like a really poorly written AntiVirus product! What

Re: CPN Tools 4.0.0

2023-02-09 Thread Brian Inglis via Cygwin
On 2023-02-09 03:28, Sana Abbes via Cygwin wrote: je suis étudiante je trouve des problèmes dans l'utilisation de cpn tools 4.0.0 je suis débutante En Anglais ici, SVP. "I am a student witj problems using CPN Tools 4.0.0. I am a newbie." De http://cpntools.org/ "From the autumn of 2010, CP

Re: Parameter expansion stopped working in recent ash/dash

2023-02-08 Thread Brian Inglis via Cygwin
On 2023-02-07 12:01, Brian Inglis via Cygwin wrote: On 2023-02-07 10:19, Brian Inglis via Cygwin wrote: On 2023-02-07 05:07, Andrey Repin via Cygwin wrote: In the attached script, that I always run using dash, the expansion is supposed to strip leading/trailing spaces from provided parameter

Re: OpenSSH_9.2p1 sftp prompt now "s " instead of "sftp> "

2023-02-07 Thread Brian Inglis via Cygwin
On 2023-02-07 15:22, Voris, Ben via Cygwin wrote: For example: : sftp user@127.0.0.1 Connected to 127.0.0.1. s bye : type sftp sftp is hashed (/usr/bin/sftp) : ssh -V OpenSSH_9.2p1, OpenSSL 1.1.1s 1 Nov 2022 On Linux with a much older ssh: : ssh -V OpenSSH_8.2p1 Ubuntu-4ubuntu0.5, OpenSSL 1.

Re: Parameter expansion stopped working in recent ash/dash

2023-02-07 Thread Brian Inglis via Cygwin
On 2023-02-07 10:19, Brian Inglis via Cygwin wrote: On 2023-02-07 05:07, Andrey Repin via Cygwin wrote: Greetings, All! In the attached script, that I always run using dash, the expansion is supposed to strip leading/trailing spaces from provided parameter. The upgrade that took place after

Re: Parameter expansion stopped working in recent ash/dash

2023-02-07 Thread Brian Inglis via Cygwin
On 2023-02-07 05:07, Andrey Repin via Cygwin wrote: Greetings, All! In the attached script, that I always run using dash, the expansion is supposed to strip leading/trailing spaces from provided parameter. The upgrade that took place after which the expansion stopped working is libsolv: - da

Re: [FEEDBACK] Issue with fd_set, FD_ZERO, FD_SET, FD_SETSIZE : Cygwin

2023-02-06 Thread Brian Inglis via Cygwin
On 2023-02-06 21:28, Yeo Kai Wei via Cygwin wrote: On 7/2/2023 9:54 am, Eliot Moss wrote: On 2/7/2023 11:34 AM, Yeo Kai Wei wrote: On 7/2/2023 7:27 am, Eliot Moss wrote: On 2/7/2023 10:03 AM, Yeo Kai Wei via Cygwin wrote: On 7/2/2023 4:59 am, gs-cygwin@gluelogic.com wrote: On Tue, Feb 07

<    1   2   3   4   >