<div dir="ltr"><div><div><div><div>Thanks,It just work.<br>One more thing which I added to make it work is that after login with postgres user,if I was running psql then getting this error.<br>$<code>psql -d template1 -c &quot;create user engine password &#39;engine&#39;;&quot;<br>psql: could not connect to server: No such file or directory<br>    Is the server running locally and accepting<br>    connections on Unix domain socket &quot;/var/run/postgresql/.s.PGSQL.5432&quot;?<br><br></code></div><code><span style="font-family:arial,helvetica,sans-serif">So,I just give 777 permission to /var/lib/pgsql/data/pg_hba.conf and restart postgresql server.Then it<br></span></code></div><code><span style="font-family:arial,helvetica,sans-serif">work fine(I know it is not the best solution:) ).<br></span></code></div><code><span style="font-family:arial,helvetica,sans-serif"></span></code></div><code><span style="font-family:arial,helvetica,sans-serif"></span></code><code><span style="font-family:arial,helvetica,sans-serif"></span></code><br><code><span style="font-family:arial,helvetica,sans-serif"></span></code><code><span style="font-family:arial,helvetica,sans-serif"></span></code><div><div><code><span style="font-family:arial,helvetica,sans-serif"><br></span></code><div><code><br></code></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 16, 2017 at 12:09 AM, Alexander Wels <span dir="ltr">&lt;<a href="mailto:awels@redhat.com" target="_blank">awels@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wednesday, March 15, 2017 1:56:27 PM EDT shubham dubey wrote:<br>
&gt; I am running it as normal user because when I am running it as root user it<br>
&gt; is giving me following error<br>
&gt;<br>
&gt; &quot;root&quot; execution of the PostgreSQL server is not permitted.<br>
&gt; The server must be started under an unprivileged user ID to prevent<br>
&gt; possible system security compromise.  See the documentation for<br>
&gt; more information on how to properly start the server.<br>
&gt;<br>
<br>
</span>Yes don&#39;t run that part as root. What I usually do after installing the<br>
packages and configuring the database is sudo to postgres and run psql engine.<br>
Then paste the part between the double quotes in. I always manage to screw up<br>
the quotes otherwise.<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; On Wed, Mar 15, 2017 at 10:14 PM, Fred Rolland &lt;<a href="mailto:frolland@redhat.com">frolland@redhat.com</a>&gt; wrote:<br>
&gt; &gt; Under which user are you running this command ?<br>
&gt; &gt; In the guide, it is specified to run it as root.<br>
&gt; &gt;<br>
&gt; &gt; On Wed, Mar 15, 2017 at 6:30 PM, shubham dubey &lt;<a href="mailto:sdubey504@gmail.com">sdubey504@gmail.com</a>&gt;<br>
&gt; &gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;&gt; Hello,<br>
&gt; &gt;&gt; I am trying to setup ovirt-engine using this link<br>
&gt; &gt;&gt; <a href="http://www.ovirt.org/develop/developer-guide/engine/engine-d" rel="noreferrer" target="_blank">http://www.ovirt.org/develop/<wbr>developer-guide/engine/engine-<wbr>d</a><br>
&gt; &gt;&gt; evelopment-environment/.<br>
&gt; &gt;&gt; Now when I am trying these commands I am getting following error<br>
&gt; &gt;&gt; $postgres -c &quot;psql -d template1 -c \&quot;create user engine<br>
&gt; &gt;&gt; password &#39;engine&#39;;\&quot;&quot;<br>
&gt; &gt;&gt; FATAL:  -c psql -d template1 -c &quot;create user engine password &#39;engine&#39;;&quot;<br>
&gt; &gt;&gt; requires a value<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; and<br>
&gt; &gt;&gt; $postgres -c &quot;psql -d template1 -c &quot;create database engine \<br>
&gt; &gt;&gt; owner engine template template0 encoding &#39;UTF8&#39; lc_collate \<br>
&gt; &gt;&gt; &#39;en_US.UTF-8&#39; lc_ctype &#39;en_US.UTF-8&#39;;\&quot;&quot;<br>
&gt; &gt;&gt; FATAL:  -c psql -d template1 -c &quot;create database engine owner engine<br>
&gt; &gt;&gt; template template0 encoding &#39;UTF8&#39; lc_collate &#39;en_US.UTF-8&#39; lc_ctype<br>
&gt; &gt;&gt; &#39;en_US.UTF-8&#39;;&quot; requires a value<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; So I think the syntax given there is not right,So can anyone tell me the<br>
&gt; &gt;&gt; correct syntax.Or maybe I am doing something wrong.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thanks,<br>
&gt; &gt;&gt; Shubham<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; ______________________________<wbr>_________________<br>
&gt; &gt;&gt; Devel mailing list<br>
&gt; &gt;&gt; <a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
&gt; &gt;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/devel</a><br>
<br>
<br>
</div></div></blockquote></div><br></div>