I've started fresh. Below is my console. Please advise. Thx!
Lou.
=====
[root@degenaro-podman-centos etc]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
[root@degenaro-podman-centos etc]# podman --version
podman version 1.4.4
[root@degenaro-podman-centos etc]# podman run -it --rm busybox echo hello
hello
[root@degenaro-podman-centos etc]# cat /etc/subuid
podman4u:100000:65536
[root@degenaro-podman-centos etc]# cat /etc/subgid
podman4u:100000:65536
[root@degenaro-podman-centos etc]# sysctl -p /etc/sysctl.d/userns.conf
user.max_user_namespaces = 65534
[root@degenaro-podman-centos etc]# su - podman4u
Last login: Fri Sep 27 07:00:57 CDT 2019 from 9.74.15.59 on pts/1
[podman4u@degenaro-podman-centos ~]$ podman run -it --rm busybox echo hello
Trying to pull
registry.access.redhat.com/busybox...ERRO[0000] Error
pulling image ref //registry.access.redhat.com/busybox:latest: Error
initializing source
docker://registry.access.redhat.com/busybox:latest:
Error reading manifest latest in
registry.access.redhat.com/busybox: name
unknown: Repo not found
Failed
Trying to pull docker.io/library/busybox...Getting image source signatures
Copying blob 7c9d20b9b6cd done
Copying config 19485c79a9 done
Writing manifest to image destination
Storing signatures
ERRO[0004] Error while applying layer: ApplyLayer exit status 1 stdout:
stderr: there might not be enough IDs available in the namespace
(requested 65534:65534 for /home): lchown /home: invalid argument
ERRO[0004] Error pulling image ref //busybox:latest: Error committing the
finished image: error adding layer with blob
"sha256:7c9d20b9b6cda1c58bc4f9d6c401386786f584437abbe87e58910f8a9a15386b":
ApplyLayer exit status 1 stdout: stderr: there might not be enough IDs
available in the namespace (requested 65534:65534 for /home): lchown /home:
invalid argument
Failed
Trying to pull
registry.fedoraproject.org/busybox...ERRO[0005] Error
pulling image ref //registry.fedoraproject.org/busybox:latest: Error
initializing source
docker://registry.fedoraproject.org/busybox:latest:
Error reading manifest latest in
registry.fedoraproject.org/busybox:
manifest unknown: manifest unknown
Failed
Trying to pull quay.io/busybox...ERRO[0006] Error pulling image ref //
quay.io/busybox:latest: Error initializing source docker://
quay.io/busybox:latest: Error reading manifest latest in quay.io/busybox:
error parsing HTTP 404 response body: invalid character '<' looking for
beginning of value: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2
Final//EN\">\n<title>404 Not Found</title>\n<h1>Not
Found</h1>\n<p>The
requested URL was not found on the server. If you entered the URL manually
please check your spelling and try again.</p>\n"
Failed
Trying to pull
registry.centos.org/busybox...ERRO[0007] Error pulling image
ref //registry.centos.org/busybox:latest: Error initializing source
docker://registry.centos.org/busybox:latest: Error reading manifest latest
in
registry.centos.org/busybox: manifest unknown: manifest unknown
Failed
Error: unable to pull busybox: 5 errors occurred:
* Error initializing source docker://
registry.access.redhat.com/busybox:latest: Error reading manifest latest in
registry.access.redhat.com/busybox: name unknown: Repo not found
* Error committing the finished image: error adding layer with blob
"sha256:7c9d20b9b6cda1c58bc4f9d6c401386786f584437abbe87e58910f8a9a15386b":
ApplyLayer exit status 1 stdout: stderr: there might not be enough IDs
available in the namespace (requested 65534:65534 for /home): lchown /home:
invalid argument
* Error initializing source docker://
registry.fedoraproject.org/busybox:latest: Error reading manifest latest in
registry.fedoraproject.org/busybox: manifest unknown: manifest unknown
* Error initializing source docker://quay.io/busybox:latest: Error reading
manifest latest in quay.io/busybox: error parsing HTTP 404 response body:
invalid character '<' looking for beginning of value: "<!DOCTYPE HTML
PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>404 Not
Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not
found on
the server. If you entered the URL manually please check your spelling and
try again.</p>\n"
* Error initializing source
docker://registry.centos.org/busybox:latest:
Error reading manifest latest in
registry.centos.org/busybox: manifest
unknown: manifest unknown
On Wed, Sep 25, 2019 at 4:30 PM Matt Heon <mheon(a)redhat.com> wrote:
On 2019-09-25 15:25, Lou DeGenaro wrote:
>I made a change to storage.conf as follows:
>graphroot = "/tmp/degenaro/.local/share/containers/storage"
>
>Yet, when I run podman info:
>GraphRoot: /tmp/podman/degenaro/.local/share/containers/storage
>
>Why does the string /podman still appear in GraphRoot?
>
>Thanks.
>
>Lou.
Can you provide the full output of `podman info --log-level=debug`?
Thanks,
Matt Heon
>_______________________________________________
>Podman mailing list -- podman(a)lists.podman.io
>To unsubscribe send an email to podman-leave(a)lists.podman.io