Accessing FreeNAS server via SONOS Controller

JohnR21

Cadet
Joined
Jun 4, 2015
Messages
2
Hello all,

I'm having difficulty in adding my music library to the SONOS software. I'm getting the Error 900 server stack message and to "...increase the stack size of server service on the computer that your music library is stored on..."

I'm running FreeNAS-11.2-RELEASE and have created the SMB share:

/mnt/mediashare/mymedia/music/ and can access it via my Win 10 laptop so I know it works, but won't work in SONOS.

Can I increase the stack size on FreeNAS and how do I achieve that please? Any suggestions?

Thanks in advance.

John
 
D

dlavigne

Guest
Yes, there are Tunables you can set. What is the exact error message?
 

mjt5282

Contributor
Joined
Mar 19, 2013
Messages
139
Sonos only knows about SMB1 for library sharing so you have to set a tunable in your system:

freenas.services.smb.config.server_min_protocol = NT1 , sysctl enabled=yes.

after that, connecting to that share as guest works fine.
 

jimhorner67

Dabbler
Joined
Jun 28, 2019
Messages
12
Sonos only knows about SMB1 for library sharing so you have to set a tunable in your system:

freenas.services.smb.config.server_min_protocol = NT1 , sysctl enabled=yes.

after that, connecting to that share as guest works fine.
:
any chance you can screenshot your tunable add? i just tried and i got this error:
Value can start with a letter and end with an alphanumeric. A period (.) once is a must. Alphanumeric and underscore characters are allowed
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,545
:
any chance you can screenshot your tunable add? i just tried and i got this error:
Value can start with a letter and end with an alphanumeric. A period (.) once is a must. Alphanumeric and underscore characters are allowed
11.2 doesn't use the tunable. There's an "enable SMB1" checkbox under Services->SMB.
 
Top