[ovirt-users] ovirst engine-setup fails because of apache

2015-12-15 Thread Fabrice Bacchella
I'm using a custom apache implementation, so `service httpd restart` fails on my server. And so: engine-setup --config-append=${answers_file} fails with: ... [ INFO ] Restarting httpd [ ERROR ] Failed to execute stage 'Closing up': Failed to start service 'httpd' I could try to do OVESETUP_APA

Re: [ovirt-users] ovirst engine-setup fails because of apache

2015-12-15 Thread Simone Tiraboschi
Hi Fabrice, can you please attach the setup logs? thanks, Simone On Tue, Dec 15, 2015 at 6:04 PM, Fabrice Bacchella < fabrice.bacche...@orange.fr> wrote: > I'm using a custom apache implementation, so `service httpd restart` fails > on my server. > > And so: > engine-setup --config-append=${an

Re: [ovirt-users] ovirst engine-setup fails because of apache

2015-12-15 Thread Fabrice Bacchella
My setup is a mix of engine-setup and puppet. The reasons that prevent the restart are not the real problem. It try to launch '/bin/systemctl start httpd' and that fails, as expected. The standard service httpd is unusable as the port 80 is already used by my custom apache and I've done other t

Re: [ovirt-users] ovirst engine-setup fails because of apache

2015-12-15 Thread Yedidyah Bar David
On Tue, Dec 15, 2015 at 7:24 PM, Fabrice Bacchella wrote: > My setup is a mix of engine-setup and puppet. > > The reasons that prevent the restart are not the real problem. It try to > launch '/bin/systemctl start httpd' and that fails, as expected. > > The standard service httpd is unusable as t