All of lore.kernel.org
 help / color / mirror / Atom feed
* Error: Error creating domain: (13, 'Permission denied')
@ 2005-01-19 19:46 David F Barrera
  0 siblings, 0 replies; 6+ messages in thread
From: David F Barrera @ 2005-01-19 19:46 UTC (permalink / raw)
  To: xen-devel

I am unable to create a domain on a 2.4.28-xen0 kernel, which I built 
from the latest source file today.  I am able to boot into the xen0 
kernel  and start xend without any apparent problem; however, when I 
attempt to create a domain, I get the following error: Error: Error 
creating domain: (13, 'Permission denied').  Also, when I enter the 
command 'xm list', no domain is listed.  I would have expected to see 
'Domain-0'.  The 'xm dmesg' command shows an error as well: "Error: 
Internal Server Error".

The platform is SuSE Linux 9.0. I downloaded the latest source tar, 
decompressed it and did a 'make world ' and  ran install.sh in /dist.

Any ideas and suggestions would be appreciated. Thanks.

David Barrera


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

* RE: Error: Error creating domain: (13, 'Permission denied')
@ 2005-01-19 20:45 Ian Pratt
  2005-01-19 21:07 ` David F Barrera
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Pratt @ 2005-01-19 20:45 UTC (permalink / raw)
  To: David F Barrera, xen-devel

 

Please post the output of /var/log/xend.log

Also, are you sure you're using tools and kernel from the same repo?

Ian

> -----Original Message-----
> From: xen-devel-admin@lists.sourceforge.net 
> [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of 
> David F Barrera
> Sent: 19 January 2005 19:46
> To: xen-devel@lists.sourceforge.net
> Subject: [Xen-devel] Error: Error creating domain: (13, 
> 'Permission denied')
> 
> I am unable to create a domain on a 2.4.28-xen0 kernel, which I built 
> from the latest source file today.  I am able to boot into the xen0 
> kernel  and start xend without any apparent problem; however, when I 
> attempt to create a domain, I get the following error: Error: Error 
> creating domain: (13, 'Permission denied').  Also, when I enter the 
> command 'xm list', no domain is listed.  I would have expected to see 
> 'Domain-0'.  The 'xm dmesg' command shows an error as well: "Error: 
> Internal Server Error".
> 
> The platform is SuSE Linux 9.0. I downloaded the latest source tar, 
> decompressed it and did a 'make world ' and  ran install.sh in /dist.
> 
> Any ideas and suggestions would be appreciated. Thanks.
> 
> David Barrera
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive 
> Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

* Re: Error: Error creating domain: (13, 'Permission denied')
  2005-01-19 20:45 Error: Error creating domain: (13, 'Permission denied') Ian Pratt
@ 2005-01-19 21:07 ` David F Barrera
  2005-01-19 22:02   ` Steven Hand
  0 siblings, 1 reply; 6+ messages in thread
From: David F Barrera @ 2005-01-19 21:07 UTC (permalink / raw)
  To: xen-devel


>Please post the output of /var/log/xend.log
>  
>
[2005-01-19 03:33:16 xend] INFO (SrvDaemon:607) Xend Daemon started
[2005-01-19 03:33:17 xend] INFO (XendRoot:91) EVENT> xend.start 0
[2005-01-19 03:33:28 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')
[2005-01-19 03:34:03 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')
[2005-01-19 03:34:43 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')
[2005-01-19 04:09:08 xend] INFO (SrvDaemon:607) Xend Daemon started
[2005-01-19 04:09:09 xend] INFO (XendRoot:91) EVENT> xend.start 0
[2005-01-19 04:09:30 xend] INFO (SrvDaemon:607) Xend Daemon started
[2005-01-19 04:09:30 xend] INFO (XendRoot:91) EVENT> xend.start 0
[2005-01-19 04:09:48 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')
[2005-01-19 04:11:40 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')
[2005-01-19 04:11:58 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')
[2005-01-19 04:12:35 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')
[2005-01-19 04:17:11 xend] INFO (SrvDaemon:607) Xend Daemon started
[2005-01-19 04:17:11 xend] INFO (XendRoot:91) EVENT> xend.start 0
[2005-01-19 07:15:21 xend] INFO (SrvDaemon:607) Xend Daemon started
[2005-01-19 07:15:21 xend] INFO (XendRoot:91) EVENT> xend.start 0
[2005-01-19 07:23:44 xend] ERROR (SrvBase:162) op=create: Error creating 
domain: (13, 'Permission denied')
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", 
line 107, in _perform
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    val = op_method(op, req)
  File 
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 
71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (13, 'Permission denied')


>Also, are you sure you're using tools and kernel from the same repo?
>  
>
Yes. I actually deleted the entire xen-2.0 directory and the all the xen 
related files in /boot before I rebuilt. Also, I had done a 'make 
uninstall' before deleting the original xen-2.0 directory. 

>Ian
>
>  
>
>>-----Original Message-----
>>From: xen-devel-admin@lists.sourceforge.net 
>>[mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of 
>>David F Barrera
>>Sent: 19 January 2005 19:46
>>To: xen-devel@lists.sourceforge.net
>>Subject: [Xen-devel] Error: Error creating domain: (13, 
>>'Permission denied')
>>
>>I am unable to create a domain on a 2.4.28-xen0 kernel, which I built 
>>from the latest source file today.  I am able to boot into the xen0 
>>kernel  and start xend without any apparent problem; however, when I 
>>attempt to create a domain, I get the following error: Error: Error 
>>creating domain: (13, 'Permission denied').  Also, when I enter the 
>>command 'xm list', no domain is listed.  I would have expected to see 
>>'Domain-0'.  The 'xm dmesg' command shows an error as well: "Error: 
>>Internal Server Error".
>>
>>The platform is SuSE Linux 9.0. I downloaded the latest source tar, 
>>decompressed it and did a 'make world ' and  ran install.sh in /dist.
>>
>>Any ideas and suggestions would be appreciated. Thanks.
>>
>>David Barrera
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by: IntelliVIEW -- Interactive 
>>Reporting
>>Tool for open source databases. Create drag-&-drop reports. Save time
>>by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
>>Download a FREE copy at http://www.intelliview.com/go/osdn_nl
>>_______________________________________________
>>Xen-devel mailing list
>>Xen-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/xen-devel
>>
>>    
>>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
>Tool for open source databases. Create drag-&-drop reports. Save time
>by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
>Download a FREE copy at http://www.intelliview.com/go/osdn_nl
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/xen-devel
>
>  
>


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

* Re: Error: Error creating domain: (13, 'Permission denied')
  2005-01-19 21:07 ` David F Barrera
