From owner-freebsd-xen@FreeBSD.ORG Thu Apr 23 09:54:16 2015 Return-Path: Delivered-To: freebsd-xen@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9268FCA; Thu, 23 Apr 2015 09:54:16 +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 336CB15B3; Thu, 23 Apr 2015 09:54:15 +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 t3N9s5hW007703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL); Thu, 23 Apr 2015 11:54:05 +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 t3N9s4SW008773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 23 Apr 2015 11:54:05 +0200 Message-ID: <5538C13C.1050707@entel.upc.edu> Date: Thu, 23 Apr 2015 11:54:04 +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: Again with L5520 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: ACL matched, not delayed by milter-greylist-4.4.3 (violet.upc.es [147.83.2.51]); Thu, 23 Apr 2015 11:54:06 +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 11:54:05 +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 09:54:16 -0000 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] 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: http://dpaste.com/3CN7PYE http://dpaste.com/15TBDMK I remember it worked previously. but I'm not able to find what I'm missing. Checking the code logging the error I'm unable to move forward. Any ideas? Best, Gustau [1] http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=commitdiff;h=2baddfbc21497b470d7509a7e1a724c1f6671e90;hp=b6e7fbadbda449b600bfad3ded16ea371a00ca13 [2] https://lists.freebsd.org/pipermail/freebsd-xen/2015-April/002332.html