Search results

  1. A

    Proxmox Server Webgui Shell no shell prompt

    I am not able to send a screenshot. Today like magic the problem disappeared on all proxmox servers i have access to. It seems it was a Browser problem, something with cache or temporary data. I think I cleared all data in my Browser yesterday.
  2. A

    Proxmox Server Webgui Shell no shell prompt

    yes , this is the complete log i have. In the console I see the login is successfull but there never appears a shell prompt. This only happens with my firefox. I found out with chrome it is working.
  3. A

    Proxmox Server Webgui Shell no shell prompt

    Meanwhile I found out that mtu has nothing to do with it. But I found that the problem only occurs in Firefox, even in private window or after clearing cache. Using chromium I never have the problem.
  4. A

    Proxmox Server Webgui Shell no shell prompt

    There is plenty of RAM, only 6 GB of 64 GB in use. The journalctl does not give any hint see below. SSH and everything else using the proxmox web-interface is working perfectly- I have another idea, maybe it has to do something with hetzner and mtu packet sizes (but why only with vnc). I will...
  5. A

    Proxmox Server Webgui Shell no shell prompt

    it is not the vm that shows no cursor, it is the proxmox server "Shell" itself. the vms are debian and there is no problem with vm consoles.
  6. A

    Proxmox Server Webgui Shell no shell prompt

    This is a blank installed AX42 Server from Hetzner installed on monday. I always install a blank debian 12 linux with hetzner installimage and then follow the procedure to install proxmox ve on a debian bookworm here . I have the same problem with some other AX52 servers from hetzner installed...
  7. A

    Proxmox Server Webgui Shell no shell prompt

    when typing it is like i am typing white characters on a black canvas. The system does not react on whatever I type. Also ctrl+c echos a ^c on the canvas. When i go to another menu and then go back to shell sometimes it will work after a few tries.
  8. A

    Proxmox Server Webgui Shell no shell prompt

    Since a few weeks i do not get a working shell when i click on a proxmox-server and then on "_ Shell" in the proxmox webgui. The process is hanging with a blinking cursor but the prompt does not show up. Sometimes I get a prompt when i try multiple times to open the root shell. This happens...
  9. A

    syslog error in ceph after upgrade to 8.1

    same problem here, restart of server or ceph-crash does not help
  10. A

    Help, destroyed my cluster by "rm -rf /etc" while deprovisioning

    I managed to recover the cluster while all vms kept running: 1) copy corosync.conf from /etc/corosync/corosync.conf to /etv/pve/corosync.conf 2) recover all vmconfigs from vm backups. i went to the pbs and recovered the newest qemu-server.conf.blob from each vm. copy them to the...
  11. A

    Help, destroyed my cluster by "rm -rf /etc" while deprovisioning

    Unfortunately i have no etckeeper on this node. I have tons of vmbackups in a proxmox backup server. I think i can restore the vm configs easily, but not the corosync.conf ,storage conf and all the other virtual files. I thought about undeleting in the sqlite database in...
  12. A

    Help, destroyed my cluster by "rm -rf /etc" while deprovisioning

    Today i tried a "new method" of removing a proxmox cluster node out of 4. I thought it was a good idea to issue "rm -rf /boot /etc" to make sure the node never comes back. Well, this was the most stupid idea in the last years. Unfortunately this deleted most configs in /etc/pve like...
  13. A

    pmg7to8 error

    Guten morgen, irgendwas ist da nicht korrekt, hat jermand eine Idee ? root@server:~# pmgversion -v proxmox-mailgateway: not correctly installed (API: 7.3-6/5a2550b8, running kernel: 5.15.107-2-pve) pmg-api: 7.3-6 pmg-gui: 3.3-2 pve-kernel-5.15: 7.4-3 pve-kernel-helper: 7.3-8...
  14. A

    pmg7to8 error

    Weil wir nicht so gerne rebooten. Hab es aber gerade gemacht root@server:~# pmgversion pmg-api/7.3-6/5a2550b8 (running kernel: 5.15.107-2-pve) Leider bleibt der pmg7to8 Fehler der gleiche
  15. A

    pmg7to8 error

    Hallo, ich bin ganz sicher, dass ich pmg 7.3-6 installiert habe: root@srv:~# pmgversion pmg-api/7.3-6/5a2550b8 (running kernel: 5.4.119-1-pve) Trotzdem bekomme ich mit pmg7to8 folgenden Fehler: Checking proxmox-mailgateway package version.. Use of uninitialized value in pattern match (m//) at...
  16. A

    Cluster, migration and default gateway via current vmhost ?

    Hi, I am planning a network setup with 3 host proxmox cluster at a hoster. The VMs will have private IP Addresses in a VLAN and will be accessed only via a Loadbalancer at the hoster. However, the VMs should be able to reach the internet for updates and deployments. I want to be able to migrate...
  17. A

    BTRFS eats my diskspace

    To answer my question, long story short: btrfs fi defrag 103/vm-103-disk-0/disk.raw After all I read about btrfs i came to the conclusion to not use btrfs for vm images again in the next years
  18. A

    BTRFS eats my diskspace

    Hi, I recently installed a proxmox server with local-btrfs It is a 2 Disk raid 1 with size 1.8 TB btrfs fi usage / tells me that 1.67 TB are in use In fact only 934 GB are in Files on the disk When checking the diskspace with the btrfs tool btdu I can see that the disk space of the vms is...
  19. A

    Backup Server too slow, IO on VM stalled during Backup

    Well, in the Hoster environment the main Problem is the shared 1 GBit/s uplink to the proxmox server which is used by several vms+Backup This 1GBit/s Uplink is the main Bottleneck. I cannot change that within budget so i somehow have to live with it and work around.
  20. A

    Backup Server too slow, IO on VM stalled during Backup

    Hi, I have a setup at a Hoster where the Proxmox VM Server is damned fast using NVMEs and the Proxmox Backup Server is terrible slow, for example network Bandwidth sometimes is only 30 MB/s What happens now: The Backup ov VM starts really fast with let's say 500 MB/s reading speed. The Proxmox...