Rbuild failure - Permission denied [Solved]

Is anyone else having this problem - I had it working a few days ago?

pete@xps:~/radxa-rbuild$ lsb_release -a | grep -i description
No LSB modules are available.
Description: Ubuntu 22.04.2 LTS
pete@xps:~/radxa-rbuild$ ./rbuild rock-3a bullseye cli
latest: Pulling from godebos/debos
Digest: sha256:e58660dad657f16e3389f1f3ca0980e29686b679c02e732bfa6045689ec18bb1
Status: Image is up to date for godebos/debos:latest
docker.io/godebos/debos:latest
Using debian_bullseye_base.tar intermediate rootfs.
Using debian_bullseye_cli.tar rootfs.
/bin/bash: line 1: /etc/apt/apt.conf.d/99nopipelining: Permission denied

I just added this file to fix connection reset issue when using with our mirror. Probably I forgot to add the permission. I’ll take care of this.

In the meantime you can try using podman as container backend: add --backend podman. You will need to configure the podman first.

In the future please create an issue on rbuild GitHub repo.

Edit: this should be fixed now.

Thanks for the quick response the build is working again now :smiley: