Syncthing error after added folder.

frodm

Cadet
Joined
Apr 15, 2023
Messages
5
Hi,

Thanks for adding me into this Forum. I´m a newbie on TrueNAS, so please bear with me when I don´t understand.

After I added a folder in Syncthing (official version) I get these error messages:

2023-04-15 12:59:23: Loading ignores: lstat /data/serier/.stignore: permission denied

2023-04-15 12:59:23: Failed to create folder marker: stat /data/serier/.stfolder: permission denied

2023-04-15 12:59:23: Error on folder "SerierTrueNAS" (rdlfk-fo9s2): stat /data/serier/.stfolder: permission denied


To my understanding this is related to ACL and permissions on the shared folder. The shared folder seems ok as I have mapped it another machine. I played around with several users and groups, and disabled ACL. But no go.

Any ideas how to fix this is much appreciated.

Cheers
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Have you disabled HostPathValidation?

 

frodm

Cadet
Joined
Apr 15, 2023
Messages
5

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Can you update to 22.12.2 before we start troubleshooting.
 

frodm

Cadet
Joined
Apr 15, 2023
Messages
5
Sure. I did, but ran into a problem. Under Applications->Installed Applications, it says "Applications are not running". Is this how it should be? I can´t find any reference on this in the documentation.
 

Attachments

  • Screenshot 2023-04-16 at 10.17.50.png
    Screenshot 2023-04-16 at 10.17.50.png
    28.7 KB · Views: 64

frodm

Cadet
Joined
Apr 15, 2023
Messages
5
I tried installing the Syncthing app again. Error:

[EFAULT] Kubernetes service is not running.

Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 426, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 461, in __run_body rv = await self.method(*([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1186, in nf res = await f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1318, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/chart_release.py", line 397, in do_create await self.middleware.call('kubernetes.validate_k8s_setup') File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1386, in call return await self._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1335, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/plugins/kubernetes_linux/update.py", line 513, in validate_k8s_setup raise CallError(error) middlewared.service_exception.CallError: [EFAULT] Kubernetes service is not running.
 

frodm

Cadet
Joined
Apr 15, 2023
Messages
5
I played around with NICs, which resultet in the error over. That´s fix now, apps are back. The Syncthing error is stille there.

// Frode
 
Top