Displaying 4 results from an estimated 4 matches for "vacek".
Did you mean:
jacek
2008 Jul 24
4
umount oops
Hi,
I tried very promising btrfs to test it a little and I experienced a
little bug in implementation. I''m not sure where the bug lies however
this works quite well to reproduce the problem:
dd if=/dev/zero of=mountme bs=4k count=100000
dd if=/dev/zero of=mountme2 bs=4k count=100000
mkfs.btrfs mountme
mkfs.btrfs mountme2
mkdir loop loop2
mount -o loop mountme loop
mount -o loop mountme
2014 Feb 28
1
Mouse events
Hello,
I would like to ask if is there any way how to send mouse event to running
domain. I am looking for something like a method for handling keyboard
events(virDomainSendKey method). Is it implemented yet or is it future todo
item(when It will be released?)?
Thank for your answer
2014 Mar 26
1
Sending command to virtual machine
Hello,
I would like to know if there is a way how to execute a command inside of
running virDomainPtr. For example call exec command but not on my computer,
but on running virtual machine. If there is a way, what needs to be done for
it?
Thanks for answer!
2014 Apr 16
1
Snapshots
Hello,
I would like to ask what I am doing wrong and what is the best approach to
resolve this situation:
First of all I start virtual machine by virDomainCreateXML. In my
application I use libvncclient library that sends mouse events to this
running domain. I had some troubles with coordinates of mouse cursor but all
problem was solved when I added <input type='tablet'