Search results

  1. P

    CT container can't access network

    Hi so i have one old CT container, that can access the network just fine But when i create a new one it manages to get an IP but that is about it.. Working CT Broken CT pct config 210 arch: amd64 cores: 4 features: nesting=1 hostname: emby memory: 2048 mp0: /storage/movies,mp=/mnt/movies...
  2. P

    [SOLVED] Bookworm cloud image fails to find network adpater?

    Hi I'm trying to use Proxmox with the debian bookworm cloud image and cloud-init. But when I start the vm it gets stuck on boot when it checks that it has a network connection Job systemd-networkd-wait-online.service/start running (#s / no limit) for about 2 minutes. It seems Debian bookworm...
  3. P

    Proxmox debian cloud-init disk name unstable

    Hi I have the following script qm create "$VMID" --name "debian-docker" --memory 10240 --sockets 1 --core 4 --net0 virtio="46:4A:5E:3C:8A:55",bridge=vmbr0 --description "Debian bullseye cloud image" --agent enabled=1 qm set "$VMID" --ide2 "$STORAGE:cloudinit" qm set "$VMID" --serial0 socket...
  4. P

    [SOLVED] Can't get cloud-init ssh_authorized_keys to work

    I'm trying to use cloud init to add my ssh key, I have generated one on my desktop PC using id_ed25519 after that I added the following to my cloud-init.yml users: - name: peter passwd: "..." # to enable auth using password until I get my key to work ssh_authorized_keys: -...
  5. P

    [SOLVED] Can't get cloud init to work

    Hi I have created the following script to create a VM and with a cloud-init config: #!/bin/bash echo "Loading variables" VMID=230 STORAGE=storage IMAGE=debian-11-genericcloud-amd64.qcow2 SNIPPETNAME=debian-docker-cloud-init.yml echo "VMID: $VMID" echo "STORAGE: $STORAGE" echo "IMAGE: $IMAGE"...
  6. P

    [SOLVED] Remove VM disk from CLI?

    Hi I run proxmox 7.2-7, I'm trying to remove a VM disk from the CLI. I have tried the following: qm set $VMID --delete scsi0 zfs destroy -f $STORAGE/vm-$VMID-disk-0 The first command seems to mark the disk as unused, and the second removes the zfs volume, but the UI still believes the disk is...
  7. P

    using intel quick sync inside container?

    Hi I have a machine with a Intel® Core™ i5-4690K CPU, that has Intel Quick Sync according to Arc I have installed the i965-va-driver-shaders package and can see that something is detected by running vainfo error: can't connect to X server! libva info: VA-API version 1.10.0 libva info: Trying to...
  8. P

    zfs-import@asgard.service fails to start at boot?

    Hi I just installed proxmox(7.1-2), setup a zfs pool. But on every boot the service zfs-import@asgard.service fails to start, but if I look in the /asgard directory everything seems fine? I am fairly new to Proxmox, Linux and ZFS so I hope I have gathered all the logs that can be of use, if not...