I am running U5
I am having a problem with setting up and connecting to the shares. Additionally, I keep getting AD faults periodically, as well as smbd core dumping.
I follow the instructions here tohttps://www.truenas.com/docs/core/sharing/smb/homeshare/ to create the basic setup.
After I do that, I attempt to connect to the share, and apparently Samba creates a new directory based on the name.
After the first step, creating the dataset.
sidenote: while typing this up, AD faulted again.
Sep 21 23:26:09 storage kernel: pid 75448 (smbd), jid 0, uid 0: exited on signal 6 (core dumped)
After creating the share, again, following the instructions linked above
SMB configuration is stock, except for disabling local master.
I restart the SMB Service.
home_share is the dataset and the directory for the share., this is what it looks like before I attempt to connect to the share with a windows machine.
Now I connect from a windows 10 machine, and I get a permissions denied, and an additional directory is created by the system (I am guessing the SMB process), which is my domain name
This is where I am stuck. I did manage at some point to change the permissions of the VBN folder manually to allow access, and it worked, but I forgot to document the exact steps, because when I tried to recreate it that fix, I was not able to replicate it.
I am having a problem with setting up and connecting to the shares. Additionally, I keep getting AD faults periodically, as well as smbd core dumping.
I follow the instructions here tohttps://www.truenas.com/docs/core/sharing/smb/homeshare/ to create the basic setup.
After I do that, I attempt to connect to the share, and apparently Samba creates a new directory based on the name.
After the first step, creating the dataset.
root@storage[/mnt/GeneralRaidz]# getfacl home_share
file: home_share
# owner: root
# group: wheel
group@:rwxpDdaARWc--s:-------:allow
everyone@:--x---a-R-c---:-------:allow
owner@:rwxpDdaARWcCos:fd-----:allow
everyone@:--------------:fd-----:allow
sidenote: while typing this up, AD faulted again.
Sep 21 23:26:09 storage kernel: pid 75448 (smbd), jid 0, uid 0: exited on signal 6 (core dumped)
After creating the share, again, following the instructions linked above
root@storage[/mnt/GeneralRaidz]# getfacl home_share
# file: home_share
# owner: root
# group: wheel
group@:rwxpDdaARWc--s:-------:allow
everyone@:--x---a-R-c---:-------:allow
owner@:rwxpDdaARWcCos:fd-----:allow
everyone@:--------------:fd-----:allow
SMB configuration is stock, except for disabling local master.
I restart the SMB Service.
home_share is the dataset and the directory for the share., this is what it looks like before I attempt to connect to the share with a windows machine.
root@storage[/mnt/GeneralRaidz/home_share]# ls -la
total 1
drwxrwx--x+ 2 root wheel 2 Sep 22 01:36 .
drwxr-xr-x 5 root wheel 5 Sep 22 01:36 ..
root@storage[/mnt/GeneralRaidz/home_share]#
Now I connect from a windows 10 machine, and I get a permissions denied, and an additional directory is created by the system (I am guessing the SMB process), which is my domain name
Permission of newly created dir.chdir_current_service: vfs_ChDir(/mnt/GeneralRaidz/home_share/VBN/jason) failed: Permission denied. Current token: uid=100001104, gid=100000514, 6 groups: 100001104 100000514 90000018 90000019 90000021 90000002
root@storage[/mnt/GeneralRaidz/home_share]# ls -la
total 2
drwxrwx--x+ 3 root wheel 3 Sep 22 01:46 .
drwxr-xr-x 5 root wheel 5 Sep 22 01:36 ..
drwx------+ 3 root wheel 3 Sep 22 01:46 VBN
root@storage[/mnt/GeneralRaidz/home_share]# getfacl VBN
# file: VBN
# owner: root
# group: wheel
owner@:rwxpDdaARWcCos:fd----I:allow
everyone@:--------------:fd----I:allow
This is where I am stuck. I did manage at some point to change the permissions of the VBN folder manually to allow access, and it worked, but I forgot to document the exact steps, because when I tried to recreate it that fix, I was not able to replicate it.