Thanks for the reply Simon.

*vi /etc/network/interfaces*
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# Public network
auto cloudbr0
iface cloudbr0 inet manual
    bridge_ports none
    bridge_fd 5
    bridge_stp off
    bridge_maxwait 1

# Private network
auto cloudbr1
iface cloudbr1 inet manual
    bridge_ports none
    bridge_fd 5
    bridge_stp off
    bridge_maxwait 1

# Source interfaces
# Please check /etc/network/interfaces.d before changing this file
# as interfaces may have been defined in /etc/network/interfaces.d
# NOTE: the primary ethernet device is defined in
# /etc/network/interfaces.d/eth0
# See LP: #1262951
source /etc/network/interfaces.d/*.cfg

*vi /etc/network/interfaces.d/eth0.cfg*
# The primary network interface
auto eth0
iface eth0 inet dhcp

On Tue, Sep 13, 2016 at 8:08 PM, Simon Weller <swel...@ena.com> wrote:

> This looks interesting to me:
>
>   1.
> looking for pif for bridge virbr0
>   2.
> 2016-09-13 19:22:09,833 DEBUG [kvm.resource.LibvirtComputingResource]
> (main:null) failing to get physical interface from bridge virbr0, did not
> find an eth*, bond*, team*, vlan*, em*, p*p*, ens*, eno*, enp*, or enx* in
> /sys/devices/virtual/net/virbr0/brif
>   3.
> 2016-09-13 19:22:09,833 DEBUG [kvm.resource.LibvirtComputingResource]
> (main:null) looking for pif for bridge lxcbr0
>   4.
> 2016-09-13 19:22:09,833 DEBUG [kvm.resource.LibvirtComputingResource]
> (main:null) failing to get physical interface from bridge
>
>
> Can you post your interfaces and bridges please?
>
>
> - Si
>
>
> ________________________________
> From: ned dogg <neddog...@gmail.com>
> Sent: Tuesday, September 13, 2016 1:27 PM
> To: dev@cloudstack.apache.org
> Subject: Re: System VM's are getting stuck in starting mode
>
> Hi Simon,
>
> Thanks for the reply. I changed the logging level to dedug as per your
> recommendation. Please find enclosed the link of my cloudstack-management
> and cloudstack-agent respectively:
> http://pastebin.com/gG1LRm0X
> http://pastebin.com/zJ7CHhLD
>
> On Mon, Sep 12, 2016 at 2:22 PM, Tutkowski, Mike <
> mike.tutkow...@netapp.com>
> wrote:
>
> > Thanks
> >
> > Yeah, I wasn't sure if you just experienced it on reboot or if sometimes
> > when setting up your cloud you encountered this issue, as well (like
> 9144).
> > ________________________________________
> > From: ned dogg <neddog...@gmail.com>
> > Sent: Monday, September 12, 2016 6:08 AM
> > To: dev@cloudstack.apache.org
> > Subject: Re: System VM's are getting stuck in starting mode
> >
> > Hi Mike and thank you for the reply. Sorry but this issue is not similar
> >  to mine, I already gave you the one which looks similar :
> > https://issues.apache.org/jira/browse/CLOUDSTACK-7936
> >
> > On Sun, Sep 11, 2016 at 5:28 AM, Tutkowski, Mike <
> > mike.tutkow...@netapp.com>
> > wrote:
> >
> > > Is your issue similar to this one?
> > >
> > > https://issues.apache.org/jira/browse/CLOUDSTACK-9144
> > > ________________________________________
> > > From: ned dogg <neddog...@gmail.com>
> > > Sent: Saturday, September 10, 2016 1:24 PM
> > > To: dev@cloudstack.apache.org
> > > Subject: System VM's are getting stuck in starting mode
> > >
> > > Hi Everybody,
> > >
> > > I'm a newbie on cloudstack. I started playing with this technology. For
> > > that I install both the management -server and the agent. I was able to
> > > install and start them properly but I unable to create any instance.
> > When I
> > > click on instance the menu then I  click on add instance and next, I
> have
> > > no templates that is presented to me. Thus I stuck at this level. I
> don't
> > > know what to do.
> > >
> > > I think that this issue is because my System VM get stuck an the
> starting
> > > mode. After some googling, I discovered that this is a know issue
> > > https://issues.apache.org/jira/browse/CLOUDSTACK-7936. But this issue
> is
> > > for cloudstack 4.4.1 but I'm using cloudstack 4.6. I was asking myself
> if
> > > this issue is also common on cloudstack 4.6?
> > >
> > > Please any help will be welcoming.
> > > Thanks.
> > >
> >
>

Reply via email to