Search results

  1. dakralex

    [SOLVED] ESXi Import Wizard - Is there a CLI equivalent

    FYI this can of course be any vmid, which isn't taken yet by another guest, so calling /cluster/nextid is what the web interface would also do to get the next free vmid when the Create Wizard is opened.
  2. dakralex

    Issues configuring network via API Proxmox VE 8.4

    The error you described above should only happen if the bridge wasn't specified at all and the SDN is enabled. Could you try again with encoding the parameters in the URL?
  3. dakralex

    Issues configuring network via API Proxmox VE 8.4

    Hi! Could you provide the complete API call that you make to the create_vm API endpoint? I suspect that the SDN is configured and one of the net* options is either malformed and therefore doesn't provide a correct bridge/vnet, but the whole API call provides more information to investigate here.
  4. dakralex

    i cant access my second node anymore. Only my first node seem to work and i cant update anything on it.

    Hi! Are there any messages relevant to this in the syslog? Are there any errors when you open the Dev Tools (F12) when you're on one of the WebGUI in the browser? Have you tried restarting both the API server and its proxy (systemctl restart pvedaemon pveproxy)?
  5. dakralex

    [SOLVED] ESXi Import Wizard - Is there a CLI equivalent

    Hi! Yes, there is and the one you found is also the correct one! Suppose I want to import the virtual machine with the name TestVM from the ESXi storage esxistore to Proxmox VE on the local storage with vmid 404, then the command would need to be: qm import 404...
  6. dakralex

    Proxmox VE 8.4-1 Error: Out of memory

    Hi! Another user posted that they fixed their problem by upgrading and resetting the BIOS settings to default [0]. On another note, I just want to point out that the Intel 13th and 14th 700 and 900 are affected by a hardware bug, which causes them to self-destroy by over-voltage of cores in...
  7. dakralex

    WebHooks

    Hi! You can add hook scripts to individual virtual machines [0], where the script then makes a request to the web hook target. [0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts
  8. dakralex

    Proxmox auto install assistant network help

    Hi! The Proxmox VE installer is only capable of setting up a bridged network on the host with the management NIC as the bridge port. Any other network configurations have to be made manually afterwards, but this could be automated by running a first-boot script, which modifies the network...
  9. dakralex

    Suggestion: Search

    Welcome to the Proxmox forum, Albertus! Thanks for using the Proxmox Datacenter Manager! Please open a feature enhancement request for this on our Bugzilla [0] as it's much easier to track and find there than in the community forum. As far as I could see there was no entry for this yet, but...
  10. dakralex

    Fail to set up Cluster

    Hi! It seems like that the other node was not setup correctly when joining them. What is the output of pvecm status on node1? Is there anything significant in the syslog when joining the nodes? Is there any firewall setup between the nodes? What is the content of /etc/corosync/corosync.conf?
  11. dakralex

    Restrict Backup Job Access by BackupUser in Proxmox GUI + ConsoleAccess for Specific VMs or Host

    Hi! There are no granular privileges and ACL paths to manage these on a guest-level basis. There is a similar feature request for this in our Bugzilla [0], where you can subscribe to the ticket. I would also recommend you to chime in and explain your use case in detail there, so that it can be...
  12. dakralex

    No networking in VM or LXC

    Welcome to the Proxmox forum, osteth! Have you reloaded your network after the change (e.g. systemctl restart networking)? Could you share your network configuration in /etc/network/interfaces? How is the networking setup for one of your VMs/containers?
  13. dakralex

    Proxmox HA across VPN - ZFS vs CEPHS

    Hi! In general, the HA Manager is currently capable of managing the high availability of resources within a cluster. The underlying key technology for a Proxmox VE cluster is corosync, which in itself needs a low latency of under 5 milliseconds [0], which is usually achievable with a separate...
  14. dakralex

    [SOLVED] systemctl --user in LXC failed with error: Failed to connect to bus: No medium found

    What is the output of echo $DBUS_SESSION_BUS_ADDRESS and echo $XDG_RUNTIME_DIR for that user? If those are directories, what are their permissions and do you have read/write access?
  15. dakralex

    [SOLVED] systemctl --user in LXC failed with error: Failed to connect to bus: No medium found

    Hm, I wonder why it worked before. Have you used it as the container's root user or as a separate user with that command? For the former it shouldn't work as the root user doesn't have its own user service manager.
  16. dakralex

    [SOLVED] systemctl --user in LXC failed with error: Failed to connect to bus: No medium found

    Hi! Were there any package upgrades before rebooting? Were there any kernel upgrades in between? Is the output of last reboot -F -n 3?
  17. dakralex

    Proxmox failed boot

    Hi! Were there any mentionable changes before the issues surfaced (e.g. updates, config/hardware/networking/firmware changes)? Either way, does the boot fail before the bootloader (i.e. can you select e.g. a different kernel version)? If you can select a different kernel version, is there any...
  18. dakralex

    Network interface hangs randomly

    Hi! This is quite a common problem with the e1000e PHY driver unfortunately, but it is most often mitigated by selectively trying to turn-off the hardware accelerations of the network interface card, e.g. common hardware accelerations that e1000e is capable of and result in this hang are...
  19. dakralex

    Installing OS from CLI

    Hi! I'm not sure if I entirely understand what you want to do, but there are several options you can use to access the VM besides the WebGUI's console. You can add a serial device and preferably set it as the main display, then you can connect to the VM with qm terminal <vmid> to open a serial...
  20. dakralex

    Problem with ESXI Storage type since 8.4 version

    Hi! Thanks for reporting this issue! I have sent a patch for fixing this issue and should be fixed by the next package version [0]. [0] https://lore.proxmox.com/pve-devel/20250411150634.253684-1-d.kral@proxmox.com/T/#u