<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Error installing standalone ambari server in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194803#M156863</link>
    <description>&lt;P&gt;	Hi Team,&lt;/P&gt;&lt;P&gt;	While trying to install standalone Ambari server on one of the existing edge node. Below is the error I got every time when I ran ambari-server setup command.&lt;/P&gt;&lt;P&gt;SELinux status is 'disabled'&lt;/P&gt;&lt;P&gt;Customize user account for ambari-server daemon [y/n] (n)?&lt;/P&gt;&lt;P&gt;ERROR: Unexpected error 'getpwuid(): uid not found: 55025'&lt;/P&gt;&lt;P&gt;ERROR: Exiting with exit code 1.&lt;/P&gt;&lt;P&gt;REASON: Failed to create user. Exiting.&lt;/P&gt;&lt;P&gt;	Also, I don't see UID "55025" in the /etc/passwd and wondering from where it's picking this UID.&lt;/P&gt;&lt;P&gt;	Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2017 02:52:16 GMT</pubDate>
    <dc:creator>jyadav</dc:creator>
    <dc:date>2017-06-02T02:52:16Z</dc:date>
    <item>
      <title>Error installing standalone ambari server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194803#M156863</link>
      <description>&lt;P&gt;	Hi Team,&lt;/P&gt;&lt;P&gt;	While trying to install standalone Ambari server on one of the existing edge node. Below is the error I got every time when I ran ambari-server setup command.&lt;/P&gt;&lt;P&gt;SELinux status is 'disabled'&lt;/P&gt;&lt;P&gt;Customize user account for ambari-server daemon [y/n] (n)?&lt;/P&gt;&lt;P&gt;ERROR: Unexpected error 'getpwuid(): uid not found: 55025'&lt;/P&gt;&lt;P&gt;ERROR: Exiting with exit code 1.&lt;/P&gt;&lt;P&gt;REASON: Failed to create user. Exiting.&lt;/P&gt;&lt;P&gt;	Also, I don't see UID "55025" in the /etc/passwd and wondering from where it's picking this UID.&lt;/P&gt;&lt;P&gt;	Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 02:52:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194803#M156863</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2017-06-02T02:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing standalone ambari server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194804#M156864</link>
      <description>&lt;P&gt;Can you check the permissions on your ambari files, especially the repo file? &lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 17:59:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194804#M156864</guid>
      <dc:creator>awhitter</dc:creator>
      <dc:date>2017-06-02T17:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing standalone ambari server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194805#M156865</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/54/awhitter.html" nodeid="54"&gt;@awhitter&lt;/A&gt; Thanks a lot. Ambari repo file permission was wrong.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 18:09:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194805#M156865</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2017-06-02T18:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing standalone ambari server</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194806#M156866</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2528/jyadav.html" nodeid="2528"&gt;@Jitendra Yadav&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you please check which user has the permission to read write this file?&lt;/P&gt;&lt;PRE&gt;# ls -la /etc/yum.repos.d/ambari.repo 
-rw-r--r--. 1 root root 304 May 31 17:08 /etc/yum.repos.d/ambari.repo&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;You can verify the same using this Python script"&lt;/P&gt;&lt;PRE&gt;import os
import pwd
print 'Who Owns it: ' + pwd.getpwuid(os.stat("/etc/yum.repos.d/ambari.repo").st_uid).pw_name&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now If do the following:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# useradd 55025
# chown 55025 /etc/yum.repos.d/ambari.repo&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Then you will see  55025 in the output.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 18:37:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-installing-standalone-ambari-server/m-p/194806#M156866</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-06-02T18:37:22Z</dc:date>
    </item>
  </channel>
</rss>

