All of lore.kernel.org
 help / color / mirror / Atom feed
* Permission denied in domain_sched_credit_set
@ 2007-01-29 20:33 Brendan Cully
  2007-01-29 20:45 ` Keir Fraser
  0 siblings, 1 reply; 6+ messages in thread
From: Brendan Cully @ 2007-01-29 20:33 UTC (permalink / raw)
  To: Xen Developers

Some time in the last few dozen changesets (I'm at 13662:5bb084098493
now) I've started getting this error on xm create:

[2007-01-29 12:23:41 7373] ERROR (__init__:1072) (13, 'Permission denied')
Traceback (most recent call last):
  File "/home/brendan/dev/xen/xen-ss.hg/dist/install/usr/lib/python/xen/xend/Xen
dDomain.py", line 1364, in domain_sched_credit_set
Error: (13, 'Permission denied')

I haven't specified any scheduler options (so I'm running credit). Is
anyone else seeing this?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Permission denied in domain_sched_credit_set
  2007-01-29 20:33 Permission denied in domain_sched_credit_set Brendan Cully
@ 2007-01-29 20:45 ` Keir Fraser
  2007-01-29 20:54   ` Keir Fraser
  0 siblings, 1 reply; 6+ messages in thread
From: Keir Fraser @ 2007-01-29 20:45 UTC (permalink / raw)
  To: Brendan Cully, Xen Developers; +Cc: Ewan Mellor

Probably c/s 13653. I'll revert it -- Ewan has already suggested that there
must be a better way to achieve the same end.

 -- Keir

On 29/1/07 20:33, "Brendan Cully" <brendan@cs.ubc.ca> wrote:

> Some time in the last few dozen changesets (I'm at 13662:5bb084098493
> now) I've started getting this error on xm create:
> 
> [2007-01-29 12:23:41 7373] ERROR (__init__:1072) (13, 'Permission denied')
> Traceback (most recent call last):
>   File 
> "/home/brendan/dev/xen/xen-ss.hg/dist/install/usr/lib/python/xen/xend/Xen
> dDomain.py", line 1364, in domain_sched_credit_set
> Error: (13, 'Permission denied')
> 
> I haven't specified any scheduler options (so I'm running credit). Is
> anyone else seeing this?
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Permission denied in domain_sched_credit_set
  2007-01-29 20:45 ` Keir Fraser
@ 2007-01-29 20:54   ` Keir Fraser
  2007-01-29 21:02     ` Vincent Hanquez
  0 siblings, 1 reply; 6+ messages in thread
From: Keir Fraser @ 2007-01-29 20:54 UTC (permalink / raw)
  To: Keir Fraser, Brendan Cully, Xen Developers; +Cc: Ewan Mellor

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?

 -- Keir

On 29/1/07 20:45, "Keir Fraser" <Keir.Fraser@cl.cam.ac.uk> wrote:

> Probably c/s 13653. I'll revert it -- Ewan has already suggested that there
> must be a better way to achieve the same end.
> 
>  -- Keir
> 
> On 29/1/07 20:33, "Brendan Cully" <brendan@cs.ubc.ca> wrote:
> 
>> Some time in the last few dozen changesets (I'm at 13662:5bb084098493
>> now) I've started getting this error on xm create:
>> 
>> [2007-01-29 12:23:41 7373] ERROR (__init__:1072) (13, 'Permission denied')
>> Traceback (most recent call last):
>>   File 
>> "/home/brendan/dev/xen/xen-ss.hg/dist/install/usr/lib/python/xen/xend/Xen
>> dDomain.py", line 1364, in domain_sched_credit_set
>> Error: (13, 'Permission denied')
>> 
>> I haven't specified any scheduler options (so I'm running credit). Is
>> anyone else seeing this?
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Permission denied in domain_sched_credit_set
  2007-01-29 20:54   ` Keir Fraser
@ 2007-01-29 21:02     ` Vincent Hanquez
  2007-01-29 21:09       ` Keir Fraser
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent Hanquez @ 2007-01-29 21:02 UTC (permalink / raw)
  To: Keir Fraser; +Cc: Brendan Cully, Xen Developers, Ewan Mellor

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.

Cheers,
-- 
Vincent Hanquez

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Permission denied in domain_sched_credit_set
  2007-01-29 21:02     ` Vincent Hanquez
@ 2007-01-29 21:09       ` Keir Fraser
  2007-01-29 21:35         ` Brendan Cully
  0 siblings, 1 reply; 6+ messages in thread
From: Keir Fraser @ 2007-01-29 21:09 UTC (permalink / raw)
  To: Vincent Hanquez; +Cc: Brendan Cully, Xen Developers, Ewan Mellor

On 29/1/07 21:02, "Vincent Hanquez" <vincent@xensource.com> 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.

 -- Keir

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Permission denied in domain_sched_credit_set
  2007-01-29 21:09       ` Keir Fraser
@ 2007-01-29 21:35         ` Brendan Cully
  0 siblings, 0 replies; 6+ messages in thread
From: Brendan Cully @ 2007-01-29 21:35 UTC (permalink / raw)
  To: Keir Fraser; +Cc: Vincent Hanquez, Ewan Mellor, Xen Developers

On Monday, 29 January 2007 at 21:09, Keir Fraser wrote:
> On 29/1/07 21:02, "Vincent Hanquez" <vincent@xensource.com> 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-29 21:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-29 20:33 Permission denied in domain_sched_credit_set Brendan Cully
2007-01-29 20:45 ` Keir Fraser
2007-01-29 20:54   ` Keir Fraser
2007-01-29 21:02     ` Vincent Hanquez
2007-01-29 21:09       ` Keir Fraser
2007-01-29 21:35         ` Brendan Cully

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.