Lab 3.2 - LXC
I am trying to do the lxc lab and the command is not giving me the list of unprivileged containers. Similar problem to this thread . I am using a GCP instance, configured to the specifiaction of Lab 1.1.
lxc-create -t download -n unpriv-cont-userlxc-create: unpriv-cont-user: conf.c: chown_mapped_root: 3226 lxc-usernsexec failed: No such file or directory - Failed to open tt lxc-create: unpriv-cont-user: tools/lxc_create.c: main: 327 Failed to create container unpriv-cont-user
cat /etc/subuidlxd:100000:65536 root:100000:65536 ubuntu:165536:65536 mktbilling:231072:65536
cat /etc/subgidlxd:100000:65536 root:100000:65536 ubuntu:165536:65536 mktbilling:231072:65536
cat /etc/lxc/lxc-usernet# USERNAME TYPE BRIDGE COUNT mktbilling_gmail_com veth lxcbr0 10
cat ~/.config/lxc/default.conf lxc.net.0.type = veth lxc.net.0.link = lxcbr0 lxc.net.0.flags = up lxc.net.0.hwaddr = 00:16:3e:xx:xx:xx lxc.idmap = u 0 231072 65536 lxc.idmap = g 0 231072 65536
uname -vp#49~18.04.1-Ubuntu SMP Fri Jun 18 21:33:55 UTC 2021 x86_64
I even tried the suggestion by KevinCSmallwood from the thread:
sudo lxc-create -t download -n unpriv-cont-user -- -d ubuntu -r xenial -a amd64Setting up the GPG keyring ERROR: Unable to fetch GPG key from keyserver lxc-create: unpriv-cont-user: lxccontainer.c: create_run_template: 1617 Failed to create container from template lxc-create: unpriv-cont-user: tools/lxc_create.c: main: 327 Failed to create container unpriv-cont-user
Comments
-
Hi @mkturner,
Did the
setfaclcommand and /or the--keyserveroption not help to resolve your issue?Also, there seems to be a slight inconsistency with the content of
/etc/lxc/lxc-usernet. Is the username entry correct?Regards,
-Chris0 -
@chrispokorni said:
Hi @mkturner,Did the
setfaclcommand and /or the--keyserveroption not help to resolve your issue?Also, there seems to be a slight inconsistency with the content of
/etc/lxc/lxc-usernet. Is the username entry correct?Regards,
-ChrisYes, I noticed that and thought it strange as well. I do have OS Login enabled, would that cause an issue?
whoami
mktbilling_gmail_comSo that's what i put in
lxc-usernet.lxc-create -t download -n unpriv-cont-user -- --keyserver keyserver.ubuntu.com
lxc-create: unpriv-cont-user: conf.c: chown_mapped_root: 3226 lxc-usernsexec failed: No such file or directory - Failed to open tt lxc-create: unpriv-cont-user: tools/lxc_create.c: main: 327 Failed to create container unpriv-cont-userid -u mktbilling_gmail_com
1073413225setfacl -R -m u:1073413225:x ~/.local
lxc-create -t download -n unpriv-cont-userlxc-create: unpriv-cont-user: conf.c: chown_mapped_root: 3226 lxc-usernsexec failed: No such file or directory - Failed to open tt lxc-create: unpriv-cont-user: tools/lxc_create.c: main: 327 Failed to create container unpriv-cont-user0 -
I figured it out.
id -u mktbilling
1001So
mktbillingandmktbilling_gmail_comare two different users. That's when I realized I had enabled OS Login on this GCP instance and it probably created this new user. I disabled OS Login and ssh in as the mktbilling user. Then I tried the setfacl suggestion:setfacl -R -m u:$(id -u mktbilling):x ~/.local
setfacl -R -m u:1001:x ~/.localStill, errors with the lxc-create command
lxc-create -t download -n priv-contSetting up the GPG keyring ERROR: Unable to fetch GPG key from keyserver lxc-create: priv-cont: lxccontainer.c: create_run_template: 1617 Failed to create container from template lxc-create: priv-cont: tools/lxc_create.c: main: 327 Failed to create container priv-contFixed by the suggestion of
proliantin the other thread which recommends explicitly specifying key server
lxc-create -t download -n priv-cont -- --keyserver keyserver.ubuntu.comSetting up the GPG keyring
Downloading the image indexDIST RELEASE ARCH VARIANT BUILD
almalinux 8 amd64 default 20210719_23:08
almalinux 8 arm64 default 20210719_23:08
alpine 3.11 amd64 default 20210720_13:36
...Do you know why this is? If so please explain
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 755 Linux Foundation IT Professional Programs
- 375 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 980 Programming and Development
- 310 Kernel Development
- 652 Software Development
- 995 Software
- 387 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)