Search results

  1. L

    run nftables in debian 12 lxc-container

    Hello, I'm trying to run nftables to do some routing inside an lxc-container, but I keep getting this error: nftables seems to be installed by default in the Debian 12 lxc-container image, so I'm not sure why this isn't working out of the box. In any case, what would be the most sensible way...
  2. L

    changing the FQDN, and not the hostname, in a cluster

    Hello, I would like to change the FQDN in a cluster which we mainly use to access the administrative interface. I see that in /etc/hosts both the fqdn and the one-label names are set: 127.0.0.1 localhost.localdomain localhost 10.88.88.231 pve1.example.com pve1 10.88.88.232 pve2.example.com...
  3. L

    Feature request: renaming aliases doesn't break firewall rules

    Hello, I think it would be really great if renaming firewall aliases would dynamically update the firewall rules and the security groups instead of breaking them. At the moment, renaming aliases does not update the rules/security groups which leads to them pointing to a non-existent (previous)...
  4. L

    hostname Änderung – kein VM Status

    Hallo, Ich habe den Hostname von meinem one-node Cluster von „pve1“ zu „teilnahmslos“ geändert. cat /etc/hostname teilnahmslos cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.111.20 teilnahmslos Ich habe dann alle Proxmox Dienste umsonst neu gestartet (durch systemctl) und...
  5. L

    scsi0 - cloud-init drive is already attached at 'ide0

    I'm provisioning a virtual machine from a packer clone using terraform. My question is not related to terraform, this is just the context, but I eventually end up getting this error: ``` update VM 108: -agent 1 -bios seabios -boot c -bootdisk scsi0 -cicustom...
  6. L

    [SOLVED] automate deployment of VMs from cloud images

    Hello, Does anyone know a way of reasonably automating the deployment of an ubuntu vm starting from the cloud-image? I'm mostly referring to this part: https://pve.proxmox.com/wiki/Cloud-Init_Support # download the image wget...
  7. L

    hot plug cpu in proxmox for linux vm

    Hello, I know this has been talked about on this forum alreadyit , but I haven't been able to solve it with the provided solutions. I'm using Ubuntu 20.04 on Proxmox 6.4-13 and I'm trying to add live several cpu cores. I've added the udev rule documented here...
  8. L

    [SOLVED] understanding cloud-init provisioning

    I've been reading various resources on the internet related to cloud-init, including the proxmox documentation on this, but I'm still finding it difficult to understand exactly how it works and how you're supposed to provision it. Basically, I would like to understand the relationship between...
  9. L

    [SOLVED] ubuntu 20.04 liest die cloud-init meta-data nicht

    Hallo, ich habe ein Template von Ubuntu 20.04.3 durch Packer (1.7.3 apple m1) auf Proxmox (6.4-9 - ich weiß, es ist ein bisschen alt) erstellt, wo ich unter anderem auch cloud-init benutzt habe. In der Kernel Command Line gibt Packer das Folgende ein: initrd=/casper/initrd quiet...
  10. L

    [SOLVED] configuring nat in proxmox 6.2-6

    Helllo, I'm trying to configure SNAT for my virtual machines, but I'm unable to for some reason I don't really understand. This is how I've configured the interfaces file: auto vmbr1 iface vmbr1 inet static address 10.10.111.1 netmask 255.255.255.0 bridge-ports none bridge-stp...
  11. L

    [SOLVED] mounting nfs inside lxc container

    Hi, On the machine on which I'm running proxmox 5.2-1 I'm trying to mount a nfs volume within an lxc container, but apparmor won't allow me to. On a container for testing purposes I've added this line at the end of the lxc config: lxc.apparmor.profile: lxc-container-default-with-nfs cat...
  12. L

    [SOLVED] Couldn't create temporary file /tmp/apt.conf.2IGOzR for passing config to apt-key

    Hallo, Ich habe dieses Problem, wenn ich die Repositories aktualisieren will. Dieser ist nur ein Test-Server, also habe ich keine Zugang zum pve-enterprise Repository. apt update Get:1 http://security.debian.org stretch/updates InRelease [94.3 kB] Ign:2 http://ftp.ro.debian.org/debian stretch...
  13. L

    [SOLVED] cannot allocate more than 1GB of ram after ram hotplug enabled

    I'm trying to assign 4GB of ram to a virtual machine, but after I enabled hotplug for memory and cpu, the ram that the vm sees is not 991 (actually 1GB). Before enabling the hotplug, it worked as as expected. Any ideas what's going on? I'm running proxmox 5.1-41 and the vm is running Ubuntu...
  14. L

    [SOLVED] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup

    root@svorng11:~# dmesg | grep orphan [3851856.698684] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup pveversion pve-manager/5.2-1/0fcd7879 (running kernel: 4.15.17-2-pve) The same thing appeared in the linux console for dm 6, 8, 9, and 11. dm-10 and dm-11 don't exist. dm-9...
  15. L

    unregistered_netdevice after stopping lxc-container

    I'm running proxmox 5-2.1 on a production server with several containers. I tried to stop a container (id 508;Ubuntu 18.04; two network interfaces) and start another one (id 501; Ubuntu 16.04), which would substitute its role. So I needed to do it in a very short interval. I shutdown the...
  16. L

    keine Verbindung zu GUI-Shell

    Hallo, Ich habe ein Problem bei Verbindung zum Server durch die GUI-Shell. Ich bekomme diesen Fehler: timed out waiting for client TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/blade10 --perm Sys.Console -- /bin/login -f root' failed: exit code 4 Ich erinnere mich daran nicht genau...
  17. L

    [SOLVED] convert lxc to virtual machine unsuccessful

    Hi, I've been trying to convert an Ubuntu 16.04 LXC to a virtual machine. The problem is that not the machine boots once each 6-7 restarts. It makes no difference is these are restarts or if I start it from "off". I'm not sure what packages I'm supposed to be installing after copying the lxc...
  18. L

    two logical volumes for same container

    Hi, I backed up one of my lxc-containers and then I restored it with another VMID. After restoring it, I see that there are two disks (logical volumes) associated with the respective ID: /dev/mapper/pve-vm--3306--disk--1 and --2. The original container naturally has only one disk associated with...
  19. L

    io delay 99% after cancelling lxc migration

    Hi, For testing purposes I tried to migrate a container from one server to another. They are in a non-HA cluster. I ran: pct migrate <VMID> <node_name> -restart Then I cancelled the process by pressing ctrl+c. Then all of a sudden the server to which I tried to migrate the lxc couldn't be...
  20. L

    where does lxc ubuntu 18.04 keep network info

    Hi, I just saw that Ubuntu 18.04 started using another system for managing its network, i.e netplan. I've created a new Ubuntu 18.04 lxc container, I've assigned an ip, I can see it using "ip address show" command, but I can't understand where this information is kept. In /etc/network/interfaces...

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!