Andreas Hasenack wrote: > On Monday 26 February 2007 03:39:28 Avi Kivity wrote: > >> richard lucassen wrote: >> >>> Kernel: 2.6.20.1 >>> kvm-15 >>> AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ >>> 1G memory >>> >>> After modprobing kvm-amd, the system becomes very very unstable and I >>> have to reboot te get things right (after modprobing kvm-amd e.g. the >>> ssh daemon is unaccessible) >>> >>> Here's stdout from the compile session: >>> >>> http://www.xaq.nl/kvm/index.html >>> >> dmesg says the modprobe failed, and then the internal filesystem used by >> kvm was not unregistered. a subsequent read of /proc/filesystems failed. >> >> I'll look into it. Thanks for the report. >> > > > Same here with kvm-intel. I get an oops a few seconds later when doing > something that would stat the mounted filesystems (like installing an rpm). > >
Looks like two separate issues: - the kvm-15 tarball inadvertently ships kernel/*.mod.c files, which break the build. Try removing these files (and kernel/*.o for good measure) and rebuilding. - there's probably a missing unregister_filesystem() or a close relative on some error path. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
