Search results

  1. O

    New upgrade issue

    The only way I know is that you have to restart the nodes with the 4.10 and select in grub the newer 4.13 and then remove the other kernels. Here you see how you can remove them: https://forum.proxmox.com/threads/remove-old-kernel-in-pve3.15351/ Don' forget to install ksm-control-daemon on...
  2. O

    New upgrade issue

    Can you runpveversion -von all 11 nodes and post the output. I think you have loaded different kernels and this would cause a problem with corosync.
  3. O

    cannot update as repo seems not to be configured

    Open Source doesn't mean that the support and the Enterprise repo is for free. Be gratefull that there is an alternative to overprized hypervisors. Well and you should behave better this is not your yard.
  4. O

    cannot update as repo seems not to be configured

    As the Screenshot shows you are not allowed to use the Enterprise repo. Read the Repo Wiki first. https://pve.proxmox.com/wiki/Package_Repositories
  5. O

    New upgrade issue

    Can you post your output of pvecm status and pvecm nodes Source: https://pve.proxmox.com/wiki/Cluster_Manager
  6. O

    cannot update as repo seems not to be configured

    Well Post your error output, your sources.list and sources.list.d
  7. O

    cannot update as repo seems not to be configured

    Well You should read this first: https://pve.proxmox.com/wiki/Package_Repositories Do you want to work for free? :D
  8. O

    New upgrade issue

    Hi mada! Can you post your upgrade steps? Are there any errors in the syslog? Are you using the test repo? If so the 4.13 should be running not the 4.10
  9. O

    [HELP] Improve proxmox security

    Hi Diogo! Sorry to hear that. Can you post the firewall configuration here? Which Proxmox Version do you use? pveversion -vHave you installed any third party packages?
  10. O

    3 node Cluster mit zentralem Storage

    Hi! Die einzige Möglichkeit die mir so mal einfallen würde ist NFS mit qcow2 Format. So könntest du Snapshots verwenden. Hier hättest du von Proxmox die Storage Lösungen: https://pve.proxmox.com/wiki/Storage
  11. O

    [SOLVED] apt install proxmox-ve unmet dependencies Debian netinst 9.2.0

    Hi! You should use the recommend manual: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch
  12. O

    GPU PCI passthrough

    Hi Nathaniel! Are you sure that you Quadro is . Can you post the output of lspci -nnkhere.
  13. O

    Openvswitch issues

    You removed the enterprise repo right? Try to remove the installed ovs package and reinstall it
  14. O

    Proxmox Hardware Setup #HP DL180G6 #HP microserver Gen8

    Hi 7lvlup! Es kommt eigentlich nur darauf an, ob dir die Stromkosten egal sind oder nicht. Der G6 hat 24 Threads während der G8 nur 8 Threads hat. SATA 3 GB/s reicht locker für die Platten da diese nie 375 MB/s schreiben noch lesen können. Beim RAID 5 wäre ich vorsichtig. Ohne Backups könnte...
  15. O

    Openvswitch issues

    You have to use the 2.7.0 OVS version which is in the proxmox repo and compiled for debian 9.
  16. O

    Openvswitch issues

    Hi igurvich! Do you use the enterprise repo or the no-subscription one? If you use the enterprise one then use the no-subscription or buy the enterprise key. no-subscription: https://pve.proxmox.com/wiki/Package_Repositories
  17. O

    Proxmox stops working after installing...

    Hi! Have you tried looking in your syslog for an error?
  18. O

    Installation bricht vor GUI ab

    Hi newbow! Hast du Secure Boot deaktiviert?
  19. O

    Multiple containers fail to auto start services

    Does your CT got an ipv6 address? Last time my boot never finished because ipv6 was configured on dhcp and I hadn't one setup at this time.
  20. O

    Storage on New Installation of PVE 5

    Hi Nexus! I got this problem a while ago. I remove my pve-data lv and resized it to the root one. Use this command with the "--resizefs" parameter and it will probably help you: lvextend --resizefs -l +100%FREE /dev/pve/data Source...