Re: Clipboard paste on SHIFT-INSERT no longer works for me

2025-04-29 Thread Mark Geisert via Cygwin
will and select Save to remember your updates. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Windows 10 Home and sshfs

2025-04-29 Thread Mark Geisert via Cygwin
where U and G are your uid and gid from the 'id' command. (Choosing 000 for both umasks means "full access".) I don't know if you can 'chown' or 'chmod' files on the mounted filesystem; not enough experience with FUSE+sshfs yet. HTH, ..ma

Re: Windows 10 Home and sshfs

2025-04-28 Thread Mark Geisert via Cygwin
Hi David, You did much more than what I asked you to, but we'll work with that. Comments inlined and appended below... On 4/28/2025 12:45 PM, David Christensen via Cygwin wrote: On 4/27/25 21:19, Mark Geisert via Cygwin wrote: That DLL is deficient. It is missing the cygfuse_report()

Re: Windows 10 Home and sshfs

2025-04-27 Thread Mark Geisert via Cygwin
I forgot to add: rm /var/run/fuse.mounts after you remove the existing /bin/sshfs.exe. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com

Re: Windows 10 Home and sshfs

2025-04-27 Thread Mark Geisert via Cygwin
provide a terminal command I can run to find the answer. That might have been more for Mark than for you, but you would use gendef against it same as you did with the cygfuse dll. 2025-04-27 19:59:21 admin@dq67sw ~ $ gendef - /bin/cygfuse-3.2.dll  * [/bin/cygfuse-3.2.dll] Found PE+ image

Re: cygutils 1.4.17-2: lssparse -H does not print hole at offset 0 if more data exists

2025-04-27 Thread Mark Geisert via Cygwin
as just to follow formatting rules of other UNIX versions). I will collect this new version of lssparse.c and add it to the cygutils source tree shortly for the next release at some future time. Thanks, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Windows 10 Home and sshfs

2025-04-26 Thread Mark Geisert via Cygwin
Hi Brian, On 4/26/2025 12:51 PM, Brian Inglis via Cygwin wrote: On 2025-04-25 12:04, David Christensen via Cygwin wrote: On 4/24/25 22:01, Mark Geisert via Cygwin wrote: OK, that looks to be the real problem.  What does cygcheck -c cygfuse display? ..mark 2025-04-25 11:02:33 admin

Re: tfind missing a const qualifier.

2025-04-25 Thread Mark Geisert via Cygwin
that POSIX version needs implementation. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Windows 10 Home and sshfs

2025-04-24 Thread Mark Geisert via Cygwin
Hi David, On 4/24/2025 2:44 PM, David Christensen via Cygwin wrote: On 4/23/25 23:50, Mark Geisert via Cygwin wrote: If you haven't tried running sshfs from an elevated shell, try that. Other than this, no further ideas yet. ..mark Thank you for the follow-up. My previous posts appe

Re: Windows 10 Home and sshfs

2025-04-23 Thread Mark Geisert via Cygwin
On 4/22/2025 10:09 PM, David Christensen via Cygwin wrote: On 4/22/25 22:05, Mark Geisert via Cygwin wrote: Welp, that's no help at all.  Let me try to reproduce the problem on my Win10 system using the same, recent, WinFSP you have.  This may take some time.  I appreciate your reportin

Re: posix_spawn

