*brctl* *show*
bridge name bridge id STP enabled interfaces
cloud0 8000.000000000000 no
cloudbr0 8000.000000000000 no
cloudbr1 8000.000000000000 no
lxcbr0 8000.000000000000 no
virbr0 8000.000000000000 yes
*ifconfig*
cloud0 Link encap:Ethernet HWaddr 1e:ad:ae:e9:ac:36
inet addr:169.254.0.1 Bcast:0.0.0.0 Mask:255.255.0.0
inet6 addr: fe80::1cad:aeff:fee9:ac36/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:153 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:24346 (24.3 KB)
cloudbr0 Link encap:Ethernet HWaddr 4a:ee:2d:0e:74:a4
inet6 addr: fe80::48ee:2dff:fe0e:74a4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:5708 (5.7 KB)
cloudbr1 Link encap:Ethernet HWaddr 2e:dd:5d:be:b7:d8
inet6 addr: fe80::2cdd:5dff:febe:b7d8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:5480 (5.4 KB)
eth0 Link encap:Ethernet HWaddr 40:a8:f0:66:72:e2
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Memory:f7d00000-f7d20000
eth0:avahi Link encap:Ethernet HWaddr 40:a8:f0:66:72:e2
inet addr:169.254.10.237 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:20 Memory:f7d00000-f7d20000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:14165 errors:0 dropped:0 overruns:0 frame:0
TX packets:14165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8078857 (8.0 MB) TX bytes:8078857 (8.0 MB)
lxcbr0 Link encap:Ethernet HWaddr 72:8b:a5:4b:66:28
inet addr:10.0.3.1 Bcast:10.0.3.255 Mask:255.255.255.0
inet6 addr: fe80::708b:a5ff:fe4b:6628/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:18691 (18.6 KB)
virbr0 Link encap:Ethernet HWaddr ea:d0:ee:b5:ff:05
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr d8:eb:97:e9:af:2f
inet addr:192.168.100.12 Bcast:192.168.100.255
Mask:255.255.255.0
inet6 addr: fe80::daeb:97ff:fee9:af2f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14277 errors:0 dropped:0 overruns:0 frame:0
TX packets:15749 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6382785 (6.3 MB) TX bytes:8834906 (8.8 MB)
On Wed, Sep 14, 2016 at 3:27 PM, Simon Weller <[email protected]> wrote:
> Can you post ifconfig and brctl show?
>
>
>
>
> ________________________________
> From: ned dogg <[email protected]>
> Sent: Wednesday, September 14, 2016 4:54 AM
> To: [email protected]
> Subject: Re: System VM's are getting stuck in starting mode
>
> 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 <[email protected]> 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 <[email protected]>
> > Sent: Tuesday, September 13, 2016 1:27 PM
> > To: [email protected]
> > 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 <
> > [email protected]>
> > 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 <[email protected]>
> > > Sent: Monday, September 12, 2016 6:08 AM
> > > To: [email protected]
> > > 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 <
> > > [email protected]>
> > > wrote:
> > >
> > > > Is your issue similar to this one?
> > > >
> > > > https://issues.apache.org/jira/browse/CLOUDSTACK-9144
> > > > ________________________________________
> > > > From: ned dogg <[email protected]>
> > > > Sent: Saturday, September 10, 2016 1:24 PM
> > > > To: [email protected]
> > > > 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.
> > > >
> > >
> >
>