Search results

  1. K

    No web GUI after upgrade from 9.0.11 to 9.1.6

    Hello, I had this issue already when upgrading from 8 to 9. Now it is there again. When I try accessing the GUI I get these errors: Uncaught SyntaxError: missing } after property list proxmoxlib.js:750:2note: { opened at line 42, column 29proxmoxlib.js:42:29 Uncaught TypeError: can't access...
  2. K

    [SOLVED] Resize shared FC LUN without having to reboot

    Hello, I have a proxmox cluster and a shared FC LUN. I am trying to extend currently used storage, following this: Rescan should be done on ALL nodes: pvs -o +tags multipath -ll LUN_name echo 1 >/sys/block/sdX/device/rescan echo 1 >/sys/block/sdY/device/rescan echo 1...
  3. K

    WARNING! Upgrade to 7 network problem, do not upgrade!!!

    Well, since I am after 6 hours of fighting with getting my production system working, first of all many thanks to the whole Proxmox team for screwing the upgrade process up and not informing users of it! I hope karma will thank you better than I can. The story: 2 days ago I decided to upgrade my...
  4. K

    No upgrade - download.proxmox.com 403 Forbidden

    Hello, I am unable to upgrade my Proxmox 6.4 - get numerous Err:6 http://download.proxmox.com/debian/pve buster/pve-no-subscription amd64 libquorum5 amd64 3.1.5-pve2~bpo10+1 403 Forbidden [IP: 212.224.123.70 80] I can access these resources through the browser without problems. curl...
  5. K

    Firewall and ftp, why is proxmox blocking it?

    Hello, I have 6.1.3 version. I enabled firewall on datacenter, container and a vm machine, run modprobe ip_conntrack_ftp but still the ftp is not working. Opened the macro ftp. I read some forums that you have to enable ports 34000:65535 and did that, I still receive: 101 3 tap101i0-IN...
  6. K

    /dev/ttyUSB not created after migration to new server

    Hi, Migrated proxmox to a new server. Have a vm that uses usb modems. Migrated this vm as well, selected apropriate new usb device. The lsusb lists this device, however no /dev/ttyUSB device is created or available. As not an expert I need support on that. And quickly, if possible. Thank you...
  7. K

    Install Linux vm with UEFI

    OK, I have no idea, what is going on. First - in Linux Debian vm tried to convert a disk from mbr to gpt, done it, added efi hdd to vm. Everything went smoothly, uefi bios starts, there is an option to select the scsi hdd in boot, does not start. Second - created a full new vm with uefi bios. A...
  8. K

    Proxmox and RAID scenarios

    Hello, In the days of old the standard was to have a separate hardware raid for the os and a separate hardware raid for data. Now with virtualization I do not find much info about raid scenarios for proxmox. I have a server with 8 hdds, raid controller, 16 cores and 382gb of ram. Planned is a...
  9. K

    [SOLVED] Firewall blacklist setting

    Hello, The viki page states, that the only thing to do in order to implement a blacklist of ip's is to enter: [IPSET blacklist] 77.240.159.182 213.87.123.0/24 into cluster.fw and that is all. However, doing so results in the gui that a new ipset with the name IPSET blacklist is created. What is...
  10. K

    Install Proxmox on LAMP server

    Hello, I am new here. I have Debian Jessie installed and configured as Lamp Server. I am considering installing Proxmox and since it has it's own kernel, my question is what will happen to my Apache, MySql and PHP after the installation. Will all this be removed or will it still work? Is it at...