DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 53N41loW1950580
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 53N41loW1950580
X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B87453857BBB
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B87453857BBB
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1745380883; cv=none;
 b=L7vTz3lYBwkF+jUkMSiMSIK63cPkWsyzdfUqQwmhzmLfd+v+udeXkkCw5saZ8HkeC94xnADtZLAmNP7BKdly2EJ5Jcs4hEXPqhNWR7jWuXrQZtJDaMjzYjKwt/53IoHJe5uD/tzIv1To4oDhlLK1OGukMLuT26XdT/bw9H+8AUE=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1745380883; c=relaxed/simple;
 bh=ny3zLpvBgO+gCEHG1Uva40cbtD4djyd0GYximB88Zu0=;
 h=Message-ID:Date:MIME-Version:Subject:To:From;
 b=TtEYWmy9oE0j2p7+B2H+95mtlmQoDrFfbZEGdy7qUMIvNkrN02rRoWnQJz8BOjsfOkE3Jp9HgsgjgRvk2Z5L2ltjIBbIlrDBJay9zmTO8oRMAifItch9baQxX6a2E309obwBLIDCHelMa+XuyqVlbaJURcHCrW3yi8oBM/i81/s=
ARC-Authentication-Results: i=1; server2.sourceware.org
Message-ID: <73f1a928-b190-4fc9-a4f3-b30de38d728f@maxrnd.com>
Date: Tue, 22 Apr 2025 21:01:24 -0700
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: Windows 10 Home and sshfs
To: cygwin@cygwin.com
References: <e910c290-5bbf-44ec-aed8-5fa379381d47@holgerdanske.com>
 <a406ac3b-1100-4491-8ae0-3521902fcaa3@maxrnd.com>
 <018962a4-0870-4fd1-93fe-6cfbe4d86857@holgerdanske.com>
 <a4659249-561d-486c-bc22-2d094d301456@maxrnd.com>
 <d4aa725c-f359-432a-8685-72bbe90d1bdb@holgerdanske.com>
Content-Language: en-US
In-Reply-To: <d4aa725c-f359-432a-8685-72bbe90d1bdb@holgerdanske.com>
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.30
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Mark Geisert via Cygwin <cygwin@cygwin.com>
Reply-To: Mark Geisert <mark@maxrnd.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces~archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 53N41loW1950580

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@dq67sw ~
>>> $ echo $?
>>> 127
>>
>> The 127 exit code indicates sshfs itself is missing a run-time 
>> library; it's not even running far enough to process the options 
>> you're trying.
>>
>> What does 'ldd /usr/bin/sshfs.exe' output?  On my system it looks like
>>
>> ntdll.dll => /c/Windows/SYSTEM32/ntdll.dll (0x7fffb89d0000)
>> KERNEL32.DLL => /c/Windows/System32/KERNEL32.DLL (0x7fffb8460000)
>> KERNELBASE.dll => /c/Windows/System32/KERNELBASE.dll (0x7fffb6100000)
>> cygwin1.dll => /usr/bin/cygwin1.dll (0x7fffa7f60000)
>> cygglib-2.0-0.dll => /usr/bin/cygglib-2.0-0.dll (0x507860000)
>> cygfuse-3.2.dll => /usr/bin/cygfuse-3.2.dll (0x3e5fb0000)
>> cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3cba60000)
>> cygintl-8.dll => /usr/bin/cygintl-8.dll (0x5ee2d0000)
>> cyggcc_s-seh-1.dll => /usr/bin/cyggcc_s-seh-1.dll (0x50caa0000)
>> cygpcre2-8-0.dll => /usr/bin/cygpcre2-8-0.dll (0x453a70000)
>>
>> ..mark
> 
> 
> 2025-04-22 20:48:20 admin@dq67sw ~
> $ ldd /usr/bin/sshfs.exe
>      ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x7ffea5a90000)
>      KERNEL32.DLL => /cygdrive/c/Windows/System32/KERNEL32.DLL 
> (0x7ffea4f90000)
>      KERNELBASE.dll => /cygdrive/c/Windows/System32/KERNELBASE.dll 
> (0x7ffea3430000)
>      cygwin1.dll => /usr/bin/cygwin1.dll (0x7ffe93f10000)
>      cygfuse-3.2.dll => /usr/bin/cygfuse-3.2.dll (0x44e0a0000)
>      cygglib-2.0-0.dll => /usr/bin/cygglib-2.0-0.dll (0x507860000)
> 

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)
     libpcre2_8_0
That should help.  Let us know what you were missing.  That will allow 
us to update the required packages list for sshfs to avoid this problem 
in the future.  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

