Questions tagged «userns»


1
是否有工具(!)列出用户分配的subuid和subgid值?
usermod -v(--add-sub-uids)和usermod -w(--add-sub-gids)可用于操纵用户帐户的subuid和subgid范围,但是似乎没有工具可以仅列出它们。有一个吗? 至少在我的Ubuntu 14.04机器上getent,似乎并没有准备好处理来自/etc/subuid和的信息/etc/subgid。 目前,我正在使用一个小的shell脚本,awk用于此目的。 以下是摘录usermod(8): -v, --add-sub-uids FIRST-LAST Add a range of subordinate uids to the users account. [...] -V, --del-sub-uids FIRST-LAST Remove a range of subordinate uids from the users account. [...] -w, --add-sub-gids FIRST-LAST Add a range of subordinate gids to the users account. [...] -W, …
13 linux  ubuntu  users  userns 


1
userns容器无法启动,如何跟踪原因?
在Ubuntu 14.04上使用以下命令行创建userns(非特权)LXC容器时: lxc-create -n test1 -t download -- -d $(lsb_release -si|tr 'A-Z' 'a-z') -r $(lsb_release -sc) -a $(dpkg --print-architecture) 和(不触摸创建的配置文件),然后尝试使用以下命令启动它: lxc-start -n test1 -l DEBUG 它失败。日志文件显示了我: lxc-start 1420149317.700 INFO lxc_start_ui - using rcfile /home/user/.local/share/lxc/test1/config lxc-start 1420149317.700 INFO lxc_utils - XDG_RUNTIME_DIR isn't set in the environment. lxc-start 1420149317.701 INFO lxc_confile - …
8 ubuntu  lxc  userns 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.