Recent content by Chris Welber

  1. C

    Can't take a snapshot of a full cloned VM

    I see, so when I cloned it went from .qcow2 to raw. This is good to know about cloning. Thanks!
  2. C

    Can't take a snapshot of a full cloned VM

    Here's the 4200.conf file contents: balloon: 3072 bootdisk: ide0 cores: 2 ide0: file=local:4200/vm-4200-disk-1.raw,size=100G ide2: file=local:iso/ubuntu-16.04.1-server-amd64.iso,media=cdrom machine: pc-i440fx-2.5 memory: 4096 name: ELKServer net0: e1000=62:64:36:65:32:35,bridge=vmbr0 numa: 0...
  3. C

    Can't take a snapshot of a full cloned VM

    I created a full clone of VM, but for some reason while it runs fine I can't snapshot it? Any ideas why? Thanks!
  4. C

    Broke Server Networking Need to Manual Repair

    I broke the networking on a proxmox node by entering an invalid configuration in the GUI. I need instructions on how to manually adjust /etc/network/interfaces to manually set the bridge and eth0 back to a working configuration. What's an ideal config. This is on a manually built Proxmox in...
  5. C

    Proxmox Debian Install failed

    Thanks it was a /etc/hosts file error.
  6. C

    Proxmox Debian Install failed

    I followed the article: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie Line-by-line, and the failure occurs at this point in the article: Install the Proxmox VE packages: apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi systemd-sysv
  7. C

    Proxmox Debian Install failed

    After running the command: apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi systemd-sysv On a new Jessie build based on the above article, here is the is the output from the command: journalctl -xn -- Logs begin at Tue 2016-07-19 16:22:42 EDT, end at Wed 2016-07-20...
  8. C

    Proxmox Debian Install failed

    I tried to build a Proxmox from a Debian base system instead of installing from the ISO using this article: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie When I got the command which actually installs Proxmox: apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon...
  9. C

    Removed Node from a two-Node cluster (HELP)

    I figured out my own answer: pvecm expect 1 (changed the quorum 1) and the delete command worked.
  10. C

    Removed Node from a two-Node cluster (HELP)

    I followed these instructions to remove one node from my two-cluster test lab: https://pve.proxmox.com/wiki/Proxmox_VE_4.x_Cluster#Remove_a_cluster_node The issue now is I'm getting a cluster failure, is this because I needed to have three nodes for this to work. Is there a way to disable the...
  11. C

    Debian Encrypted Volumes (auto-Boot)

    I understand the way to get the entire Proxmox server working on an encrypted host is to build a Debian encrypted system using LUKS and then manually pull down proxmox. My question is how do folks get this to securely and automatically mount so you don't need to manually enter the password each...