2025-04-23 Thread Mark Geisert via Cygwin
oduces the error. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-23 Thread Mark Geisert via Cygwin
On 4/23/2025 3:59 AM, Christian Franke via Cygwin wrote: Mark Geisert via Cygwin wrote: Drat, typo alert: It looks to me like that 'if' statement should read    if (mbstowcs (*wcs_path, *mbs_path, len) ...     if (mbstowcs (*wcspath, mbs_path, len) ... Use 'len + 1',

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-22 Thread Mark Geisert via Cygwin
Drat, typo alert: It looks to me like that 'if' statement should read   if (mbstowcs (*wcs_path, *mbs_path, len) ... if (mbstowcs (*wcspath, mbs_path, len) ... ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Doc

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-22 Thread Mark Geisert via Cygwin
'len' in the buffer. IOW the converted chars occupy character indexes 0 thru len-1. If you concur I can update cygutils with this fix shortly. Thanks & Regards, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Docume

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
ut file is sshfs.trace in the directory you run sshfs from. Thanks much, ..mark 2025-04-22 21:31:50 admin@dq67sw ~ $ strace -o sshfs.trace sshfs -h David Welp, that's no help at all. Let me try to reproduce the problem on my Win10 system using the same, recent, WinFSP you have. This

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 9:32 PM, David Christensen via Cygwin wrote: On 4/22/25 21:30, Mark Geisert via Cygwin wrote: Then it's odd they don't appear in the ldd output.  How about trying cygcheck /usr/bin/sshfs.exe i.e., no options on cygcheck.  What does that output? ..mark 2025-04-2

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 9:08 PM, David Christensen via Cygwin wrote: On 4/22/25 21:01, Mark Geisert via Cygwin wrote: Now we're getting somewhere!  One or more of the following packages are missing from your Cygwin system.  Use the Cygwin Setup program to add them if not already inst

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 8:50 PM, David Christensen via Cygwin wrote: On 4/22/25 20:35, Mark Geisert via Cygwin wrote: On 4/22/2025 8:18 PM, David Christensen via Cygwin wrote: 2025-04-22 20:07:20 admin@dq67sw ~ $ sshfs dpchrist@samba:/var/local/samba/dpchrist /samba/dpchrist 2025-04-22 20:07:38 admin

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
On 4/22/2025 8:18 PM, David Christensen via Cygwin wrote: On 4/22/25 19:31, Mark Geisert via Cygwin wrote: A peculiarity of Cygwin sshfs on Windows is that the directory being mounted on ('/samba' in your case) must not exist before starting sshfs. If that doesn't help, plea

Re: posix_spawn

2025-04-22 Thread Mark Geisert via Cygwin
est Case. Something in C that demonstrates the problem and is completely self-contained, along with how to run it? We don't want to be assuming things that are not shown in the code excerpt above. Thanks, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
/run/fuse.mounts right after trying to start sshfs and post the results here. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Sourceware infrastructure updates for Q1 2025

2025-04-22 Thread Mark Wielaard via Cygwin
ailman/listinfo/overseers Please see https://sourceware.org/donate.html if you want to financially support Sourceware. Sourceware PLC, Frank Ch. Eigler, Christopher Faylor, Ian Kelling, Ian Lance Taylor, Tom Tromey, Jon Turney, Mark J. Wielaard, Elena Zannoni -- Problem reports: h

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-21 Thread Mark Geisert via Cygwin
f (wchar_t)) ...   ... } Apologies for the delayed response. Thanks ggl329 for the report and you for the diagnosis! I will look into repairing this bug shortly. Regards, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: posix_spawn

2025-04-21 Thread Mark Geisert via Cygwin
ix_*() functions; which ones is a question for readers of the POSIX standard ;-). ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Modify bash shell script so it runs in elevated admin mode on Win explorer double click?

2025-04-11 Thread Mark Liam Brown via Cygwin
On Fri, Apr 11, 2025 at 6:32 PM Brian Inglis via Cygwin wrote: > > On 2025-04-11 10:21, Mark Liam Brown via Cygwin wrote: > > Greetings! > > > > How can I modify a Cygwin bash script so it runs in elevated > > Administrator mode when someone double-clicks it in Wind

Modify bash shell script so it runs in elevated admin mode on Win explorer double click?

2025-04-11 Thread Mark Liam Brown via Cygwin
Greetings! How can I modify a Cygwin bash script so it runs in elevated Administrator mode when someone double-clicks it in Windows Explorer? Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com

Tuning ls, ls -l, find ., find . -ls performance for very large dirs (60000+ files/dir)

2025-04-08 Thread Mark Liam Brown via Cygwin
Greetings! Are there tuning variables to improve ls, ls -l, find ., find . -ls performance for very large dirs? If we have a SMB dir with 6+ entries a simple ls -l can take MANY minutes (22+mins), while cmd.exe dir just floods the terminal with results immediately. Mark -- IT

Re: cygutils 1.4.17-2: lssparse -H does not print hole at offset 0 if more data exists

2025-04-06 Thread Mark Geisert via Cygwin
from http://svn.nrubsig.org/svn/people/gisburn/code/sparsefiles/lssparse.c This new version has been added to an updated cygutils 1.4.17-3 release as announced in https://cygwin.com/pipermail/cygwin-announce/2025-April/012256.html Thanks & Regards, ..mark -- Problem reports:

Re: Tool for listing sparse file layout

2025-04-01 Thread Mark Geisert via Cygwin
On 4/1/2025 1:53 AM, Mark Geisert via Cygwin wrote: Hi folks, On 3/31/2025 8:43 AM, Cedric Blancher via Cygwin wrote: On Mon, 31 Mar 2025 at 11:38, Mark Geisert via Cygwin wrote: On 3/31/2025 1:26 AM, Cedric Blancher via Cygwin wrote: [...] Could you please add lssparse.exe there? It&#

Re: Tool for listing sparse file layout

2025-04-01 Thread Mark Geisert via Cygwin
Hi folks, On 3/31/2025 8:43 AM, Cedric Blancher via Cygwin wrote: On Mon, 31 Mar 2025 at 11:38, Mark Geisert via Cygwin wrote: On 3/31/2025 1:26 AM, Cedric Blancher via Cygwin wrote: On Tue, 11 Mar 2025 at 11:14, Corinna Vinschen via Cygwin wrote: On Mar 10 21:51, Brian Inglis via Cygwin

Re: Tool for listing sparse file layout

2025-03-31 Thread Mark Geisert via Cygwin
look. Where might I find this wonderful tool in source code form? Google drew a blank. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Sourceware Survey 2025

2025-03-28 Thread Mark Wielaard via Cygwin
On Fri, Mar 14, 2025 at 01:46:15AM +0100, Mark Wielaard wrote: > The Sourceware Project Leadership Committee would like to know who our > users are, which hosted projects they feel part of, what services they > rely on and what the priorities should be for new initiatives. &

Re: symbolic link curiousity in 3.6.0

2025-03-25 Thread Mark Geisert via Cygwin
Hi Corinna, On 3/25/2025 2:56 AM, Corinna Vinschen via Cygwin wrote: On Mar 25 02:25, Mark Geisert via Cygwin wrote: This occurs on the released 3.6.0 but not in 3.6.0 test build 327. /tmp ls foo bar ls: cannot access 'foo': No such file or directory ls: cannot access 'bar&#x

symbolic link curiousity in 3.6.0

2025-03-25 Thread Mark Geisert via Cygwin
directory bar@ /tmp ls -l foo bar ls: cannot access 'foo': No such file or directory ls: bar: Not supported lrwxrwxrwx 1 Mark None 3 Mar 25 02:08 bar -> foo The spurious "Not supported" message is new and curious. I could not see anything obvious in an strace of the command.

Sourceware Survey 2025

2025-03-13 Thread Mark Wielaard via Cygwin
your local timezone: $ date -d "Fri Mar 14 16:00 UTC 2025" Thanks, Frank Ch. Eigler, Christopher Faylor, Ian Kelling, Ian Lance Taylor, Tom Tromey, Jon Turney, Mark J. Wielaard, Elena Zannoni -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

Re: sched_getaffinity() always returns the full cpu mask

2025-03-10 Thread Mark Geisert via Cygwin
/nf-winbase- getprocessaffinitymask Yeesh, those cases are the kind of gotchas we want to find because Windows may well differ from Linux in how they're handled. Thanks, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/

Re: sched_getaffinity() always returns the full cpu mask

2025-03-08 Thread Mark Geisert via Cygwin
t.com/en-us/windows/win32/api/winbase/nf-winbase- getprocessaffinitymask Thanks very much for the report and diagnosis. I will investigate shortly. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.

Re: Where Cygwin snapshots?

2025-02-09 Thread Mark Geisert via Cygwin
n Setup program. On the Select Packages screen, using the Pending or Up To Date view, select Cygwin as a package. Then click the dropdown to see the New versions available. Snapshots are shown just like regular or test versions of other packages. ..mark -- Problem reports: https://cyg

Re: building util-linux-2.40.2

2025-02-06 Thread Mark Geisert via Cygwin
f you dare ;-). HTH, ..mark --- #!/bin/sh # # gen-syscall-h.sh # Generates #defines for a plausible Cygwin on stdout # 2023/12/30 Original version by Mark A. Geisert # # This currently works by creating a list of all symbols exported # by libcy

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

