Daniel Bayer schrieb:
the regular expressions used do not match for kernel
2.6.26-1-686-bigmem in a Xen DomU. I suggest matching
on of these:

# dmesg | grep -i xen
[    0.000000]  Xen: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  Xen: 0000000000100000 - 0000000010000000 (usable)
[    0.004000] Xen: using vcpuop timer interface
[    0.004000] installing Xen timer for CPU 0
[    0.124402] Booting paravirtualized kernel on Xen
[    0.124405] Hypervisor signature: xen-3.0-x86_32p
[    0.126585] xen_balloon: Initialising balloon driver.
[    0.177535] XENBUS: Device with no driver: device/vbd/51712
[    0.177538] XENBUS: Device with no driver: device/vif/0
[    0.177540] XENBUS: Device with no driver: device/console/0
[    2.417960] Initialising Xen virtual ethernet driver.
#

Hello Daniel,

there is the following code snippet:

<--
# paravirtualized Xen - very simple ;)
if(-d '/proc/xen') {
   print "Xen\n";
   exit 0;
}
-->

Doesn't this directory (/proc/xen) exist on your machine?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to