I enabled the debugging output, here's what shows up:
john@vigo:~/volatility-2.0$ sudo python vol.py --profile=Win7SP1x86 -l
vmi://win7-2 pslist
[sudo] password for john:
Volatile Systems Volatility Framework 2.0
LibVMI Version 0.9_alpha
--found KVM
LibVMI Mode 4
--got id from name (win7-2 --> 7)
**set image_type = win7-2
--libvirt version 9011
--qmp: virsh qemu-monitor-command win7-2 '{"execute": "pmemaccess",
"arguments": {"path": "/tmp/vmiWKikpn"}}'
--kvm: using custom patch for fast memory access
--connect() failed to /tmp/vmiWKikpn
No suitable address space mapping found
Tried to open image as:
WindowsHiberFileSpace32: No base Address Space
WindowsCrashDumpSpace32: No base Address Space
JKIA32PagedMemory: No base Address Space
JKIA32PagedMemoryPae: No base Address Space
IA32PagedMemoryPae: Module disabled
IA32PagedMemory: Module disabled
PyVmiAddressSpace - EXCEPTION: Init failed
FileAddressSpace: Location is not of file scheme
I'm working on chasing this down, the specified socket certainly
exists... but for some reason after a VM has been booted, once I run
volatility a few times, I start to get this error.