mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[GH-ISSUE #76] Every pane returns "Not yet implemented!" on web UI, terminal gives 502 bad gateway on fresh install #43
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tkoham on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/clonos/control-pane/issues/76
Originally assigned to: @olevole on GitHub.
I know this isn't under active development, but after getting past the broken dialogs in the webui chowning the _translate file per: https://github.com/clonos/control-pane/issues/74
I can log in, but every single pane just says Not Yet Implemented! except the console, which returns an nginx 502 bad gateway.
Followed install instructions to the letter on a fresh copy of 15.0-RELEASE, really not sure where to go from here.
@tkoham commented on GitHub (Jan 31, 2026):
I've gone over everything again in terms of configuration, errors with services, syslog and dmesg, etc. -- the only thing I found that seemed suspect was some runtime errors after trying to reset the clonos db:
not sure if it's relevant, but it's what's going on.
@olevole commented on GitHub (Feb 2, 2026):
Thanks for reporting this. This bug has already been fixed in the development branch, but we haven't released it in a while. I'll update the code with the fix in the next two days after additional verification.
@olevole commented on GitHub (Feb 3, 2026):
upd: At the moment we have fixed the login error (bad gateway), additional steps (besides updating the code) are required as work-around:
( I assume the https://github.com/clonos/control-pane instructions were used , where https://github.com/clonos/clonos-ports-wip.git was cloned into /root/clonos-ports )
wwwuser, you'll need to change it:However, we began a major effort to add a RAID wizard to ClonOS, and this has now impacted the functionality of the code for virtual environments - fixing these issues will take a little longer than I expected. Stay tuned for updates on this post.
@tkoham commented on GitHub (Feb 4, 2026):
Thanks for the info -- I'm planning to deploy this on an experiment appliance that's going to be part san, part app server. I might wait until the raid management stuff has been worked out to do that.
seems installation is working now with the modifications, though!