[GH-ISSUE #76] Every pane returns "Not yet implemented!" on web UI, terminal gives 502 bad gateway on fresh install #43

Open
opened 2026-03-02 03:21:28 +03:00 by kerem · 4 comments
Owner

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.

Image

Followed install instructions to the letter on a fresh copy of 15.0-RELEASE, really not sure where to go from here.

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](url) I can log in, but every single pane just says _Not Yet Implemented!_ except the console, which returns an nginx 502 bad gateway. <img width="2510" height="1446" alt="Image" src="https://github.com/user-attachments/assets/99b77839-2291-4b0b-9680-ffcea7647876" /> Followed install instructions to the letter on a fresh copy of 15.0-RELEASE, really not sure where to go from here.
Author
Owner

@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:

Runtime error near line 3: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 4: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 5: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 6: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 7: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 8: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 9: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 10: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 11: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 12: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 13: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 14: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 15: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 16: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 17: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 18: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 19: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 20: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 21: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 22: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 23: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 24: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 25: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 26: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 27: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 28: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 29: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 30: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 31: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 32: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 33: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 34: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 35: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 36: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 37: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 38: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 39: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 40: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 41: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 42: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 43: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 44: UNIQUE constraint failed: lang_en.id (19)
Runtime error near line 46: UNIQUE constraint failed: lang_other.id (19)
Runtime error near line 47: UNIQUE constraint failed: lang_other.id (19)
Runtime error near line 48: UNIQUE constraint failed: lang_other.id (19)
Runtime error near line 49: UNIQUE constraint failed: lang_other.id (19)
Runtime error near line 51: UNIQUE constraint failed: lang_other_types.type (19)
Runtime error near line 52: UNIQUE constraint failed: lang_other_types.type (19)
Runtime error near line 53: UNIQUE constraint failed: lang_other_types.type (19)
Parse error near line 61: index lo_ind already exists

not sure if it's relevant, but it's what's going on.

<!-- gh-comment-id:3829155940 --> @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: ``` Runtime error near line 3: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 4: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 5: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 6: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 7: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 8: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 9: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 10: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 11: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 12: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 13: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 14: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 15: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 16: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 17: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 18: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 19: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 20: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 21: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 22: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 23: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 24: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 25: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 26: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 27: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 28: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 29: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 30: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 31: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 32: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 33: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 34: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 35: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 36: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 37: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 38: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 39: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 40: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 41: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 42: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 43: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 44: UNIQUE constraint failed: lang_en.id (19) Runtime error near line 46: UNIQUE constraint failed: lang_other.id (19) Runtime error near line 47: UNIQUE constraint failed: lang_other.id (19) Runtime error near line 48: UNIQUE constraint failed: lang_other.id (19) Runtime error near line 49: UNIQUE constraint failed: lang_other.id (19) Runtime error near line 51: UNIQUE constraint failed: lang_other_types.type (19) Runtime error near line 52: UNIQUE constraint failed: lang_other_types.type (19) Runtime error near line 53: UNIQUE constraint failed: lang_other_types.type (19) Parse error near line 61: index lo_ind already exists ``` not sure if it's relevant, but it's what's going on.
Author
Owner

@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.

<!-- gh-comment-id:3833950149 --> @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.
Author
Owner

@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:

  1. update&reinstall code:
pkg remove clonos\*
cd /root/clonos-ports
git pull
env BATCH=no make -C /root/clonos-ports/www/clonos install

( 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 )

  1. We've gotten rid of the hard-coded path (/usr/local/www/clonos) and are using the home directory instead. If the code is executed as the www user, you'll need to change it:
pw usermod www -d /usr/local/www
service php_fpm restart
  1. Add the required fields to the database (later this will be done automatically as a first login wizard)
su www -c 'php /usr/local/www/clonos/php/new/_setup.php'

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.

<!-- gh-comment-id:3842765091 --> @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: 0) update&reinstall code: ``` pkg remove clonos\* cd /root/clonos-ports git pull env BATCH=no make -C /root/clonos-ports/www/clonos install ``` ( 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 ) 1) We've gotten rid of the hard-coded path (/usr/local/www/clonos) and are using the home directory instead. If the code is executed as the `www` user, you'll need to change it: ``` pw usermod www -d /usr/local/www service php_fpm restart ``` 2) Add the required fields to the database (later this will be done automatically as a first login wizard) ``` su www -c 'php /usr/local/www/clonos/php/new/_setup.php' ``` 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.
Author
Owner

@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!

<!-- gh-comment-id:3845009781 --> @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!
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#43
No description provided.