Question about autofs setup

I should have assumed that. Ok, ran the prompt then it says the syslog option is depreciated.

Connection to 192.168.1.215 failed (Error NT_STATUS_CONNECTION_REFUSED)

NetBIOS over TCP disabled -- no workgroup available

But it did install and says it’s the latest version.

Ok, your MAC isn’t accepting SMB connections.

Try:

smbclient -L <IP> -m SMB2

or SMB3 or NT1 instead.

WARNING: The “syslog” option is deprecated

Enter osmc’s password:

session setup failed: NT_STATUS_LOGON_FAILURE

All 3 give me that error message

Then you need to look into the MACs setup. It’s not allowing you to connect on a very basic level. Have you setup a osmc user on the MAC for SMB? (I don’t have a MAC, so I have no clue how to properly setup SMB on one).

It’s a shame that Apple doesn’t just allow you to use NFS, which is native to *nix…

1 Like

So what user have you created on the MAC for SMB and what permission does it have?

I made a guest and my main account. My account is read and write and all other accounts are read only. I can try read and write and see if that helps.

Just for testing try -U MainAccount

Same error

Connection to 192.168.1.215 failed (Error NT_STATUS_CONNECTION_REFUSED)

NetBIOS over TCP disabled – no workgroup available

Ok, not sure how the SMB server is configured on MAC and how certain settings are done (e.g. IP range). Are you accessing the MAC successfully from other SMB Clients?

How exactly did you get this working? Was it Kodi mounts?

I just clicked add network connection and selected SMB. It can still connect. I can test a file.

And you didn’t supply a username/password? If so then you are connecting as a guest. You probably need to add a osmc user/password to the MAC SMB config.

I did have to put in the guest user/pass.

And you are using the same user/password with smbclient?

Yep tried both accounts.

Here’s my log file

Https://paste.osmc.tv/hurificuhe

Something isn’t right here. You say you did:

smbclient -L <IP> -m SMB2

and got:

session setup failed: NT_STATUS_LOGON_FAILURE

But when you try:

smbclient -L <IP> -m SMB2 -U <user>

you get:

Connection to 192.168.1.215 failed (Error NT_STATUS_CONNECTION_REFUSED)

So now it’s refusing the connection instead of the credentials.

I’ll try again now and see what it says.

osmc@osmc : ~ $ smbclient -L 192.168.1.215 -m SMB2

WARNING: The “syslog” option is deprecated

Enter osmc’s password:

session setup failed: NT_STATUS_LOGON_FAILURE

osmc@osmc : ~ $ smbclient -L 192.168.1.215 -m SMB2 -U Guest1

WARNING: The “syslog” option is deprecated

Enter Guest1’s password:

session setup failed: NT_STATUS_LOGON_FAILURE

Edit: Accidentally typed OSMC PW I did it again with the guest pw and here’s what I got

Domain=[JORDANMAC] OS= Server=

Sharename       Type      Comment
---------       ----      -------
4K              Disk      
Guest1’s Public Folder Disk      
IPC$            IPC       
Jordan Schneider’s Public Folder Disk      
Kodi            Disk      
Movies          Disk      
Plex            Disk      
Plex1           Disk      
Guest1          Disk      

Connection to 192.168.1.215 failed (Error NT_STATUS_CONNECTION_REFUSED)
NetBIOS over TCP disabled – no workgroup available

Try the other options, SMB3 and NT1.