Re: Windows 10 Home and sshfs

2025-05-02 Thread David Christensen via Cygwin
On 4/29/25 22:19, Mark Geisert via Cygwin wrote: Congrats on the successful first steps! Thank you for the help! I believe you can fix these new issues with options on the end of your sshfs command.  From the list shown by 'sshfs -h', I would try... Oh wait a second.  Run these commands to

Re: Windows 10 Home and sshfs

2025-04-29 Thread Mark Geisert via Cygwin
Hi David, On 4/29/2025 7:30 PM, David Christensen via Cygwin wrote: [...] 2025-04-29 19:24:53 admin@dq67sw ~ $ sshfs dpchrist@f5:/var/local/samba/dpchrist /samba/dpchrist 2025-04-29 19:25:22 admin@dq67sw ~ $ cat /var/run/fuse.mounts # Updated by FUSE apps; stale entries OK; DO NOT EDIT this bin

Re: Windows 10 Home and sshfs

2025-04-29 Thread David Christensen via Cygwin
On 4/28/25 21:33, Mark Geisert via Cygwin wrote: > If the test in the previous paragraph worked, then install WinFSP. > You will see a button offering to install FUSE for Cygwin or something > like that. DO NOT press that button. I think having pressed that > last time is the root cause of the i

Re: Windows 10 Home and sshfs

2025-04-29 Thread Andrey Repin via Cygwin
Greetings, David Christensen! > On 4/28/25 21:33, Mark Geisert via Cygwin wrote: >> Please use the Cygwin FAQ rather than some random site which may or may > >> not be correct and/or up-to-date.  In this specific case: >>     https://cygwin.com/faq.html#faq.setup.uninstall-all > Thank you for

Re: Windows 10 Home and sshfs

2025-04-29 Thread David Christensen via Cygwin
On 4/28/25 21:33, Mark Geisert via Cygwin wrote: Please use the Cygwin FAQ rather than some random site which may or may not be correct and/or up-to-date.  In this specific case:     https://cygwin.com/faq.html#faq.setup.uninstall-all Thank you for the URL. Please don't compress attachmen

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() entry des

Re: Windows 10 Home and sshfs

2025-04-28 Thread David Christensen via Cygwin
On 4/27/25 21:19, Mark Geisert via Cygwin wrote: That DLL is deficient. It is missing the cygfuse_report() entry despite cygcheck saying (in an earlier post) it is version 3.2.0-3. gendef in a working environment here starts with: ; ; Definition file of cygfuse-3.2.dll ; Automatic generated by

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/m

Re: Windows 10 Home and sshfs

2025-04-27 Thread Mark Geisert via Cygwin
Hi folks, On 4/27/2025 8:09 PM, David Christensen via Cygwin wrote: 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 provi

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 Jeremy Drake via Cygwin
On Sun, 27 Apr 2025, David Christensen wrote: > On 4/27/25 14:59, Jeremy Drake wrote: > > On Sun, 27 Apr 2025, Jeremy Drake via Cygwin wrote: > > > Does sshfs.exe have any exports? Should it? > > > Thank you for the reply. > > > I do not know how to answer that question. Please provide a termina

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 any ex

Re: Windows 10 Home and sshfs

2025-04-27 Thread Jeremy Drake via Cygwin
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 any exports? Should it? > > (

Re: Windows 10 Home and sshfs

2025-04-27 Thread Jeremy Drake via Cygwin
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 any exports? Should it? (It is legal for an exe to have exports, and for a DLL to reference t

Re: Windows 10 Home and sshfs

2025-04-27 Thread David Christensen via Cygwin
On 4/26/25 12:51, Brian Inglis via Cygwin wrote: $ gendef - /usr/bin/cygfuse-3.2.dll or $ gendef /usr/bin/cygfuse-3.2.dll I thought I had uinstalled WinFsp, but I noted that C:\Program Files (x86)\WinFSP was non-empty. So, I ran winfsp-2.0.23075.msi and told it to uninstall WinFsp. sshfs

Re: Windows 10 Home and sshfs

2025-04-26 Thread Brian Inglis via Cygwin
On 2025-04-26 15:25, Mark Geisert via Cygwin wrote: 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 cygf

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@dq6

Re: Windows 10 Home and sshfs

2025-04-26 Thread Brian Inglis via Cygwin
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@dq67sw ~ $ cygcheck -c cygfuse Cygwin Package Information Package

Re: Windows 10 Home and sshfs

2025-04-25 Thread David Christensen via Cygwin
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@dq67sw ~ $ cygcheck -c cygfuse Cygwin Package Information Package VersionStatus cygfuse 3.2.0-3

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 appear to

Re: Windows 10 Home and sshfs

2025-04-24 Thread David Christensen via Cygwin
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 appear to be incomplete because I was logging in via SSH from Debian GNU/Linux.

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 reporting the pr

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
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 reporting the problem and helping me debug. Thanks & Regards, ..mark Th

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
Hi David, On 4/22/2025 9:55 PM, David Christensen via Cygwin wrote: That's completely normal.  Hmm.  Time for the big gun... strace. Run the following command, then *attach* its output file to your next reply; don't compress, just attach. strace -o sshfs.trace sshfs -h The output file is

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-22 20:48:27 ad

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
That's completely normal.  Hmm.  Time for the big gun... strace. Run the following command, then *attach* its output file to your next reply; don't compress, just attach.     strace -o sshfs.trace sshfs -h The output file is sshfs.trace in the directory you run sshfs from. Thanks much, ..mark

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
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-22 20:48:27 admin@dq67sw ~ $ cygcheck /usr/bin/sshfs.exe C:\cygwin64\bin\

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 installed: libiconv2

Re: Windows 10 Home and sshfs

2025-04-22 Thread David Christensen via Cygwin
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 installed:     libiconv2     libintl8     libgcc1 (you likely already have this)

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@dq6

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 its

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, please do echo $?

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 server dire

Re: Windows 10 Home and sshfs

2025-04-22 Thread Mark Geisert via Cygwin
Hi David, On 4/22/2025 6:58 PM, David Christensen via Cygwin wrote: cygwin: I have SOHO network with a FreeBSD file server: 2025-04-22 18:55:28 toor@f5 ~ # freebsd-version ; uname -a 13.4-RELEASE-p4 FreeBSD f5.tracy.holgerdanske.com 13.4-RELEASE-p3 FreeBSD 13.4-RELEASE- p3 GENERIC amd64 I