~petermatulis/serverguide/1410-other_useful_applications-etckeeper+byobu

« back to all changes in this revision

Viewing changes to serverguide/C/virtualization.xml

  • Committer: Doug Smythies
  • Date: 2014-02-12 23:17:11 UTC
  • Revision ID: dsmythies@telus.net-20140212231711-37fo7usioxwzf6qo
Edits per MP: #205671; Chapter 20.4 LXC re-write; by Serge Hallyn

Show diffs side-by-side

added added

removed removed

Lines of Context:
1580
1580
      task on the host runs in the initial user namespace, where
1581
1581
      the full range of ids is mapped onto the full range.  This can be
1582
1582
      seen by looking at /proc/self/uid_map and /proc/self/gid_map,
1583
 
      which both will show "0 0 429496729" when read from the initial
1584
 
      user namespace.  When new users are created
1585
 
      in Ubuntu 14.04, they are by default offered a range of userids.
 
1583
      which both will show "0 0 4294967295" when read from the initial
 
1584
      user namespace.  As of Ubuntu 14.04, when new users are created
 
1585
      they are by default offered a range of userids.
1586
1586
      The list of assigned ids can be seen in the files
1587
1587
      <filename>/etc/subuid</filename> and <filename>/etc/subgid</filename>
1588
1588
      See their respective manpages for more information.  Subuids and