rancher / os

Tiny Linux distro that runs the entire OS as Docker containers
https://rancher.com/docs/os/v1.x/en/
Apache License 2.0
6.44k stars 657 forks source link

When I run `ros config set rancher.system_docker.bip` and reboot the OS, the OS panic #3028

Open yuechao-zhao opened 3 years ago

yuechao-zhao commented 3 years ago

RancherOS Version: (ros os version) v1.5.6

Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.) A hardware server and install RancherOS on a disk

yuechao-zhao commented 3 years ago

Call trace message call_trace

Ice-Drake commented 3 years ago

I ran into the same problem while trying to fix my docker-sys IP address, but I ended up using the incorrect IP address syntax in the command. Upon reboot it, it just loops infinitely as above.

To fix this issue, I boot the system up with another OS, mount the hard disk, and correct the file /var/lib/rancher/conf/cloud-config.yml with the correct syntax, save it, and restart it as normally. Then it works as normal again.