I cannot activate the SMB service on TRUENAS

Joined
Oct 29, 2021
Messages
1
Hello my problem is the following: I just cannot activate the SMB service of my truenas. I can activate it in the web interface, but it automatically deactivates itself. In addition, the S.M.A.R.T service does not activate either (I even receive an error message when I try to activate it), however I saw in some tutorials that it was activated by default.
Note that: I am continuing the work of another person and I do not have any info on why the truenas is in such a state. Please HELP
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
Hello my problem is the following: I just cannot activate the SMB service of my truenas. I can activate it in the web interface, but it automatically deactivates itself. In addition, the S.M.A.R.T service does not activate either (I even receive an error message when I try to activate it), however I saw in some tutorials that it was activated by default.
Note that: I am continuing the work of another person and I do not have any info on why the truenas is in such a state. Please HELP

Easiest way to start debugging issue is to run the following command:
smbd -d 3 -i

This will start smbd in interactive mode (and most likely print the error on the screen).
 
Top