Search results

  1. M

    VM Restore - restore error / how to change config

    https://forum.proxmox.com/threads/vm-restore-issue-edit-backup-config.65899/#post-296674
  2. M

    VM Restore issue / edit backup config?

    Hi, Please not double your issue post https://forum.proxmox.com/threads/vm-restore-restore-error-how-to-change-config.65898/ You can create a new storage or resize it [1] see the storage config cat /etc/pve/storage.cfg https://pve.proxmox.com/wiki/Resize_disks
  3. M

    Can't connect to the GUI or with SSH

    Hi, Just in Chrome or all browsers? what say command curl -s -k https://localhost:8006 | grep title ? and see if there is any firewall rules iptables --list
  4. M

    Proxmox 5 - Spice - Maus und! Tastatur verliert Funktion

    Hi, Kannst du den Spice guest drivers neu installieren?
  5. M

    About the spice console..

    Hi, Use bash script if you want. [0] Or if you use Windows environment and know a little C++ or C# you could make an simple program to start SPICE ;) Also you can see here if you want use API is super handy [1] [0] https://github.com/Blub/pve-manager/blob/master/spice-example-sh [1]...
  6. M

    ./spice-example.sh curl: (7)

    Hi, The question is missing, but if you need to use script SPICE use this syntax ./spice-example.sh -u root@pam -p 'YourPassword' 100 NodeName 192.168.1.11 the IP is for Proxmox Server
  7. M

    Strange problems with Hetzner subnet and Proxmox

    Hi, Are you sure to have disabled the firewall?
  8. M

    proxmox no longer mounts my zfs volume on boot

    https://forum.proxmox.com/threads/proxmox-not-mounting-zfs-correctly-at-boot.65724/#post-295934
  9. M

    connect (111: Connection refused)

    hi, what say command curl -I http://download.proxmox.com/debian/pve && echo works See also if you give apt proxy in /etc/apt/apt.conf.d/70debconf
  10. M

    zfs not mounted on boot

    https://forum.proxmox.com/threads/proxmox-not-mounting-zfs-correctly-at-boot.65724/#post-295934
  11. M

    [SOLVED] proxmox not mounting zfs correctly at boot

    Hi, Is the zfs-import-target enabled? please try systemctl enable zfs-import.target and reboot again. you did two posts in same case :\ https://forum.proxmox.com/threads/proxmox-no-longer-mounts-my-zfs-volume-on-boot.65723/
  12. M

    [SOLVED] Proxmox, Hetzner und LXC - Netzwerk

    Hallo @BerndKleinert, Bei mir funktioniert schon nach dem reboot also ich glaube nicht ein bug, bitte post die Ausgabe von command pct config <vmid>
  13. M

    Plex on Proxmox certificate issues

    Hi, I installed successfully on Ubuntu 19.10 everything is ok. Make sure if the service of Plex is running systemctl status plexmediaserver and see if the port is locally 23400 with command ss -4 -a | grep 32400 you could also post your configuration network cat /etc/network/interfaces
  14. M

    [SOLVED] Proxmox, Hetzner und LXC - Netzwerk

    Hallo, Ja, es konfiguriert sich normalerweise beim Booten selbst, aber manchmal ist es deaktiviert. Ich weiß nicht warum ¯\_(ツ)_/¯
  15. M

    [SOLVED] Proxmox, Hetzner und LXC - Netzwerk

    Hallo, Versuch diesen command im container! ifup eth0
  16. M

    Container dont start eth1 (second interface)

    Hi, Please post your config of the container pct config <vmid>
  17. M

    Proxmox convert raw disk to vmdk disk

    Hi see 'man qemu-img' and try this command to convert to .raw qemu-img convert -p -O raw /dev/mapper/pve-vm--ID--disk--NUMBER diskimage.raw
  18. M

    Proxmox 5 - Spice - Maus und! Tastatur verliert Funktion

    Hallo, Welchen Browser benutzt du?
  19. M

    USB network passthrough

    Hi, did you see USB Devices in Virtual Machines maybe it help you
  20. M

    How to run 2 VM with 2 dedicated Graphic cards connected to 2 monitors

    Hi, Yes it's possible You can see wiki proxmox https://pve.proxmox.com/wiki/Category:HOWTO