From owner-freebsd-xen@FreeBSD.ORG Thu Apr 23 10:17:46 2015 Return-Path: Delivered-To: freebsd-xen@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 E979D334; Thu, 23 Apr 2015 10:17:46 +0000 (UTC) Received: from violet.upc.es (violet.upc.es [147.83.2.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "relay.upc.es", Issuer "TERENA SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 676E617F5; Thu, 23 Apr 2015 10:17:46 +0000 (UTC) Received: from ackerman2.upc.es (ackerman2.upc.es [147.83.2.244]) by violet.upc.es (8.14.1/8.13.1) with ESMTP id t3NAHgrL020460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL); Thu, 23 Apr 2015 12:17:43 +0200 Received: from [10.0.2.151] ([147.83.40.10]) (authenticated bits=0) by ackerman2.upc.es (8.14.4/8.14.4) with ESMTP id t3NAHgvj004279 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 23 Apr 2015 12:17:42 +0200 Message-ID: <5538C6C6.1090403@entel.upc.edu> Date: Thu, 23 Apr 2015 12:17:42 +0200 From: =?UTF-8?B?R3VzdGF1IFDDqXJleg==?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= , FreeBSD XEN Subject: Re: Again with L5520 References: <5538C13C.1050707@entel.upc.edu> <5538C34F.9070309@FreeBSD.org> In-Reply-To: <5538C34F.9070309@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Greylist: Delayed for 00:23:38 by milter-greylist-4.4.3 (violet.upc.es [147.83.2.51]); Thu, 23 Apr 2015 12:17:43 +0200 (CEST) X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.4.3 (ackerman2.upc.es [147.83.2.244]); Thu, 23 Apr 2015 12:17:42 +0200 (CEST) X-Scanned-By: MIMEDefang 2.70 on 147.83.2.244 X-Mail-Scanned: Criba 2.0 + Clamd X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 23 Apr 2015 10:17:47 -0000 On 23/04/2015 12:02, Roger Pau Monné wrote: > Hello, > > El 23/04/15 a les 11.54, Gustau Pérez ha escrit: >> Hello, >> >> I'm trying to recap the patches needed to work with the L5520 box I >> have here at $work. Checking the mailing I'd say two patches [1], [2] > You can drop patch 2, patch 1 already fixes the issue in a proper way, > patch 2 was just a workaround. Thanks. I'd like to poke bapt about patch1 to integrate it in emulators/xen-kernel. > >> are needed for xen kernel to work with that box, also a bit of tweaking >> is needed for the cmdline. >> >> I applying those two patches over the xen code allows the machine to >> boot. I see the xen kernel load the dom0 kernel and I see no interrupt >> problems. However, I'm not able to start any domain because of >> permission denied problems: > Can you paste the full boot log of the box (including Xen and FreeBSD)? > Also, are you using the same version for the Xen kernel and the Xen > tools (were both installed using the same exact revision)? The tools were from the port and the xen from the last git revision. Compiling the tools from the git repo solved the issue. I'll try to patch the port with patch1 and see if that works. Thank you and sorry for the noise, Gustau