On Wed, Aug 18, 2021 at 11:12:21AM +1000, Fred 1 wrote:
> "W: Download is performed unsandboxed as root as file 
> '/mnt/debian_build/rootfs/var/lib/apt/lists/partial/deb.debian.org_debian_dists_stable_InRelease'
> couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission
> denied)

Check the ownership here...?

unicorn:~$ ls -ld /var/lib/apt /var/lib/apt/lists /var/lib/apt/lists/partial
drwxr-xr-x 5 root root  4096 Aug 17 07:12 /var/lib/apt/
drwxr-xr-x 4 root root  4096 Aug 17 07:10 /var/lib/apt/lists/
drwx------ 2 _apt root 12288 Aug 17 07:10 /var/lib/apt/lists/partial/

> W: GPG error: http://deb.debian.org/debian stable InRelease: The following
> signatures couldn't be verified because the public key is not available:
> NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY
> DCC9EFBF77E11517
> E: The repository 'http://deb.debian.org/debian stable InRelease' is not
> signed.
> "

Are you missing the debian-archive-keyring package?

Reply via email to