Larry Matter wrote:
>> Can you try stracing to see if it's a kernel or userspace problem?
>>
>> prefix your command line with
>>
>>    strace -e trace=ioctl -e signal=none -o /tmp/kvm.trace
>> /usr/local/bin/qemu...
>>
>> and then post the result of
>>
>>    grep ENOENT /tmp/kvm.trace
>>     
>
> I get lots of these:
>
> ioctl(6, 0x4010ae0c, 0xbfc71af8)        = -1 ENOENT (No such file or
> directory)
>
>   

When you run it (without strace), do the messages stop after a while, or 
do they go on forever?


-- 
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

Reply via email to