Re: [Users] engine-setup fails in database creation

2012-03-13 Thread Elias Abacioglu
on anything other than Fedora :( 2012/3/12 Elias Abacioglu elias.r...@gmail.com Sure I can try to do that.. 2012/3/12 Ofer Schreiber oschr...@redhat.com It's probably a bug in the EL support (systemd vs. sysV init scripts). iirc, this was already fixed in master. What about trying to build rpms

Re: [Users] Fwd: Re: installing ovirt engine on CentOS

2012-03-13 Thread Elias Abacioglu
doesn't work. 2012/3/12 Randy Evans randy.ev...@consumertesting.com ** Thank you very much! Randy -- *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On Behalf Of *Elias Abacioglu *Sent:* Sunday, March 11, 2012 1:44 PM *To:* users *Subject

Re: [Users] engine-setup fails in database creation

2012-03-12 Thread Elias Abacioglu
log. Then I did a engine-setup. All it did was that it added one line FATAL: database engine does not exist to the log. /Raboo 2012/3/11 Yair Zaslavsky yzasl...@redhat.com On 03/11/2012 09:32 PM, Elias Abacioglu wrote: 2012/3/11 Yair Zaslavsky yzasl...@redhat.com mailto: yzasl

Re: [Users] engine-setup fails in database creation

2012-03-11 Thread Elias Abacioglu
Den den 11 mars 2012 16:40:06 skrev Yair Zaslavsky: On 03/11/2012 05:24 PM, Elias Abacioglu wrote: Hi, I can postgresql is running and I can access it using psql -U postgres What happens when you type psql engine postgres ? psql: FATAL: database engine does not exist

[Users] Fwd: Re: installing ovirt engine on CentOS

2012-03-11 Thread Elias Abacioglu
FYI, there is a repo for CentOS 6. http://www.dreyou.org/ovirt/ Ursprungligt meddelande Ämne: Re: [Users] installing ovirt engine on CentOS Datum: Sat, 10 Mar 2012 19:28:46 +0530 Från: kumar shantanu k.shantanu2...@gmail.com Till: Elias Abacioglu elias.r...@gmail.com

Re: [Users] engine-setup fails in database creation

2012-03-11 Thread Elias Abacioglu
2012/3/11 Yair Zaslavsky yzasl...@redhat.com On 03/11/2012 05:48 PM, Elias Abacioglu wrote: Den den 11 mars 2012 16:40:06 skrev Yair Zaslavsky: On 03/11/2012 05:24 PM, Elias Abacioglu wrote: Hi, I can postgresql is running and I can access it using psql -U postgres What happens

Re: [Users] engine-setup fails in database creation

2012-03-11 Thread Elias Abacioglu
just ran a engine-cleanup and check what was added to todays log. Then I did a engine-setup. All it did was that it added one line FATAL: database engine does not exist to the log. /Raboo 2012/3/11 Yair Zaslavsky yzasl...@redhat.com On 03/11/2012 09:32 PM, Elias Abacioglu wrote: 2012/3/11 Yair

Re: [Users] installing ovirt engine on CentOS

2012-03-10 Thread Elias Abacioglu
I was able solve it. I will share the rpms as soon as i get the installation working. Den den 9 mars 2012 13:56:48 skrev Elias Abacioglu: I have gotten to this point during the RPM build process: [INFO] [ERROR] FATAL

[Users] engine-setup fails in database creation

2012-03-10 Thread Elias Abacioglu
Hi, I'm unable to complete engine-setup: Installing: Configuring oVirt-engine... [ DONE ] Creating CA... [ DONE ] Editing JBoss Configuration... [ DONE ] Setting Database Security...

Re: [Users] installing ovirt engine on CentOS

2012-03-09 Thread Elias Abacioglu
Trey, did you have a Python 2.7 RPM or SRPM for EL6? Where do you see the Python 2.7 dependency? Running a rebuild with no changes on the latest SPEC gives me this ... Maybe you are right.. I was just blinded by the fact that the ovirt-engine rpms needed 2.7.. So that is probably not

Re: [Users] installing ovirt engine on CentOS

2012-03-09 Thread Elias Abacioglu
.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: linux version: 2.6.32-220.7.1.el6.x86_64 arch: amd64 Family: unix Any ideas now? 2012/3/9 Elias Abacioglu elias.r...@gmail.com Trey, did you have a Python 2.7 RPM or SRPM for EL6? Where do you see the Python 2.7

[Users] Make dependant on git

2012-03-09 Thread Elias Abacioglu
Hi, I wanna create rpms from the source, latest stable tarball. [root@virtual ovirt-engine]# make rpm tar zcf ovirt-engine-3.0.0_0001.tar.gz `git ls-files` fatal: Not a git repository (or any of the parent directories): .git tar: Cowardly refusing to create an empty archive Try `tar --help' or

Re: [Users] installing ovirt engine on CentOS

2012-03-08 Thread Elias Abacioglu
2012/3/8 Nathan Stratton nat...@robotics.net On Thu, 8 Mar 2012, Elias Abacioglu wrote: Hi, I want to install oVirt on a one-node-CentOS. So I found these two guides that I wanted to follow: http://www.ovirt.org/wiki/**Installing_ovirt-engine_from_**rpmhttp://www.ovirt.org/wiki

Re: [Users] installing ovirt engine on CentOS

2012-03-08 Thread Elias Abacioglu
Will jpackage help? http://www.jpackage.org/installation.php Yes, It solves many of the problems but I still need to build a python-2.7 rpm package for EL6. After that I would reckon the next step would be to build ovirt packages for EL6. Fedora 16 uses a newer glibc. Trey, did you have a