Lab 2.1: Error with lscgroup
Hello,
I am encountering an error on Lab 2.1. I am using the ubuntu VM from LF211. (ubuntu version 21.10). As per the lab I have installed cgroup-tools.
When I run the command "sudo lscgroup" I get the error "cgroups can't be listed: Cgroup is not mounted". I checked the mounted disks (mount | grep cgroup) and can see that cgroups are mounted:
(cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
I don't understand why I am getting an error when I try to list the cgroups. Could someone explain why this is?
Thanks.
Best Answer
-
Using the recommended VirtualBox VM solved this.
0
Answers
-
Hi @corey44,
The LFS253 class labs have not been tested on VM images used in other classes, such as the LFS211. I would recommend following the provisioning steps presented in the first chapter to set up the lab environment for LFS253.
Regards,
-Chris0 -
Hi @chrispokorni . I have followed the provisioning steps in Lab 1.1 (Oracle VB), but I am getting this message:
sudo lscgroup
cgroups can't be listed: Cgroup is not mountedLooking forward to hearing from you.
Thank you
Adnan0 -
maybe lscgroup not work with cgroup v2, try this
go for /etc/default/grub
and add the next line on GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=1
then do sudo grub2-mkconfig -o /boot/grub2/grub.cfg
reboot and try again.
0 -
@devdorrejo said:
maybe lscgroup not work with cgroup v2, try thisgo for /etc/default/grub
and add the next line on GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=1
then do sudo grub2-mkconfig -o /boot/grub2/grub.cfg
reboot and try again.
Thanks @devdorrejo, let me try
0 -
@adnansyed said:
@devdorrejo said:
maybe lscgroup not work with cgroup v2, try thisgo for /etc/default/grub
and add the next line on GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=1
then do sudo grub2-mkconfig -o /boot/grub2/grub.cfg
reboot and try again.
Thanks @devdorrejo, let me try
grub2-mkconfig did not work but grub-mkconfig did work.
I got an error message GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=1: not found
Thank you for your time.
0 -
@adnansyed said:
@adnansyed said:
@devdorrejo said:
maybe lscgroup not work with cgroup v2, try thisgo for /etc/default/grub
and add the next line on GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=1
then do sudo grub2-mkconfig -o /boot/grub2/grub.cfg
reboot and try again.
Thanks @devdorrejo, let me try
grub2-mkconfig did not work but grub-mkconfig did work.
I got an error message GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=1: not found
Thank you for your time.
can you share you /etc/default/grub, so i can re-share it modified
0 -
Hi @adnansyed,
I have tried to reproduce your
lscgroupissue, but all steps worked as expected by following Lab 1.1 and Lab 2.1.Please provide your host machine OS, VM guest OS, and the content of the
/etc/sudoers.d/studentfile from your guest VM.Regards,
-Chris0
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
- 795 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 90 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)
