Search results

  1. C

    cloud-init sudoers bug?

    When using cloud-init with a Debian 10 VM, there seems to be a bug or glitch in the sudoers file: >>> /etc/sudoers.d/90-cloud-init-users: syntax error near line 11 <<< Opening it with visudo looks like the attachment. If I remove line 11, it's fine. Just wondering where that file comes from...
  2. C

    cloud-init multiple interfaces

    Is there a way to set policy based routing rules via cloud-init if a VM is using multiple interfaces? Usually it'd involve something like this in /etc/network/interfaces or some such file in /etc/network/interfaces.d/: iface eth1 inet static address 10.10.0.10 netmask 255.255.255.0...
  3. C

    Disk IO during clone/backup

    When you clone a VM, does proxmox artificially limit disk IO during the clone as to not overwork the storage & affect other VMs? I was under the impression that backups did this, so I assumed clones did too. However, I saw an issue yesterday during a clone where several VMs (that are busier...
  4. C

    2 node cluster recovery

    I have a 2 node Proxmox 3.4 cluster (not using HA or fencing). One is disconnected from the primary network due to a failed switch. I can get into it via the storage network. I need to manually migrate a few VMs to the active node. I planned to do this by shutting down the VM on the...
  5. C

    Can't live migrate after dist-upgrade

    I have a 3 node cluster & all nodes were on the latest version of Proxmox v4. Last night got an email that upgrades were available in the Enterprise repo. I live migrated all VM's off of one node, dist-upgraded, rebooted, then tried to live-migrate back & it would not work. I had to shut down...
  6. C

    Bulk migrate via command line

    Sometimes I want to bulk migrate my VMs from the command line rather than using the web interface. To do this, I just run a for loop like so: for vm in $(qm list | awk '{print $1}' | grep -Eo '[0-9]{1,3}'); do qm migrate $vm node2 --online; done Sometimes this works great, sometimes it...
  7. C

    PVE4.0 Cluster iDRAC Watchdog

    I'm trying to set up our cluster of 3 Dell R730's & I'm following the wiki here: https://pve.proxmox.com/wiki/High_Availability_Cluster_4.x#Dell_IDrac_.28module_.22ipmi_watchdog.22.29 I do have OMSA installed so I edited out dcwddy64.ini: cat...
  8. C

    Watchdog in Nested VMs

    I have a Proxmox v4 cluster set up on my Macbook Pro using VMware Fusion. I notice it doesn't support the watchdog timer: root@pxcluster1:~# dmesg | grep watch [ 0.076175] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.076176] NMI watchdog: Shutting down hard lockup...
  9. C

    PCI Passthrough PVE4 Beta2 Error

    I had passthrough working on PVE4 Beta1 thanks to adding pci_stub to /etc/modules per http://forum.proxmox.com/threads/22850-Issue-Can-t-PCI-Passthrough-on-Proxmox-4-0-Beta1 Now I'm running into a different issue with Beta2 after I upgraded. As far as I can tell, everything it the same...
  10. C

    v4 ETA?

    We are in the process of building a new cluster that's not yet in production. We're trying to hold off on going live with it until v4 is released since it will contain several features we will want to use. Any idea when that may be? Ballpark estimates would be great.
  11. C

    How does a migration affect a VM's network connection?

    In my homelab where I have a nested PVE cluster, migration of a container from one node to the other interrupts the network briefly for the container. I would guess maybe 15 pings worth. I wonder how much of the delay is due to the slowness of my setup (which is to be expected) & how much the...
  12. C

    HOWTO: Changing SSH Port with Proxmox Cluster

    This has been a common question, which I know because I myself have searched for a solution without much luck. It's known that Proxmox Cluster requires SSH to be on port 22 to work & it doesn't support changing it as far as I'm aware. Certain circumstances dictate this might be an issue for a...
  13. C

    Java Console on OS X glitchy

    Sorry if this has been posted & answered before. I did search & couldn't find this issue exactly. Using Oracle Java v7u55 (and a few versions prior) on OS X, I keep having the following issues: Sometimes keys will get stuck in repeat. Could be a letter or an arrow key. Sending some certain...
  14. C

    Enabling VT-d in Proxmox to a Solaris guest

    I have a VMware environment that I use as an all-in-one with a Solaris guest providing storage to the VMware host. This is possible because I can pass through the PCI JBOD controller to the Solaris VM so it will see all the physical disks. It's not an uncommon setup & you can see how I've...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!