-
Notifications
You must be signed in to change notification settings - Fork 14
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
v1.9.0-beta2 known issues #13
Comments
Way how I tried optimize Debian console disk usage by removing extra locales on https://github.com/burmilla/os-services/blob/f8f361e8d7fbef94c971dd707f0e2a96ac0bdc88/images/10-debianconsole/Dockerfile#L12-L14 is no very smart and it generates new error messages like this:
Most probably logic must be that we keep all locales which exist on debian:stable-slim and include en_US.UTF-8 from locales package (or just forgot that optimization). EDIT: Looks that this is not necessarily new issue but instead of existing one on Rancher OS as it gives similar errors after switching to Debian console and login with SSH to it:
|
Default console still exists even when I tried to make Debian as only console. Most probably I need move files from https://github.com/burmilla/os-services/tree/f8f361e8d7fbef94c971dd707f0e2a96ac0bdc88/images/10-debianconsole to https://github.com/burmilla/os/tree/v1.9.x/images/02-console Good think on that would be that is simplify also build process as currently I need build console with same version tag first that OS build can include it to ISO file. |
ros command currently only list Rancher Labs as only author. "Project Burmilla" should be there too like we have now on readme files.
|
Not actually new issue but visible because Debian is default console now. RancherOS default console print line which starts with text "docker-sys" and contains eth0 IP address which is very useful when deploying servers with DHCP and you want to know which IP they got. |
Currently user must switch to Debian console before upgrading from RancherOS (like I updated to guidance). Other why it generates a lot of errors. |
It is not possible to use the iso burmillaos-v1.9.0-beta2 with a docker-machine
When I turn off the machine, turn it back on and list the available machines I realize that I get the following error
|
Yes, with quick look of their code. docker-machine reads file Lines 36 to 47 in 5a13f03
we must restore ID value to rancheros
|
If you run the command with the -D argument you will be able to see what happens when the virtual machine is created. We can see that the error is in BUILD_ID
|
@tomaswarynyca BUILD_ID is empty on RancherOS too so I'm quite sure that ID is key thing here. Anyway, can you try with rc1 draft version before I make it public? You should see it when you are logged in. |
@olljanat You are right I was testing the version v1.9.0-rc1 and it works perfectly in docker-machine. The only thing you can see is that our |
@tomaswarynyca hmm. true. RancherOS replace those with some system infos. Need to investigate how we get those in-place. Anyway, other bugs looks to be fixed so I made rc1 public now. |
Let's try finalize v1.9.0 so I will close this one now and separate issue from each problem which still exist/can be found from rc1. |
I noticed couple new issues on v1.9.0-beta2 which need to be fixed on release candidate.
I will add those as one issue per comment and other can do same.
The text was updated successfully, but these errors were encountered: