[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xenconsoled defunct after xl create on fresh debian 12


  • To: xen-users@xxxxxxxxxxxxxxxxxxxx
  • From: Volker Weber <xen-users@xxxxxxxxxxxxxxxxxx>
  • Date: Wed, 24 Jan 2024 15:42:41 +0100
  • Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1706107362; s=strato-dkim-0002; d=strato.com; h=In-Reply-To:References:To:Subject:From:Date:Message-ID:Cc:Date:From: Subject:Sender; bh=MUAeo/tS7MJn1h4s5RJk42KsogbjUkaDJepXH2y/hyQ=; b=VgDzjtmc5zV53uqOjykvYy+jLyKybxkVGXlQrd0R9glzmDx2ITbJwi6WT2dEu3hUru HYwN6y5xDU9TjI0nU2Ma+4/rwtQ0cqzpRZnN6efzW5D66ZzvulGCNuBJsiEWldwoBflR SUImT0ezmDJ2z2dwPMK+O8g8uh9VJEdSPegLZ5rd/Ix2OgQeAR8+Bc3Z/qq+0DfKnlOB hTEYkaHyNijdktkse3N743ojCkcH8LVAC3V5llkFld8dRTi5KqR0hwyt6z380t4GWN/5 wxNLrDAVIVYJkFcKhnsM+4Bw3xv/xmWOEtJB7k0HTGsvx4wOfBRqetKZEoHNmHUodzTy aJUA==
  • Arc-seal: i=1; a=rsa-sha256; t=1706107362; cv=none; d=strato.com; s=strato-dkim-0002; b=R3rofJgdUw7Se+iJrEkdBlxkfm3wO71cBwoPsk8NQm3bChMSMocqJ+t1ftG2MPtmPQ tJbABG95VxprDgFe5DmbgP06IPu+frEkBMJD1/0kXA2wtYyx03qgdU0sXLuTK9dmgG5P 4/SL5FUh3gOyn8dL00QvnaQagDDiOy8EjRlnx1K3DJN4NA0m8k6Ej+eIr1G8DbSRHMGu XKjeTPPOdUodOq0kbDL5XSHwJNSCgUkl+JKUpNyG/doL8BbSeK6a20kw87Pok9yJAK38 SPjI+dHeDlOKZLU2HNHiYNqBC6qZMZPhzHiB82TXF1Ki8exPEbkxJvg5KvFPoCqLCtku rlKQ==
  • Delivery-date: Wed, 24 Jan 2024 14:43:32 +0000
  • List-id: Xen user discussion <xen-users.lists.xenproject.org>

Hi,

any ideas or hints to progress?

Regards
  Volker

Am 12.01.24 um 11:39 schrieb Volker Weber:
Hi,

i can't start any guests on a fresh installed debian 12 system. xl create fails after ~10s with timeout accessing console tty:

$ sudo xl create /opt/inexso-xen/hosts/btest.webertest.inexso.intra.cfg
Parsing config from /opt/inexso-xen/hosts/btest.webertest.inexso.intra.cfg
libxl: error: libxl_create.c:1976:console_xswait_callback: domain 1 console tty: timed out libxl: error: libxl_domain.c:1183:libxl__destroy_domid: Domain 1:Non-existant domain libxl: error: libxl_domain.c:1137:domain_destroy_callback: Domain 1:Unable to destroy guest libxl: error: libxl_domain.c:1064:domain_destroy_cb: Domain 1:Destruction of domain failed


trying to debug this i found xenconsoled crashed after first try to start an vm.

Before xl create, just after fresh reboot:

$ ps auxf | grep xen
root          65  0.0  0.0      0     0 ?        S    14:31   0:00  \_ [xenbus] root          66  0.0  0.0      0     0 ?        S    14:31   0:00  \_ [xenwatch] root          76  0.0  0.0      0     0 ?        S    14:31   0:00  \_ [xen-balloon] root        1066  0.0  0.0  11692  3932 ?        S    14:31   0:00 /usr/lib/xen-4.17/bin/oxenstored --pid-file /run/xenstore.pid root        1076  0.0  0.0  68448  1716 ?        Sl   14:31   0:00 /usr/lib/xen-4.17/bin/xenconsoled --pid-file /run/xenconsoled.pid root        1096  0.0  0.0 244484 12612 ?        Sl   14:31   0:00 /usr/libexec/xen-qemu-system-i386 -xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor none -serial none -parallel none -pidfile /run/qemu-dom0.pid

Some seconds after xl create:

$ ps auxf | grep xen
root          65  0.0  0.0      0     0 ?        S    14:31   0:00  \_ [xenbus] root          66  0.0  0.0      0     0 ?        S    14:31   0:00  \_ [xenwatch] root          76  0.8  0.0      0     0 ?        S    14:31   0:01  \_ [xen-balloon] root        1066  0.0  0.0  11696  5076 ?        S    14:31   0:00 /usr/lib/xen-4.17/bin/oxenstored --pid-file /run/xenstore.pid root        1076  0.0  0.0      0     0 ?        Zl   14:31   0:00 [xenconsoled] <defunct> root        1096  0.0  0.0 244484 12612 ?        Sl   14:31   0:00 /usr/libexec/xen-qemu-system-i386 -xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor none -serial none -parallel none -pidfile /run/qemu-dom0.pid root        3344  0.0  0.0  10128  4796 pts/0    S+   14:33   0:00  |        \_ sudo xl create /opt/inexso-xen/hosts/btest.webertest.inexso.intra.cfg root        3345  0.0  0.0  10260   508 pts/4    Ss   14:33   0:00  |            \_ sudo xl create /opt/inexso-xen/hosts/btest.webertest.inexso.intra.cfg root        3346 24.1  0.1 114228 47284 pts/4    Sl+  14:33   0:01  |                \_ /usr/lib/xen-4.17/bin/xl create /opt/inexso-xen/hosts/btest.webertest.inexso.intra.cfg


the xenconsoled is crashed.


Some additional information, in /var/log/xen/xenstored-access.log i found:

[20240110T14:10:18.476Z]  A9           write /local/domain/1/console/tty /dev/pts/4

and (here are the 10s timeout)

[20240111T12:44:15.414Z]  A9           watch /local/domain/1/console/tty 2/4 [20240111T12:44:15.414Z]  A9           w event /local/domain/1/console/tty 2/4 [20240111T12:44:25.424Z]  A9           unwatch /local/domain/1/console/tty 2/4


at this point there is no /dev/pts/4. Before xl create there are pst 0, 1 and 2, during xl create hangs there is also a pts 3.

I can reproduce this at every reboot.

Any Ideas how to solve this?

Regards,

   Volker Weber








 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.