seems firecracker process also started.
here is the logs.
Running Firecracker v0.19.0
2019-11-13T15:23:49.156830091 [1:INFO:api_server/src/http_service.rs:616] The synchronous Put request on "/logger" with body "{\n \"log_fifo\": \"/home/orchestly/Zoho/Firecracker/Binary/Multi/output/fc-log-1.log\",\n \"metrics_fifo\": \"/dev/null\",\n \"level\" : \"Info\",\n \"show_level\" : true,\n \"show_log_origin\" : true\n }" was executed successfully. Status code: 204 No Content.
2019-11-13T15:23:49.177398842 [1:INFO:api_server/src/http_service.rs:654] The API server received a synchronous Put request on "/boot-source" with body "{\n \"kernel_image_path\": \"hello-vmlinux.bin\",\n \"boot_args\": \"panic=1 pci=off reboot=k tsc=reliable quiet 8250.nr_uarts=0 ipv6.disable=1 ip=169.254.0.5::169.254.0.6:255.255.255.252::wlp59s0:off\"\n }".
2019-11-13T15:23:49.177724703 [1:INFO:api_server/src/http_service.rs:616] The synchronous Put request on "/boot-source" with body "{\n \"kernel_image_path\": \"hello-vmlinux.bin\",\n \"boot_args\": \"panic=1 pci=off reboot=k tsc=reliable quiet 8250.nr_uarts=0 ipv6.disable=1 ip=169.254.0.5::169.254.0.6:255.255.255.252::wlp59s0:off\"\n }" was executed successfully. Status code: 204 No Content.
2019-11-13T15:23:49.195667706 [1:INFO:api_server/src/http_service.rs:654] The API server received a synchronous Put request on "/drives/rootfs" with body "{\n \"drive_id\": \"rootfs\",\n \"path_on_host\": \"hello-rootfs.ext4\",\n \"is_root_device\": true,\n \"is_read_only\": false\n }".
2019-11-13T15:23:49.195861612 [1:INFO:api_server/src/http_service.rs:616] The synchronous Put request on "/drives/rootfs" with body "{\n \"drive_id\": \"rootfs\",\n \"path_on_host\": \"hello-rootfs.ext4\",\n \"is_root_device\": true,\n \"is_read_only\": false\n }" was executed successfully. Status code: 204 No Content.
2019-11-13T15:23:49.206000480 [1:INFO:api_server/src/http_service.rs:654] The API server received a synchronous Put request on "/network-interfaces/1" with body "{\n \"iface_id\": \"1\",\n \"guest_mac\": \"02:FC:00:00:00:01\",\n \"host_dev_name\" : \"fc-1-tap0\"\n }".
2019-11-13T15:23:49.206465712 [1:INFO:api_server/src/http_service.rs:616] The synchronous Put request on "/network-interfaces/1" with body "{\n \"iface_id\": \"1\",\n \"guest_mac\": \"02:FC:00:00:00:01\",\n \"host_dev_name\" : \"fc-1-tap0\"\n }" was executed successfully. Status code: 204 No Content.
2019-11-13T15:23:49.213847634 [1:INFO:api_server/src/http_service.rs:654] The API server received a synchronous Put request on "/actions" with body "{\n \"action_type\": \"InstanceStart\"\n }".
2019-11-13T15:23:49.213934879 [1:INFO:vmm/src/lib.rs:1397] VMM received instance start command
2019-11-13T15:23:49.213965860 [1:INFO:vmm/src/vstate.rs:145] Guest memory starts at 7fbf7e992000
2019-11-13T15:23:49.222560588 [1:WARN:vmm/src/lib.rs:543] ***Could not add stdin event to epoll. Operation not permitted (os error 1)***
2019-11-13T15:23:49.223312351 [1:INFO:api_server/src/http_service.rs:616] The synchronous Put request on "/actions" with body "{\n \"action_type\": \"InstanceStart\"\n }" was executed successfully. Status code: 204 No Content.
I am trying to boot multiple guest os.
while boot source, following is the boot args.
while call network interface
these are my ip confi
seems firecracker process also started. here is the logs.
Need help to login in the guest, Please help.