Search results

  1. K

    Why no Disk Mounting on GUI for CT?

    We can mount a disk to CT using CLI like this: pct set 100 -mp0 /mnt/mydisk,mp=/mydisk But why this feature not available on GUI?
  2. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    Just run #apt upgrade on Proxmox 7, but error. root@poweredge:~# pveversion pve-manager/7.4-20/5d6e3351 (running kernel: 5.15.30-2-pve) root@poweredge:~# apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done...
  3. K

    When activated LV: device-mapper: reload ioctl on (253:8) failed: No data available

    The Proxmox server rebooted then LV fail, so I installed new Proxmox and old proxmox renamed to pve2. Here are what I have tried: # lsblk # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.8T 0 disk ├─sda1 8:1 0...
  4. K

    pve-data missing after reboot

    After accidentally reboot, pve-data is missing. Here is the lsblk: root@pve:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.8T 0 disk ├─sda1 8:1 0 1007K 0 part ├─sda2 8:2 0 1G 0 part /boot/efi └─sda3 8:3 0 1.8T 0...
  5. K

    When will Proxmox support OVA?

    An OVA (Open Virtualization Appliance) file is a package used to distribute virtual machines. It contains a complete virtual machine image, including the operating system, applications, and any required configuration settings. OVA files are often used to distribute virtual appliances and make it...
  6. K

    Possible to change Proxmox default port now?

    5 years ago, users asked how to change Proxmox port 8006. Is it possible now?
  7. K

    [SOLVED] Proxmox 7 shell using xterm.js: Connection failed (Code 1006)

    Proxmox 7.1-12, click on node - shell then error: Connection failed (Code 1006). Output of status: client connection: [::1]:46470 [7] Couldn't connect to server (Failed to connect to localhost port 85: Connection refused) TASK ERROR: command '/usr/bin/termproxy 5901 --path /nodes/PAR-359296...
  8. K

    Will Proxmox support Multipass?

    Ubuntu Multipass has interested feature such as "run shell from node". Since Multipass uses KVM then I think a nice idea if Proxmox using Multipass. Will Proxmox support to create VM using Multipass?
  9. K

    Proxmox 7.1 can not run > 1 CT

    Upgrading to 7.1 my VPS working fine, but if I change the IP (and also Mac Address) then RTO. So, I switch back to old IP (with new Mac Address, because I don't remember my old MAC Address) then still RTO. Look like the new Mac Address mechanism in Proxmox 7.1 caused this error? Any solution?
  10. K

    OpenVPN using Priviledges LXC?

    What is the best option: OpenVPN using Priviledges or Unpriviledges LXC? Why? Rgds
  11. K

    Can not update Proxmox after choose wrong Repository (Debian buster instead stretch )

    Using Proxmox 5.4-3, I accidentally use: deb http://download.proxmox.com/debian/pve buster pve-no-subscription Then update failed #at apt dist-upgrade then I change it to: deb http://download.proxmox.com/debian/pve stretch pve-no-subscription Try to clean apt database then update/upgrade...
  12. K

    CPanel created by Proxmox 6 does not work, but fine if created by Proxmox 5

    LXC created by Proxmox 6, install CPanel, then after restart VPS ... user can not access WHM (https://domain.tld:2087). I found than LSC created by Proxmox 6 does not have Cpanel Service, this command does not work: # service cpanel status I remember never has this issue using old Proxmox. So...
  13. K

    Does AlmaLinux LXC available?

    Does AlmaLinux LXC available? Any link to download?
  14. K

    SUGGESTION: Split 4 for Gprapical Info, a theming question

    Currently Proxmox list 4 Graphs of CPU, RAM, Network and Disk I/O. If user can see a grid with 2x2 cell then we can see all graph in 1 screen, is it possible? If need to alter the source code then which parts? Does Proxmox have theming so I can alter the theme only?
  15. K

    SUGGESTION: Proxmox Graph 80M: 80 Mbps or MBps? Disk IO?

    Please add more information for each graph. 1. Network: 80M, is it Mbps or MBps? 2. DISK IO 10k, this ini 10k of what Measurement Unit? 3. etc ... Rgds,
  16. K

    SUGGESTION: Proxmox import Virtualbox/ESXi Feature

    As IT admin I know importing Virtualbox/ESXi is very easy using qemu-img converter, so why not add this feature to Proxmox UI on the fly?
  17. K

    SUGGESTION: Promox UI Color Scheme

    We have use Proxmox for almost 10 years and found Proxmox very stable. Very fast compare to VMware Esx and Esxi. But today I found the Proxmox UI color need some improvements. The color of "TREE" is white, but SUB-TREE is Grey then DETAILS is white again. So, the transition color is not good...
  18. K

    SUGGESTION: Proxmox UI to support Multi Nodes

    Currently Proxmox UI only support single node. I know Cluster support multi modes but has some restrictions: We can not have multi servers with same VM/CT ID The Cluster config in one node if broken then all nodes has problem then users will over knowledge to use pvecm expected 1, stop xyz...
  19. K

    Proxmox Installation: eye catching color

    For installation without mouse, the color of Active Button of Proxmox is same. Active Button only bordered. I hope developer choose eye caching color, maybe use Orange color.
  20. K

    [SOLVED] Restore OpenVZ to LXC Proxmox 5: A lone zero block at

    When I restore OpenVZ (Proxmox 3) to LXC (Proxmox 5) then error: Even original OpenVZ size is 100GB but the backup file .tar.gz is 149GB, so I add vps size (200GB) option when restore, as shown above.