Re: [ovirt-devel] Error in running engine-setup

2017-09-18 Thread shubham dubey
t;stira...@redhat.com> > Date: Mon, Sep 18, 2017 at 7:46 AM > Subject: Re: [ovirt-devel] Error in running engine-setup > To: shubham dubey <sdubey...@gmail.com> > Cc: devel <devel@ovirt.org> > > > > > On Sun, Sep 17, 2017 at 7:32 PM, shubham dubey <sdubey..

Re: [ovirt-devel] Error in running engine-setup

2017-09-18 Thread Simone Tiraboschi
On Sun, Sep 17, 2017 at 7:32 PM, shubham dubey wrote: > Thanks for the solution. > I will look into that bug. > > We already fixed it, you should simply update otopi package on your devel system. > Regards, > Shubham > > On Sun, Sep 17, 2017 at 8:05 PM, Benny Zlotnik

Re: [ovirt-devel] Error in running engine-setup

2017-09-17 Thread shubham dubey
Thanks for the solution. I will look into that bug. Regards, Shubham On Sun, Sep 17, 2017 at 8:05 PM, Benny Zlotnik wrote: > It's a known issue [1]. > A workaround is available in the bug description > > [1] - https://bugzilla.redhat.com/show_bug.cgi?id=1490977 > > On Sun,

Re: [ovirt-devel] Error in running engine-setup

2017-09-17 Thread Benny Zlotnik
It's a known issue [1]. A workaround is available in the bug description [1] - https://bugzilla.redhat.com/show_bug.cgi?id=1490977 On Sun, Sep 17, 2017 at 5:30 PM, shubham dubey wrote: > Hi, > I am having a issue in running engine-setup > > [0day@localhost ovirt-engine]$

[ovirt-devel] Error in running engine-setup

2017-09-17 Thread shubham dubey
Hi, I am having a issue in running engine-setup [0day@localhost ovirt-engine]$ $HOME/ovirt-engine/bin/engine-setup [ INFO ] Stage: Initializing Setup was run under unprivileged user this will produce development installation do you wish to proceed? (Yes, No) [No]: yes [ INFO ] Stage:

Re: [ovirt-devel] Error in running engine-setup

2017-07-19 Thread shubham dubey
Thanks for the solution.It works.:) Regards, Shubham On Wed, Jul 19, 2017 at 2:08 PM, Roy Golan wrote: > sudo - postgres and append those lines into data/postgresql.conf > > autovacuum_vacuum_scale_factor = 0.01 > autovacuum_analyze_scale_factor = 0.075 >

Re: [ovirt-devel] Error in running engine-setup

2017-07-19 Thread Roy Golan
sudo - postgres and append those lines into data/postgresql.conf autovacuum_vacuum_scale_factor = 0.01 autovacuum_analyze_scale_factor = 0.075 autovacuum_max_workers = 6 maintenance_work_mem = 65536 restart and try engine setup again On Wed, Jul 19, 2017 at 10:59 AM shubham dubey

Re: [ovirt-devel] Error in running engine-setup

2017-07-19 Thread shubham dubey
Yes I have changed the permission for /var/lib/pgsql/data to 700 and running as normal user but that doesn't fix the problem. Here is the logs maybe that will explain more: https://pastebin.com/44d4XeyC On Wed, Jul 19, 2017 at 1:26 PM, Roy Golan wrote: > Your

Re: [ovirt-devel] Error in running engine-setup

2017-07-19 Thread Roy Golan
Your /var/lib/pgsql/data folder should be owned by postgres:postgres with 700 permission. Otherwise the daemon will fail to start. So change it, restart pg service and don't run engine setup under root user - this should fix it On Wed, Jul 19, 2017 at 8:46 AM Yedidyah Bar David

Re: [ovirt-devel] Error in running engine-setup

2017-07-18 Thread Yedidyah Bar David
On Tue, Jul 18, 2017 at 9:49 PM, shubham dubey wrote: > I am having a issue in running $HOME/ovirt-engine/bin/engine-setup. > Earlier I was getting this error > > [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 13] > Permission denied:

[ovirt-devel] Error in running engine-setup

2017-07-18 Thread shubham dubey
I am having a issue in running $HOME/ovirt-engine/bin/engine-setup. Earlier I was getting this error [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 13] Permission denied: '/var/lib/pgsql/data/postgresql.conf' then I just change the permission of