-
Notifications
You must be signed in to change notification settings - Fork 59
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
CoreOS won't start, ends with audit log type 1131 #483
Comments
Thanks for the report! I have a feeling that your machine may be spitting more output on the primary console, which is not the one you are looking at. Can you please try tweaking the kernel args in grub to only keep the VGA console (as described here coreos/fedora-coreos-docs#74), and report back if there are some useful details? |
Additionally, it looks like this machine has some further customizations (I see multiple deployments and some layered packages). |
The following ignition file was used: variant: fcos
version: 1.0.0
passwd:
users:
- name: core
ssh_authorized_keys:
- "ssh-ed25519 AAA..." The following commands were used to install the packages seen in the status report above: sudo rpm-ostree install glusterfs
# Realizing it was the wrong package
sudo rpm-ostree uninstall glusterfs
# Installing the correct package
sudo rpm-ostree install glusterfs-server These commands were run manually after some time. The issue still occurred during installation, but I'm pretty sure the second time it occurred were after rebooting after having installed the As for the VGA console, I'll try to get back ASAP if I get more helpful output. During boot, there is a lot of output which ends with something along the line of "switching to colored terminal", then most of the output is removed, leaving either the prompt of the SSH keys used, or the screen shown in the images above. |
I'll add that this time it happened at least twice in a row while rebooting, first during a "normal" reboot (I've been running a script to randomly restart servers throughout the day in order to test this), and then when rebooting after having changed the grub setting. Rebooting once more let me into the system. Without warnings or errors. Would it be sensible to mitigate this by editing the systemd unit for the ostree mount and add a restart if it fails, instead of the current behavior discussed here ostreedev/ostree#1697 (I think)? |
Thanks for the followup! I think this is another symptom of the same mount-race issue at #488. |
@lucab Do you happen to know when the next testing release is scheduled to arrive? |
You can follow along at coreos/fedora-coreos-streams#108. Note that this is the first time we're planning to switch over to Fedora 32, so it will be a big update. If you just want to test to see if the problem goes away you can use a development build from https://builds.coreos.fedoraproject.org/browser. The latest |
Yes, this is the same issue as #488. Let's close this one and track the fix there. |
Assuming the above statement is correct, the change to correct this problem landed in coreos/fedora-coreos-config#416. The fix for this went into testing stream release |
The fix for this went into stable stream release |
Backstory
I've been running CoreOS for only a few weeks, it's mostly been working great, but a breaking issue has popped up every now and then.
I've installed CoreOS on bare metal on four different types of consumer grade hardware. During the installation, this issue came up a lot, causing me to reinstall the OS several times on different machine types.
Since the installation, it has occurred during reboot twice for two different machine types.
Issue description
Here is a somewhat difficult-to-read image of one occurrence of the issue:
A transcription of the last log line:
Here is another yet more difficult-to-read image of another occurrence on another machine:
A transcription of the last log lines:
Output of
sudo rpm-ostree status
on one of the machines (identical setup):The text was updated successfully, but these errors were encountered: