[elbe-devel] [PATCH] init default-init.xml: remove backports kernel from pkg list

Manuel Traut manut at linutronix.de
Wed Apr 10 08:37:06 CEST 2019


On 13:15 Tue 09 Apr     , Torben Hohn wrote:
> 19a6a0cd6b59 ("init: bump initvm kernel version to jessie-backports")
> switched the kernel to the jessie-backports kernel, to obtain
> a 4.9 kernel to fix msgs like:
> 
> ---------------------------------------------------------------
> kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs'
> ---------------------------------------------------------------
> 
> stretch already has a 4.9 kernel, so this is not necessary anymore.
> 
> linux-image-amd64 from stretch-backports is currently subject to a
> transition, and is broken. Since we dont need it, fall back to the
> stretch kernel installed by the installer, and stay there.

What does this mean? The kernel in stretch-backports didn't change since
Sat, 30 Mar 2019 and i'm still able to build an initvm with 'elbe 4'
without any patches:

--8<--
manut at slartibartfast  ~  elbe initvm attach
Attaching to initvm console.
Connected to domain initvm
Escape character is ^]

Debian GNU/Linux 9 elbe-daemon ttyS0

elbe-daemon login: root
Password: 
root at elbe-daemon:~# uname -a
Linux elbe-daemon 4.19.0-0.bpo.4-amd64 #1 SMP Debian 4.19.28-2~bpo9+1 (2019-03-27) x86_64
root at elbe-daemon:~# dpkg -l linux-image-amd64 | grep ^ii
ii  linux-image-amd64 4.19+104~bpo9+1 amd64        Linux for 64-bit PCs (meta-package)
--8<--

So i guess there is another problem.

> examples/elbe-init-big-machine.xml is also fixed.
> 
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
>  elbepack/init/default-init.xml     | 1 -
>  examples/elbe-init-big-machine.xml | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/elbepack/init/default-init.xml b/elbepack/init/default-init.xml
> index c8bd05ca..bf4f6209 100644
> --- a/elbepack/init/default-init.xml
> +++ b/elbepack/init/default-init.xml
> @@ -50,7 +50,6 @@
>  		<pkg-list>
>  			<pkg>openssh-server</pkg>
>  			<pkg pin="stretch-backports">debootstrap</pkg>
> -			<pkg pin="stretch-backports">linux-image-amd64</pkg>
>  			<pkg pin="stretch-backports">pbuilder</pkg>
>  		</pkg-list>
>  		<preseed>
> diff --git a/examples/elbe-init-big-machine.xml b/examples/elbe-init-big-machine.xml
> index 10d1979e..ca24d174 100644
> --- a/examples/elbe-init-big-machine.xml
> +++ b/examples/elbe-init-big-machine.xml
> @@ -50,7 +50,6 @@
>  		<pkg-list>
>  			<pkg>openssh-server</pkg>
>  			<pkg pin="stretch-backports">debootstrap</pkg>
> -			<pkg pin="stretch-backports">linux-image-amd64</pkg>
>  			<pkg pin="stretch-backports">pbuilder</pkg>
>  		</pkg-list>
>  		<preseed>
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel



More information about the elbe-devel mailing list