From owner-freebsd-xen@FreeBSD.ORG Sat Aug 10 14:48:21 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BAA59BDE for ; Sat, 10 Aug 2013 14:48:21 +0000 (UTC) (envelope-from jedrzejczak.michal@gmail.com) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58C262046 for ; Sat, 10 Aug 2013 14:48:21 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id b10so2614004eae.10 for ; Sat, 10 Aug 2013 07:48:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZepBl1viDx34Oow6yTNRC//yQwew9ciZIezqSYG9ZIA=; b=ZMeCV5c3wZuJElixKgyPE/TWrDFdgMznCyz30Z5GPkYdqVdDLk1Q+r4xQr4YpqR/Dx lrTnCbXsxel8bYETTPJgIdiJa5H/uB4Za1G/3g8FA0amuowgFX4A28KArykVLgy8N9EB N4Z+n9GTh+VtOjN+67+1keX9eO8deK+6JaLkEF+S9Ntg6jwSYXu5/0tiZw4kMRfgkMFa KTahYnnGwn/DB3KzYjpF+C7+HVwqiUVEiPPF9H1OTnzVxEaAOiClIiFx9CmiUHRzrqb9 cPJxYfl4n0lbo0kUq1TP/l/BP+A3sVQ2Oi/qIk8Mo73wTOGTvqZigpdzfvxsRWxe1DS7 NwGA== MIME-Version: 1.0 X-Received: by 10.15.75.73 with SMTP id k49mr17672450eey.36.1376146099749; Sat, 10 Aug 2013 07:48:19 -0700 (PDT) Received: by 10.223.2.5 with HTTP; Sat, 10 Aug 2013 07:48:19 -0700 (PDT) Date: Sat, 10 Aug 2013 16:48:19 +0200 Message-ID: Subject: XENHVM and XenServer 6.2 From: =?ISO-8859-2?Q?Micha=B3_J=EAdrzejczak?= To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 14:48:21 -0000 Hello list. I want run a FreeBSD 8.4 or 9.1/2-RC1 (amd64) with kernel xenhvm on xenserver 6.2. System boot stoping with this messages : *run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb* I see this bug : http://www.freebsd.org/cgi/query-pr.cgi?pr=164630 No respond from jan, but I need run FreeBSD (release version) on XenServer 6.2 it is this possible with xenhvm ? Do you've any tips or something, everything are welcome. P.S Booting XENHVM without usb support don't work also. Best regards M.J.