<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>49439</bug_id>
          
          <creation_ts>2024-02-17 10:33:45 +0300</creation_ts>
          <short_desc>Ошибка при попытке создания любого контейнера</short_desc>
          <delta_ts>2024-06-03 16:02:36 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>podman</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>NOTABUG</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Boris Yumankulov">boriabloger</reporter>
          <assigned_to name="Alexey Shabalin">shaba</assigned_to>
          <cc>obirvalger</cc>
    
    <cc>rider</cc>
    
    <cc>shaba</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>241746</commentid>
    <comment_count>0</comment_count>
    <who name="Boris Yumankulov">boriabloger</who>
    <bug_when>2024-02-17 10:33:45 +0300</bug_when>
    <thetext>При попытке создания контейнера командой podman pull, например podman pull docker.io/library/debian:11, выходит ошибка 

Error: copying system image from manifest list: writing blob: adding layer with blob &quot;sha256:09e2bc8a597c33b54cccaf52f2e21798e2e0df79ab6cb33d3b1dfd4b33a57512&quot;: processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested 0:42 for /etc/gshadow): Check /etc/subuid and /etc/subgid if configured locally and run &quot;podman system migrate&quot;: lchown /etc/gshadow: invalid argument): exit status 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>247170</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Shabalin">shaba</who>
    <bug_when>2024-06-03 16:02:36 +0300</bug_when>
    <thetext>не воспроизводиться.

$ podman pull docker.io/library/debian:11
Trying to pull docker.io/library/debian:11...
Getting image source signatures
Copying blob 3d53ef4019fc done   | 
Copying config 53ceee7f07 done   | 
Writing manifest to image destination
53ceee7f0775f861b4245d08192f7b32660e8193655f73b11cce8208a54f5769


Если пытаетесь в rootless режиме, то необходимо:
1. apt-get install sysctl-conf-userns
2. usermod --add-subuids 100000-165535 --add-subgids 100000-165535 &lt;ваш логин&gt;

Доп. информация:
https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>