Search results

  1. M

    Node show all items in gray with question marks

    Hi, Great :) Just follow the instructions in wiki, should work fine [1] Did you see this post? maybe it will help you [2] [1] https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0 [2]https://forum.proxmox.com/threads/lost-connections-with-vms.57225/#post-265380
  2. M

    VNC Problem Proxmox 6.4

    Hi @marc.iglesias17, You can get the config from /etc/pve/nodes/{NodeName}/qemu-server/VMID.conf as well
  3. M

    Network interface not up in Opensuse 15.1 CT with Proxmox 6.1

    Hi @rollniak, You could write a script in ~/.bashrc to make "link ip" if you have a lot of containers. That way you don't have to do it manually
  4. M

    Proxmox on Dedicated server at OVH

    Hi, Here you need to give a path for Directory like: /mnt/ISO Yes you can, as you see "Content" there is ISO image, that means you can storage ISO images on it
  5. M

    Proxmox on Dedicated server at OVH

    Hi, Go to Datacenter -> Storage -> Add -> Directory and give him path and name don't forget the Content: "ISO" [1] then go to your Node you will see the storages there, u can upload your ISO to your storage and create VM. Also see here for more Informations [2] [1]...
  6. M

    Node show all items in gray with question marks

    The problem is from pve-kernel-4.15[1] try to update proxmox-ve 6.1-2 and pve-kernel 5.3 [1] https://bugzilla.proxmox.com/show_bug.cgi?id=1943#c41
  7. M

    Node show all items in gray with question marks

    Hi, You could restart pvestatd service systemctl pvestatd restart, then see the status if there an error systemctl pvestatd status
  8. M

    Node show all items in gray with question marks

    Hi, Any hints in dmesg or syslog? post the output of: pveversion -v as well
  9. M

    LXC-Container starten nicht mehr noch Stromausfall durch Orkan Sabine

    Hmmmm, kannst du versuchen, mit fsck: pct fsck vmid,
  10. M

    LXC-Container starten nicht mehr noch Stromausfall durch Orkan Sabine

    Welche Fehlermeldung erhältst du, wenn du den Container im Vordergrund starten: lxc-start -n 101 -F
  11. M

    LXC-Container starten nicht mehr noch Stromausfall durch Orkan Sabine

    Versuchen, "dpkg-reconfigure locales" (als root) [1] und wählen das entsprechende Gebietsschema aus. [1]https://rephlex.de/blog/2018/07/13/proxmox-perl-warning-setting-locale-failed/
  12. M

    LXC-Container starten nicht mehr noch Stromausfall durch Orkan Sabine

    Hallo, Wenn du den Container mit diesem Command pct start <vmid> gestartet hast, was kommt dann zum Terminal?
  13. M

    Proxmox 6.1-7 API Clone Error

    Hi, Try with "extjs" POST /api2/extjs/nodes/{node}/qemu/{vmid}/clone should works :)
  14. M

    [SOLVED] LXC Netmask strangeness

    Hi, did you give your Container static ip?
  15. M

    Fedora 31 Upgrade -> No network

    Hi, try ip link set eth0 down && ip link set eth0 up command please.
  16. M

    Proxmox VM maxium number of network interfaces

    HI, isn't support more than 32 interfaces. See file at line 704 vi /usr/share/perl5/PVE/QemuServer.pm +704, you can edit but proxmox not support more than 32 interfaces :)
  17. M

    Cannot install SSL

    Hi, After the restart pmgproxy did you see error? Here also you can see tutorial[1] [1] https://forum.proxmox.com/threads/how-to-lets-encrypt-and-pmg.41493/
  18. M

    IPv6 OK but not IPv4

    Did you tried to see output in tcpdump when you make a ping? Also put config for your vmid qm config VMID
  19. M

    VM and CT loose theirs name and are unreachable

    Hi, Maybe you need to see the error in journalctl -f then put the error here :)
  20. M

    IPv6 OK but not IPv4

    Hey, Can put the output of command: cat /etc/network/interfaces