-
Notifications
You must be signed in to change notification settings - Fork 249
profile problem of guest OS Debian 9 #106
Comments
Here is my pyrebox.conf: [MODULES] [VOL] [AGENT] [SYMBOL_CACHE] |
Hi @H0w1 , I can see a couple of things there:
This is happening because of an error in the
This section should list scripts to load in the notation used by python to import modules: just remove the ".py" at the end:
The second error:
This happens when you try to load an uninitialized disk into PyREBox. Have you properly initialized the image pointed by $IMAGE? In such a case, could you tell me how you initialized it so that I can reproduce the error? Thanks, |
Thanks a lot for your reply @xabiugarte. The image which pointed by $IMAGE comes from a script create-image.sh . This image goes well when I use the raw qemu-system-x86_64, I can get an ssh connection to the VM when it is running. |
Hi @xabiugarte ,
The second error
I still cannot solve it. The good news is that I can connect to the VM by ssh now. At least the VM can run. But both ps command and Here is my output :
|
Hi, I am revisiting this issue. Sorry for the long wait. Did you finally solve the problem? Thanks, |
Hi!
My guest OS is Debian 9. My host is Ubuntu18.04. I get my volatility profile from volatilityfoundation/profiles Github. It seems that this profile does not work. I wonder if it is because of Pyrebox's not supporting Debian or my mistake?
Also, is it the "Cannot determine partition type" caused by this profile problem?
This is my output of :
"./pyrebox-x86_64
-kernel $KERNEL/arch/x86/boot/bzImage
-drive file=$IMAGE,index=0,media=disk,format=qcow2,cache=unsafe
-monitor stdio -usb
-display none
-smp 2 -m 2G
-append "console=ttyS0 root=/dev/sda debug earlyprintk=serial slub_debug=QUZ"
-net user,hostfwd=tcp::$2-:22 -net nic
-vnc 127.0.0.1:0 ${snapshot}
--pidfile $WORKDIR/vm.pid "
[] Loading python component initialization script
[] Platform: x86_64-softmmu
[] Starting python module initialization
[] Reading configuration from 'pyrebox.conf'
[] Setting up Linux Profile...
Could not retrieve symbols for profile initialization 'pyrebox_thread_stack_size_info'[] Initializing scripts...
[] Loading python module scripts.script_example.py
[!] Could not initialize python module due to exception
No module named py
[] Finished python module initialization
QEMU 4.0.0 monitor - type 'help' for more information
(qemu)
[SLEUTHKIT]
Opening image - Size: 2147483648
[!] Error, could not open volume system
Cannot determine partition type
The text was updated successfully, but these errors were encountered: