Quelle: thunderbird-mail.de
Dann im Unterordner calendar-data des Thunderbird-Profils diese Dateien cache.sqlite und deleted.sqlite löschen
Quelle: thunderbird-mail.de
Dann im Unterordner calendar-data des Thunderbird-Profils diese Dateien cache.sqlite und deleted.sqlite löschen
VM:
qm ...
LXC:
pct ...
Händisch:
root@pve:/var/lock# find . | grep 116
./lxc/pve-config-116.lock
root@pve:/var/lock# rm ./lxc/pve-config-116.lock
Quelle: github.com
For guys would like to run in lxc contianers(i failed to run in vm in proxmox):
# in pve host
vim /etc/pve/lxc/YOUR_CONTAINER_ID.conf
add these lines at the end
lxc.cgroup2.devices.allow: c 10:232 rwm
lxc.mount.entry: /dev/kvm dev/kvm rw bind,create=file
lxc.cgroup.devices.allow: c 10:200 rwm # for compatibility
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir
Zeitzone umstellen
dpkg-reconfigure tzdata
Tastatur umstellen
sudo dpkg-reconfigure keyboard-configuration
Quelle: github.com
Quelle: cockpit-project.org
Create a placeholder file and network interface.
Create /etc/NetworkManager/conf.d/10-globally-managed-devices.conf with the contents:
[keyfile]
unmanaged-devices=none
Set up a “dummy” network interface:
nmcli con add type dummy con-name fake ifname fake0 ip4 1.2.3.4/24 gw4 1.2.3.1
Reboot
Quelle: windowspro.de