I need help to get containers working right in my installation.
I installed PVE recently and now i am trying to create LXC containers. On logging in, and systemd status I get the following:
Here are the failed units:
Another thing I noticed is
Some searching around points to this being because $XDG_RUNTIME_DIR variable is unset. What I don't know is whether that is also related to the units that failed to load.
I need help to diagnose what could cause the units to fail to activate. I am using zfs as my file system and the containers are installed from the debian 9.7 template in pveam.
Here are my installation details:
I could not use the PVE installer as I am using UEFI and zfs on the boot drive so I installed debian first and then PVE on that.
I installed PVE recently and now i am trying to create LXC containers. On logging in, and systemd status I get the following:
Code:
root@plxc-base:~# systemctl status
* plxc-base
State: degraded
Jobs: 0 queued
Failed: 3 units
Since: Fri 2019-03-22 01:29:23 UTC; 4min 41s ago
Code:
root@plxc-base:~# systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
* sys-kernel-config.mount loaded failed failed Configuration File System
* sys-kernel-debug.mount loaded failed failed Debug File System
* systemd-journald-audit.socket loaded failed failed Journal Audit Socket
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
3 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Another thing I noticed is
Code:
root@plxc-base:~# systemctl --user status
Failed to connect to bus: No such file or directory
I need help to diagnose what could cause the units to fail to activate. I am using zfs as my file system and the containers are installed from the debian 9.7 template in pveam.
Here are my installation details:
Code:
root@proxmox1:~# pveversion --verbose
proxmox-ve: 5.3-1 (running kernel: 4.15.18-11-pve)
pve-manager: 5.3-11 (running version: 5.3-11/d4907f84)
pve-kernel-4.15: 5.3-2
pve-kernel-4.15.18-11-pve: 4.15.18-34
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: not correctly installed
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-3
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-47
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-12
libpve-storage-perl: 5.0-39
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-3
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-3
proxmox-widget-toolkit: 1.0-23
pve-cluster: 5.0-33
pve-container: 2.0-35
pve-docs: 5.3-3
pve-edk2-firmware: 1.20181023-1
pve-firewall: 3.0-18
pve-firmware: 2.0-6
pve-ha-manager: 2.0-8
pve-i18n: 1.0-9
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 2.12.1-2
pve-xtermjs: 3.10.1-2
qemu-server: 5.0-47
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.12-pve1~bpo1
I could not use the PVE installer as I am using UEFI and zfs on the boot drive so I installed debian first and then PVE on that.