[Engine-devel] if there is a updated debug environment how to?

Alon Bar-Lev alonbl at redhat.com
Fri Jun 7 06:55:41 UTC 2013



----- Original Message -----
> From: "bigclouds" <bigclouds at 163.com>
> To: "Eli Mesika" <emesika at redhat.com>
> Cc: "engine-devel" <engine-devel at ovirt.org>
> Sent: Friday, June 7, 2013 3:49:15 AM
> Subject: Re: [Engine-devel] if there is a updated debug environment how to?
> 
> hi:
> there is error when engine-setup-2. finally only 8702 and 8703 port is in
> listen state.
> i can not visit 8080 via browser.

Well, if setup fails... probably application won't work.

> engine-setup-2 
> [ INFO  ] Creating CA
> [ INFO  ] Creating database schema
> [ ERROR ] Failed to execute stage 'Misc configuration': Command
> '/home/best/ovirt-engine/share/ovirt-engine/dbscripts/create_schema.sh'
> failed to execute
> [ INFO  ] Stage: Clean up
> Log file is located at /tmp/ovirt-engine-setup-20130606172206.log

What database have you  used?
If you don't have anything important there, can you please try to initialize it so you start fresh?

# systemctl stop postgresql.service
# rm -fr /var/lib/pgsql
# postgresql-setup initdb
# vi /var/lib/pgsql/data/pg_hba.conf
modify 127.0.0.1/32 and ::1/128 lines to password at last field
# su - postgres -c psql -d template1
template1=# create user engine password 'engine';
template1=# create database engine owner engine;
# \q

> 
> 
> 
> 
> At 2013-06-06 05:17:07,"Eli Mesika" <emesika at redhat.com> wrote:
> >
> >
> >----- Original Message -----
> >> From: "bigclouds" <bigclouds at 163.com>
> >> To: "engine-devel" <engine-devel at ovirt.org>
> >> Sent: Wednesday, June 5, 2013 12:34:30 PM
> >> Subject: [Engine-devel] if there is a updated debug environment how to?
> >> 
> >> hi, engine guys:
> >> i want to make a engine debug environment for a looong time, due to all
> >>  kinds
> >> of reasons i have not made it.
> >> now i still have the need for a debug environment. (it seems like that i
> >>  am
> >> keeped away from you all)
> >> if there is a updated doc for building engine debug environment?
> >> thanks so much.
> >> 
> >
> >Please follow Allon's B L doc on how to create a development environment
> >
> >http://www.ovirt.org/OVirt_Engine_Development_Environment
> >
> >
> >> 
> >> 
> >> _______________________________________________
> >> Engine-devel mailing list
> >> Engine-devel at ovirt.org
> >> http://lists.ovirt.org/mailman/listinfo/engine-devel
> >> 
> 
> 
> 
> _______________________________________________
> Engine-devel mailing list
> Engine-devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/engine-devel
> 



More information about the Devel mailing list