container

  1. E

    [SOLVED] Migrating Proxmox Container to Google Cloud Platform

    Hello, Are there any tools, procedures to easily migrate a bunch of Proxmox containers to Google Cloud Platform (GCP) VMs? For example: - I have a container which has 20GB storage disk (thin-lvm), has Debian OS and has setup services and apps running on it. - I have a similarly sized VM on...
  2. R

    Connection refused on accessing CT by public IP

    Good morning everyone, I have several CTs that i can access by local ip, but when i try to access it by public ip i get connection refused. What is odd is that i have home assistant on one VM and i can access it by local and public IP, this problem only happens for my CTs. Does anyone know what...
  3. G

    Mount CIFS share to a non-privileged container

    Hi folks, I am attempting to add access to a NAS shared disk that holds all my books to a Caliber-web CT (from promox-helper-scripts). Here is what I have done on the PVE hosting the ct: added a .credentials file with login info added //192.168.NN.NN/Books /mnt/nas/media cifs...
  4. D

    Upgrading Containers to u24.04

    TLDR it failed to boot. Then I upgraded proxmox for some other reason and when it rebooted my upgraded container sprang into life. So the questions is - is this something to do with the kernel being upgraded? I'd just like to understand that a bit better. I had upgraded containers before and...
  5. M

    Official source and updates for CT templates

    I've recently moved to Proxmox VE for my homelab, following our company and I have a number of LXC containers running. I also write the documentation for the setup of those. I'm now wondering where the official (as provided via "Templates" in the CT Templates on Proxmox) are hosted and how I...
  6. Y

    [SOLVED] Failed to start container after changing its IP

    Hello there! Today I changed my container IP through web interface, and then did a reboot. Suddenly I got an error while starting the container: run_buffer: 322 Script exited with status 1 lxc_init: 844 Failed to run lxc.hook.pre-start for container "111" __lxc_start: 2027 Failed to initialize...
  7. jsterr

    [TUTORIAL] P2100G bad network performance in (docker) container

    We had some issues with docker on p2100G broadcom nics these days. Container did have network performance of only 1.8 MB/s on a 100Gbit/s nic. We fixed it by turning off a specific offload parameter via ethtool --offload enp1s0f0np0 generic-receive-offload off Dont forget to put a pre-up in...
  8. K

    Introduce new mapping for each unprivileged container

    Hello, I'd like to set up a collection of unprivileged containers, each with access to a different ZFS dataset. Since the default mapping between host and container UID/GID is always the same, this seems to introduce a security risk. If a container is compromised, the attacker could access all...
  9. S

    Container Creation Failure on Nodes 1 & 2 with Proxmox VE 8.2.0

    Hello everyone, I'm encountering an issue when trying to create a container on two of our nodes (1 & 2), while it works without any problems on node 3. Below is the error message I receive: syslog: Jun 04 14:00:08 pve2 pvedaemon[110971]: <root@pam> starting task...
  10. N

    Container won't start

    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...
  11. M

    Feature request: pre-set SSH keys

    When creating container there is an option to enter root password or upload SSH public keys. That is very useful; what is inconvenient is that one needs to find their keys each time. What would be convenient if we had a way to set up "default" keys in advance in e.g. user profile, and then have...
  12. A

    [SOLVED] Kernel Panic on container template download

    I am using an old HP Pavilion laptop Ram : 8GB Processor : i7 HDD : 1TB Proxmox version : 8.2.2 kernel root@prox:~# uname -a Linux prox 6.8.4-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.4-2 (2024-04-10T17:36Z) x86_64 GNU/Linux While downloading a template for ubuntu24.04/2 from GUI causes a kernel...
  13. R

    [CLOSED] ip-fou (Foo-over-UDP) on unprivileged container

    Hello there! I have an issue with my LXC container about networking things. So, I've wanted to run ip-fou (Foo-over-UDP) on my unprivileged container, and there is kind of an error message "RTNETLINK answers: Operation not permitted" And this is my LXC configuration file Besides of it...
  14. E

    Container Templates

    I'm new to Proxmox and I'm looking for where to download, for example an SSH container template, but I can't find any answers, does anyone know where I can find it?
  15. S

    USB Passthrough to unprivileged Container

    Hello, for a few hours I am trying to passthrough my 3D Printer to my Octoprint Container. But I can't get it to work - the main Problem is that after adding this to my container config in Proxmox: lxc.cgroup2.devices.allow: c 189:* rwm lxc.mount.entry: /dev/bus/usb/002/008 dev/bus/usb/002/008...
  16. J

    Locked CT after separating node from cluster

    I found myself in a dead lock situation: At first I deleted my cluster, in other words, I separated my node from the cluster. Then I realised that one CT is down and locked. I wanted to start it, but that wasn't possible because of the locked status. So I tried to unlock the CT via qm unlock...
  17. O

    Backup error with CT after migrate

    We have Proxmox Cluster with a few CT's and a lot of VM's. Every night all CT's and VM's are backupped to a Proxmox Backup Server. I noticed an error for some CT's with the following error: 110: 2024-04-11 00:00:42 INFO: Starting Backup of VM 110 (lxc) 110: 2024-04-11 00:00:42 INFO: status =...
  18. G

    LXC Pass devices

    Hi Is it possible to pass a LXC container devices? A have a tv tuner card I would like to pass I saw something like this online lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm Am I going down the wrong route? I wanted a container to save resources, however I...
  19. F

    Proxmox LXCs and VMs without internet connection from router

    Hey, new here so I'm sorry if I miss important details. I've recently installed an ASUS AX58U router to handle my home network. I've now ran into issues where none of my containers or vms get an internet connection, eventho they do get IP addreesses from the router. Thanks in advanced
  20. L

    If NFS is not available cant start Container

    Hi, I have 2 containers one privileged and another unprivileged both have the same configuration on /etc/fstab They both start if the NFS storage is available. However, when NFS storage is not available, the unprivileged container fails to start and the privileged starts but never connects to...