Processed: unshared debootstrap fails if auto-apt-proxy is installed

2023-02-11 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 auto-apt-proxy mmdebstrap
Bug #1031105 [debootstrap] unshared debootstrap fails if auto-apt-proxy is 
installed
Added indication that 1031105 affects auto-apt-proxy and mmdebstrap

-- 
1031105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1031105: unshared debootstrap fails if auto-apt-proxy is installed

2023-02-11 Thread Johannes Schauer Marin Rodrigues
Package: debootstrap
Version: 1.0.128+nmu2
Severity: normal
X-Debbugs-Cc: terce...@debian.org
Control: affects -1 auto-apt-proxy mmdebstrap

Hi,

currently the mmdebstrap autopkgtest in experimental fails because debootstrap
cannot be run with the user namespace unshared if auto-apt-proxy is installed
and /tmp/.auto-apt-proxy-0 exists. Steps to reproduce:

$ mmdebstrap --variant=custom --mode=unshare --setup-hook='env container=lxc 
debootstrap unstable "$1" http://127.0.0.1/debian' /dev/null

The error message is:

E: insecure cache dir /tmp/.auto-apt-proxy-0. Must be owned by UID 0 and have 
permissions 700

The reason for this error is, that debootstrap will run auto-apt-proxy which
will find that /tmp/.auto-apt-proxy-0 exists but since the user namespace of
the process is unshared, it will be owned by user "nobody" from its
perspective.

Please provide a way to allow disabling running auto-apt-proxy when running
debootstrap.

Thanks!

cheers, josch



Re: dep11 files missing for bookworm (non-free-firmware)

2023-02-11 Thread Matthias Klumpp
Hi!

Am Sa., 11. Feb. 2023 um 16:44 Uhr schrieb Cyril Brulebois :
> Steve McIntyre  (2023-02-11):
> > As part of the nff changes, debian-cd now looks for dep11 metadata to
> > help work out what firmware might be needed. We have that working for
> > all other arches, but *not* mipsel. Builds are failing looking for
> >
> > /dists/bookworm/main/dep11/Components-mipsel.yml.gz
> >
> > Please fix up archive config so this works.
>
> The problem is the configuration on mekeel (appstream.d.o), see
> /srv/appstream.debian.org/workspace/asgen-config.json
>
> I'd suggest proposing a patch for Matthias to apply.

Looks like we simply didn't generate data for that architecture. I've
added it to the list, as data should be created for all architectures
that Debian supports officially.
See 
https://salsa.debian.org/pkgutopia-team/debian-asgen-config/-/commit/6de08ba2795f39b7171315d580201f1040afd9b7

It will take a few hours, depending on how the archive syncs up even a
day, for changes to take effect.

Cheers,
Matthias

-- 
I welcome VSRE emails. See http://vsre.info/



Re: dep11 files missing for bookworm (non-free-firmware)

2023-02-11 Thread Cyril Brulebois
Hi,

Steve McIntyre  (2023-02-11):
> As part of the nff changes, debian-cd now looks for dep11 metadata to
> help work out what firmware might be needed. We have that working for
> all other arches, but *not* mipsel. Builds are failing looking for
> 
> /dists/bookworm/main/dep11/Components-mipsel.yml.gz
> 
> Please fix up archive config so this works.

The problem is the configuration on mekeel (appstream.d.o), see
/srv/appstream.debian.org/workspace/asgen-config.json

I'd suggest proposing a patch for Matthias to apply.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


dep11 files missing for bookworm (non-free-firmware)

2023-02-11 Thread Steve McIntyre
Package: ftp.debian.org
Severity: important

Hi all,

As part of the nff changes, debian-cd now looks for dep11 metadata to
help work out what firmware might be needed. We have that working for
all other arches, but *not* mipsel. Builds are failing looking for

/dists/bookworm/main/dep11/Components-mipsel.yml.gz

Please fix up archive config so this works.

Cheers,

Steve