Google doesn’t give a lot of answers but one of the suggestions was checking the motherboard time in bios. I changed that to the current time in my timezone.
Also I saw ntp was not working on my box. Fixed that.
Does anyboby encountered this as well. Saw this issue some time ago also on an older box.
If someone could point my at some log file will also be verry helpfull.
I always login with user admin. When I try to touch a file in the ix applications dataset I get a permission denied. I think this is normal but is that correct?
You should be able to write a file in there. Permission denied implies you have not set the permissions on the smb share correctly. I installed scale-23.10.2 last week, had to play with perms to make it work.
git clone https://github.com/truenas/charts.git (creates charts/)
touch charts/bob (I can write a file in charts)
rsync -av charts/ /home/user/scale (mount point for scale)
In /etc/fstab
//scale/vol /home/user/scale cifs guest,uid=user,gid=user,auto 0 0