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

Stopping a VM can result in noisy EOF error #12511

Closed
simondeziel opened this issue Nov 6, 2023 · 1 comment · Fixed by #12580
Closed

Stopping a VM can result in noisy EOF error #12511

simondeziel opened this issue Nov 6, 2023 · 1 comment · Fixed by #12580
Assignees
Labels
Bug Confirmed to be a bug

Comments

@simondeziel
Copy link
Member

Stopping a VM from "inside" may lead to noisy error:

$ lxc launch ubuntu-daily:22.04 v1 --vm
$ lxc shell v1
root@v1:~# halt -p
root@v1:~# 
Session terminated, killing shell...
Error: Get "https://custom.socket/1.0/operations/094fe6f2-934f-4fcb-b93e-78cf71b2967e/wait?timeout=-1": EOF

Tom said:

we should probably not output anything in cases where its EOF and we've already ended the other channels.

Additional information:

$ snap list lxd
Name  Version      Rev    Tracking     Publisher   Notes
lxd   git-f14fc05  26165  latest/edge  canonical✓  -
@tomponline
Copy link
Member

Same as lxc/incus#256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed to be a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants