Re: Windows 10 Home and sshfs

2025-04-29 Thread David Christensen via Cygwin
es /samba/dpchrist/Television /samba/dpchrist/Videos 2025-04-29 19:26:07 admin@dq67sw ~ $ touch /samba/dpchrist/foo touch: cannot touch '/samba/dpchrist/foo': Permission denied So sshfs is connecting, but there are identity issues (UID/GID/SID) (?). I tried a few guesses at options to al

Re: Windows 10 Home and sshfs

2025-04-29 Thread David Christensen via Cygwin
he previous paragraph worked, then install WinFSP. I would prefer not to install a third party package. Is there a solution that can be implemented using only Cygwin? David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentatio

Re: Windows 10 Home and sshfs

2025-04-28 Thread David Christensen via Cygwin
23370 35142 admin@dq67sw ~ $ strace sshfs dpchrist@f5:/var/local/samba/dpchrist /samba 2>&1 | gzip -9 > strace-sshfs.gz strace-sshfs.gz is attached. David strace-sshfs.gz Description: application/gzip -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Windows 10 Home and sshfs

2025-04-27 Thread David Christensen via Cygwin
On 4/27/25 16:05, Jeremy Drake wrote: On Sun, 27 Apr 2025, David Christensen wrote: On 4/27/25 14:59, Jeremy Drake wrote: Does sshfs.exe have any exports? Should it? I do not know how to answer that question. Please provide a terminal command I can run to find the answer. That might have

Re: Windows 10 Home and sshfs

2025-04-27 Thread David Christensen via Cygwin
On 4/27/25 14:59, Jeremy Drake wrote: On Sun, 27 Apr 2025, Jeremy Drake via Cygwin wrote: On Sun, 27 Apr 2025, David Christensen via Cygwin wrote: The procedure entry point cygfuse_report could not be located in the dynamic link library C:\cygwin64\sshfs.exe. -> OK Does sshfs.exe have

Re: Windows 10 Home and sshfs

2025-04-27 Thread David Christensen via Cygwin
se_start_cleanup_thread fuse_stop_cleanup_thread fuse_unmount fuse_version 2025-04-27 14:30:56 admin@dq67sw ~ $ gendef /usr/bin/cygfuse-3.2.dll * [/usr/bin/cygfuse-3.2.dll] Found PE+ image 2025-04-27 14:31:06 admin@dq67sw ~ $ David -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Windows 10 Home and sshfs

