From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Cully Subject: Re: Permission denied in domain_sched_credit_set Date: Mon, 29 Jan 2007 13:35:30 -0800 Message-ID: <20070129213530.GE27846@ventoux.cs.ubc.ca> References: <20070129210201.GA7639@snarc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Vincent Hanquez , Ewan Mellor , Xen Developers List-Id: xen-devel@lists.xenproject.org On Monday, 29 January 2007 at 21:09, Keir Fraser wrote: > On 29/1/07 21:02, "Vincent Hanquez" wrote: > > > On Mon, Jan 29, 2007 at 08:54:33PM +0000, Keir Fraser wrote: > >> Actually, I'll just leave it to Ewan. That xend code is not my forte. :-) > >> > >> A 'permission denied' error seems a weird error for dom0 to be getting. I > >> wonder where it comes from and why only you seem to be getting it? > > > > I've seen some permission denied recently with dom0 when there's some ABI > > mismatch. I think a full rebuild/install will solve this problem. > > D'oh yes, it's EACCES not EPERM. A rebuild should indeed fix things. Blowing away build-* and rebuilding did indeed do the trick. Sorry about the noise.