-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: 5.15 does not start #509
Comments
I am assuming that instead of 3.13 and 3.14 that you mean 5.13 and 5.14. I can't seem to reproduce this - are you customizing any settings related to RADIUS server config by chance? Anything in particular that you have configured that might be related to what it is complaining about? |
@mbentley it happens when you start from scratch and you don't migrate from previous version. If you start from scratch and initializing the volumes using '5.15' this happens. To reproduce try to remove the existing docker volumes or use the empty folders with no data inside:
|
Yes, I meant 5.xx (sorry I'm a bit sick so less concentrated ;)) As this is also happening on a fresh start (see comment from weak-head) - I think this has nothing to do with any specific configurations.
Thanks for this analysis - I think migrating from 5.13 straight to 5.15 also breaks this. (but maybe I did something wrong with the back up my data dir) Would you recommended upgrading from 5.13 to 5.14 to 5.15, or should I wait for a fix for now? |
OK, that's odd then because I can create new controllers and have no issues with startup. That's the one test that I always do before pushing changes on new versions. Could you both provide some info for me:
I'm trying to think of anything else that would cause the controller to not start but just out of curiosity, could you try to use the |
This also happens when upgrading from 5.13 to 5.15, same behavior, I'll try upgrading from 5.13 to 5.14 to 5.15 now.
This is a VM on proxmox, but using a "local" disk, I beleive formatted as ext4
|
Going from 5.13 -> 5.14 -> 5.15 seems to work. Starting a new controller on 5.13 works. |
If it would be helpful, I have a little bit different error, though it's still related to
|
@tr1plus Your container logs looks similar to the logs from an existing closed 5.14 bug: #418 (comment) |
I had looked into that one, but the exception itself is different (it happens at the same certificate generation tho).
vs
|
I created a thread since I can now reproduce it. I'm running the exact same version of Debian w/the same kernel, and same version of Docker, using the compose file provided and I am not seeing the issue which makes me think it is something going on in the controller software. *edit: I decided to try to run the controller across a wide variety of systems I have and just like the random issues people were seeing with that one 5.14 version (as described here), one of the 5 machines I am testing on fails to run the controller and I get the error. Strangely enough, it is the same machine that I could reproduce the issue with the original 5.14 on. |
Thanks! |
If you all can please post on the forum post at https://community.tp-link.com/en/business/forum/topic/721750?page=1, that would be helpful! |
A workaround was posted: Delete the files *edit: I just added an environment variable |
Please help. I tried to setup this controller fresh in home assistant today and also get this keystore exception Thanks Eric |
I'm not immediately familiar with how it works with home assistant to deploy the container but what you're looking for is the ability to add or modify the default environment variables for the container. You need to add an environment variable with the name/key |
Thx, a Developer of the add-on just responded and will look into it. jkunczik/home-assistant-omada#74 (comment) |
Controller Version
5.15
Describe the Bug
This was my first time using this software. When starting with tag latest/5.15 the logs stop at the following:
I started up everything using version/tag 3.13 (as I saw a lot of issues with 3.14 I wanted to go to a stable version) and everything is working there. Once I had adopted my switch & EAP, I tried to re start the container with latest tag and I got the same error as above.
Currently rolling back to 3.13 (as I had backed up the data dir)
Expected Behavior
5.15 should start without issue, same as with the 3.13 I used
Steps to Reproduce
How You're Launching the Container
Container Logs
MongoDB Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: