template

  1. C

    [SOLVED] Proxy configuration for template download

    Hi! I'm running Proxmox VE in a network where Proxy is required. Therefore I have configured /etc/apt/apt.conf.d/70debconf: Acquire::http::Proxy "http://proxy:8080"; Hereby I can update Debian packages, but PVE template download fails with this error: () starting template download from...
  2. Y

    TASK ERROR: unsupported Ubuntu version '18.04'

    Hello, when i try to create a new LXC vps using Ubuntu 18 server i have this error: TASK ERROR: unsupported Ubuntu version '18.04' My version: proxmox-ve: 4.4-80 (running kernel: 4.4.40-1-pve) pve-manager: 4.4-12 (running version: 4.4-12/e71b7a74) pve-kernel-4.2.6-1-pve: 4.2.6-36...
  3. S

    How to clone from a template with a proper network interface?

    When I create a VM of Centos6.9, and then I convert it to a template. After that, I clone a VM from this template, but the problem is the name of network interface. As Proxmox generates a new MAC address, in `/etc/udev/rules.d/70-persistent-net.rules`, there is a new device named `eth1` with...
  4. P

    [SOLVED] qm create --template option clarification

    Hi, I'm working on configuration some new infrastructure and am planning to use templates, so I'm wondering what this option does. According to the documentation (man qm), it it's to "Enable/disable Template", however, that doesn't really make sense to me since the command is for creating a new...
  5. K

    How does one change the template mirror

    I was getting ready to download a turnkey linux container and realized that I was using a mirror in Germany. At the rate it was going, I wouldn't see if until several hours later. I did a little searching and find a mirror at umd.edu... I wget the container and 2 minutes later I was ready to...
  6. A

    Ansible Playbook to Provision from a Template Examples?

    Hey, I am new to Proxmox VE and although I have some experience with Ansible, I am still a newbie. I recently blew away my installation of ESXi from my Dell T5500 because I want to learn more about provisioning boxes etc via Ansible (and ESXi doesn't support templates with out vCenter etc). I...
  7. S

    Migration of template fails on 5.1

    We have a vm-template that was created by choosing "convert to template". However the migration of this template fails with the following error: 2018-01-06 13:08:54 found local disk 'local-lvm:base-111-disk-1' (in current VM config) 2018-01-06 13:08:54 copying disk images illegal name...
  8. K

    VM Template

    Moin, habe in meinen Proxmox VE 5.1-35 ein VM Template erstellt. Wie kann ich das wieder löschen? Habe weder im Forum, noch im Internet was gefunden. LG
  9. S

    Unable convert to template

    "Convert to template" gives error message: "TASK ERROR: file '/some/path/image.qcow2' already exists" It happens with one image, I can successfully convert other images to template. Why it may fail? Proxmox version: 4.4
  10. M

    Create container from a converted VM

    I created a VM and converted it into a template. I would like to know if I could use this so created template to create a container.
  11. T

    Newb Needs (Paid) Help

    I have a proxmox 3.4 server that was setup for me with a window VM and a Container with VirtualMin on it. Now, I have a new server and I want to do the same but it's all over my head. Looking to pay someone for the help. Here is an example of what I need:
  12. A

    Ubuntu OEM mode issue in PVE

    Hi there, I am new in PVE. I try to clone Ubuntu template in my PVE, my ISO installations in PVE4.3 cluster in RBD for Ubuntu 12.04.5, 14.04.4, and 14.04.5 OEM install for manufacturers are always encountered hang up while the booting goes "stopping system v runlevel compatibility" or "Stopping...
  13. M

    [SOLVED] Manage Containers with CLI

    EDIT: Looked at doc and used pct, https://pve.proxmox.com/wiki/Linux_Container
  14. M

    no /var/run symlink in centos-7 template

    Hello at first I really want to thank you for this perfect product. I discovered Proxmox VE this year and it is the best open-source virtualization platform I have ever worked with. But the problem: I am using Centos-7 templates from your repositories, downloaded through Proxmox VE GUI...
  15. W

    [SOLVED] Having trouble deleting container in 4.2

    So I downloaded and installed a template. Now I want to remove said container. I'm able to delete OS disc images and templates from the storage, however, it won't let me remove the container VM drive. I'm logged in as Root & I'm unable from the web interface. Is there something else I should...
  16. R

    Error deleting template

    Hi, I've created a VM, then converted to Template. Now I don't need it anymore, but I can't delete it. Basically I tried to remove the disk selecting the item and clicking to "Remove". The first time the disk has been transformed in "Unused Disk 0" (as usual when a disk is removed). But when...
  17. M

    custom template creation - lxc-create vs dab

    Hi, I wanted to create my own debian jessie template and for the first try used lxc-create (which comes with lxc bx default) for doing that. I was able to boot, but the output in vnc console was pretty messed up: for one command it looked like I was logged in and for the next it said I wasn't...
  18. H

    CentOS LXC template with sshd

    Hey guys, The Proxmox CentOS container is really minimal, and doesn't include sshd installed out of the box. Is it possible to include a more complete version on the templates repositories? I have downloaded one template from the internet, but I can't login into it using VNC as it doesn't...