Open terrorpup opened 5 months ago
- Network for CT, I can get LXC to start if I leave the network blank. If I try to assign an IP or use DCHP, I get an error that /etc/network/blah.tmp is missing during creations, and will not start if you add or change the network.
Had this experience with a debian-bookworm container too. Turns out to be a problem with the lxc-container in which ifupdwon2 is not installed. My workaround:
Create the debian-bookworm container no network configuration; keep i on static IP do not enter an ip!
start the container an bring up the network interface manually:
ip link set dev eth0 up
If there is an functioning dhcp-server it should get en ip, you may want to check that:
ip a
good time to test the network connection performing an update:
apt update && apt upgrade -y
and now
apt install ifupdown2
poweroff the container and configure networking for the debian-bookworm container in the web-ui
2. Using an ISO, I can get the ISO to boot, but during creations seems to have issues write the to the virtual disk.
Do not recognize this, no problems here on the OrangePi 5 Plus. Did you set the cpu affinity as required with a BigLittle cpu setup of the rockchip?
cat /etc/pve/qemu-server/100.conf
agent: 1
bios: ovmf
boot: order=scsi0;scsi2;net0
cores: 4
efidisk0: local-lvm:vm-200-disk-0,efitype=4m,pre-enrolled-keys=1,size=64M
memory: 4096
meta: creation-qemu=8.1.5,ctime=1717245556
name: debo200
net0: virtio=BC:24:11:A4:9E:A8,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local-lvm:vm-200-disk-1,iothread=1,size=64G
scsi2: local:iso/debian-12.5.0-arm64-netinst.iso,media=cdrom,size=538924K
scsihw: virtio-scsi-single
smbios1: uuid=2b39a6dd-c94a-4629-ab2a-bf47667dc600
sockets: 1
affinity: 4,5,6,7
I have OrangePi 5 running successfully on Orange Pi 5 Plus. I have several issues.
1) Network for CT, I can get LXC to start if I leave the network blank. If I try to assign an IP or use DCHP, I get an error that /etc/network/blah.tmp is missing during creations, and will not start if you add or change the network.
2) Using an ISO, I can get the ISO to boot, but during creations seems to have issues write the to the virtual disk.