@ 2005-01-19 22:02   ` Steven Hand
  2005-01-20 15:23     ` David F Barrera
  0 siblings, 1 reply; 6+ messages in thread
From: Steven Hand @ 2005-01-19 22:02 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel, Steven.Hand


>
>>Please post the output of /var/log/xend.log
>>  
>>
>[2005-01-19 03:33:16 xend] INFO (SrvDaemon:607) Xend Daemon started
>[2005-01-19 03:33:17 xend] INFO (XendRoot:91) EVENT> xend.start 0
>[2005-01-19 03:33:28 xend] ERROR (SrvBase:162) op=create: Error creating 
>domain: (13, 'Permission denied')
>Traceback (most recent call last):

So this error seems to only be possible due to: 

  - a version mismatch between the user-space tools and the version
    of xen actually running, or 
 
  - a failure to access the privcmd interface in dom0 

In the former case, you should see something in /var/log/xend-debug.log 
(like "Dom0 operation failed - need to rebuild the user-space tool set?") 

In the latter case, it would probably mean you were running xend as non-root. 

Do either of these seem plausible? 

cheers,

S.




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

* Re: Error: Error creating domain: (13, 'Permission denied')
  2005-01-19 22:02   ` Steven Hand
@ 2005-01-20 15:23     ` David F Barrera
  2005-01-20 15:27       ` Ian Pratt
  0 siblings, 1 reply; 6+ messages in thread
From: David F Barrera @ 2005-01-20 15:23 UTC (permalink / raw)
  To: xen-devel

Steven,

Thanks for the reply.  I did a 'make install-tools', and the problems 
has gone away. Obviously, there was a mismatch between the user space 
tools and the version of xen running.  I am wondering why 'make world' 
did not do this automatically when I first built this version of Xen.

David

Steven Hand wrote:

>>>Please post the output of /var/log/xend.log
>>> 
>>>
>>>      
>>>
>>[2005-01-19 03:33:16 xend] INFO (SrvDaemon:607) Xend Daemon started
>>[2005-01-19 03:33:17 xend] INFO (XendRoot:91) EVENT> xend.start 0
>>[2005-01-19 03:33:28 xend] ERROR (SrvBase:162) op=create: Error creating 
>>domain: (13, 'Permission denied')
>>Traceback (most recent call last):
>>    
>>
>
>So this error seems to only be possible due to: 
>
>  - a version mismatch between the user-space tools and the version
>    of xen actually running, or 
> 
>  - a failure to access the privcmd interface in dom0 
>
>In the former case, you should see something in /var/log/xend-debug.log 
>(like "Dom0 operation failed - need to rebuild the user-space tool set?") 
>
>In the latter case, it would probably mean you were running xend as non-root. 
>
>Do either of these seem plausible? 
>
>cheers,
>
>S.
>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
>Tool for open source databases. Create drag-&-drop reports. Save time
>by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
>Download a FREE copy at http://www.intelliview.com/go/osdn_nl
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/xen-devel
>
>  
>


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

* Re: Error: Error creating domain: (13, 'Permission denied')
  2005-01-20 15:23     ` David F Barrera
@ 2005-01-20 15:27       ` Ian Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Pratt @ 2005-01-20 15:27 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel, Ian.Pratt

> Steven,
> 
> Thanks for the reply.  I did a 'make install-tools', and the problems 
> has gone away. Obviously, there was a mismatch between the user space 
> tools and the version of xen running.  I am wondering why 'make world' 
> did not do this automatically when I first built this version of Xen.

You need to do:
 make world
 make install

make world only installs to the 'dist' directory.

Ian


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

end of thread, other threads:[~2005-01-20 15:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-19 20:45 Error: Error creating domain: (13, 'Permission denied') Ian Pratt
2005-01-19 21:07 ` David F Barrera
2005-01-19 22:02   ` Steven Hand
2005-01-20 15:23     ` David F Barrera
2005-01-20 15:27       ` Ian Pratt
  -- strict thread matches above, loose matches on Subject: below --
2005-01-19 19:46 David F Barrera

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.