All of lore.kernel.org
 help / color / mirror / Atom feed
* Starting C xenstored...WARNING: Failed to open connection to gnttab
@ 2014-08-05 16:10 manish jaggi
  2014-08-07 14:28 ` Julien Grall
  0 siblings, 1 reply; 2+ messages in thread
From: manish jaggi @ 2014-08-05 16:10 UTC (permalink / raw)
  To: xen-devel; +Cc: Vijay Kilari


[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]

Hi,

On

 linux:~ # /etc/init.d/xencommons start
Starting C xenstored...WARNING: Failed to open connection to gnttab
Internal error: : 96000021 [#1] SMP
Modules linked in:
CPU: 0 PID: 520 Comm: xenstored Not tainted 3.14.0+ #4
task: ffffffc002c86080 ti: ffffffc000b3c000 task.ti: ffffffc000b3c000
PC is at clear_bit+0x14/0x30
LR is at evtchn_fifo_clear_pending+0x2c/0x38


This seems to be a standard problem, but googling am not able to find how
to enable gnttab in linux.
Is this grant table ?
drivers/xen/Makefile already has obj-y
obj-y   += grant-table.o

-regards
Manish

[-- Attachment #1.2: Type: text/html, Size: 731 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Starting C xenstored...WARNING: Failed to open connection to gnttab
  2014-08-05 16:10 Starting C xenstored...WARNING: Failed to open connection to gnttab manish jaggi
@ 2014-08-07 14:28 ` Julien Grall
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Grall @ 2014-08-07 14:28 UTC (permalink / raw)
  To: manish jaggi, xen-devel; +Cc: xen-users, Vijay Kilari

On 08/05/2014 05:10 PM, manish jaggi wrote:
> Hi,

Hello,

> On

Usually question related to using Xen should be asked on xen-users (in cc).

>  linux:~ # /etc/init.d/xencommons start
> Starting C xenstored...WARNING: Failed to open connection to gnttab
> Internal error: : 96000021 [#1] SMP
> Modules linked in:
> CPU: 0 PID: 520 Comm: xenstored Not tainted 3.14.0+ #4
> task: ffffffc002c86080 ti: ffffffc000b3c000 task.ti: ffffffc000b3c000
> PC is at clear_bit+0x14/0x30
> LR is at evtchn_fifo_clear_pending+0x2c/0x38
> 

IIRC, this error is generally because gntdev has been built as a module
and your forgot to copy it in the root filesystem.

You can make gntdev built in the kernel by changing your configure:

CONFIG_XEN_GNTDEV=y.

Regards,

-- 
Julien Grall

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

end of thread, other threads:[~2014-08-07 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05 16:10 Starting C xenstored...WARNING: Failed to open connection to gnttab manish jaggi
2014-08-07 14:28 ` Julien Grall

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.