On Wed, Nov 30, 2011 at 00:20, mattias wrote:
> are it possible from the host?
Have a look at the `uml_mconsole` command.
If you pass the `umid=somestring` option to the UML, then you can kill it with:
uml_mconsole somestring halt
(Unless the UML is stuck hard, in which case you have to re
On Wed, Nov 30, 2011 at 12:20:24AM +0100, mattias wrote:
> are it possible from the host?
It's not ideal, but I use a script like this:
#!/bin/bash
for pid in $(ps aux |grep uml |awk '{print $2}') ; do
echo "Killing $pid..."
kill -9 $pid
done
This assumes that only one UML VM
are it possible from the host?--
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk ta