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

xenconsoled defunct after xl create on fresh debian 12


  • To: xen-users@xxxxxxxxxxxxx
  • From: Volker Weber <xen-users@xxxxxxxxxxxxxxxxxx>
  • Date: Fri, 12 Jan 2024 11:39:29 +0100
  • Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1705055970; s=strato-dkim-0002; d=strato.com; h=Subject:From:To:Date:Message-ID:Cc:Date:From:Subject:Sender; bh=2B9jpN6Hv0O3I0r8VpI0LsbS8ztLdSM89PeGZARrugs=; b=E2ccbnhWy2+w/RaOOfg5YGF0fqLmov6a5rLNWZmNVBE4vKuGP1suFMDmpX4OMESYdS +ksn0b+DKAV6PBiqp8iFFiCbeNalAne6eW5EMyCL2jQid5R3rQcTRMS8vmPLYtJyhqeY C7KoIBPJ9zVwFU/qYhEj/q4BUfs+NPmPxB7CQFZhTJ8vKVWx6pzUDjBbdxYswWQzhtA9 hfrb/bEsdvWoBQDywuZT6BfU9zw3HTXcjKrUXt3CbjNTXIkWeveh50M7OwvyMbn4L3Lk Cmma/YSTFJORUTuSMlcZNMv2vLccaCJ0XwAOV75YWooMG/UeePvsZH88XwWLc5icjmtm c4qg==
  • Arc-seal: i=1; a=rsa-sha256; t=1705055970; cv=none; d=strato.com; s=strato-dkim-0002; b=RsgYqPY4tfdrz+67ZGV/0XQ2vD0OIGo3QSHiS6NElXCtFy6ktyPbZnVTb0IFoptFyd sAexSXRnQHLqzCbLq+Hqd8klBti5ljHcFUfylKbC2TGnyXm7GzwSZFhD+WwHJtFAyWPm ESs1MwrMxvEGVyCTw4H5uoyOhjnlnlkCa1HC8dsgHynM2YxVQFTE6EmzPLhcVrtQMSZJ 3T2/G1BJ71gohiyyZSgDwWNAuIGIAqXirt1fOldRj4ux8viSv5m9rNVGthGt1gVRV1wi ZsWQDiNPEDAJWlwDJMoR7TLM4/hk2zyGsif1z15SKCNCkbTne9Dmaezxv6PzFbt/jZaN hB2Q==
  • Delivery-date: Fri, 12 Jan 2024 10:40:15 +0000
  • List-id: Xen user discussion <xen-users.lists.xenproject.org>

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®.