template

  1. R

    [SOLVED] Solved.

    Solved after read the manual carefully.
  2. F

    [SOLVED] Problem in creating template and cloning with an LVM VG

    Hi. I followed the instructions from this page to create a vm: wget https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 qm importdisk 9000 bionic-server-cloudimg-amd64.img vms qm set 9000 --scsihw...
  3. C

    Cleanup image for template

    Hi, can you please provide instructions how to cleanup an image to be used as template? This wiki article documents some manual steps to be executed on the VM before converting to a template. Question: Is it sufficient to execute all steps documented here? This instruction is referenced in the...
  4. U

    German template rückgängig

    hallo ich bin noch recht neu in proxmox dachte template ist eine art von backup oder so... habe jedenfalls meine vm in ein template konventiert..... das hätte ich gerne rückgängig gemacht......
  5. S

    I can't login into centos 7 when I use official template.

    I use official container template to create a VM. And I set the password is 123456, but I can't login into system. It told me that Login incorrect. The template I used is : centos-7-default_20190926_amd64.tar.xz And another question, when I use images from...
  6. C

    Container Template anlegen | oder SSH Template

    Moin, Ich möchte gerne von einen LXC Container ein Template erstellen (SSH soll Root login erlauben) Problem ist das ich jedes mal diesen Fehler bekomme: "Warning: Directory storage 'local' does not support container templates! (500) " Es würde auch gehen wenn mir jemand templates schicken...
  7. I

    Create VM templates

    Hello, We having issues to create VM templates for PROXMOX VE. PROXMOX VE is installed and we added Moudules garden proxmox cloud module (modulesgarden dot com >>products>>whmcs>>proxmox-cloud) for linux distributions it requires cloud-init. for windows server OS is requires cloudbase-init...
  8. A

    Cluster: Best storage type for VM Templates

    Hello all, I need to know what's the best solution for creating an storage for Nodes of a Cluster to access a shared storage for cloning Templates to get less network transfers. My Scenario is that I have a cluster with 4 nodes. every nodes need a place for storage VM Templates to upon...
  9. S

    My custom LXC template is breaking start up services?

    Hi all, I hope someone can help with this, I am not really finding much on line. My issue is rabbitmq-server service will not automatically start in my LXC container. Other services seem to start fine for example, sshd. It will start fine with service rabbitmq-server start. It seems to be...
  10. J

    Debian 9.5 LXC NIC

    Hi, Network status is showing this error : Dec 05 07:33:00 test ifup[360]: ifup: failed to bring up eth0 Dec 05 07:33:00 test systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE Dec 05 07:33:00 test systemd[1]: Failed to start Raise network interfaces. And...
  11. L

    VM template central repo?

    Hello, I'd like to maintain a set of KVM templates internally to our company and register these templates (either raw or qcow2 files) on any new Proxmox hosts. My question is, how can I register these VM templates in newly deployed hosts so I can spawn VMs from them? I see there's an upload...
  12. D

    Proxmox does not allow to create a lxc container template

    I have a virtual machine, the disk of which is in storage, which explicitly states that this storage supports all types of storage, templates, and so on, but when I stop the virtual machine and click to convert to a template, I get the following error: Directory storage 'local-custom' does not...
  13. C

    [SOLVED] Can't login to Ubuntu 18.04 container created from supplied template

    Hi, I created an Ubuntu 18.04 container under Proxmox 4.4 from the supplied template. Didn't supply an SSH key, just a password. But when I try to login on the console I type: root <enter> and then shortly after it says Incorrect login There's never a prompt for the password. How do I...
  14. V

    Download template

    Hi, I would like to know if there is a way to download a virtual machine template from the server in order to install a virtual machine from it on another server.
  15. t.lamprecht

    Notice regading Alpine Linux Templates

    Hi all! As you may have read[0], some bugs in the package manager APK in Alpine Linux surfaced. The most serious one allowing Remote Code Execution (RCE) if somewhere between the CT and the package repository mirror a Man In The Middle Attack takes place. To mitigate this please update your...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...