This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Trying out systemtap on rawhide xen


There are new rawhide kernel with xen kernels that it would be good to check that systemtap works with them. You should be able to install them with the following yum command as root:

yum --enablerepo=development --enablerepo=development-debuginfo upgrade "*xen*"

Ugh, it looks like there is still a dependency problem with libvirt-python needing libxenstore.so, so this upgrade doesn't seem to work at the moment.

For new kernels you will need to work around listed in Red Hat bz#197220

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197220

I was able to do the following in the /usr/src/kernel/2.6.17-1.2358.fc6-x86_64
directory and this cleared up the problem:


touch include/config/auto.conf


-Will



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]