Container won't start

neutcomp

New Member
Jun 1, 2024
1
0
1
The Netherland
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
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
3. It's running on https://192.168.50.164:8006/
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
 
Proxmox does not officially support deployment on ARM based computers like the Raspberry Pi, so it would be probably best to ask the community project you that provided the ARM build.

Also ensure your container image is build to run on ARM/AARCH64.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!