<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Install Odoo 12 on Ubuntu 18.04	</title>
	<atom:link href="https://speedysense.com/install-odoo-12-on-ubuntu-18-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/</link>
	<description>Web Technologies, Programming, Linux, Open-source Blog</description>
	<lastBuildDate>Wed, 25 Sep 2019 11:37:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: SpeedySense Editorial		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-342</link>

		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 11:44:34 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-342</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-341&quot;&gt;Abenezer&lt;/a&gt;.

Odoo is already running on port and you try to run on same port. There are two option you have
1. Try to run Odoo in another port using &lt;code class=&quot;code&quot;&gt;--xmlrpc-port 8070&lt;/code&gt; parameter.

&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;$ ./odoo-bin --addons addons/ --xmlrpc-port 8070&lt;/code&gt;&lt;/pre&gt;

2. You need to first kill Odoo service. Use below command to find Odoo service.

&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;$ ps ax&#124;grep odoo
17025 pts/0    Sl+    0:06 python3 ./odoo-bin --addons addons/&lt;/code&gt;&lt;/pre&gt;

Use following command to kill service
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;$ sudo kill -9 17025&lt;/code&gt;&lt;/pre&gt;

Now you try to run Odoo.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-341">Abenezer</a>.</p>
<p>Odoo is already running on port and you try to run on same port. There are two option you have<br />
1. Try to run Odoo in another port using <code class="code">--xmlrpc-port 8070</code> parameter.</p>
<pre><code class="language-bash">$ ./odoo-bin --addons addons/ --xmlrpc-port 8070</code></pre>
<p>2. You need to first kill Odoo service. Use below command to find Odoo service.</p>
<pre><code class="language-bash">$ ps ax|grep odoo
17025 pts/0    Sl+    0:06 python3 ./odoo-bin --addons addons/</code></pre>
<p>Use following command to kill service</p>
<pre><code class="language-bash">$ sudo kill -9 17025</code></pre>
<p>Now you try to run Odoo.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Abenezer		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-341</link>

		<dc:creator><![CDATA[Abenezer]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 10:33:25 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-341</guid>

					<description><![CDATA[OSError: [Errno 98] Address already in use
how can I fix this??]]></description>
			<content:encoded><![CDATA[<p>OSError: [Errno 98] Address already in use<br />
how can I fix this??</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SpeedySense Editorial		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-306</link>

		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Sun, 01 Sep 2019 01:35:05 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-306</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-304&quot;&gt;elena&lt;/a&gt;.

Hi,

You have to follow Step 3 &quot;Setup a PostgreSQL user for Odoo&quot; and &quot;Access PostgreSQL database using pgAdmin III&quot;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-304">elena</a>.</p>
<p>Hi,</p>
<p>You have to follow Step 3 &#8220;Setup a PostgreSQL user for Odoo&#8221; and &#8220;Access PostgreSQL database using pgAdmin III&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: elena		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-304</link>

		<dc:creator><![CDATA[elena]]></dc:creator>
		<pubDate>Sat, 31 Aug 2019 19:37:46 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-304</guid>

					<description><![CDATA[how can I connect PostgreSQL database using pgAdmin III?]]></description>
			<content:encoded><![CDATA[<p>how can I connect PostgreSQL database using pgAdmin III?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thanh		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-279</link>

		<dc:creator><![CDATA[Thanh]]></dc:creator>
		<pubDate>Wed, 21 Aug 2019 09:25:21 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-279</guid>

					<description><![CDATA[Sorry, it worked
Thanks for your sharing]]></description>
			<content:encoded><![CDATA[<p>Sorry, it worked<br />
Thanks for your sharing</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SpeedySense Editorial		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-257</link>

		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Fri, 16 Aug 2019 05:57:20 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-257</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-256&quot;&gt;Thanh&lt;/a&gt;.

You probably need to read this &lt;a href=&quot;https://www.reddit.com/r/openerp/comments/83whz8/connect_to_odoo_from_another_computer/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;thread&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-256">Thanh</a>.</p>
<p>You probably need to read this <a href="https://www.reddit.com/r/openerp/comments/83whz8/connect_to_odoo_from_another_computer/" target="_blank" rel="noopener noreferrer nofollow">thread</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thanh		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-256</link>

		<dc:creator><![CDATA[Thanh]]></dc:creator>
		<pubDate>Thu, 15 Aug 2019 01:21:28 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-256</guid>

					<description><![CDATA[How can I run Odoo via LAN?
Thanks]]></description>
			<content:encoded><![CDATA[<p>How can I run Odoo via LAN?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SpeedySense Editorial		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-165</link>

		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Fri, 02 Aug 2019 08:19:16 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-165</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-163&quot;&gt;Pooja Padiya&lt;/a&gt;.

If your terminal not asks you for new role then you might need to execute following command to assign superuser rights to new user.

&lt;pre&gt;&lt;code class=&quot;language-sql&quot;&gt;$ sudo su postgres
$ psql

postgres=# \du;
                                    List of roles
 Role name  &#124;                         Attributes                         &#124; 
------------+------------------------------------------------------------+-----
 twink      &#124; Create DB                                                  &#124; {}
 postgres   &#124; Superuser, Create role, Create DB, Replication, Bypass RLS &#124; {}


postgres=# ALTER USER twink WITH SUPERUSER;
ALTER ROLE
postgres=# \du;
                                    List of roles
 Role name  &#124;                         Attributes                         &#124; 
------------+------------------------------------------------------------+-----
 twink      &#124; Superuser, Create DB                                       &#124; {}
 postgres   &#124; Superuser, Create role, Create DB, Replication, Bypass RLS &#124; {}&lt;/code&gt;&lt;/pre&gt;

Try to recoonect PgAdmin again.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-163">Pooja Padiya</a>.</p>
<p>If your terminal not asks you for new role then you might need to execute following command to assign superuser rights to new user.</p>
<pre><code class="language-sql">$ sudo su postgres
$ psql

postgres=# \du;
                                    List of roles
 Role name  |                         Attributes                         | 
------------+------------------------------------------------------------+-----
 twink      | Create DB                                                  | {}
 postgres   | Superuser, Create role, Create DB, Replication, Bypass RLS | {}


postgres=# ALTER USER twink WITH SUPERUSER;
ALTER ROLE
postgres=# \du;
                                    List of roles
 Role name  |                         Attributes                         | 
------------+------------------------------------------------------------+-----
 twink      | Superuser, Create DB                                       | {}
 postgres   | Superuser, Create role, Create DB, Replication, Bypass RLS | {}</code></pre>
<p>Try to recoonect PgAdmin again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pooja Padiya		</title>
		<link>https://speedysense.com/install-odoo-12-on-ubuntu-18-04/#comment-163</link>

		<dc:creator><![CDATA[Pooja Padiya]]></dc:creator>
		<pubDate>Fri, 02 Aug 2019 07:09:00 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=140#comment-163</guid>

					<description><![CDATA[I can&#039;t connect PostgreSQL because my terminal not ask me to assign superuser role.

Any help?]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t connect PostgreSQL because my terminal not ask me to assign superuser role.</p>
<p>Any help?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
