Re: [Users] canot disable ssl on database

2012-07-01 Thread Doron Fediuck
On 29/06/12 15:09, Umarzuki Mochlis wrote: 2012/6/29 Itamar Heim ih...@redhat.com: On 06/29/2012 06:59 AM, Umarzuki Mochlis wrote: 2012/6/29 Doron Fediuckdfedi...@redhat.com: Looks like your db is down. Please try service postgresql status If it's not running, start it. apparently

Re: [Users] canot disable ssl on database

2012-07-01 Thread Umarzuki Mochlis
2012/7/1 Doron Fediuck dfedi...@redhat.com: Unsure if the upgrade process will fix your DB installation error, so I suggest you start a clean environment if possible. ie- get a new Fedora 17 setup, and install oVirt 3.1 on it. is it possible for me to just: - purge ovirt and all installed

Re: [Users] canot disable ssl on database

2012-07-01 Thread Itamar Heim
On 07/02/2012 07:27 AM, Umarzuki Mochlis wrote: 2012/7/1 Doron Fediuck dfedi...@redhat.com: Unsure if the upgrade process will fix your DB installation error, so I suggest you start a clean environment if possible. ie- get a new Fedora 17 setup, and install oVirt 3.1 on it. is it possible

[Users] canot disable ssl on database

2012-06-29 Thread Umarzuki Mochlis
following article on http://www.ovirt.org/wiki/OVirt_-_disable_SSL_in_VDSM i managed to get vdsmd started on fedora 16 but failed running [root@ovirt01 ~]# psql engine -U postgres -c UPDATE vdc_options set option_value = 'false' where option_name = 'SSLEnabled' psql: could not connect to server:

Re: [Users] canot disable ssl on database

2012-06-29 Thread Itamar Heim
On 06/29/2012 05:29 AM, Umarzuki Mochlis wrote: following article on http://www.ovirt.org/wiki/OVirt_-_disable_SSL_in_VDSM i managed to get vdsmd started on fedora 16 but failed running [root@ovirt01 ~]# psql engine -U postgres -c UPDATE vdc_options set option_value = 'false' where option_name

Re: [Users] canot disable ssl on database

2012-06-29 Thread Juan Hernandez
On 06/29/2012 02:09 PM, Umarzuki Mochlis wrote: 2012/6/29 Itamar Heim ih...@redhat.com: On 06/29/2012 06:59 AM, Umarzuki Mochlis wrote: 2012/6/29 Doron Fediuckdfedi...@redhat.com: Looks like your db is down. Please try service postgresql status If it's not running, start it. apparently

Re: [Users] canot disable ssl on database

2012-06-29 Thread Umarzuki Mochlis
2012/6/29 Juan Hernandez juan.hernan...@redhat.com: It looks like you never started that database before. You need to run postgresql-setup before being able to start it. thanks but something might had been missed on my part -bash-4.2$ psql engine -U postgres -c UPDATE vdc_options set

Re: [Users] canot disable ssl on database

2012-06-29 Thread Umarzuki Mochlis
2012/6/29 Umarzuki Mochlis umarz...@gmail.com: 2012/6/29 Juan Hernandez juan.hernan...@redhat.com: It looks like you never started that database before. You need to run postgresql-setup before being able to start it. thanks but something might had been missed on my part -bash-4.2$ psql