[GH-ISSUE #75] Not Found Dialog Error #40

Open
opened 2026-03-02 03:21:27 +03:00 by kerem · 1 comment
Owner

Originally created by @tjjohnson-slnk on GitHub (Oct 5, 2025).
Original GitHub issue: https://github.com/clonos/control-pane/issues/75

Originally assigned to: @olevole on GitHub.

When attempting to update, change the admin password, upload an ISO - basically do anything that requires opening a dialog window, I receive the following error message:

Not Found Dialog: [name of dialog]

Please advise. Thanks in advance.

Originally created by @tjjohnson-slnk on GitHub (Oct 5, 2025). Original GitHub issue: https://github.com/clonos/control-pane/issues/75 Originally assigned to: @olevole on GitHub. When attempting to update, change the admin password, upload an ISO - basically do anything that requires opening a dialog window, I receive the following error message: Not Found Dialog: [name of dialog] Please advise. Thanks in advance.
Author
Owner

@olevole commented on GitHub (Oct 8, 2025):

@tjjohnson-slnk Thanks for report! It seems to be related to the hardcode of the /usr/jails path in the ClonOS code.

Can you confirm that the working directory of the cbsd is different from the /usr/jails ?

If this is the case, please try creating a symbolic link (as a workaround):

ln -s <WORKDIR> /usr/jails

where - path of the CBSD workdir, checkout:

sysrc cbsd_workdir

Also, make sure that your 'www' user is a member of the cbsd group so that he can work with the SQLite3 database:

pw groupmod cbsd -M www
service php_fpm restart
<!-- gh-comment-id:3382788680 --> @olevole commented on GitHub (Oct 8, 2025): @tjjohnson-slnk Thanks for report! It seems to be related to the hardcode of the /usr/jails path in the ClonOS code. Can you confirm that the working directory of the cbsd is different from the `/usr/jails` ? If this is the case, please try creating a symbolic link (as a workaround): ``` ln -s <WORKDIR> /usr/jails ``` where <WORKDIR> - path of the CBSD workdir, checkout: ``` sysrc cbsd_workdir ``` Also, make sure that your 'www' user is a member of the cbsd group so that he can work with the SQLite3 database: ``` pw groupmod cbsd -M www service php_fpm restart ```
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/control-pane#40
No description provided.