> What you describe could mean that your configuration is somehow
> incorrect and the two shared memory regions are not correctly connected.
> 
> You will see the PCI devices and the drivers will bind to them. But you
> will not be able to get interrupts or packets across.
> 
> Make sure that the hypervisor says
> "Shared memory connection established: " with your two cell names once
> the second cell comes up. If you do not see that line, your
> configuration is somehow incorrect.
>

While loading non-root cell i am getting below line from the logs[shared memory 
connection established]

Shared memory connection established: "Linux 4.9.47 non root" <--> "RootCell"

>From the above line we can confirm connection has been established from 
>non-root-cell to root-cell.

 
> Make sure to actually "ifconfig ... up" both sides, just in case you
> forgot about something that trivial.
> 

After booting non-root cell i tried to assign static ip and brought up virtual 
network interface, but it got failed. I am following below steps to assign ip, 
can you please check this.

[root@localhost ~]# ifconfig -a
enp0s14: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 16384
        ether 36:28:b8:54:46:c4  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 192  bytes 15552 (15.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 192  bytes 15552 (15.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@localhost ~]# ifconfig enp0s14 192.168.1.59 netmask 255.255.255.0 up
[root@localhost ~]# dmesg
[  142.650058] IPv6: ADDRCONF(NETDEV_UP): enp0s14: link is not ready
[root@localhost ~]#


 



-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to