<?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>article Qlik Catalog Installation fails with the error Insufficient UIDs or GIDs available in user namespace in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Catalog-Installation-fails-with-the-error-Insufficient-UIDs/ta-p/2107359</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Launching the license container after a Qlik Catalog Installation fails with the error: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;nsufficient UIDs or GIDs available in user namespace&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additional error lines:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;oci: initializing source oci:/var/tmp/podman3573106205:: open /var/tmp/podman3573106205/index.json: not a directory&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;oci-archive: loading index: open /var/tmp/oci1338584737/index.json: no such file or directory&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;docker-archive: writing blob: adding layer with blob "sha256:c3ba2f1415f1b416fae0f52868faf234c0a3a054b047decb7562f77f407b4cc7": processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested 64900:0 for /usr/local/bin/licenses): Check /etc/subuid and /etc/subgid if configured locally and run podman-system-migrate: lchown /usr/local/bin/licenses: invalid argument): exit status 1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;dir: open /var/tmp/podman3573106205/manifest.json: not a directory&lt;BR /&gt;Error: Qlik Licenses container image load unsuccessful, exit code: 125loading Qlik Licenses container image&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Increase the number of available UIDs and GIDs.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;By default, a limited range of UIDs and GIDs is available within user namespaces. You can increase this range to have more UIDs and GIDs available for your processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this, you can modify the &lt;FONT face="courier new,courier"&gt;/etc/subuid&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;/etc/subgid&lt;/FONT&gt; files. These files allow you to specify ranges of UIDs and GIDs that can be used by user namespaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open the &lt;FONT face="courier new,courier"&gt;/etc/subuid&lt;/FONT&gt; file with a text editor (e.g., vi or nano) and add a new line to extend the UID range:&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;your_username:100000:65536&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace &lt;FONT face="courier new,courier"&gt;your_username&lt;/FONT&gt; with your actual username. The numbers &lt;FONT face="courier new,courier"&gt;100000&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;65536&lt;/FONT&gt; represent the starting UID and the number of UIDs to make available, respectively.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similarly, open the &lt;FONT face="courier new,courier"&gt;/etc/subgid&lt;/FONT&gt; file and add a line to extend the GID range:&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;your_username:100000:65536&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Reload the changes.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;After modifying the &lt;FONT face="courier new,courier"&gt;/etc/subuid&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;/etc/subgid&lt;/FONT&gt; files, you need to reload the changes. You can use the &lt;FONT face="courier new,courier"&gt;newuidmap&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;newgidmap&lt;/FONT&gt; commands for this purpose:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sudo newuidmap your_username&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sudo newgidmap your_username&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure to replace &lt;FONT face="courier new,courier"&gt;your_username&lt;/FONT&gt; with your actual username.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start the containers again, if it fails again, please contact support and provide the output.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Insufficient UIDs or GIDs available in user namespace (requested &lt;FONT face="courier new,courier"&gt;&amp;lt;UID&amp;gt;:&amp;lt;GID&amp;gt; for /&amp;lt;PATH&amp;gt;&lt;/FONT&gt; ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Catalog" id="qlikCatalog"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2023 07:43:25 GMT</pubDate>
    <dc:creator>Gerald_U</dc:creator>
    <dc:date>2023-08-23T07:43:25Z</dc:date>
    <item>
      <title>Qlik Catalog Installation fails with the error Insufficient UIDs or GIDs available in user namespace</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Catalog-Installation-fails-with-the-error-Insufficient-UIDs/ta-p/2107359</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Launching the license container after a Qlik Catalog Installation fails with the error: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;nsufficient UIDs or GIDs available in user namespace&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additional error lines:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;oci: initializing source oci:/var/tmp/podman3573106205:: open /var/tmp/podman3573106205/index.json: not a directory&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;oci-archive: loading index: open /var/tmp/oci1338584737/index.json: no such file or directory&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;docker-archive: writing blob: adding layer with blob "sha256:c3ba2f1415f1b416fae0f52868faf234c0a3a054b047decb7562f77f407b4cc7": processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested 64900:0 for /usr/local/bin/licenses): Check /etc/subuid and /etc/subgid if configured locally and run podman-system-migrate: lchown /usr/local/bin/licenses: invalid argument): exit status 1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;dir: open /var/tmp/podman3573106205/manifest.json: not a directory&lt;BR /&gt;Error: Qlik Licenses container image load unsuccessful, exit code: 125loading Qlik Licenses container image&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Increase the number of available UIDs and GIDs.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;By default, a limited range of UIDs and GIDs is available within user namespaces. You can increase this range to have more UIDs and GIDs available for your processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this, you can modify the &lt;FONT face="courier new,courier"&gt;/etc/subuid&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;/etc/subgid&lt;/FONT&gt; files. These files allow you to specify ranges of UIDs and GIDs that can be used by user namespaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open the &lt;FONT face="courier new,courier"&gt;/etc/subuid&lt;/FONT&gt; file with a text editor (e.g., vi or nano) and add a new line to extend the UID range:&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;your_username:100000:65536&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace &lt;FONT face="courier new,courier"&gt;your_username&lt;/FONT&gt; with your actual username. The numbers &lt;FONT face="courier new,courier"&gt;100000&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;65536&lt;/FONT&gt; represent the starting UID and the number of UIDs to make available, respectively.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similarly, open the &lt;FONT face="courier new,courier"&gt;/etc/subgid&lt;/FONT&gt; file and add a line to extend the GID range:&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;your_username:100000:65536&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Reload the changes.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;After modifying the &lt;FONT face="courier new,courier"&gt;/etc/subuid&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;/etc/subgid&lt;/FONT&gt; files, you need to reload the changes. You can use the &lt;FONT face="courier new,courier"&gt;newuidmap&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;newgidmap&lt;/FONT&gt; commands for this purpose:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sudo newuidmap your_username&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sudo newgidmap your_username&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure to replace &lt;FONT face="courier new,courier"&gt;your_username&lt;/FONT&gt; with your actual username.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start the containers again, if it fails again, please contact support and provide the output.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Insufficient UIDs or GIDs available in user namespace (requested &lt;FONT face="courier new,courier"&gt;&amp;lt;UID&amp;gt;:&amp;lt;GID&amp;gt; for /&amp;lt;PATH&amp;gt;&lt;/FONT&gt; ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Catalog" id="qlikCatalog"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 07:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Catalog-Installation-fails-with-the-error-Insufficient-UIDs/ta-p/2107359</guid>
      <dc:creator>Gerald_U</dc:creator>
      <dc:date>2023-08-23T07:43:25Z</dc:date>
    </item>
  </channel>
</rss>

