Hi team
I just created a stock standerd container with the Proxmox downloaded ArchLinux template,
On boot, when I enter the container I get the following errors:
Can anyone know what I can do to fix this (it gives other issues when doing upgrades in pacman)
I just created a stock standerd container with the Proxmox downloaded ArchLinux template,
On boot, when I enter the container I get the following errors:
Code:
[root@99999 ~]# systemctl status sys-kernel-config.mount
● sys-kernel-config.mount - Kernel Configuration File System
Loaded: loaded (/usr/lib/systemd/system/sys-kernel-config.mount; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2019-04-17 07:02:34 UTC; 23s ago
Where: /sys/kernel/config
What: configfs
Docs: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Apr 17 07:02:34 99999 mount[46]: mount: /sys/kernel/config: permission denied.
Code:
[root@99999 ~]# systemctl status sys-kernel-debug.mount
● sys-kernel-debug.mount - Kernel Debug File System
Loaded: loaded (/usr/lib/systemd/system/sys-kernel-debug.mount; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2019-04-17 07:02:34 UTC; 1min 10s ago
Where: /sys/kernel/debug
What: debugfs
Docs: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Apr 17 07:02:34 99999 mount[44]: mount: /sys/kernel/debug: permission denied.
Can anyone know what I can do to fix this (it gives other issues when doing upgrades in pacman)