Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247596 - Xen sanity check bug nvidia-drivers kernel-2.6.27-r2
Summary: Xen sanity check bug nvidia-drivers kernel-2.6.27-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Ricardo Mendoza (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 16:48 UTC by Alexey
Modified: 2011-10-30 23:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
nvidia-drivers-180.22:20090125-091514.log (x11-drivers:nvidia-drivers-180.22:20090125-091514.log,3.31 KB, text/plain)
2009-01-25 09:24 UTC, Balint Dobai-Pataky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2008-11-19 16:48:58 UTC
When I am trying to emerge nvidia-drivers the next problem has been occured:

Failed: Xen sanity check. Bailed out!

It is strange because I don't have a Xen kernel, paravirtualized guest support has been excluded and I don't have any XEN_CONFIG's in my .configure file.

Please, help in advise asap!

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-20 19:00:05 UTC
Please post the output of `ls -l /usr/src'.
Comment 2 Alexey 2008-11-20 21:41:30 UTC
total 4
lrwxrwxrwx  1 root root   22 Nov 19 01:20 linux -> linux-2.6.27-gentoo-r2
srwxr-xr-x 22 root root 4096 Nov 20 01:17 linux-2.6.27-gentoo-r2

It is strange that I tried to do it with the different kernels and the different drivers and the same problem was occured. Maybe it is cached.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2008-12-18 20:52:33 UTC
grep 'PARAVIRT' /usr/src/linux/.config gives what results?
Comment 4 Robert Piasek (RETIRED) gentoo-dev 2009-01-18 10:32:54 UTC
Why does this check has die??

This driver works ok with XEN and paravirtualised guest support (although it's not yet officially supported).

In my personal opinion die should be changed to warn/beep.
Comment 5 Balint Dobai-Pataky 2009-01-25 09:20:02 UTC
same issue here: 
x11-drivers/nvidia-drivers-180.22
linux-2.6.28-gentoo-r1

ls -l /usr/src/
total 16
lrwxrwxrwx  1 root root   22 2009-01-25 10:24 linux -> linux-2.6.28-gentoo-r1
drwxr-xr-x 21 root root 4096 2009-01-13 09:04 linux-2.6.27-gentoo-r2
drwxr-xr-x 23 root root 4096 2009-01-20 16:51 linux-2.6.28-gentoo
drwxr-xr-x 23 root root 4096 2009-01-25 11:14 linux-2.6.28-gentoo-r1
drwxr-xr-x 23 root root 4096 2009-01-15 15:33 linux-2.6.29-rc1

grep 'PARAVIRT' /usr/src/linux/.config
# CONFIG_PARAVIRT_GUEST is not set
Comment 6 Balint Dobai-Pataky 2009-01-25 09:24:35 UTC
Created attachment 179650 [details]
nvidia-drivers-180.22:20090125-091514.log

looks like the ebuild's PARAVIRT check is passed, nvidia has it's own that fails
Comment 7 Doug Goldstein (RETIRED) gentoo-dev 2009-08-03 04:04:44 UTC
fixed in newer versions