WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1454] xentop does not work with 2.6.30-rc3 Dom0 kernel f

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1454] xentop does not work with 2.6.30-rc3 Dom0 kernel from Jeremy's GIT
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 30 Apr 2009 04:06:51 -0700
Delivery-date: Thu, 30 Apr 2009 04:06:57 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <bug-1454-3@xxxxxxxxxxxxxxxxxxxxxxxxxxx/bugzilla/>
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>