-
Notifications
You must be signed in to change notification settings - Fork 250
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
[BUG] host system reboot needs crc setup again on linux #2739
Labels
Comments
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Sep 20, 2021
This patch fix the scenario when a user try to reboot the host and try to run `crc start` on an already configured host. Without this patch user observes following error during `crc start`. ``` INFO Checking crc daemon systemd socket units WARN Preflight checks failed during `crc start`, please try to run `crc setup` first in case you haven't done so yet ``` It happen because systemd service is not enabled by the `crc setup` command. fixes: crc-org#2739
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Sep 20, 2021
This patch fix the scenario when a user try to reboot the host and try to run `crc start` on an already configured host. Without this patch user observes following error during `crc start`. ``` INFO Checking crc daemon systemd socket units WARN Preflight checks failed during `crc start`, please try to run `crc setup` first in case you haven't done so yet ``` It happen because systemd service is not enabled by the `crc setup` command. fixes: crc-org#2739
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Sep 20, 2021
This patch fix the scenario when a user try to reboot the host and try to run `crc start` on an already configured host. Without this patch user observes following error during `crc start`. ``` INFO Checking crc daemon systemd socket units WARN Preflight checks failed during `crc start`, please try to run `crc setup` first in case you haven't done so yet ``` It happen because systemd service is not enabled by the `crc setup` command. fixes: crc-org#2739
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Sep 20, 2021
This patch fix the scenario when a user try to reboot the host and try to run `crc start` on an already configured host. Without this patch user observes following error during `crc start`. ``` INFO Checking crc daemon systemd socket units WARN Preflight checks failed during `crc start`, please try to run `crc setup` first in case you haven't done so yet ``` It happen because systemd service is not enabled by the `crc setup` command. fixes: crc-org#2739
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now we don't enable the crc-daemon.socket but just start it so in case host system reboot then user need to perform the setup again.
The text was updated successfully, but these errors were encountered: