I am new to Proxmox so spare me ;-) But the container is created but won't start. Also search on Google for an solution but did not find an answer yet
1. Installed on Raspberry PI 4 with this tutorial: https://pimylifeup.com/raspberry-pi-proxmox/
2. Needed to change the /etc/network/interfaces to
3. It's running on https://192.168.50.164:8006/
4. Proxmox version 8.1.7
This is the error I get
Hope that someone can help me out in this challenging journey :-D
1. Installed on Raspberry PI 4 with this tutorial: https://pimylifeup.com/raspberry-pi-proxmox/
2. Needed to change the /etc/network/interfaces to
Code:
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.2.3/24
gateway 10.1.2.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
4. Proxmox version 8.1.7
This is the error I get
Code:
sync_wait: 34 An error occurred in another process (expected sequence number 7)
__lxc_start: 2107 Failed to spawn container "101"
TASK ERROR: startup for container '101' failed
Hope that someone can help me out in this challenging journey :-D