2025-02-02 Thread Mark Geisert via Cygwin
tml Sorry for the inconvenience, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

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

2025-01-29 Thread Mark Geisert via Cygwin
was this removed? Is this just a bug? Evidently just a bug. In my build tree for the release there are object files for the other text-utils programs but not col.o. How odd. I'll investigate this and update util-linux in the coming days. Thanks for the report! ..mark --

Re: mq_send(-1, ...) segfaults instead of failing with EBADF

2025-01-15 Thread Mark Geisert via Cygwin
nated by task manager] Same if -fstack-protector-strong is added. Thanks for the report and testcase. It appears the mq_*() functions are missing a validation step. I'll submit a patch shortly. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: 2 SCHED_IDLE bugs in Cygwin 3.6

2024-12-24 Thread Mark Geisert via Cygwin
y Cygwin >= 3.6. /usr/bin/chrt now understands the options for SCHED_IDLE and SCHED_BATCH policies, but they are not effective unless you're running on 3.6 or greater. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/fa

Sourceware infrastructure updates for Q4 2024

2024-12-20 Thread Mark Wielaard via Cygwin
to the overseers mailinglist. https://sourceware.org/mailman/listinfo/overseers Sourceware PLC, Frank Ch. Eigler, Christopher Faylor, Ian Kelling, Ian Lance Taylor, Tom Tromey, Jon Turney, Mark J. Wielaard, Elena Zannoni -- Problem reports: https://cygwin.com/problems.html FAQ:

