j75

Results 30 comments of j75

OTOH `podman run --network none -u dangerzone ` doesn't mean that a **dangerzone** user should exist? In the package's **postint** file there's no such user created!

> if you try to run Dangerzone with AppArmor disabled, does it complete I performed (as root) `systemctl stop apparmor.service` then I run again `dangerzone` but again it crashed with...

Here is the journal (I stopped the **apparmor** service before starting **dangerzone**): ``` nov. 13 20:08:25 pamela podman[108899]: 2023-11-13 20:08:25.900905923 +0100 CET m=+0.063919664 image pull dangerzone.rocks/dangerzone nov. 13 20:08:27 pamela...

df -k => ``` Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 3270548 14928 3255620 1% /run /dev/sda2 155772240 77128744 70657936 53% / tmpfs 16352724 84944 16267780 1% /dev/shm tmpfs...

I tested the CLI version (`dangerzone-cli --output-filename /tmp/test-safe.pdf /tmp/test.pdf`) where the test document is https://s1.q4cdn.com/806093406/files/doc_downloads/test.pdf; in the journal I have ``` ... Nov 14 08:54:28 pamela podman[157531]: 2023-11-14 08:54:28.708554958 +0100...

Now I'm trying **dangerzone** on another computer (a laptop) and the messages are different: ``` Copying blob 9bb71642aacd done Error: payload does not match any of the supported image formats...

Strange... I have over 100G free in my **/home** partition, and normally `podman` creates the image in the **~/.local/share/containers/storage/**

Yes, my user id is **1602** hence that value. And my "temp" variables are ``` TEMPDIR=/tmp/user/1602 TMPDIR=/tmp/user/1602 TEMP=/tmp/user/1602 TMP=/tmp/user/1602 ``` I am the owner of the `/tmp/user/1602` folder but the...

I tried `dangerzone` on another computer (my laptop, also on Ubuntu 22.04.03), using **TMPDIR** pointing to a folder where is enough space, the messages are similar to those on my...

However, as far as I understand the error messages are in the `podman`'s container, not on my system! So it should not matter what is as long as `podman` works,...