On Wed, Mar 11, 2009 at 07:24:56AM +0100, Patrick Matthäi wrote:
> 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?
No, it doesn't. T
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.00] Xen: - 0009f000 (usable)
[0.00] Xen: 0010 - 1000 (usable)
Package: imvirt
Version: 0.2-1
Severity: normal
Hello,
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.00] Xen: - 0009f000 (usable)
[0.00] Xen: 0010
3 matches
Mail list logo