Search results

  1. M

    rc.local does not execute at startup.

    BTW, don't forget the following single line at the top of the rc.local file: #!/bin/sh -e And, don't forget the following single line at the end of the rc.local file: exit 0 If you forget them, the OS won't run the whole of script!
  2. M

    rc.local does not execute at startup.

    It may be due to lack of execution bit. Do this: # chmod +x /etc/rc.local
  3. M

    Proxmox crash after renaming a host as is described in the official documents!

    Unfortunately it seems that the above mentioned official document is not complete! I suggest the following howto for hassle-free renaming of a node: ---------------------------------------------------------------------------- Step by step howto rename a proxmox node/host: 1. Shutdown all of the...
  4. M

    Proxmox crash after renaming a host as is described in the official documents!

    Hi there, I've just renamed a host in a single node proxmox installation as is described in the official documents here: https://pve.proxmox.com/wiki/Renaming_a_PVE_node After doing all steps in the document and rebooting the node, the /etc/pve directory is empty (not mounted), and the GUI in...
  5. M

    How to export a VM or Container as an OVA image file?

    This works for disk images. But, what about the VM/Container configurations?!
  6. M

    How to export a VM or Container as an OVA image file?

    Hi there I need to export some of my VMs and Containers as an OVA image file. How should I do it?