Latest activity

  • A
    Thanks, I'm running qm disk import at this moment...
  • fba
    There is a description of the process available in the wiki you could use: https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE#Attach_Disk_&_Move_Disk_(minimal_downtime)
  • A
    Oh crap, it's actually not online - the reason I'm moving to proxmox is the boot disk is flaky in my esxi machine after a power failure and while it worked login enough to get the vms up and running, it's died again and vmware itself is no longer...
  • D
    driley reacted to VictorSTS's post in the thread backup stop mode doesn't stop the VM with Like Like.
    You need to understand how backup works. Specifically in stop mode: VM is running PVE tries to do a shutdown of the VM: If QEMU Agent is configured and running, shutdown signal is issued with it. Else, sends an ACPI signal which guest OS may or...
  • UdoB
    UdoB reacted to a.bied-charreton's post in the thread Protected backups suchen/finden? with Like Like.
    Hey, soweit ich weiss gibt dafuer es keinen Filter in der UI, so kannst du das aber in der CLI machen: proxmox-backup-client snapshot list --repository localhost:local --output-format json | jq '.[] | select(.protected == true)'
  • J
    Wenn wir unsere Glaskugel putzen, dann vielleicht;) Finde es immer wieder erstaunlich, dass Leute sich die Mühe eines neuen Threads machen, aber nicht mal 5min für ein halbwegs brauchbares Fehlerbild drüber haben:/
  • J
    Ich glaube nicht das das an Proxmox liegt, denn viele viele andere nutzen es seit Jahr und Tag. Auch deine Konfiguration oben mit Debian 12, 64GB RAM und 16 Prozessoren finde ich schon heftig, was auch immer darauf laufen soll. Deine Infos dazu...
  • J
    Johannes S reacted to AlexHK's post in the thread Cluster best practices with Like Like.
    DHCP and IP addresses keep working as expected. Yes, if you migrate a VM or CT on vmbr1 it will use vmbr1 on the target host as well. On second thought, what do you mean with "I am going to put them on a seperate network"? As in different IP...
  • J
    Ist der Aufwand für den tausch der HDD nicht übertrieben? Wenn von allen VM auf pve ein Backup vorhanden ist, kiste runterfahren, HDD tauschen, kiste hoch und ggf einbinden. Der kurze Internetausfall ist doch zu verschmerzen. Ist dein router zum...
  • J
    Could you provide a bit more context about your use case? Are you comparing different CPU hardware configurations (for example, number of cores vs threads)? Or are you planning how to allocate vCPUs for VMs in Proxmox? What kind of workload...
  • A
    Hey, soweit ich weiss gibt dafuer es keinen Filter in der UI, so kannst du das aber in der CLI machen: proxmox-backup-client snapshot list --repository localhost:local --output-format json | jq '.[] | select(.protected == true)'
  • M
    Hallo ThoSo. Vergessen wir das mit der HDD doch mal kurz. Ich möchte parallel zu meinem wunderbar funktionierenden Produktivnetz noch einen zweiten Zugang haben zu meinem Server. Eine "Direktleitung". Ich habe einen Port am Proxmoxserver...
  • A
    AlexHK reacted to lucius_the's post in the thread Abysmally slow restore from backup with Like Like.
    Oh, found a way that works. In case anyone is interested, on PVE host doing the restore: > systemctl edit pvedaemon Add the lines: [Service] Environment="PBS_RESTORE_FETCH_CONCURRENCY=8" Environment="PBS_RESTORE_MAX_THREADS=2" (or whatever...
  • A
    For the Restore process, you can tune settings : https://forum.proxmox.com/threads/abysmally-slow-restore-from-backup.133602/post-784918
  • C
    I'm running a PMG 8.2.10 instance that recently seems to have stopped delivering outgoing messages with attachments to at least some recipients. Messages without attachments to the same recipients appear to be delivered successfully. Entries in...
  • A
    What do the logs say? Did it fail because of using ipv6 again? Did PBS even attempt to send a notification (check the backup job's tasklog for "queued notification ...")? The Postfix logs may also be helpful here (journalctl -u postfix.service...
  • A
    I've just installed proxmox, setup nfs storage using my nas, and tried to add esxi storage per the video, but I get "create storage failed: storage 'vmx2' is not online (500)" (it is). The "add esxi" looks like it wants to login to my esxi server...
  • A
    AlexHK replied to the thread open id PMG.
    It would help if you provide the settings you used. I have it working with Pocket-ID and I use preferred_username as username claim. https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_username_mapping Hope that helps or gets you on the...
  • S
    Snuupy reacted to greatnloopy's post in the thread WTR Pro CPU throttling with Like Like.
    PSA For anyone thinking about flashing this custom firmware on a 4-Bay WTR Pro 5825u DON'T DO IT!!!! You will brick your device like I did. Mercifully, I was able to restore my device to working condition by flashing an official Aoostar BIOS...
  • A
    anutrix replied to the thread Proxmox hookscript events.
    Hooks for network changes or IP changes in SLAAC/DHCP modes would be very very helpful. Dynamic DNS update(nsupdate) for IP change is a major use case. Also, official docs having a section for phase list would be helpful.