Search results

  1. E

    How can I use HAproxy in Proxmox?

    I installed HAproxy version 1.7.5 on the Proxmox server and forwarded the incoming domain names to the virtual machines located in Proxmox 5.0-30, but all connections are completed with 503. I am sure the HAproxy configuration file is correct but I still get 503 even address; "haproxy?stats"...
  2. E

    Direct to virtual machine

    I started hosting a server in a data center. They give me an IP addresses Currently, virtual machines running on the Proxmox base cannot access the internet. Before the data center, I wrote the DMZ setting from the modem, the IP of HAproxy and it was okay, but I have no chance to use DMZ in the...
  3. E

    Same RAW for both CTs

    Yes. Thank you for your answer @aaron
  4. E

    Same RAW for both CTs

    Hello I'm using two LXCs, and is it possible to use the same RAW file for both containers? CT 100: CT 102: Common HDD: VM-100-disk-0.raw When I try to run container 102, the runtime stops due to an error. root@prox:~# systemctl status pve-container@102.service ●...
  5. E

    "tools/lxc_console.c:" Error

    The problem is that the external hard-disk suddenly stops being recognized on the Proxmox server. UUID of the corresponding external hard disk from the FSTAB file was deleted and HDD Proxmox was added again without format. /etc/fstab
  6. E

    "tools/lxc_console.c:" Error

    This morning the machine stopped automatically and when I restarted I started receiving this error. lxc-console: 111: tools/lxc_console.c: main: 152 111 is not running What could be the reason?
  7. E

    Get current status without table of VM/LXC

    Hello, Unable to retrieve data about the status of the machine, unfortunately no longer. The reason for this is that Proxmox version change. Before: root@prox:~# pvesh get /nodes/prox/lxc/101/status/current running root@prox:~# So I could get data with PHP but with the new version it has...
  8. E

    [SOLVED] Failed to start CentOS LXC

    I get this latest error: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory I wanted to restart the server and turned it off. I can't open it back now. And I deleted the backup this morning (unlucky.. did hdd cleaning) How do I open this container on Proxmox? Proxmox...
  9. E

    Proxmox VE is 10 years old!

    Congrats team! Very appreciate your good work! I love Proxmox!
  10. E

    View total number of running VM/LXC

    I found "running " word in the JSON file and had it collected. I solved, thank you @dietmar
  11. E

    View total number of running VM/LXC

    Are you aware of that? You're always helping me :) Thank you GET /cluster/resources I checked, but I didn't see the "8" (number of machines currently running on my server) value in JSON file. I wonder if the "running" is collecting the number of machines? Not a value that comes directly with...
  12. E

    View total number of running VM/LXC

    Hi, How can I view the total of machines running with API? I'm trying to reach the values here; I couldn't find it in the APIs document.
  13. E

    Auto-Start after installation

    Hi dietmar, How do I enter the command line "Start after created" in VM clone/install? For example; I create a VM with a command line and what command do I need to add to automatically start the generated VM?
  14. E

    Auto-Start after installation

    Hi, I think it came with the new version, LXC Auto-start option after installation. What's the command? I checked the API documentation, but I couldn't find it. Thank you!