TrueNAS-13.3-U1.2 SMB shares are not working any more

Are there any known issues with SMB shares?
As you can guess these shares have been up and running since the FreeNAS days.
After the manual update from 13.3-BETA2 no Windows user have working shares now.
image

I had done some reboots, SMB toggled off/on, other Win10 notebook, Win reboots – no luck.

As those shares ware needed urgently I booted 13.3-BETA2 again and shares are back!

I did save some output


 {
    "timestamp": "2025-05-11T19:43:18.652255+0200",
    "type": "Authentication",
    "Authentication": {
      "version": {
        "major": 1,
        "minor": 3
      },
      "eventId": 4624,
      "logonId": "0",
      "logonType": 3,
      "status": "NT_STATUS_OK",
      "localAddress": "ipv4:192.168.178.42:445",
      "remoteAddress": "ipv4:192.168.178.72:51976",
      "serviceDescription": "SMB2",
      "authDescription": null,
      "clientDomain": ".",
      "clientAccount": "make",
      "workstation": "DELLNB-XL",
      "becameAccount": "make",
      "becameDomain": "FREENAS",
      **"becameSid": "S-1-5-21-1396251685-1951948106-1449471903-3002",**
      "mappedAccount": "make",
      "mappedDomain": ".",
      "netlogonComputer": null,
      "netlogonTrustAccount": null,
      "netlogonNegotiateFlags": "0x00000000",
      "netlogonSecureChannelType": 0,
      "netlogonTrustAccountSid": null,
      "passwordType": "NTLMv2",
      "clientPolicyAccessCheck": null,
      "serverPolicyAccessCheck": null,
      "duration": 6176
    },
    "timestamp_tval": {
      "tv_sec": 1746985398.0,
      "tv_usec": 652255
    }
  },

  {
    "timestamp": "2025-05-11T21:11:07.011136+0200",
    "type": "Authentication",
    "Authentication": {
      "version": {
        "major": 1,
        "minor": 3
      },
      "eventId": 4625,
      "logonId": "0",
      "logonType": 3,
      "status": "NT_STATUS_NO_SUCH_USER",
      "localAddress": "ipv4:192.168.178.42:445",
      "remoteAddress": "ipv4:192.168.178.88:49498",
      "serviceDescription": "SMB2",
      "authDescription": null,
      "clientDomain": "",
      "clientAccount": "make",
      "workstation": "",
      "becameAccount": null,
      "becameDomain": null,
      **"becameSid": null,**
      "mappedAccount": "make",
      "mappedDomain": "",
      "netlogonComputer": null,
      "netlogonTrustAccount": null,
      "netlogonNegotiateFlags": "0x00000000",
      "netlogonSecureChannelType": 0,
      "netlogonTrustAccountSid": null,
      "passwordType": "NTLMv2",
      "clientPolicyAccessCheck": null,
      "serverPolicyAccessCheck": null,
      "duration": 5827
    },
    "timestamp_tval": {
      "tv_sec": 1746990667.0,
      "tv_usec": 11136
    }
  },

This it the output now:

 {
    "timestamp": "2025-05-11T23:12:35.716262+0200",
    "type": "Authentication",
    "Authentication": {
      "version": {
        "major": 1,
        "minor": 3
      },
      "eventId": 4624,
      "logonId": "0",
      "logonType": 3,
      "status": "NT_STATUS_OK",
      "localAddress": "ipv4:192.168.178.42:445",
      "remoteAddress": "ipv4:192.168.178.72:49698",
      "serviceDescription": "SMB2",
      "authDescription": null,
      "clientDomain": ".",
      "clientAccount": "make",
      "workstation": "DELLNB-XL",
      "becameAccount": "make",
      "becameDomain": "FREENAS",
      **"becameSid": "S-1-5-21-1396251685-1951948106-1449471903-3002",**
      "mappedAccount": "make",
      "mappedDomain": ".",
      "netlogonComputer": null,
      "netlogonTrustAccount": null,
      "netlogonNegotiateFlags": "0x00000000",
      "netlogonSecureChannelType": 0,
      "netlogonTrustAccountSid": null,
      "passwordType": "NTLMv2",
      "clientPolicyAccessCheck": null,
      "serverPolicyAccessCheck": null,
      "duration": 3183
    },
    "timestamp_tval": {
      "tv_sec": 1746997955.0,
      "tv_usec": 716262
    }
  }

No one seen this, not working on 13.3-U1.2?

^^^ this is the relevant line. It means probably that the system dataset didn’t initialize properly.

What other way would I have, to initialise?
Shares should be available right after booting.
If I boot the U1.2 environment, I would just not know what to do.