-
Notifications
You must be signed in to change notification settings - Fork 656
network.interfaces: "mac=..." doesn't work; dhcp: false is ignored #2521
Comments
Hm. I changed The boot log also says: |
Try to add this
The address should be a CIDR , like:
I am paying attention to this problem. From the current feedback, there is no impact, but it is worth finding the root cause. |
Ok, I have now installed RancherOS on a real server - the problems remain exactly the same:
That works indeed, but only as
Nope, it really doesn't have any ip address assigned at all.
And BTW, neither with DHCP, nor with a fixed IP address will the interface end up with an IP. Once RancherOS has booted, I need to assign an address manually with How can I help investigate this further? Once that is fixed, I'll try to look into the segfault, but at the moment I need to get the basics working first. |
We have confirmed this problem, will fix it later. For now, you can use this kernel cmdline. ============================================== Install the ros to disk via The content of cloud-config.yml:
I can get the IP address after reboot:
|
Oh... my... !!! Thanks for confirming the first problem, and now I found the second:
MUST instead be
Note the missing |
The todo list:
|
Version - rancher/os:v1.5.0-rc1 11/26 |
RancherOS Version: v1.4.2-rc1
Where are you running RancherOS? qemu/kvm using virt-manager
Preparation:
I am currently trying to install RancherOS in a virtual machine using virt-manager. Booting the ISO works without any problems. I then partition the disk and install RancherOS it using
My
cloud-config.yml
:Installation works, no issues. Reboot.
Problems
When booting from the IDE harddisk in qemu, I have the following problems:
dmesg
logssystem-dockerd[1216]: segfault at 8 ip 00000000000542436 sp 000000 c420d1d308 error 4 in system-dockerd[400000+1485000]
. I am not sure if this line is relevant, but it doesn't look good.The text was updated successfully, but these errors were encountered: