Skip to content

Instantly share code, notes, and snippets.

@DeltaEpsilon19498
Created July 29, 2024 17:15
Show Gist options
  • Save DeltaEpsilon19498/f2d0d6c53cc93909fcb1f99b2c78f82f to your computer and use it in GitHub Desktop.
Save DeltaEpsilon19498/f2d0d6c53cc93909fcb1f99b2c78f82f to your computer and use it in GitHub Desktop.
dangerzoneoutput6.txt
~$ sha256sum /usr/share/dangerzone/container.tar.gz
fdcfcce5be58d145c55986a359ab2f9b9d986cf9fbd55e71eaf4d540e1d20258 /usr/share/dangerzone/container.tar.gz
~$ gunzip --keep -c /usr/share/dangerzone/container.tar.gz | podman load
Getting image source signatures
Copying blob 14cc7f665495 done |
Copying blob abc7eac22d8a done |
Copying blob 2ff956e302c1 done |
Copying blob 7c94abf90cef done |
Copying blob dbbcc85c9d2a done |
Copying blob 94e5f06ff8e3 skipped: already exists
Copying blob 4f485b582a13 done |
Copying blob 75aecdb6c123 done |
Error: payload does not match any of the supported image formats:
* oci: open /var/tmp/podman862439057/index.json: not a directory
* oci-archive: loading index: open /var/tmp/container_images_oci1541165588/index.json: no such file or directory
* docker-archive: writing blob: adding layer with blob "sha256:dbbcc85c9d2a8550f6b1814efbe909358db7db9a9a0173fd8f65a27dbac111ef": creating read-only layer with ID "b90207da6b788b45f053df1fc14c5bb91862eed2a5eeb04e0db11ec3424a95cb": invalid argument
* dir: open /var/tmp/podman862439057/manifest.json: not a directory
~$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.6G 2.0M 1.6G 1% /run
/dev/nvme0n1p2 234G 193G 29G 87% /
tmpfs 7.7G 172K 7.7G 1% /dev/shm
tmpfs 5.0M 8.0K 5.0M 1% /run/lock
efivarfs 246K 148K 94K 62% /sys/firmware/efi/efivars
tmpfs 7.7G 0 7.7G 0% /run/qemu
/dev/nvme0n1p1 511M 6.2M 505M 2% /boot/efi
tmpfs 1.6G 1.5M 1.6G 1% /run/user/1000
/home/user/.Private 234G 193G 29G 87% /home/user
/dev/sda1 1.7T 1006G 553G 65% /media/user/Externalstorage
/dev/sda2 192G 105G 78G 58% /media/user/Timeshift
~$ podman system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 2 0 88.5MB 88.5MB (100%)
Containers 0 0 0B 0B (0%)
Local Volumes 0 0 0B 0B (0%)
~$ podman info | grep 'store:' -A 30
store:
configFile: /home/user/.config/containers/storage.conf
containerStore:
number: 0
paused: 0
running: 0
stopped: 0
graphDriverName: vfs
graphOptions: {}
graphRoot: /home/user/.local/share/containers/storage
graphRootAllocated: 250375106560
graphRootUsed: 206464565248
graphStatus: {}
imageCopyTmpDir: /var/tmp
imageStore:
number: 2
runRoot: /run/user/1000/containers
transientStore: false
volumePath: /home/user/.local/share/containers/storage/volumes
version:
APIVersion: 4.9.3
Built: 0
BuiltTime: Wed Dec 31 19:00:00 1969
GitCommit: ""
GoVersion: go1.22.2
Os: linux
OsArch: linux/amd64
Version: 4.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment