|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1454] xentop does not work with 2.6.30-rc3 Dom0 kernel f
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1454
------- Comment #1 from felix.kuperjans@xxxxxx 2009-04-30 04:06 -------
I've now done some further research:
The error is actually in libxenstat, which is using the directory
/sys/devices/xen-backend.
This directory has been moved to /sys/bus/xen-backend in the pv_ops dom0
kernels.
The bug can be solved with a small change to libxenstat-linux.c in line 34:
#define SYSFS_VBD_PATH "/sys/bus/xen-backend/"
This change would remove support for older kernels, therefore it would be
better if someone adds a check to the code, which of those two directorys
exists.
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|