OMV -> Raspberry Pi 4 | Connecting from Linux Mint | Failed to retrieve share list from server connection refused

  • Hello there,

    I had setup OMV on a Raspberry Pi 4 and tried to initialise a Samba Share.
    As far as I can see and relying on some different how-to's on the internet I did the setup for the SMB Share right. To be honest, I used default settings all the way up.

    The problem is, when I try to access the SMB share from the file browser on my Linux Mint PC, there occours this error:


    Zitat von Linux Mint Error

    Failed to retrieve share list from server:

    Connection refused

    Please select another user and try again.


    I can't access the SMB share from my Samsung Smartphone, neither.


    I already have tried following solutions:

    • Reactivate Samba on OMV
    • Samba Share deleted and done again
    • Rebooting Raspberry Pi
    • Rebooting Linux Mint
    • Several different login settings when try to access from Linux Mint
    • Open up a beer and do it all over again


    The Output from my Linux Mint terminal for several commands (Mind that 192.168.178.5 is the static IP address of the OMV server in my local network)

    Code: Linux Mint Terminal
    tobias@PcLinuxMint:~$ ping 192.168.178.5
    PING 192.168.178.5 (192.168.178.5) 56(84) Bytes Daten.
    64 Bytes von 192.168.178.5: icmp_seq=1 ttl=64 Zeit=1.06 ms
    64 Bytes von 192.168.178.5: icmp_seq=2 ttl=64 Zeit=0.774 ms
    64 Bytes von 192.168.178.5: icmp_seq=3 ttl=64 Zeit=0.714 ms
    64 Bytes von 192.168.178.5: icmp_seq=4 ttl=64 Zeit=0.782 ms
    64 Bytes von 192.168.178.5: icmp_seq=5 ttl=64 Zeit=0.706 ms
    
    tobias@PcLinuxMint:~$ smbtree
    smbc_opendir: No such file or directory


    Some Output from my Raspberry Pi Terminal:




    ###### Additional Information ######

    • Router in my Local Network is a FritzBox which runs on almost default settings
    • A Guest Network is hostet on this router
    • There's a Smart Managed Netgear Switch between router and OMV server which runs on default settings
    • OMV is updated to the newest version
    • Raspberry Pi OS Lite 64bit is installed on the Raspberry Pi
    • The storage for the Samba share is a USB stick with 256 GB storage space in one of the two USB 3 ports of the raspberry
    • Login on the Raspberry Pi via SSH works
    • Created a user which is part of the 'sambashare' group


    So far so good.
    Unfortunately my knowledge in networks is really small, I'm more into microcontrollers and stuff.
    Also sorry for some mispelled sentences.




    Tobias

    • Offizieller Beitrag

    Did you create your samba shares from the OMV GUI?

    System Backup Typo alert: Under the Linux section the command should be sudo umount /dev/sda1 NOT sudo unmount /dev/sda1

    Backup Data Disk to Backup Disk on Same Machine: In a Scheduled Job:rsync -av --delete /srv/dev-disk-by-uuid-f8814ed9-9a5c-4e1c-8830-426968c20ea3/ /srv/dev-disk-by-uuid-e67439d5-00a3-4942-bd5f-b84ab86aa850/ Don't forget trailing slashes, and BE CAREFUL. (HT: Getting Started with OMV5)

    Equipment - Thinkserver TS140, NanoPi M4 (v.1), Odroid XU4 (Using DietPi): PiHole

    • Offizieller Beitrag

    I have been running Linux Mint for a while and I don’t remember doing anything to make it connect the first time except sign in with user and password. I have the same user on both server and desktop. My server is an AMD64, not a Raspberry. Sounds like a permission issue. Do you use ACL’s? You should not; just plain Linux permissions.

  • murphy_does_his_best Your systemd output show the SMB service is not running! Your testparm output is truncated, try testparm -s instead to show share config as seen by samba.


    Double check both SMB/CIFS service and any shares are enabled in the OMV webUI.


    On Mint, this command is an alternative to smbtree,


    Code
    smbclient -U username -L //smbserver -m SMB3 


    For example, my OMV IP is 198.168.0.61 and chris is the username, so it's:



    and three shares are available.

  • Hello together,

    Agricola
    No, I don't use ACLs.


    Krisbee




    Code: Linux Mint smbclient
    tobias@PcLinuxMint:~$ smbclient -U libera  -L //192.168.178.5 -m SMB3
    do_connect: Connection to 192.168.178.5 failed (Error NT_STATUS_CONNECTION_REFUSED)



    Here some pics of my OMV setting:








    I am really thankfull for your help

    Tobias

  • macom

    Hat das Label gelöst hinzugefügt.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!