Search results

  1. D

    Odd warning message when upgrading

    When running apt dist-upgrade, I sometimes get the following warning message: run-parts: executing /etc/kernel/postinst.d/dkms 4.13.16-2-pve /boot/vmlinuz-4.1 3.16-2-pve dkms: WARNING: Linux headers are missing, which may explain the above failures. please install the...
  2. D

    Dumb question about threads in containers

    Just one follow-up question: Would increasing the value of CPU units for the containers in question help in this situation? Given that this value only controls relative proportionate scheduling across all containers, and the underlying host still has plenty of excess capacity, I imagine it would...
  3. D

    Dumb question about threads in containers

    Appreciate the suggestion. I think that option is only available for VMs. I don't see it as an option for containers.
  4. D

    Dumb question about threads in containers

    I've set up a few containers on my single-node Proxmox install, each intended to run a specific application. On a couple of them, I had initially provisioned 1 core, but noticed that usage would spike to 100%. As a result, I added some additional cores to those containers. However, I noticed...
  5. D

    Customize a LXC template ?

    Glade I happened upon this thread - I was looking to do the same thing and the suggestions above were very helpful. Unfortunately, when I try to rollout a new CT based on the template created, I get the following error message when it starts extracting: tar: ./var/spool/postfix/dev/urandom...
  6. D

    Writing to Bind Mount Inside of an Unprivileged Container?

    Thanks for the note Wolfgang. No, /vdata/media is not on NFS. It's just a directory on a hard drive directly attached to the single node, formatted with ext4. Hmmm. If it works for you I must be missing something in my setup, but for the life of me can't quite figure it out. If you have any...
  7. D

    Writing to Bind Mount Inside of an Unprivileged Container?

    Having a bit of trouble attempting to enable users of a group within a container to write to a bind mount. I'm on Proxmox 5.1 and created a standard Ubuntu 17.10 container from the available template. I tried using the PVE page on unprivileged containers as a guide in attempting to enable write...
  8. D

    Storage Options for VMs, CTs and Client Computers

    I will first apologize for what are likely some dumb questions about storage for virtual machines and containers in Proxmox. I'm very much a newbie to Proxmox and somewhat a newbie when it comes to virtualization generally. That being said, I have spent quite a bit of time reading through the...