Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make-base-vm fails for 18.08/bionic #196

Open
willyko opened this issue Aug 28, 2018 · 3 comments
Open

make-base-vm fails for 18.08/bionic #196

willyko opened this issue Aug 28, 2018 · 3 comments

Comments

@willyko
Copy link

willyko commented Aug 28, 2018

Host: Debian 9.5
stretch-backports debootstrap (1.0.100~bpo9+1)
bin/make-base-vm --lxc --arch amd64 --suite bionic

I: Configuring initramfs-tools...
W: Failure while configuring base packages.  This will be re-attempted up to five times.
W: See /home/gitianuser/gitian-builder/base-bionic-amd64-bootstrap/debootstrap/debootstrap.log for details (possibly the package rsyslog is at fault)
I: Configuring rsyslog...
W: Failure while configuring base packages.  This will be re-attempted up to five times.
W: See /home/gitianuser/gitian-builder/base-bionic-amd64-bootstrap/debootstrap/debootstrap.log for details (possibly the package rsyslog is at fault)
debootstrap.log:
Processing triggers for initramfs-tools (0.130ubuntu3) ...
Errors were encountered while processing:
 rsyslog
Setting up rsyslog (8.32.0-1ubuntu4) ...
The user `syslog' is already a member of `adm'.
chmod() of /var/spool/rsyslog via /proc/self/fd/3 failed: No such file or directory
chmod() of /var/log via /proc/self/fd/3 failed: No such file or directory
dpkg: error processing package rsyslog (--configure):
 installed rsyslog package post-installation script subprocess returned error exit status 1
@devrandom
Copy link
Owner

duplicates #191

@willyko
Copy link
Author

willyko commented Aug 28, 2018

#191 is talking about vmbuilder. I thought LXC doesn't use vmbuilder

@hebasto
Copy link
Contributor

hebasto commented Sep 11, 2018

Tested on Debian 9.5 with different repos:

gitianuser@debian:~$ apt list -a debootstrap

Listing... Done
debootstrap/unstable,now 1.0.109 all [installed]
debootstrap/testing 1.0.108 all
debootstrap/stretch-backports 1.0.100~bpo9+1 all
debootstrap/stable 1.0.89 all
  • 1.0.89 from stretch doesn't work a priori;

  • 1.0.100~bpo9+1 from stretch-backports doesn't work with an error while configuring rsyslog package;

  • 1.0.108 from buster works as expected;

  • 1.0.109 from sid works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants