Skip to content

Devcontainer does not have access to /dev/kvm after resuming a devcontainer in codespaces #286

Closed
@dblnz

Description

@dblnz

What happened?

After resuming a previously created devcontainer in github Codespaces, the user does not have access to /dev/kvm

What did you expect to happen?

It is expected that the user has access to /dev/kvm

Steps to reproduce the behavior

  1. Create new codespace in Github
  2. Check access to /dev/kvm - has access
  3. Stop the codespace
  4. Start the codespace
  5. The user does not have access to /dev/kvm anymore

Hyperlight Version

0.1.0

OS version

On Linux:
$ cat /etc/os-release
# paste output here

$ uname -a
# paste output here

On Windows:
C:\> cmd /c ver
# paste output here

Additional Information

By running a chown/chmod command to change permissions for the running user, the issue is solved.
This needs to be done every time the container is closed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/infrastructureConcerns infrastructure rather than core functionalitylifecycle/fixedThis issue has been resolved

    Type

    Projects

    Status

    In Progress

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions