another newbie cannot start smb service

dc3dog

Cadet
Joined
Jun 11, 2016
Messages
8
I have a pool that is used as an iscsi share, a vmfs store for my esxi servers. This has been working well since v9.10. Now I am at v11.3 with a fresh new config. Now I would like to add an SMB share. I have gone through the steps outlined in the documentation. i have research and tried what seem like some common solutions, still the SMB service will now start. Below are a couple of commands that show a problem with the myDomainUser account. MyDomainUser is both a Group and a User account. Any help or ideas on getting my SMB service to start would be greatly appreciated.

root@freenas11-20:~ # smbd -i -d 3
smbd version 4.10.12 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
uid=0 gid=0 euid=0 egid=0
lp_load_ex: refreshing parameters
Initialising global parameters
Processing section "[global]"
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
lp_load_ex: refreshing parameters
Initialising global parameters
Processing section "[global]"
Processing section "[DataOne]"
Processing section "[homes]"
adding IPC service
added interface lo0 ip=127.0.0.1 bcast=127.255.255.255 netmask=255.0.0.0
added interface bge0 ip=192.168.1.20 bcast=192.168.1.255 netmask=255.255.255.0
loaded services
INFO: Profiling support unavailable in this build.
Failed to find authenticated user FREENAS11-20\mydomainuser via getpwnam(), denying access.
make_server_info_info3 failed with NT_STATUS_NO_SUCH_USER
ERROR: failed to setup guest info.

last part of smbd -i -d 5
Registering messaging pointer for type 789 - private_data=0x81403c260
Finding user myDomainUser
Trying _Get_Pwnam(), username as lowercase is mydomainuser
Trying _Get_Pwnam(), username as given is myDomainUser
Get_Pwnam_internals did find user [myDomainUser]!
Opening cache file at /var/run/samba4/gencache.tdb
Scanning username map /usr/local/etc/smbusername.map
Finding user FREENAS11-20\mydomainuser
Trying _Get_Pwnam(), username as lowercase is freenas11-20\mydomainuser
Trying _Get_Pwnam(), username as given is FREENAS11-20\mydomainuser
Trying _Get_Pwnam(), username as uppercase is FREENAS11-20\MYDOMAINUSER
Checking combinations of 0 uppercase letters in freenas11-20\mydomainuser
Get_Pwnam_internals didn't find user [FREENAS11-20\mydomainuser]!
Finding user mydomainuser
Trying _Get_Pwnam(), username as lowercase is mydomainuser
Trying _Get_Pwnam(), username as uppercase is MYDOMAINUSER
Checking combinations of 0 uppercase letters in mydomainuser
Get_Pwnam_internals didn't find user [mydomainuser]!
 

dc3dog

Cadet
Joined
Jun 11, 2016
Messages
8
sweet. works just like it should ;)
Thank you much, and Kind Regards.
 
Top