2025-04-25 Thread David Christensen via Cygwin
OK David -- 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 David Christensen via Cygwin
00139 at --- Process 9496 thread 9512 exited with status 0xc139 --- Process 9496 exited with status 0xc139 2025-04-24 14:25:18 admin@dq67sw ~ $ The above sequence is reproducible both without privilege escalation and with privilege escalation ("Run as administrator&qu

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
, ..mark Thank you for your trouble-shooting. Let me know if and when you have more ideas for me to test. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
h, ..mark 2025-04-22 21:31:50 admin@dq67sw ~ $ strace -o sshfs.trace sshfs -h David --- Process 6744 created --- Process 6744 loaded C:\Windows\System32\ntdll.dll at 7ffea5a9 --- Process 6744 loaded C:\Windows\System32\kernel32.dll at 7ffea4f9 --- Process 6744 loaded C:\Window

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
.dll C:\cygwin64\bin\cyggcc_s-seh-1.dll C:\cygwin64\bin\cygpcre2-8-0.dll David -- 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-22 Thread David Christensen via Cygwin
tatus libpcre2_8_0 10.45-1OK David -- 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-22 Thread David Christensen via Cygwin
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@dq67sw ~ $ echo $? 127 The 127 exit code indicates sshfs

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
On 4/22/25 19:31, Mark Geisert via Cygwin wrote: Hi David, I have run the WinFsp installer, leaving component selections at default: WinFsp Core -> Will be installed on local hard drive Looks good. When I use Cygwin sshfs(1) to mount the file ser

Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
Comments or suggestions? David -- 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: Packages needed to create a virtual environment in Python 3.9

2025-04-18 Thread David Dyck via Cygwin
thank you P.B. Lecavalier! I greatly appreciate your response! Perhaps this can guide the cygwin packaging in te future I was missing ` python-setuptools-wheel` but I had installed the ` python-setuptools-wheel` Now I have success $ python3 -m ensurepip Looking in links: /tmp/tmpy457n2k6 Requir

Re: Packages needed to create a virtual environment in Python 3.9

2025-04-17 Thread David Dyck via Cygwin
I ran into this error today ( I was trying to use https://github.com/raulgotor/linkerscope.git ) but even with an empty folder I get error message even after I install " python-pip-wheel" from setup $ mkdir /tmp/pip-test ; cd /tmp/pip-test ; python3.9 -m venv venv mkdir /tmp/pip-test ; cd /tmp

Re: Perl stopped working

2025-04-17 Thread David Dyck via Cygwin
try echo 'print "Hello Perl\n"' | perl perhaps you're thinking of pythons REPL ? I sort of like perl -de 1 to interact with perl On Thu, Apr 17, 2025 at 8:53 AM Michael via Cygwin wrote: > After running cygwin-setup and updating all cygwin-packages, perl no > longer seems to work (or maybe a

Re: Crashes in cmake subprocesses since 3.6.0

2025-04-02 Thread David via Cygwin
On 4/2/25 9:52 AM, Takashi Yano via Cygwin wrote: The following patch also can solve the issue. The problem seems to be related to fork(). ... I posted "bash.exe crash" on 2025-03-25. There are similarities. In cygwin 3.6.x and 3.7.x, this bash command crashes silently: $ XXX=$(uname) Actual

Re: bash.exe crash

2025-03-27 Thread David via Cygwin
On 3/25/25 12:22 PM, David via Cygwin wrote: Any suggestions for further investigation? The problem is resolved when I downgrade to cygwin 3.5.7-1. The problem is not resolved when I setup one of the 3.7.0.0. test versions. -- Problem reports: https://cygwin.com/problems.html FAQ

Re: bash.exe crash

2025-03-27 Thread David via Cygwin
On 3/27/25 1:15 PM, Brian Inglis via Cygwin wrote: Try `uname -srvmo` and post the output so we can see which Cygwin version. CYGWIN_NT-10.0-26100 3.6.0-1.x86_64 2025-03-18 17:01 UTC x86_64 Cygwin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin

Re: bash.exe crash

2025-03-27 Thread David via Cygwin
On 3/26/25 2:08 PM, Thomas Wolff via Cygwin wrote: Works for me. Maybe your export list ist too long? What's the unwrapped output of `export` for you? This also crashes: export XXX=$(uname) As you might expect: $ uname CYGWIN_NT-10.0-26100 -- Problem reports: https://cygwin.com/problem

bash.exe crash

2025-03-25 Thread David via Cygwin
Files (x86)\Roxio 2010\OEM\AudioCore C:\WINDOWS\System32\OpenSSH C:\Bin %USERPROFILE%\AppData\Local\Microsoft\WindowsApps Output from C:\cygwin64\bin\id.exe UID: 197609(David) GID: 197121(None) 197121(None) 545(Users) 4(INTERACTIVE

Re: cleanup of in-use files moved to recycle bin

2025-03-03 Thread David Dyck via Cygwin
where we use the null character to delimit fields - for example /proc/*/cmdline and /proc/*/environ - are there others? How will this change affect other user scripts that read /proc/mounts ? On Mon, Mar 3, 2025 at 6:22 AM David Dyck wrote: > Is the format of /proc/mounts changing from being sp

Re: cleanup of in-use files moved to recycle bin

2025-03-03 Thread David Dyck via Cygwin
Is the format of /proc/mounts changing from being space delimited to being null delimited? where can I read more about this change? On Sun, Mar 2, 2025 at 10:57 PM Jeremy Drake via Cygwin wrote: > On Sun, 2 Mar 2025, Jeremy Drake via Cygwin wrote: > > > > 2) assuming there is not, I want to make

Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-07 Thread KARR, DAVID via Cygwin
For quite a while, we've been using bitbucket for our intranet code repositories. I typically use ssh auth for this. I have my key registered in our servers. I have been able to use the Cygwin git for this, and it all works fine. I'm now trying to connect to our new enterprise Github reposito

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

2025-01-16 Thread David Allsopp via Cygwin
Also, since setup acquired the ability to specify versions, and the older releases hang around for a while, when these things do happen it's trivial to put CI workarounds like https://github.com/ocaml/ocaml/pull/13718 in place. Thanks for the work you all do on Cygwin! All best, David -- Pr

possible typo (mention of setup.exe) in cygwin web pages

2025-01-15 Thread David Dyck via Cygwin
I think the "setup.exe" mentioned in https://cygwin.com/cygwin-ug-net/ov-ex-win.html "Quick Start Guide for those more experienced with Windows" setup.exe is mentioned 3 times on the page, the first is: To install a basic Cygwin environment, run the *setup.exe* program and click Next at ea

Re: How to make Cygwin handle Unicode symbolic links?

2025-01-03 Thread David Dyck via Cygwin
I assume you meant cygcheck , not symcheck ? ( i've been "into" symbolic links in cygwin today so the title caught my eye ) what do you have for the CYGWIN environment variable, I've been using winsymlinks:native eg export CYGWIN=winsymlinks:na

Re: takes several attempts to get ssh prompt?

2024-11-15 Thread David Rothenberger via Cygwin
doing anything. For me, it was due to having 0Patch installed. I have not had any issues since I uninstalled 0Patch. -- David Rothenberger daver...@acm.org untold wealth, n.: What you left out on April 15th. -- Problem reports: https://cygwin.com/problems.html FAQ

Re: Installer freezes in windows-2022 GitHub Action

2024-10-22 Thread David Allsopp via Cygwin
would be to find out if sourceware reconfigured anything last week before trying to engage in the futile task of contacting any network providers.. All best, David > Il giorno mar 22 ott 2024 alle ore 06:28 Brian Inglis via Cygwin > ha scritto: > > I typically use wget -N -nv f

How to wrap emacs startup with application that dynamically sets particular environment variables?

2024-10-18 Thread KARR, DAVID via Cygwin
I'm looking at a situation where I'm going to need to write a small application that takes a command line to run, but first gets some data from an external source and sets environment variables from the response, so those variables are set in the subshell it starts. It would be straightforward

Re: Request: please update to coreutils >=9.1

2024-10-18 Thread David Engraf via Cygwin
Hi all, we also run into issues with 9.0 due to the incorrect handling of symlinks. The coreutils Cygwin repository already includes 9.4 and 9.2 on the playground branch [1]. Any plans to release one of these versions? TIA David [1] https://cygwin.com/cgit/cygwin-packages/coreutils/log/?h

apparent solution to multi-shell problem

2024-08-11 Thread KARR, DAVID via Cygwin
This is a repost with additional information. I've managed to find a fix, but I'd like to understand what happened, and perhaps clean up some ancient code. For the last few days, I've been struggling with a problem with Cygwin Emacs after reinstalling Cygwin, which I haven't had to do for a whil

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

2024-08-09 Thread KARR, DAVID via Cygwin
Thanks. I gave up on the backed-up tree a while ago and reinstalled Cygwin, but I'll keep this information in mind if I ever run into this again. From: Cygwin On Behalf Of Andrey Repin via Cygwin Sent: Friday, August 9, 2024 3:07 AM To: David Karr ; cygwin@cygwin.com Cc: Andrey Repin Su

RE: Problems with X11 after reinstalling Windows

2024-08-09 Thread KARR, DAVID via Cygwin
I’ve managed to resolve this particular problem, I was missing some packages. From: Cygwin On Behalf Of Fergus Daly via Cygwin Sent: Thursday, August 8, 2024 10:07 PM To: 'cygwin@cygwin.com' Cc: Fergus Daly Subject: Re: Problems with X11 after reinstalling Windows It sounds to me that you are

After reinstalling Cygwin Emacs can only create a single shell buffer

2024-08-09 Thread KARR, DAVID via Cygwin
I've been using Cygwin and Cygwin Emacs for a long time on Windows 11. I have to reinstall it every couple of years. I just reinstalled Cygwin yesterday, and after having to remember a bunch of things, I finally got my Emacs window again. However, the main thing I use it for is giving me a ne

RE: Problems with X11 after reinstalling Windows

2024-08-08 Thread KARR, DAVID via Cygwin
I tried rebooting, but it didn't change anything. "emacs-X11" still says that the display is not available, and "startxwin" doesn't exist. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Un

Problems with X11 after reinstalling Windows

2024-08-08 Thread David Karr via Cygwin
Related to my earlier question about restoring a reimaged laptop, I decided to simply reinstall Cygwin and then copy over the backup of my home directory. I then ran my desktop shortcut for emacs, which was working before the reimage, and that did nothing. I tried manually running "emacs-X11", an

How to repair the symlinks in a copied cygwin64 tree

2024-08-07 Thread David Karr via Cygwin
At my work, I had to have my laptop reimagined for various reasons. I had them save my cygwin64 tree to external storage first. I now have the laptop back, and I copied the entire tree back in, but now I realize I should have done this differently, and I'm wondering how best to repair this. Some of

Running multiple instances of bash script fails

2024-06-28 Thread David Koski via Cygwin
Any suggestions welcome. Regards, David Koski -- 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: setup: --prune-install appears to be broken

2024-06-25 Thread David McFarland via Cygwin
> You are misunderstanding what prune-install does: it ensures that only > the exact list of groups/packages that you give it for installation > (plus their dependencies) is installed when it finishes and you > literally said you want to end up with no packages at all. That's not what it's doing

Aborting Cygwin setup in unattended modes

2024-06-21 Thread David Allsopp via Cygwin
dialog _requiring_ input where all that input has been disabled! David -- 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

setup: --prune-install appears to be broken

2024-06-20 Thread David McFarland via Cygwin
If I do a base install to a new root: setup-x86_64.exe --root "$(cygpath -wa .cygtest)" --no-admin \ --no-shortcuts --no-replaceonreboot --no-version-check \ --prune-install --verbose And then run the same install again, I get: libsolv: orphaned packages: libsolv:

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread David Dyck via Cygwin
Thank you for your ideas! I have made no changes but can't reproduce the issue today both with a very short path of /usr/bin and the original path I tried with VPN off or on I would be happy to try a few other experiments - but I don't even need the workaround of reverting to an older git $ whic

new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-25 Thread David Dyck via Cygwin
I upgraded to the most recent git and I get the following error ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) $ git clone -v https://github.com/lxml/lxml.git Cloning into 'lxml'... POST git-upload-pack (175 bytes) POST git-upload-pack (gzip 8652 to 4281 bytes) remote: Enumerating objects: 3393

Re: 3.5.x regression: misquoting command line arguments from native processes

2024-04-20 Thread David Allsopp via Cygwin
Hi Corinna, > On Apr 9 22:38, Corinna Vinschen via Cygwin wrote: > > On Apr 3 16:53, David Allsopp via Cygwin wrote: > > > I have what appears to be a regression in Cygwin 3.5.0 which, owing to > > > a CI system lagging behind, we've only just discovered. >

3.5.x regression: misquoting command line arguments from native processes

2024-04-03 Thread David Allsopp via Cygwin
ks: 12 IO Block: 65536 regular file Device: 35525,39577 Inode: 16607023627376791 Links: 1 Access: (0644/-rw-r--r--) Uid: (1049719/ DRA) Gid: (1049089/Domain Users) Access: 2024-04-03 16:48:43.003742000 +0100 Modify: 2024-04-03 14:09:08.012955600 +0100 Change: 20

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-01 Thread David Allsopp via Cygwin
On Fri, 1 Mar 2024 at 08:03, Takashi Yano via Cygwin wrote: > Please try: cygwin 3.6.0-0.66.gc77a5689f7bd (TEST) I can confirm this fixes the issue for me, thank you! David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentat

Re: Creating a desktop shortcut to Cygwin emacs

2024-02-22 Thread David Karr via Cygwin
that file supposed to be generated by something? On Thu, Feb 22, 2024 at 1:12 PM Ken Brown wrote: > On 2/22/2024 2:44 PM, David Karr via Cygwin wrote: > > Every three years or so I have to set up a new laptop, and several things > > that I only do in that period I either lose the n

Creating a desktop shortcut to Cygwin emacs

2024-02-22 Thread David Karr via Cygwin
Every three years or so I have to set up a new laptop, and several things that I only do in that period I either lose the notes on it, or something has changed that I'm not aware of. I'm installing Cygwin on a new laptop, version 3.5.0-1.x86_64. I had 3.4.6 on the old laptop. My desktop shortcut

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-05 Thread David Allsopp via Cygwin
; > $ CYGWIN=winjitdebug env > > This patch will be in Cygwin 3.5.1. For the time being, it will be > available in the next test release cygwin-3.6.0-0.28.g918c3eda4176 as > well. This completely fixes it for us, thank you very much Thanks, David -- Problem reports:

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
On Fri, 2 Feb 2024 at 14:18, Corinna Vinschen via Cygwin wrote: > > On Feb 2 13:35, David Allsopp via Cygwin wrote: > > Jon Turney via Cygwin wrote: > > > > > > I'm sympathetic, and personally I would prefer to revert the patch and > > >

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
lc.exe (in PATH) which requires the zstd DLL, but that has not been put in PATH - A direct call - not via Cygwin - to ocamlc -vnum therefore returns an exit code - Another call, already there from the Unix side, instead does sh -c "ocamlc -config | sed ..." but Cygwin has then _re

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
On Fri, 2 Feb 2024 at 12:55, Corinna Vinschen via Cygwin wrote: > On Feb 2 09:43, David Allsopp via Cygwin wrote: > > On Thu, 1 Feb 2024 at 10:02, Corinna Vinschen via Cygwin > > wrote: > > > > > > The behaviour changed in 2020 > > > > > > https

Re: Restore SEM_FAILCRITICALERRORS [was: Aren't Windows System Error popups meant to be disabled in Cygwin?]

2024-02-02 Thread David Allsopp via Cygwin
rks, but the user forgot to add the sys-root into PATH, because at that point the CI system is down... Thanks, David -- 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: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread David Allsopp via Cygwin
ogram too, so something like "C:\cygwin64\bin\sh -c "./test.exe | sed ..." but then the popup error message appears. So somewhere along the line, Cygwin appears to be resetting the system error mode, and that appears contrary to previous (old) messages on the subject. Thanks, David

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread David Allsopp via Cygwin
On Wed, 31 Jan 2024 at 22:27, Brian Inglis via Cygwin wrote: > > On 2024-01-31 06:40, David Allsopp via Cygwin wrote: > > Starting with this very trivial C program: > > > > #include > > #include > > > > int main(void) { > >printf("Zstan

Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread David Allsopp via Cygwin
om mintty. I also get the same popup if I run C:\cygwin64\bin\sh -c "/cygdrive/c/path/to/test" either from a Command Prompt or even from "Start -> Run". Running this via "sh" called from a non-Cygwin process (itself invoked from a Command Prompt) which has al

Tmux crashes on copy

2024-01-17 Thread David Stephenson via Cygwin
When using the copy function in tmux it crashes on Enter. Steps: ctrl-[ (enter copy mode) Navigate to text space (start copy) Navigate to end of text Enter (to select highlighted text) at this point tmux crashes cygcheck.out (email redacted) and tmux.exe.stackdump attached Thanks cygcheck.out

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-12 Thread David Rothenberger via Cygwin
nit. For that reason, it doesn't make sense to pause Cygwin "releases" just because some of the packages are out-of-date, since Cygwin is itself just another one of these packages. -- David Rothenberger daver...@acm.org -- Problem reports: https://cygwin.com/problems.ht

setup-x86_64.exe can not create download folder

2023-06-29 Thread David Balažic via Cygwin
to create it" dialog just brings up the same dialog again and again, until a few iterations is shows the "Couldn't create directory , sorry." dialog. Can be workarounded, but a bit annoying. OS: Windows Server 2019 version 1809 When I start setup-x86_64.exe the UAC dialog po

Re: Another confusing error from someone else's Cygwin setup

2023-06-27 Thread David Karr via Cygwin
The line endings were the issue, thanks. They were that way because I didn't realize I should force those files in git to have eol=lf in a .gitattributes file. This is now all fixed. On Mon, Jun 26, 2023 at 7:08 PM Mike Gran wrote: > > On Monday, June 26, 2023 at 04:36:30 PM PDT,

Another confusing error from someone else's Cygwin setup

2023-06-26 Thread David Karr via Cygwin
I'm seeing a problem with someone else's Cygwin setup, sort of similar to a problem I asked about a couple of weeks ago, in that it's a problem with the same user, but seemingly a completely different problem. He is using a Bash script that I wrote, and he gets a seemingly nonsensical error that I

Re: Cygwin test 3.5.0 tar symlinks error messages and failure status

2023-06-24 Thread David Allsopp via Cygwin
xes this problem; the resulting binary then seems to be fine on Cygwin 3.4.6 as well. Please could tar 1.34 be re-packaged? All best, David -- 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: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-16 Thread David Karr via Cygwin
understand why what we > > did would fix this. > > > In system environment variables in Windows, they added "c:\cygwin64\bin" > to > > the end of the PATH. That fixes the problem. That just doesn't make any > > sense to me. In a Cygwin shell, "/usr/b

Re: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-16 Thread David Karr via Cygwin
"/usr/bin" is in the PATH, which is the same as "c:\cygwin64\bin". On Thu, Jun 15, 2023 at 2:07 PM David Karr wrote: > (I replied with this earlier directly to someone who I didn't realize had > only replied to me.) > > I do have a couple other clues that I

Re: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-15 Thread David Karr via Cygwin
3.1.7-340.x86_64 2021-03-26 22:17 UTC x86_64 Msys He is running Windows 11 (as I am). What else can I try to narrow this down? On Tue, Jun 13, 2023 at 2:54 PM David Karr wrote: > I have been using Cygwin for many years, although I wouldn't call myself > an advanced user. > > I&

Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-13 Thread David Karr via Cygwin
I have been using Cygwin for many years, although I wouldn't call myself an advanced user. I'm working with some much newer users. They set up Cygwin, but I didn't see them do it. I ran "uname -a" and it was about the same as mine. I compared the output of "env|sort" and I saw some differences,

Re: Mailing list subscription problems

2022-12-19 Thread David Standish via Cygwin
ps://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation:https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > I've experienced the same problem. I reactivated my subscription a couple times. More c

Re: dirsfile incorrect on startup?

2022-11-12 Thread David Standish
d solution. Here are a couple things that may work. You can set HOME env to override, You can also configure your user home in /etc/passwd. I see mention of setting db_home in /etc/nsswitch.conf. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin

Re: Debugging malloc crash in gdb

2022-10-20 Thread David Allsopp
On Tue, 18 Oct 2022 at 20:09, Jon Turney wrote: > > On 18/10/2022 11:35, David Allsopp wrote: > > I'm wondering if I may be able to have some pointers for debugging what > > seems to be an unexpected interaction between mmap/mprotect/munmap and > > malloc with the

Debugging malloc crash in gdb

2022-10-18 Thread David Allsopp
since the 256M -> 512M munmap/map dance. If the call to caml_mem_unmap at the end of unreserve_minor_heaps in runtime/domain.c is omitted, then this program succeeds - i.e. malloc does not appear to crash if the 256M region is left mapped. Obviously, I realise this may well be unrelated to what&#

Re: bash from local mounted drive with subst command

2022-09-19 Thread David Meyer
We're running into this same issue on my project. We're trying to shorten path names to get around Visual Studio limitations in path lengths, which are unfortunately very long for us since we're generating filenames based on package names and the like. If subst won't work to let us shorten path n

mmap failing with MAP_FIXED

2022-07-01 Thread David Allsopp
en VirtualAlloc with MEM_COMMIT and PAGE_READWRITE to commit smaller portions of it. Is there a way to do that with Cygwin's mmap? Thanks, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.c

Re: Cygwin Perl has slowed in recent months

2022-05-25 Thread David Christensen
On 5/25/22 08:04, gs-cygwin@gluelogic.com wrote: On Tue, May 24, 2022 at 11:36:21PM -0700, David Christensen wrote: I went back to the desktop computer that I have been using for Cygwin Perl testing: [...] 'make test' produced the following result: 99 wallclock secs ( 1.76

Re: Cygwin Perl has slowed in recent months

2022-05-24 Thread David Christensen
llclock secs ( 2.39 usr 2.71 sys + 525.68 cusr 998.78 csys = 1529.57 CPU) David cygwin-20220524-2330.tar.gz Description: application/gzip -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/doc

Re: Cygwin Perl has slowed in recent months

2022-05-24 Thread David Christensen
On 5/24/22 08:59, Sam Edge wrote: On 24/05/2022 16:03, David Christensen wrote: On 5/24/22 01:47, Sam Edge wrote: On 24/05/2022 09:25, Csaba Raduly wrote:  > On Mon, 23 May 2022 at 20:47, Lee  wrote:  >>  >> On 5/22/22, David Christensen wrote:  >>> On 5/21/22 10:

Re: Cygwin Perl has slowed in recent months

2022-05-24 Thread David Christensen
On 5/24/22 01:47, Sam Edge wrote: On 24/05/2022 09:25, Csaba Raduly wrote: > On Mon, 23 May 2022 at 20:47, Lee  wrote: >> >> On 5/22/22, David Christensen wrote: >>> On 5/21/22 10:55, Hans-Bernhard Bröker wrote: >>>> Am 18.05.2022 um 03:53 schrieb Da

Re: Cygwin Perl has slowed in recent months

2022-05-23 Thread David Christensen
On 5/23/22 11:47, Lee wrote: On 5/22/22, David Christensen wrote: On 5/21/22 10:55, Hans-Bernhard Bröker wrote: Am 18.05.2022 um 03:53 schrieb David Christensen: > I am working on a Perl module that runs on various Unix-like platforms. > When I 'make test' on s

Re: Cygwin Perl has slowed in recent months

2022-05-22 Thread David Christensen
On 5/21/22 10:55, Hans-Bernhard Bröker wrote: Am 18.05.2022 um 03:53 schrieb David Christensen: > I am working on a Perl module that runs on various Unix-like platforms. > When I 'make test' on similar computers: > > FreeBSD 12.3-RELEASE 28 wallclock secs &

Cygwin Perl has slowed in recent months

2022-05-17 Thread David Christensen
over 14 times slower. Is this expected? If not, how do I find the bottleneck? TIA, David -- 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

alternatives package dose not install /sbin executables

2022-04-29 Thread David Rogers via Cygwin
Due to security I had to remove some lines from cygcheck report I successfully installed: alternatives1.3.30c-10 OK According to the alternatives package file list I should have the following executables installed: alternatives.exe and update-alt

Re: [ANNOUNCEMENT] cygwin 3.3.4-1

2022-01-31 Thread David Schuler
For those of us who are experiencing this problem, what is the actual method of resolving this problem?  It's not obvious to me. THANKS David Schuler On 1/31/2022 5:20 PM, Adam Dinwoodie wrote: On Mon, Jan 31, 2022 at 06:49:01PM +, Allen Hewes wrote: From: Cygwin On Behalf Of

Re: [ANNOUNCEMENT] cygwin 3.3.4-1

2022-01-31 Thread David Rothenberger
tried two mirrors. I ended up rolling back to the previous version as well. -- David Rothenberger daver...@acm.org Doubt is not a pleasant condition, but certainty is absurd. -- Voltaire -- Problem reports: https://cygwin.com/problems.html FAQ:

RE: Cygwin setup writing incorrect symlinks for native

2022-01-12 Thread David Allsopp
Jon Turney wrote: > On 09/01/2022 09:35, David Allsopp wrote: > > Jon Turney wrote: > >> On 06/01/2022 16:45, David Allsopp wrote: > >>> Jon Turney wrote: > >>>> On 06/01/2022 10:46, David Allsopp wrote: > >>>>> Running C

Inconsistent results from ls

2022-01-11 Thread David
s I would hope them to be. However, the last result showed a mode setting displayed was different than the value shown in the others. This doesn't seem right, and I'm not sure what the correct value should be. Any ideas? David Pasted from my example, with the name of the owner cha

RE: Cygwin setup writing incorrect symlinks for native

2022-01-09 Thread David Allsopp
Jon Turney wrote: > On 06/01/2022 16:45, David Allsopp wrote: > > Jon Turney wrote: > >> On 06/01/2022 10:46, David Allsopp wrote: > >>> Running Cygwin setup 2.912 with --symlink-type native (or > >>> CYGWIN=winsymlinks:native) is not correctly translating

RE: Cygwin setup writing incorrect symlinks for native

2022-01-06 Thread David Allsopp
Jon Turney wrote: > On 06/01/2022 10:46, David Allsopp wrote: > > Running Cygwin setup 2.912 with --symlink-type native (or > > CYGWIN=winsymlinks:native) is not correctly translating all symlinks. > > A default install has these faulty ones: > > > > /etc/pki/tl

Cygwin setup writing incorrect symlinks for native

2022-01-06 Thread David Allsopp
pdf/mom-pdf.pdf -> \??\/usr\share\doc\groff-1.22.4\examples\mom\mom-pdf.pdf In particular, we noticed that /etc/ssl/certs being invalid breaks git. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cy

RE: lost of admin right

2021-12-14 Thread david
You need --no-admin option to setup if you don't have administrative privileges, if that's all you're after. If you are asking how to modify/update your existing installation that was installed as administrator, that might be impossible, if you no longer have privileges there.

[ANNOUNCEMENT] nmh 1.7.1-2

2021-10-24 Thread David Levine
The following packages have been uploaded to the Cygwin distribution: * nmh-1.7.1-2 A capable MIME-email-handling system with a command-line interface. nmh is a collection of single-purpose programs that send, receive, show, search, and otherwise manipulate emails, including MIME. They combine we

Re: emacs 28.0.60-1.f7e6c199bf (TEST)

2021-10-13 Thread David Billinghurst via Cygwin
On 14/10/2021 07:22, Jim Reisert AD1C wrote: I have noticed one slight performance issue, which may not be related to Cygwin at all. After creating a keyboard macro, the first time the macro is used/called (^x^e), it does not start right away. Subsequent uses are as fast as expected. Could so

tcl3270 failure in new Cygwin install

2021-09-14 Thread David McNeill via Cygwin
maintainer compile against tcl 8.6.11.1 (assuming this is the problem)? Thanks, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml

Request for catalogue

2021-08-25 Thread David Liu via Cygwin
Hello cygwin@cygwin.com I am David from IMEX sourcing company. Our customer finds your product interesting, as such we request that you send an official catalogue so we can send PO. Also be informed that our company charges 4% of the value of goods bought from the supplier which will be

Duplicates in /proc/partitions

2021-08-13 Thread David Balažic via Cygwin
either) Regards, David -- 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: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-11 Thread David Dyck via Cygwin
On Wed, Aug 11, 2021 at 10:10 PM Mark Geisert wrote: > > Hi David, > > David Dyck via Cygwin wrote: > > First, thanks for digging further into this. > > > > I'm guessing that I am missing some of the developer pieces that > > assisted you in deducing from

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-11 Thread David Dyck via Cygwin
downgrading ncurses via Cygwin setup. Best case: things > > work. Worst > > case: things break but at a different address within the DLL. > > On another branch of this thread David reported that downgrading worked. We > still > don't know what the issue with current n

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-10 Thread David Dyck via Cygwin
On Tue, Aug 10, 2021 at 12:50 PM Mark Geisert wrote: > > > You could try downgrading ncurses via Cygwin setup. Best case: things work. Best case achieved Ran setup this is what it said it would do Uninstall libncursesw10 6.1-1.20190727 (automatically added) Uninstall ncurses 6.1-1.20190727 (a

Re: many cygwin shells/tools (tcsh, fish, bash, and zsh) crashing STATUS_ACCESS_VIOLATION

2021-08-10 Thread David Dyck via Cygwin
On Tue, Aug 10, 2021 at 10:56 AM Brian Inglis wrote: > Apparently that Windows Version is for the Windows 11 Preview. > That appears to be an alpha quality product, from bug fix announcements. > I didn't find anything much useful from MS or articles only features. > You might want to reach out fo

  1   2   3   4   5   6   7   8   9   10   >