Skip to content
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

Closed
praveenkumar opened this issue Sep 20, 2021 · 0 comments
Closed

[BUG] host system reboot needs crc setup again on linux #2739

praveenkumar opened this issue Sep 20, 2021 · 0 comments
Labels
kind/bug Something isn't working status/need triage

Comments

@praveenkumar
Copy link
Member

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.

@praveenkumar praveenkumar added kind/bug Something isn't working status/need triage labels Sep 20, 2021
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
Labels
kind/bug Something isn't working status/need triage
Projects
None yet
Development

No branches or pull requests

1 participant