"setup-x86_64.exe" blocked by Proxy/Firewall to 3MB packages

2024-12-04 Thread Mark via Cygwin
Hello. We have a Proxy/AV/Firewall which blocks internet downloads to max 3MB size, then they truncate the file. So, for example, downloading VIM-COMMON package, which sizes about 6MB, the xz is truncated to 3MB and the installation fails, obviously. Is there, actually, a method to bypass this i

Re: Cygwin zh_CN.GB18030 locale?

2024-11-25 Thread Mark Liam Brown via Cygwin
ale -a does not list GB18030, and autoconf/cmake and others will then think the GB18030 locale is not installed. locale -a should list ALL supported locales, with FULL language[_territory][.codeset][@modifier] string, and not just the legacy language[_territory] string, which is pre

Re: Thread memory allocation issue

2024-11-24 Thread Mark Geisert via Cygwin
. Maybe that's different on your system? Another BTW: are the input data files and output files on a hard disk or an SSD on your system? They're on an SSD on mine. Curiouser and curiouser, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Thread memory allocation issue

2024-11-18 Thread Mark Geisert via Cygwin
=drive_link I'll glance at this stuff when I can but I hope to have some answers to my questions above from you to save me some time. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: Is this correct behaviour for 'rev'?

2024-11-03 Thread Mark Geisert via Cygwin
Continuing my monologue, with due consideration of comments posted, ... On 10/23/2024 10:01 PM, Mark Geisert via Cygwin wrote: Replying to myself, I continue... On 10/22/2024 10:33 PM, Mark Geisert via Cygwin wrote: On 10/22/2024 8:00 PM, Backwoods BC via Cygwin wrote: It appears that 

Re: Is this correct behaviour for 'rev'?

2024-10-23 Thread Mark Geisert via Cygwin
Replying to myself, I continue... On 10/22/2024 10:33 PM, Mark Geisert via Cygwin wrote: On 10/22/2024 8:00 PM, Backwoods BC via Cygwin wrote: It appears that 'rev' is choking on any character \x80 or higher, but is OK with those \x1f or smaller. It doesn't give an error or ign

Re: Is this correct behaviour for 'rev'?

2024-10-22 Thread Mark Geisert via Cygwin
gwin util-linux 2.39.3-2 rev behaves in the same, broken way. It looks like line-ending char(s) are not being handled correctly. Don't know yet if it's rev itself or fgetws() being used by rev that's busted. I'll investigate further. Thanks for the report! ..mark

