Hi,
I'm new to CentOS. (I have tried Debian, Ubuntu, Devuan & Gentoo). And also new to CloudStack.
I'm trying the Quick Installation Guide of CloudStack as pointed by Andrija Panic of ShapeBlue https://github.com/apache/cloudstack-documentation/blob/master/source/quicki...
At Configuring the Network topic, I got an error:
[root@localhost ~]# systemctl restart network Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.
systemctl status network.service https://pastebin.com/KzBqJN65
journalctl -xe https://pastebin.com/PLQGuLeR
On Mar 6, 2019, at 1:44 AM, Larry Sevilla sevilla.larry.oss@gmail.com wrote:
systemctl status network.service https://pastebin.com/KzBqJN65
…which says brctl doesn’t exist, so if you go searching for it, you find that it’s in the bridge-utils package. So, your next step is:
$ sudo yum install bridge-utils
I have no idea whether that solves your entire problem, having never done anything with CloudStack, but it’ll at least get you one more step down the path.