From owner-freebsd-virtualization@FreeBSD.ORG Mon May 4 15:35:11 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 756314F5; Mon, 4 May 2015 15:35:11 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AFEE1E12; Mon, 4 May 2015 15:35:11 +0000 (UTC) Received: by wief7 with SMTP id f7so80286713wie.0; Mon, 04 May 2015 08:35:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=hS2hKRTwyc7RRPb8ty5gFEhLe9qlqrnZ2jf+13LTcxY=; b=QdvFr8EiftOLLULT6SGjRm+36TZK4l7mMtTxytX8Gk+XqXD61fk/NpfxNUHUeIwyAZ WUpdQt8ySjOHWMwi2r7SjXm8Bzjzw+6OZ70hSxIJ9CcB/BOFbdcQCRDv24nQfHpqT5B8 +NUc+tr54ciSqsMuX36vFGN+StK7qqViyrnwi+4vd/RFqzxCTofr5ZkZCNYcxqyiojeU dP7YoviM/eFauLjY1CFh9enRX2lBhYyjIlrSuEtN3C9nooBNbOkowqbQw7Bujz1ZTEMs D0UwebRw/mLWScyTuUJnG+TKrSfAYJKMNOElTK09yejASiTPznffvwP0UAEoJmLafjJa IN6A== X-Received: by 10.180.37.3 with SMTP id u3mr20573003wij.43.1430753709337; Mon, 04 May 2015 08:35:09 -0700 (PDT) Received: from [172.16.1.30] (53.Red-88-9-170.dynamicIP.rima-tde.net. [88.9.170.53]) by mx.google.com with ESMTPSA id yr1sm21122290wjc.37.2015.05.04.08.35.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 May 2015 08:35:08 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Message-ID: <554791AB.5000501@FreeBSD.org> Date: Mon, 04 May 2015 17:35:07 +0200 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Roman Bogorodskiy CC: freebsd-virtualization@freebsd.org Subject: Re: xen_kernel, console and X11 References: <20150502154340.GA8333@kloomba> <55473E2A.3020306@FreeBSD.org> <20150504140727.GA983@kloomba> <55478123.3050807@FreeBSD.org> <20150504152712.GA1005@kloomba> In-Reply-To: <20150504152712.GA1005@kloomba> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2015 15:35:11 -0000 El 04/05/15 a les 17.27, Roman Bogorodskiy ha escrit: > Roger Pau Monné wrote: >> Another user also reported a similar problem with Xen and X, and it was >> solved by the following patch: >> >> https://people.freebsd.org/~royger/0001-xen-introduce-a-newbus-function-to-allocate-unused-m.patch >> >> Could you apply it and rebuild your kernel to see if that also solves >> your issues? > > Applied this patch on r282416, things didn't change: I do 'startx' in > ttyv0, X prints that it loads extensions, then a black screen with a > cursor appears and things hang. Can you try to enable sshd and see if the system is still responding? Do you have a serial cable on that box in order to catch any Xen messages? If not, and the system is still reachable from ssh after running startx can you paste the output of xl dmesg? Roger.