Public bug reported:

Reproducer:
-----------
Log in as `root` in your host OS (in my case I used openSUSE Leap 42.2)
> # su -

Install the required software to bootstrap a Debian-based system
> # zypper install debootstrap dpkg

Create the a sub-directory in which you are going to install the Ubuntu
system

> # mkdir /mnt/chroot-ubuntu-trusty
> # debootstrap trusty /mnt/chroot-ubuntu-trusty/ 
> http://archive.ubuntu.com/ubuntu/ubuntu/
> ...
> I: Base system installed successfully.

While creating a `chrooted` environment, we are instructing the `chroot`
comamand to run the `/bin/bash` command as well.

> ultron:~ # chroot /mnt/chroot-ubuntu-trusty /bin/bash
> groups: cannot find name for group ID 472

** Affects: debootstrap (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: debootstrap

** Description changed:

  Reproducer:
  -----------
- Log in as user in your host OS (in my case I used openSUSE Leap 42.2)
+ Log in as `root` in your host OS (in my case I used openSUSE Leap 42.2)
  > # su -
  
  Install the required software to bootstrap a Debian-based system
  > # zypper install debootstrap dpkg
  
  Create the a sub-directory in which you are going to install the Ubuntu
  system
  
- > # mkdir /mnt/chroot-ubuntu-trusty                                           
+ > # mkdir /mnt/chroot-ubuntu-trusty
  > # debootstrap trusty /mnt/chroot-ubuntu-trusty/ 
http://archive.ubuntu.com/ubuntu/ubuntu/
- > ...                                                                         
+ > ...
  > I: Base system installed successfully.
  
  While creating a `chrooted` environment, we are instructing the `chroot`
  comamand to run the `/bin/bash` command as well.
  
  > ultron:~ # chroot /mnt/chroot-ubuntu-trusty /bin/bash
  > groups: cannot find name for group ID 472

** Tags added: debootstrap

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680469

Title:
  groups: cannot find name for group ID 472

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/1680469/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to