** Also affects: linux-raspi (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Changed in: linux-raspi (Ubuntu Jammy)
       Status: New => In Progress

** Description changed:

+ [Impact]
+ 
+ $ lxc launch images:ubuntu/focal ubuntu --vm
+ 
+ Creating ubuntu
+ Error: Failed instance creation: Failed creating instance record: Instance 
type "virtual-machine" is not supported on this server: vhost_vsock kernel 
module not loaded
+ 
+ [Fix]
+ 
+ Move module vhost_vsock from linux-modules-extra to linux-modules.
+ 
+ [Where Problems Could Occur]
+ 
+ None expected, just moving a module between packages.
+ 
+ [Original Description]
+ 
  Hey All,
  
- I am new to the container, lxc, lxd stuff and  I am at the end of my 
knowledge. 
+ I am new to the container, lxc, lxd stuff and  I am at the end of my 
knowledge.
  I have a fresh setup with a Raspberry PI 4 installed with Ubuntu 22.04 arm64.
- So far everything works fine for containers but I can't get any vm to launch. 
+ So far everything works fine for containers but I can't get any vm to launch.
  
- >     ~  lxc launch images:ubuntu/focal ubuntu --vm 
- > 
+ >     ~  lxc launch images:ubuntu/focal ubuntu --vm
+ >
  > Creating ubuntu
  > Error: Failed instance creation: Failed creating instance record: Instance 
type "virtual-machine" is not supported on this server: vhost_vsock kernel 
module not loaded
  
  Seems like I am missing a kernel module, but I was not able to find or load 
it.
  Already googled for it but was not able to find any matching problem with 
solution.
  
  Additional Information:
  >     ~  uname -r
  > 5.15.0-1005-raspi
  
  >     ~  dpkg -l | grep linux-image
  > ii  linux-image-5.15.0-1005-raspi           5.15.0-1005.5                   
        arm64        Linux kernel image for version 5.15.0 on ARMv8 SMP
  
  >     ~  modprobe vhost_vsock
  >  modprobe: FATAL: Module vhost_vsock not found in directory 
/lib/modules/5.15.0-1005-raspi
  >     ~  lsmod | grep vsock

** Description changed:

  [Impact]
  
- $ lxc launch images:ubuntu/focal ubuntu --vm
+ $ sudo lxc launch images:ubuntu/focal ubuntu --vm
  
  Creating ubuntu
  Error: Failed instance creation: Failed creating instance record: Instance 
type "virtual-machine" is not supported on this server: vhost_vsock kernel 
module not loaded
  
  [Fix]
  
  Move module vhost_vsock from linux-modules-extra to linux-modules.
+ 
+ [Test Case]
+ 
+ See above.
  
  [Where Problems Could Occur]
  
  None expected, just moving a module between packages.
  
  [Original Description]
  
  Hey All,
  
  I am new to the container, lxc, lxd stuff and  I am at the end of my 
knowledge.
  I have a fresh setup with a Raspberry PI 4 installed with Ubuntu 22.04 arm64.
  So far everything works fine for containers but I can't get any vm to launch.
  
  >     ~  lxc launch images:ubuntu/focal ubuntu --vm
  >
  > Creating ubuntu
  > Error: Failed instance creation: Failed creating instance record: Instance 
type "virtual-machine" is not supported on this server: vhost_vsock kernel 
module not loaded
  
  Seems like I am missing a kernel module, but I was not able to find or load 
it.
  Already googled for it but was not able to find any matching problem with 
solution.
  
  Additional Information:
  >     ~  uname -r
  > 5.15.0-1005-raspi
  
  >     ~  dpkg -l | grep linux-image
  > ii  linux-image-5.15.0-1005-raspi           5.15.0-1005.5                   
        arm64        Linux kernel image for version 5.15.0 on ARMv8 SMP
  
  >     ~  modprobe vhost_vsock
  >  modprobe: FATAL: Module vhost_vsock not found in directory 
/lib/modules/5.15.0-1005-raspi
  >     ~  lsmod | grep vsock

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1974178

Title:
  Missing vhost_vsock kernel module in 5.15.0

Status in linux-raspi package in Ubuntu:
  Invalid
Status in linux-raspi source package in Jammy:
  In Progress

Bug description:
  [Impact]

  $ sudo lxc launch images:ubuntu/focal ubuntu --vm

  Creating ubuntu
  Error: Failed instance creation: Failed creating instance record: Instance 
type "virtual-machine" is not supported on this server: vhost_vsock kernel 
module not loaded

  [Fix]

  Move module vhost_vsock from linux-modules-extra to linux-modules.

  [Test Case]

  See above.

  [Where Problems Could Occur]

  None expected, just moving a module between packages.

  [Original Description]

  Hey All,

  I am new to the container, lxc, lxd stuff and  I am at the end of my 
knowledge.
  I have a fresh setup with a Raspberry PI 4 installed with Ubuntu 22.04 arm64.
  So far everything works fine for containers but I can't get any vm to launch.

  >     ~  lxc launch images:ubuntu/focal ubuntu --vm
  >
  > Creating ubuntu
  > Error: Failed instance creation: Failed creating instance record: Instance 
type "virtual-machine" is not supported on this server: vhost_vsock kernel 
module not loaded

  Seems like I am missing a kernel module, but I was not able to find or load 
it.
  Already googled for it but was not able to find any matching problem with 
solution.

  Additional Information:
  >     ~  uname -r
  > 5.15.0-1005-raspi

  >     ~  dpkg -l | grep linux-image
  > ii  linux-image-5.15.0-1005-raspi           5.15.0-1005.5                   
        arm64        Linux kernel image for version 5.15.0 on ARMv8 SMP

  >     ~  modprobe vhost_vsock
  >  modprobe: FATAL: Module vhost_vsock not found in directory 
/lib/modules/5.15.0-1005-raspi
  >     ~  lsmod | grep vsock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1974178/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to