On Mon, Mar 11, 2019 at 9:00 PM Johannes Schauer wrote: > > Quoting Tong Sun (2019-03-12 01:38:06) > > OH! I found I have to read your comment a second time before realizing what > > you were saying. > > > > OK, going pass that now I'm facing another problem: > > > > $ sudo /usr/bin/sbuild-debian-developer-setup > > . . . > > I: SUITE: unstable > > I: TARGET: /srv/chroot/unstable-amd64-sbuild > > I: MIRROR: http://localhost:3142/deb.debian.org/debian > > I: Running debootstrap --arch=amd64 --variant=buildd --verbose > > --include=fakeroot,build-essential,eatmydata --components=main > > --resolve-deps --no-merged-usr unstable > > /srv/chroot/unstable-amd64-sbuild > > http://localhost:3142/deb.debian.org/debian > > I: Target architecture can be executed > > I: Retrieving InRelease > > I: Retrieving Release > > E: Failed getting release file > > http://localhost:3142/deb.debian.org/debian/dists/unstable/Release > > E: Error running debootstrap at /usr/bin/sbuild-createchroot line 424. > > sbuild-createchroot failed: at /usr/bin/sbuild-debian-developer-setup line > > 53. > > > > It failed getting release file. > > > > Is it only me getting above? Thx > > the package sbuild-debian-developer-setup depends on apt-cacher-ng or > apt-cacher. Both are apt caching services which provide a local http mirror at > http://localhost:3142. The error you are getting sounds as if you disabled the > services after installing them.
Ah, yes! somehow the apt-cacher-ng service is not started under docker thanks for your help Johannes!