Re: Computer Science and sub-projects

2024-10-18 Thread Mark Aitchison via Cygwin
cygwin work with universities to provide "junior" versions of mailing lists with sub-projects that could be within the range of students, so they get a feeling for collaboration, update-histories, style standards, reading others' code, feedback from seasoned developers, etc.?? Ma

Re: Request for test by users seeing 0.00 load average in spite of a busy system

2024-10-02 Thread Mark Geisert via Cygwin
On 10/2/2024 7:36 PM, Mark Geisert via Cygwin wrote: [My problem] system is running Windows 10 21H2, build 19043.2251. Oops, should have copy/pasted. It's Windows 10 Pro 21H1, build 19043.2251. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Request for test by users seeing 0.00 load average in spite of a busy system

2024-10-02 Thread Mark Geisert via Cygwin
quot;./loadavg" line demonstrates a tool that I plan to release that gives a much more accurate load average the moment it is called. The uptime display still has zeroes because I haven't updated the Cygwin DLL on this machine yet. Awaiting more results of my call for testing :-). Cheer

Request for test by users seeing 0.00 load average in spite of a busy system

2024-10-01 Thread Mark Geisert via Cygwin
Hi folks, I may have a handle on why you're seeing 0.00 load averages. Would you kindly compile the attached program, run it, and post its results along with which version of Windows you are running? For example, gcc -Wall -ggdb -o test test.c -lpdh ./test Thanks for your help, .

Re: [EXTERNAL] Re: Cygwin 3.6 x86/32bit builds for Windows 10/ARM64 x86 emulation?

2024-10-01 Thread Mark Liam Brown via Cygwin
On Sun, Sep 29, 2024 at 10:12 AM Radek Barton wrote: > > Hello Mark. > > I am working on Cygwin/MSYS2 Arm64 port though this is something that could > not be > delivered in matter of months. Can you please describe your use/business case > more > in detail to help up u

Re: Cygwin 3.6 x86/32bit builds for Windows 10/ARM64 x86 emulation?

2024-10-01 Thread Mark Liam Brown via Cygwin
On Mon, Sep 30, 2024 at 7:20 PM Jeremy Drake wrote: > > On Sat, 28 Sep 2024, Mark Liam Brown via Cygwin wrote: > > > On Tue, Sep 17, 2024 at 12:49 PM Mark Liam Brown > > wrote: > > > > > > Greetings! > > > > > > Are there Cygwin 3.6

Sourceware infrastructure updates for Q3 2024

2024-09-30 Thread Mark Wielaard via Cygwin
Durigan Junior and Mark J. Wielaard are currently setting up the Forge and hope to have a call for participation in ~2 weeks. = Sourceware Open Office hours Every second Friday of the month is the Sourceware Overseers Open Office hour in #overseers on irc.libera.chat from 16:00 till 17:00

Re: Cygwin 3.6 x86/32bit builds for Windows 10/ARM64 x86 emulation?

2024-09-28 Thread Mark Liam Brown via Cygwin
On Tue, Sep 17, 2024 at 12:49 PM Mark Liam Brown wrote: > > Greetings! > > Are there Cygwin 3.6 x86/32bit builds? > We're on Windows 10/ARM64, and as Cygwin does not support ARM64 yet > the only other option is to use the x86 (32bit) emulation to run > Cygwin 3.6 32bit.

Cygwin 3.6 x86/32bit builds for Windows 10/ARM64 x86 emulation?

2024-09-17 Thread Mark Liam Brown via Cygwin
ld be appreciated! Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: readdir() returns inaccessible name if file was created with invalid UTF-8

2024-09-17 Thread Mark Liam Brown via Cygwin
with the dot. > >>> In file3 the same sequence is just dropped. > >>> $ ls -1|cat > >>> file1-🌡.ext > >>> file2-.ឳext > >>> file3- > >>> > >>> However, ls file2* fails, as does ls *. > >> On the other hand,

Cygwin setup.exe - option to put MinTTY icon in task bar?

2024-09-17 Thread Mark Liam Brown via Cygwin
Greetings! Just an idea: setup.exe already has 2 options to put the MinTTY icon on the Desktop&Start Menu. Could the same be done to put MinTTY into the task bar, please? Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html

