crete-dev
crete-dev copied to clipboard
waiting for port connection
The host OS displays "Awaiting connection on 'ubuntu' on port 10012" after the 3 files dispatch,vm-node and svm-node are run. The guest OS is also running crete-run command which displays "Waiting for port". How do I complete the port connection for the tests and traces to run?
Is there any indication that vm-node
has connected to crete-dispatch
?
When I ran the vm-node script, the dispatch terminal displayed saying "Awaiting connection on 'ubuntu' on port '10012'.
Thank you for the screenshot.
"Awaiting connection on 'ubuntu' on port '10012'" just means that dispatch is open to new connections - not necessarily that anything is wrong.
It would appear that the file hostfile/port
is not being found by the VM.
I see that the mode is "distributed" - meaning crete-vm-node
was the one who started the VM?
Check to ensure vm/1/hostfile/port
exists. If not, it may be worthwhile to rm -rf vm
and restart. Something may have gotten corrupted.
There is a port and pid file existing in the /vm/1/hostfile/ directory. The situation in the screenshot is still persisting even after removing the file and restarting.
I may have to reproduce your env, to get to the bottom of this.
Can you supply the following:
- Config files; dispatch, nodes, and run (for good measure).
- Version of CRETE being used (SVL-PSU HEAD?).
- OS version.
- Guest OS info.
Hi, I want to make sure that the sequences you are running it are qemu dispatch vm and then svm right? because the order matters as well Can you provide your svm vm and dispatch script that you are running according to your screenshot.
Thanks for sending the scripts via emails. It looks like you are not using crete-qemu-2.3-system-x86_64 which is a modified qemu by crete to run the snapshot.
$CRETEPATH/crete-qemu-2.3-system-x86_64 $COMM_CMD -m $MEM_SIZE -loadvm test -device cirrus-vga &> qemu_log.txt
This is the command I used to load the snapshot.
Command looks right. Can you provide the configuration files of vm dispatch svm as well?
Where are the output files located? Also, how to analyze them for the sample configuration file provided I just changed the binary target?