Problem accessing Freenas smb shares on OSX Catalina

maddoc

Cadet
Joined
Dec 5, 2017
Messages
7
Hi! I'm running Freenas 11.3 U2 on a Hp Proliant ML10 (8 gb ram, Xeon Cpu).
It has been running smoothly until my update to osx Catalina.

I can see the freenas in the network section of Finder but clicking on it does nothing!.

I can use apple+K shortcut and connect to smb://192.168.0.25 correctly.

Is there a way to fix this?

Any help greatly appreciated!
 

maddoc

Cadet
Joined
Dec 5, 2017
Messages
7
Thanks Anodos! Cannot paste... it trunks some datas so I'm attaching a screen capture.

Edit: forgot piping jq.


Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.

root@freenas[~]# midclt call service.query | jq
[
{
"id": 2,
"service": "afp",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 4,
"service": "cifs",
"enable": true,
"state": "RUNNING",
"pids": []
},
{
"id": 5,
"service": "dynamicdns",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 6,
"service": "ftp",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 7,
"service": "iscsitarget",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 9,
"service": "nfs",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 10,
"service": "snmp",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 11,
"service": "ssh",
"enable": true,
"state": "RUNNING",
"pids": [
1291
]
},
{
"id": 12,
"service": "tftp",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 14,
"service": "ups",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 16,
"service": "rsync",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 18,
"service": "smartd",
"enable": true,
"state": "RUNNING",
"pids": [
1273
]
},
{
"id": 21,
"service": "lldp",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 22,
"service": "webdav",
"enable": false,
"state": "STOPPED",
"pids": []
},
{
"id": 23,
"service": "s3"
"enable": false,
"state": "STOPPED",
"pids": []
},
 

Attachments

  • freenas shell.jpg
    freenas shell.jpg
    194.7 KB · Views: 164
Last edited:
Top