Re: pthread_sigqueue(): First parameter is incompatible with glibc

2024-09-12 Thread Mark Geisert via Cygwin
rrently it's treated as a 'pthread_t *' to match the prototype. I'll work on a patch for these issues. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe

Re: Status of Cygwin on Windows/ARM64?

2024-09-08 Thread Mark Liam Brown via Cygwin
ARM64 Cygwin binaries. The x86_64 to ARM64 emulation feels like having a racecar driving in molasses, just annoying users, and is thus no option. Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.co

Status of Cygwin on Windows/ARM64?

2024-09-07 Thread Mark Liam Brown via Cygwin
Greetings! What is the current status of Cygwin on Windows/ARM64? Does it work? Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Re: Installing Cygwin-32

2024-09-06 Thread Mark Liam Brown via Cygwin
ibiconv,libiconv2,pax,pbzip2,procps-ng,sed,tar,time,util-linux,wget,libnfs-utils,make,bmake,git,dos2unix,unzip # snip Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentati

Re: ssh broken after updating cygwin

2024-08-30 Thread Mark Geisert via Cygwin
openssh version every time you use setup.exe from now on. That's a pain, but works for me. YMMV. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

BUG: /usr/bin/uptime always reports 0/0/0 average

2024-08-27 Thread Mark Liam Brown via Cygwin
Greetings! /usr/bin/uptime always reports 0/0/0 average cpu load: $ uptime 10:09:01 up 15:59, 0 user, load average: 0.00, 0.00, 0.00 is this a known bug? Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ

Re: How to repair the symlinks in a copied cygwin64 tree

2024-08-07 Thread Mark Geisert via Cygwin
estored them properly with "tar xzf". That looks good OK me but I've never had to try it, so YMMV. HTH, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Cygwin mount "notexec", what does it really do?

2024-08-07 Thread Mark Liam Brown via Cygwin
those binaries to be executabe. So what does "notexec" really do? Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Uns

Re: Parse output of "net use", but language varies - force language for "net use"?

2024-07-20 Thread Mark Liam Brown via Cygwin
On Sat, Jul 20, 2024 at 4:31 PM Bill Stewart via Cygwin wrote: > > On Sat, Jul 20, 2024 at 7:45 AM Mark Liam Brown via Cygwin wrote: > > I am trying to parse the output of "net use" in a bash script, but hit > > a roadblock: > > The output of "net use&q

Parse output of "net use", but language varies - force language for "net use"?

2024-07-20 Thread Mark Liam Brown via Cygwin
use" to English, even if the system default language is Danish or French? Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscrib

Re: Urgent gcc update to GCC 13.3

2024-07-15 Thread Mark Liam Brown via Cygwin
So far g++ in Cygwin 3.5.3 cannot compile anything in std::pmr:*, e.g. std::pmr::monotonic_buffer_resource, std::pmr::polymorphic_allocator, std::pmr::string, ruling out any realistic C++17 apps (of course, HelloWorld will work). Mark -- IT Infrastructure Consultant Windows, Linux --

Re: How to use '$RECYCLE.BIN' to recover files?

2024-07-12 Thread Mark Liam Brown via Cygwin
5c00630061006300 \.c.a.c. > 0030: 680065005c007300 h.e.\.s. > 0038: 6500740075007000 e.t.u.p. > 0040: 5c00650074006300 \.e.t.c. > 0048: 5c0070006b006900 \.p.k.i. > 0050: .. I think the question was: Does Cygwin have utilities which can res

Urgent gcc update to GCC 13.3

2024-07-06 Thread Mark Liam Brown via Cygwin
on C++17, e.g. std::pmr::polymorphic_allocator, does not work 3. Qt6 is not portable to Cygwin, which has a severe impact Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation

Re: Analyze dependencies of a cygwin package

2024-06-21 Thread Mark Geisert via Cygwin
yzing transitive dependencies of a package? It does not make sense for an audio player to bring a compiler as dependency, and would like to remove the offending dependency. Try the cygcheck-dep tool, downloadable through setup.exe. It was created to answer questions just like this. Recommended :-). .

