See screenshots below. Truenas 25.10.2.1 - Goldeye.
seems there was a change to portainer and it now wants to run as user 568, instead root (uid 0). At least thatâs my guess from what i can decipher from the error picture.
Assuming that youâre right, I am guessing that I should change these both (see screenshot below) to 568, right? ![]()
yes that should do it, at least thatâs what i think.
Yeah, I tried that and the container wouldnât start, so I had to revert to 0. Maybe if I delete the container, and build it anew w/568, maybe thatâll work.
It may be a permission issue, if user 568 doesnât have permissions for the iXVolume or the hostpath youâre using it may refuse to start
Hereâs what I found on the matter. The big question is, how do I âchange the data directory ownership to a non-root userâ? And what user should that be?
When you edit the app, for the storage section there should be a checkbox to enable ACL support. If you check it and add user 568 to the acl list it should do it (but since i donât use portainer myself i can only guess)
Thanks. I had to first switch from an ixVolume to a regular dataset, and then i had to re-build my whole Portainer from pretty much scratch. Anyway, your suggestion about switching from UID 0 to 568 is precisely what had to happen, as per this. Cheers!
I seem to be hitting the same issue, but my portainer was even more out of date - **App Version:**2.35.0 â 2.42.0_1.7.7
**Version:**1.4.25 â 1.7.7
As a result, I donât seem to have UID/GID exposed in the âeditâ gui for the app, so I canât set them to 568/568. I was able to get around this via ssh by running âmidclt call -j app.upgrade portainer â{âapp_versionâ:âlatestâ,âvaluesâ:{ârun_asâ:{âuserâ:568,âgroupâ:568}}}ââ which seemed to allow pushing the app to upgrade while simultaneously telling it to use the right UID/GID- this did the update and now it seems Iâm good to go. I should have probably seen (somewhere) a warning about this eventually being an issue prior to getting into this lock state but it was still a bit annoying.


