[Bug 1791437] Re: Can't use pbuilder inside simple lxc container?

2018-09-09 Thread Mattia Rizzolo
Yes and no. In the case of the makedev installation phase I think it can be somewhat senseful to not create the device nodes if it's not going to work. But here we are talking about debootstrap, which only creates a very few device nodes for some important devs, like /dev/null… You are going to

[Bug 1791437] Re: Can't use pbuilder inside simple lxc container?

2018-09-08 Thread Dan Kegel
Oh? Then you think https://bugs.launchpad.net/ubuntu/+source/makedev/+bug/1675163 was decided incorrectly, and makedev should indeed create devices inside lxc containers? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1791437] Re: Can't use pbuilder inside simple lxc container?

2018-09-08 Thread Mattia Rizzolo
That's your lxc configuration that doesn't allow mknode(2), so you can't run debootstrap within it. So it'd say your environment is too restrictive to do what you want to do. ** Changed in: pbuilder (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a

[Bug 1791437] Re: Can't use pbuilder inside simple lxc container?

2018-09-08 Thread Dan Kegel
Correction: the repro script was #!/bin/sh set -ex sudo apt install dh-make-golang DIST=bionic git-pbuilder create dh-make-golang github.com/gomatic/renderizer dh-make-golang github.com/gomatic/renderizer cd renderizer/ gbp buildpackage --git-dist=bionic --git-pbuilder -- You received this bug