Latest activity

  • news
    news replied to the thread No any chance to backup Container.
    And? Rtfm See: Thread 'SOLVED: Change backup /tmp location' https://forum.proxmox.com/threads/solved-change-backup-tmp-location.138940/
  • news
    What are the drive models? I would not recommend BTRFS as it's a tech preview (that also means less support/help) and BTRFS on the node would not provide OMV access to it directly so you still need to have BTRFS inside and thus have CoW on CoW...
  • S
    Why proxmox try backup 700G Container in /var/tmp (50g free space)?! Backup storage have 10tb+ free space, but backup process try use /var/tmp. Strange idea!
  • UdoB
    UdoB replied to the thread vm deletion while keeping disks.
    In the "Disc Action" menu of that virtual disk you'll find "Reassign Owner". (A temporary "dummy"-VM" is sufficient.) Then deleting the original VM won't touch that virtual disk any more...
  • UdoB
    Unfortunately... no. This specific problem is an old one: https://forum.proxmox.com/threads/replication-with-different-target-storage-name.35458/ + https://bugzilla.proxmox.com/show_bug.cgi?id=2087
  • H
    Hi, I have a bit related question to this, also setting up S3 cloud storage for my PVE/PBS backups. I use no encryption for any locally stored backups on my PBS server, this enables me to also browse these backups from the web-gui on my pbs host...
  • O
    oli9511 replied to the thread Unable to login - I/O Error.
    I just had a similar issue for the second time within a few weeks. I restarted the node before I found this thread. The reboot fixed the issue. The logs are in line with gedge's theory, since in my case, the disks were clearly not full. but the...
  • UdoB
    UdoB reacted to cheiss's post in the thread Management Interface with Like Like.
    Hi, you may be interesed in the following admin guide section for configuring pveproxy: pveproxy - Proxmox VE API Proxy Daemon Of course, a proper firewall setup is still recommended.
  • N
    Nerion replied to the thread VM RAM Nutzungsanzeige.
    Neuste Version. Erst vor ein paar Tagen heruntergeladen.
  • UdoB
    UdoB reacted to loomes's post in the thread SPICE without having to download a VV file? with Like Like.
    Try this: https://github.com/Corsinvest/cv4pve-pepper
  • UdoB
    It isn't :). From the VM's point of view, it's a disk. The VM doesn't know that's a LV and it doesn't care. In the VM you'll shrink the filesystem which during the normal work is mounted at /mnt/ServerData but during the live image session will...
  • UdoB
    UdoB reacted to Impact's post in the thread [SOLVED] Wie kann es sein, dass with Like Like.
    Ich nutze meist apt autoremove --purge. Es gibt auch apt patterns womit man defekte/obsolete/verwaiste Pakete auswählen kann: https://manpages.ubuntu.com/manpages/jammy/man7/apt-patterns.7.html apt list "(~c|~o|~b|~g)" apt purge --auto-remove ...
  • D
    Der Test heute morgen war erfolgreich und die Synology ist nach der eingestellten Zeit in den sicheren Modus gewechselt. Wie geschrieben wäre es mir lieber, wenn sie auf den NUT reagieren würde aber das ging ja bei mir seltsamerweise nicht. Hatte...
  • O
    ocaeedro reacted to fabian's post in the thread Proxmox VE multiple Gateways with Like Like.
    you can have different bridges, but there can only ever be one gateway on any single linux host (although you can have arbitrary routes for various parts of your network).
  • D
    Hardware: 2 x 500GB sata ssd's (WD Red SA500) 4 x 2TB nvme ssd's (WD_BLACK SN850X) Current plan: Install proxmox in zfs raid 1 on the two sata ssd's. Use the other 4 nvme drives to create storage for VMs (docker, etc) / CTs (pihole, etc) / smb...
  • J
    Johannes S reacted to Impact's post in the thread [SOLVED] Wie kann es sein, dass with Like Like.
    Keine so gute Idee Systemorder manuell zu löschen. Ich könnte dir aus dem Kopf jetzt gar nicht sagen was alles von /var/cache abhängt. Prüf mal systemctl status pveproxy.
  • J
    Da musst du mal bei Pure schauen. Ich habe keinen Zugriff, weil alles hinter der Paywall. Mit ZFS over iSCSI kannst du einen ZFS Pool über iSCSI zugreifbar machen, dafür brauchst du aber ein Storage was mit ZFS arbeitet. Bei shared Storage am...
  • S
    What I've done is use a service to turn on VF's upon startup: nano /etc/systemd/system/mlx5_vfs.service I then pasted the following config: [Unit] Description=Enable SR-IOV and detach guest VFs from host Requires=network-online.target...
  • A
    azizLIGHT reacted to mrmrv's post in the thread 8700G iGPU 780m passthrough with Like Like.
    The critical ones I changed disable: above4G decoding, resize BAR support & SR-IOV i did not load the soundcard bios, it PVE crashes with that enabled I had difficulties loading the grapical windows drivers, they complained about the chipset not...
  • A
    azizLIGHT reacted to DerekG's post in the thread 8700G iGPU 780m passthrough with Like Like.
    Hi mrmrv, I have managed to get the passthrough working in Windows 11 by following a combination of 3 different guides: Note: I have not tested with a physical monitor connected as I only access via RDP. And I do have a dummy monitor dongle...