Re: [Ms-nfs41-client-devel] Cygwin&mingw svn fails on NFS4 share

2024-06-17 Thread Mark Liam Brown via Cygwin
On Fri, Jun 14, 2024 at 5:19 PM Roland Mainz wrote: > > On Fri, Jun 14, 2024 at 12:14 PM Mark Liam Brown > wrote: > > Cygwin 3.4/3.5&mingw svn fails on a NFS4 share during checkout > > > > svn checkout https://svn.FreeBSD.org/base/head/share/man > > Am

Cygwin&mingw svn fails on NFS4 share

2024-06-14 Thread Mark Liam Brown via Cygwin
[S11]: database disk image is malformed svn: E200030: sqlite[S11]: database disk image is malformed svn: E200030: sqlite[S11]: database disk image is malformed This works on C: (/cygdrive/c). Any thoughts? Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin

Re: Native posix_spawn() in Cygwin?

2024-06-06 Thread Mark Geisert via Cygwin
On 6/6/2024 4:09 PM, Dan Shelton via Cygwin wrote: On Wed, 6 Mar 2024 at 01:08, Mark Geisert via Cygwin wrote: On 3/5/2024 2:42 PM, Dan Shelton via Cygwin wrote: [...] posix_spawn() was added to POSIX so a Win32 implementation can use Win32 spawn() ...now I see what you're getting at

Re: frequent hangs running ldd

2024-05-24 Thread Mark Geisert via Cygwin
ldh, show the threads, and can get stack backtraces which are refreshable. You have to convert addresses shown there into source-relevant addresses manually. I'm bowing out for now as I think Takashi has a handle on this. Cheers, ..mark -- Problem reports: https://cygwin.com/problems.

Re: frequent hangs running ldd

