Bug 2082240

Summary: Nautilus fails to connect to SMB/CIFS share
Product: [Fedora] Fedora Reporter: Arne Ahrend <aahrend>
Component: nautilusAssignee: Matthias Clasen <mclasen>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 35CC: caillon+fedoraproject, cosimo.cecchi, gnome-sig, mclasen, oholy, philip.wyett, rhughes, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-06 09:18:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arne Ahrend 2022-05-05 16:11:18 UTC
Description of problem:

Nautilus no longer connects to CIFS/SMB shares on the local network. The shares are found, but attempting to open any of them produces an error pop-up saying "Unable to access location. Mounting the Windows share failed: The argument is invalid" (The second line of the message is always displayed in local language, even if starting nautilus from a terminal window with LANG=C, so my translation may not exactly match the english wording.)

Mounting the shares directly (as root) from a terminal with 
mount -t cifs -o username=XXX,password=YYY,uid=NNN //server/share /mnt
works ok.

Version-Release number of selected component (if applicable):
GNOME nautilus 41.5

How reproducible:
Always


Steps to Reproduce:
1. open nautilus
2. click "other locations" in left pane
3. click "server name - SMB/CIFS" in the right pane
4. double click one of the listed shares in the right pane

Actual results:
Error message pop-up appears (unable to access...)


Expected results:
Pop-up with user name and password dialogue and radio buttons to select "registered user"


Additional info:
I tried reinstalling gvfs-smb, but that did not resolve the issue.

Comment 1 Ondrej Holy 2022-05-06 09:18:44 UTC

*** This bug has been marked as a duplicate of bug 2081434 ***