Giter Club home page Giter Club logo

Comments (8)

olljanat avatar olljanat commented on August 11, 2024

Debugging kernel panic are tricky. Afaik there is no better way that have big screen and boot with debug logging enabled. Still most of the time there is no useful stuff there.

However one thing which I wonder is that why you need change this? IIRC all containers which run in system-docker are using host networking anyway.

from os.

olljanat avatar olljanat commented on August 11, 2024

I managed to get debug message out from this by adding vga=ask kernel parameter in boot menu and selecting big enough resolution:
image

from os.

olljanat avatar olljanat commented on August 11, 2024

And looks that this is nothing new in 2.0.0 (and most likely even on Burmilla at all) but something which have been issue already in RancherOS.

from os.

benok avatar benok commented on August 11, 2024

OK, I understand.
Please close this ticket if you want to.

I think, there are several known bugs from RancherOS.
It may be helpful if we have some labels to categorize tickets.
("issues from RancherOS" or something like that.)

from os.

olljanat avatar olljanat commented on August 11, 2024

It is valid bug still but labeling these is good idea.

However one thing which I wonder is that what you actually are trying to achieve? Is problem just that default conflicts with some other network on your environment or do you really need bridge network for some reason?
My understanding is that none of system containers uses bridge network so it should be possible to set --bridge=none as workaround to https://burmillaos.org/docs/configuration/docker/#configuring-system-docker and if that works we can make it default on v2.0.

from os.

benok avatar benok commented on August 11, 2024

Ah, I don't have any actual issues around this.

Sometimes, auto-assigned bridge network address for user containers conflicts with my local network address.
So, I added this to configure the default address pool for the user-docker.

write_files:
- content: |
    {
      "default-address-pools":
      [
        { "base":"10.254.0.0/16", "size": 24 }
      ]
    }
  owner: root:root
  path: /etc/docker/daemon.json

I'm not sure if it's actually required or not, but I also tried to configure the address pool for the system-docker.

from os.

olljanat avatar olljanat commented on August 11, 2024

Is there any good way to capture boot log ?

FYI. Hust released v2.0.0-beta6 makes that a bit simpler. Just choose "Debug logging" option in boot menu.

from os.

olljanat avatar olljanat commented on August 11, 2024

Closing because v2.0.0-rc1 was released and in it system-docker bridge is disabled by default

from os.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.