Search results

  1. M

    Local suddenly full and I can't understand why

    I would umount anything and check the usage of /mnt using du /mnt
  2. M

    Proxmox 8.3 and Windows 11 RDP trouble

    Is a 24h2 with the latest patches? Its a Windows Problem, not a Proxmox. You may try the solution postet https://www.reddit.com/user/Lazy_Discussion9337/
  3. M

    VM failed to initiate installation from ISO Image

    The installer fails with a kernel crash? Change the CPU type at least to x86-64-v3
  4. M

    VM failed to initiate installation from ISO Image

    In your case, the command dj423 means is qm config 101
  5. M

    [SOLVED] Networking Help

    In the first screenshot, I see a enp3s0. In your bridge configuration you have enp2s0. Change the two enp2s0 in your /etc/network/interfaces to enp3s0
  6. M

    [SOLVED] Add User to access GUI

    If you choese pam as realm, the user needs to be added to the system. Take a look at https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_authentication_realms
  7. M

    [SOLVED] missing OS after grub update during proxmox installation

    I would not recomend a dualboot with Proxmox. You may change the line GRUB_DISABLE_OS_PROBER=true in /etc/default/grub.d/proxmox-ve.cfg to false und run update-grub
  8. M

    Proxmox Datacenter Manager - First Alpha Release

    Would be nice, to set confiured hosts offline in the administration., so there are no timeouts while maintenance
  9. M

    Not able to install proxmox ...........Waiting for /dev to be fully populated...

    You may take a look at this thread https://forum.proxmox.com/threads/dev-to-be-fully-populated.123382/
  10. M

    Fehler bei Erstellung Backup

    Doch, es erklärt die Ursache. VM ist was anderes als LXC beim Backup. Wurde schon viel behandelt. Hier z.B. https://forum.proxmox.com/threads/proxmox-backup-synology-nfs.155763/
  11. M

    [SOLVED] cronjob lässt sich nicht speichern

    Wie schon andere schrieben, ist vi/vim update-alternatives --config editor kann das auf nano ändern. Sich mit vi/vim zu beschäftigen ist sicher nicht falsch. Google mach nach vim cheatsheet
  12. M

    WinSCP upload ISO files to which path?

    Need new glasses. The path on the host ist correct. The permissions should be 644. In my case, uploaded via WebUI the ownership is root:root It depens, how the storage is added to the host. The subfolders will be created, if you upload it via WebUI. In the config of the VM you can chose the...
  13. M

    WinSCP upload ISO files to which path?

    The path for the local ISO storage ist /var/lib/vz/template/iso/ On the USB drive it could be the subfolder template/iso/
  14. M

    VLAN Setup

    The tagging is on your physical Interface, wich is member of the bridge. In the ct/vm config you don't need a VLAN Tag. In the config of your client OS you don't need the VLAN tag. The bridge, in your example vmbr0v50 acts like a switch wich tags the port to VLAN 50 transparent for to client...
  15. M

    Debian Container verliert regelmäßig IP

    Hast Du mal in der Containerconfig testweise IPv6 auf Static gesetzt? Bleibt dann die IPv4 Konnktivität? Habe da was im Erinnerung, finde aber das Posting nicht mehr
  16. M

    vmware tools

    We use the open-vm-tools, because they are in the repository
  17. M

    PBS ROOT läuft voll wegen Datastore /mnt/stb Hetzner

    Sieh mal nach was in /mnt/stb liegt. Sieht so aus als wäre das Share nicht gemounted, denn im Screenshot de df taucht es nicht auf.
  18. M

    Proxmox VE und Intel i210 Netzwerkkarte

    Hm, ich habe hier, ebenfalls von Krenn, ein Supermicro H11SSL-i 2.00 mit der glab angestaubten Firmware 2.0a. Darauf sind auch I210: c5:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03) c6:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network...
  19. M

    Proxmox VE und Intel i210 Netzwerkkarte

    Ja, bei einem neuen Kernel. Gäbe auch noch das Paket proxmox-headers-6.8. Mit dem solltest Du immer die aktuellen Header des Kernels von PVE 8 haben.
  20. M

    Proxmox VE und Intel i210 Netzwerkkarte

    Windows ist teils noch mehr gefrickel. apt install build-essential proxmox-headers-$(uname -r)