coreos / fedora-coreos-tracker

Issue tracker for Fedora CoreOS
https://fedoraproject.org/coreos/
262 stars 59 forks source link

dmesg udev groups error #378

Open naguam opened 4 years ago

naguam commented 4 years ago

Hello, I'm really interested to the fedora coreos concept and I made a clean install of fedora coreos in a vm (with libvirt on a centos 8 host) following the official documentation. So I created the ignition file with the podman container as said in the link. Here is the basic yaml fcc file next converted in an ignition file.

version: 1.0.0
passwd:
  users:
    - name: core
      ssh_authorized_keys:
        - ssh-rsa AAAA....

Then I created the vm with the virt-install example (following the documation) virt-install --connect qemu:///system -n fcos -r 1024 --os-variant=fedora-unknown --import --graphics=none --disk size=10,backing_store=/opt/fedora-coreos-31.20200118.3.0-qemu.x86_64.qcow2 --qemu-commandline="-fw_cfg name=opt/com.coreos/config,file=/opt/example.ign"

Everything worked as expected I could ssh in the coreos host. Then I inspected systemctl status, and he was in a running state (good sign).

And finally, here is the why I write this issue. I did dmesg -l err and I had many udev errors. External site because too long logs There are many errors with groups not existing and ignoring words. I don't want to flood the issue tracker but If theses are important bugs, it's important for me to report them and if theses are not important, I was intrigued

Content of rpm-ostree status.

State: idle
AutomaticUpdates: disabled
Deployments:
● ostree://fedora:fedora/x86_64/coreos/stable
                   Version: 31.20200118.3.0 (2020-01-28T16:10:53Z)
                    Commit: 093f7da6ffa161ae1648a05be9c55f758258ab97b55c628bea5259f6ac6e370e
              GPGSignature: Valid signature by 7D22D5867F2A4236474BF7B850CB390B3C3359C4

Edit : I'm Sorry, I followed the motd link when I ssh on my FCOS vm but after reading the repo README, I realized that I should have posted It on the forum. (Even though I'm happy to contribute).

cgwalters commented 4 years ago

https://github.com/coreos/rpm-ostree/pull/1984 will fix this.

dustymabe commented 4 years ago

Edit : I'm Sorry, I followed the motd link when I ssh on my FCOS vm but after reading the repo README, I realized that I should have posted It on the forum. (Even though I'm happy to contribute).

Don't worry about this. I think it wasn't clear if this was a bug or not so this tracker is fine for what you posted.

Thanks for engaging with us and being part of the community!