2024-05-24 Thread Mark Geisert via Cygwin
break; 327 switch (ev.dwDebugEventCode) 328 { 329 case CREATE_PROCESS_DEBUG_EVENT: (gdb) ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Technical reason why 32bit Cygwin cannot be installed on 64bit Windows?

2024-05-18 Thread Mark Geisert via Cygwin
n DLL since 3.3.6 has been released for 32-bit Windows. Features of later Cygwin DLLs are unlikely to be backported. I look forward (not) to future discussions about what merits a backport or updated release and who should be doing it. ..mark -- Problem reports: https://cygwi

Re: util-linux-2.39.3-1: libblkid returns invalid physical_sector_size

2024-04-03 Thread Mark Geisert via Cygwin
check in upon my return to keyboard. Cheers & Regards, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Cygwin&Win32 file prefetch, block sizes?

2024-04-02 Thread Mark Geisert via Cygwin
. Something like this is currently done for POSIX_FADV_SEQUENTIAL -> FILE_SEQUENTIAL_ONLY. These are per-filedescriptor adjustments and due to Windows limitations would apply to a whole file rather than having the POSIX behavior of being settable for a byte range within a file. SHTDI, PTC, and

Re: util-linux-2.39.3-1: libblkid returns invalid physical_sector_size

2024-04-02 Thread Mark Geisert via Cygwin
patch allows fdisk.exe to report the three correct values in my limited testing. Thanks for the report and the patch! ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe

Sourceware 2024 - The Plan

2024-03-25 Thread Mark Wielaard via Cygwin
ervancy Sustainer https://sfconservancy.org/sustainer/ or donating directly to Sourceware https://sourceware.org/donate.html Thanks, Frank Ch. Eigler, Christopher Faylor, Ian Kelling, Ian Lance Taylor, Tom Tromey, Jon Turney, Mark J. Wielaard, Elena Zannoni -- Problem reports: https://cygwi

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-03-08 Thread Mark Geisert via Cygwin
On 3/5/2024 2:43 AM, Mark Geisert via Cygwin wrote: On 3/5/2024 12:46 AM, Cedric Blancher via Cygwin wrote: On Mon, 29 Jan 2024 at 10:46, Mark Geisert via Cygwin wrote: On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote: On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote: Good

Updated: util-linux 2.39.3-1 (test)

2024-03-08 Thread Mark Geisert via Cygwin
other programs that make up the util-linux package work properly. Thank you, ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Native posix_spawn() in Cygwin?

2024-03-05 Thread Mark Geisert via Cygwin
On 3/5/2024 2:42 PM, Dan Shelton via Cygwin wrote: On Mon, 4 Mar 2024 at 07:45, Mark Geisert via Cygwin wrote: On 3/3/2024 7:27 PM, Dan Shelton via Cygwin wrote: [...] strace does not help, as I need the Win32 calls BELOW posix_spawn(), to see the implementation details. Check the source

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-03-05 Thread Mark Geisert via Cygwin
On 3/5/2024 12:46 AM, Cedric Blancher via Cygwin wrote: On Mon, 29 Jan 2024 at 10:46, Mark Geisert via Cygwin wrote: On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote: On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote: Good morning! rm -f myfile touch myfile /usr/bin/fallocate -v

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-03-05 Thread Mark Geisert via Cygwin
On 3/5/2024 12:46 AM, Cedric Blancher via Cygwin wrote: On Mon, 29 Jan 2024 at 10:46, Mark Geisert via Cygwin wrote: On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote: On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote: Good morning! rm -f myfile touch myfile /usr/bin/fallocate -v

Re: Convert a file descriptor from Cygwin openat() to Win32 file HANDLE?

2024-03-03 Thread Mark Geisert via Cygwin
one can't always depend on it because Cygwin can use several handles for a specific file or other object in certain situations, which I'm not going to list here because I don't know them all. Try that and see if it works for your case. ..mark -- Problem reports:

Re: Native posix_spawn() in Cygwin?

2024-03-03 Thread Mark Geisert via Cygwin
both fork() and __posix_spawn_fork() calling dofork(). So both those user-level functions call into the exact same internals. (BTW __posix_spawn_fork() is called from posix_spawn(); the latter is in newlib and not Cygwin.) You can even see the reason it's done this way by reading the comment. ..mark

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 builder.sourceware

Re: Can util-linux 2.33.1-3 come out of [test] ?

2024-02-05 Thread Mark Geisert via Cygwin
ill also be upgraded to 3.5.0 unless you take measures to prevent it in your setup interactions. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-01-29 Thread Mark Geisert via Cygwin
On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote: On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote: Good morning! rm -f myfile touch myfile /usr/bin/fallocate -v -d -l myfile takes forever with latest Cygwin 3.5 ^ length goes here, before filename I

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-01-28 Thread Mark Geisert via Cygwin
touch' to make the file sparsifiable. Also, I'm unsure if '-d' makes sense when initially allocating a sparse file. If I leave it off, fallocate does the right thing. I'm separately investigating the 'takes forever' report. ..mark -- Problem reports:

Re: /usr/bin/fallocate missing in Cygwin 3.5's "util-linux" ...

2024-01-28 Thread Mark Geisert via Cygwin
On 1/27/2024 7:47 AM, Marco Atzeri via Cygwin wrote: On 27/01/2024 11:06, Mark Geisert via Cygwin wrote: On 1/26/2024 11:26 PM, ASSI via Cygwin wrote: Mark Geisert via Cygwin writes: A new build of the util-linux package, 2.33.1-3, now includes fallocate and its man page.  The updated package

Re: /usr/bin/fallocate missing in Cygwin 3.5's "util-linux" ...

2024-01-27 Thread Mark Geisert via Cygwin
On 1/26/2024 11:26 PM, ASSI via Cygwin wrote: Mark Geisert via Cygwin writes: A new build of the util-linux package, 2.33.1-3, now includes fallocate and its man page. The updated package is now making its way to the Cygwin mirrors. fallocate requires Cygwin version >= 3.5.0. It a

Re: /usr/bin/fallocate missing in Cygwin 3.5's "util-linux" ...

2024-01-24 Thread Mark Geisert via Cygwin
On 1/23/2024 4:41 PM, Mark Geisert via Cygwin wrote: On 1/23/2024 3:36 AM, Roland Mainz via Cygwin wrote: Small bug report: Cygwin 3.5. now has support for SEEK_HOLE (thanks! :-) ), but /usr/bin/fallocate is still missing in the "util-linux" package. Can someone please enable

  1   2   3   4   5   6   7   8   9   10   >