<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Single Server Ubuntu Script Failed out on extra options - Install &amp; Setup				            </title>
            <link>https://community.zextras.com/forum/carbonio-setup/single-server-ubuntu-script-failed-out-on-extra-options/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 20 May 2026 01:47:17 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Single Server Ubuntu Script Failed out on extra options</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/single-server-ubuntu-script-failed-out-on-extra-options/#post-7684</link>
                        <pubDate>Sun, 31 Mar 2024 03:27:11 +0000</pubDate>
                        <description><![CDATA[@anomaly0617 
Hi,
Thank for your feedback. Let me share a simple procedure to change.reset the postgres password:
zextras@mail:~$ su - postgres
postgres@mail:~$ psql
psql (12.17 (Ubuntu...]]></description>
                        <content:encoded><![CDATA[<p>@anomaly0617 </p>
<p>Hi,</p>
<p>Thank for your feedback. Let me share a simple procedure to change.reset the postgres password:</p>
<pre contenteditable="false">zextras@mail:~$ su - postgres
postgres@mail:~$ psql
psql (12.17 (Ubuntu 12.17-0ubuntu0.20.04.1))
Type "help" for help.

postgres=#
postgres=# ALTER ROLE carbonio_adm WITH PASSWORD '654321';
postgres=# exit
postgres@mail:~$ exit
logout
root@mail:~#</pre>
<p>Though now you can reset service wise password but that's another talk for another day!</p>
<p>Have a great weekend and stay blessed.</p>
<p>Regards,</p>
<p>Sharif</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/single-server-ubuntu-script-failed-out-on-extra-options/#post-7684</guid>
                    </item>
				                    <item>
                        <title>RE: Single Server Ubuntu Script Failed out on extra options</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/single-server-ubuntu-script-failed-out-on-extra-options/#post-7682</link>
                        <pubDate>Sat, 30 Mar 2024 23:32:39 +0000</pubDate>
                        <description><![CDATA[An update to my own entry:With the help of the following two links, I got this resolved:

Resetting the Postgres password. No idea what the carbonio_adm password was originally set to, but...]]></description>
                        <content:encoded><![CDATA[<p>An update to my own entry:<br />With the help of the following two links, I got this resolved:</p>
<ol>
<li><a href="https://stackoverflow.com/questions/10845998/i-forgot-the-password-i-entered-during-postgresql-installation" target="_blank" rel="noopener">Resetting the Postgres password</a>. No idea what the carbonio_adm password was originally set to, but I had to reset it.<br /><br /></li>
<li><a href="https://community.zextras.com/forum/carbonio-setup/fresh-installation-of-carbonio-ce-23-12-0-workstream-collaboration/#post-6847" target="_blank" rel="noopener">Single Server Installation Checklist</a>. Even though this was written for Ubuntu 20.04 and Postgres 12, and I'm on Ubuntu 22.04 and Postgres 16, it still proved very useful and easy to follow.</li>
</ol>
<p>So, this one can be marked "solved"!</p>
<p> </p>
<p>Thanks!</p>
<p>-P</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>anomaly0617</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/single-server-ubuntu-script-failed-out-on-extra-options/#post-7682</guid>
                    </item>
				                    <item>
                        <title>Single Server Ubuntu Script Failed out on extra options</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/single-server-ubuntu-script-failed-out-on-extra-options/#post-7681</link>
                        <pubDate>Sat, 30 Mar 2024 21:58:19 +0000</pubDate>
                        <description><![CDATA[Hi all,
I installed a new virtual machine containing Ubuntu Server 22.04 the other day, giving the main OS 160 GB and the /opt directory specifically 1 TB for email storage. It has 8 CPU an...]]></description>
                        <content:encoded><![CDATA[<p>Hi all,</p>
<p>I installed a new virtual machine containing Ubuntu Server 22.04 the other day, giving the main OS 160 GB and the /opt directory specifically 1 TB for email storage. It has 8 CPU and 16 GB of RAM. The SAN contains solid state drives.</p>
<p>I ran <a href="https://docs.zextras.com/carbonio-ce/html/install/scenarios/single-server-scenario.html" target="_blank" rel="noopener">this script specifically</a>, following the steps on the page.</p>
<p>It failed out with the error:</p>
<blockquote>
<p><span>service-discover: error: unable to open /etc/zextras/service-discover/cluster-credentials.tar.gpg: cannot find Cluster credential in /etc/zextras/service-discover/cluster-credentials.tar.gpg, please copy the file from the existing server</span><br /><span>cannot access to bootstrap token</span>.</p>
</blockquote>
<p>I would really suggest that someone on the Zextras team do the same build I did and see what errors appear, and then evaluate how to fix it for future installers. If you really need someone to, I'll do it myself and then send you the screen recording of exactly what I do and you can evaluate what I'm doing wrong, if anything.</p>
<p>Anywho, back on topic:</p>
<p>I googled it, found <a href="https://community.zextras.com/forum/carbonio-setup/carbonio-files-ce-unable-to-run-pending-setups/" target="_blank" rel="noopener">this page</a>, googled around the broken link, fixed my hosts file, and got my cluster password and the file it needed set. Re-ran the service-discover tool and it failed out on something else, but I got to carbonio-bootstrap and generally got a server up and running. But now I'm wondering "what isn't working that should be?"</p>
<p>My understanding is that I should be able to go to port 10000 on this server (not sure if that's <em>http://127.0.0.1:10000</em>, or <em>http://192.168.xxx.yyy:10000</em>, or <em>http://fqdn.domain.com:10000</em> or what) and I cannot. The port appears to be open on some oddball <strong>127.78.0.xxx</strong> IPs according to <strong>"netstat -an | grep 10000"</strong>, but not on my 192.168.xxx.yyy address nor on anything that would respond via my public http://fqdn.domain.com domain name.</p>
<p>So, how can I determine the health of my new install?</p>
<p>Thanks, in advance!</p>
<p>-P</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>anomaly0617</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/single-server-ubuntu-script-failed-out-on-extra-options/#post-7681</guid>
                    </item>
							        </channel>
        </rss>
		