Latest activity

  • pvps1
    pvps1 reacted to fba's post in the thread Anfänger Frage with Like Like.
    Hi, in dem Debian kannst Du per dpkg-reconfigure console-setup unter anderem die Fontgröße einstellen, z. B. 8x16, 16x28 usw. Die verfügbare Auswahl kommt auf den Font an. Für die Shell am Server stellst Du das in der WebGUI ein. Rechts oben auf...
  • J
    I must say this has been one of the most confusing things I have done this last month. How do i create an offline custom proxmox installation with offline packages where I install proxmox on nvme01n and then give an amount of disks raidz10 (zfs)...
  • S
    SnappProx replied to the thread Hardware suggestions.
    I was really thinking this might be the case, in this case, could you recommend anything for that budget and what I should expect to get? Give me that reality check that I need. Thanks :) Edit: I also phrased it extremely poorly, 200 vms hosted...
  • O
    Onslow replied to the thread input/output error.
    [UUUU] shows that all four elements of the raid array are UP (OK). If I understand the situation correctly, these four x 4 TB disks are passed-through to the VM. I may be wrong, but I wonder if it's OK that these are configured as virtio... At...
  • UdoB
    UdoB replied to the thread Hardware suggestions.
    That's 1.6 TiB Ram. A single 64 GiB Modul (w/ ECC) seems to cost more than 400 Euros and you need 25 --> 10000 Euros only for the RAM. Seems to fit :-) Reality check please... ;-)
  • M
    micneu replied to the thread Anfänger Frage.
    Du kannst deine Linux-VM doch auch einfach per SSH administrieren – so mache ich das bei mir auch. Dabei spielt die Auflösung der virtuellen Konsole überhaupt keine Rolle.
  • M
    Sorry to revive an old thread, but I've come here looking for the same answer. Here is is how you can do an online resize with multipath. 1. Extend LUN on your SAN. Then, do on every host in a cluster and extend multipath device (this steps are...
  • bbgeek17
    Hi @markosoftfl , welcome to the forum. I believe you need to switch to using Virtual SCSI Single controller. In this case a controller per disk will be created. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  • M
    I'm new to proxmox and I Imported my linux vm that has 17 disk and 3 SCSI Controllers in Vmware. It fails to boot no matter what I do saying dirves are missing and I only see 1 SCSI controller in the VM in proxmox and the others weren't imported...
  • 3
    When VMs and containers are off, you may use lsof | grep /mnt (or some more specific option of lsof to avoid grep ). If some file there is open by some process, lsof will show it. Of course there might be a situation that a file is not open all...
  • 3
    Thanks a lot! Will try to do that tomorrow (after my nightly jobs are finished and I can reboot with the new kernel again).
  • B
    just like @uzumo said, edid emulator is the way to go. i bought a 10 pack of those things cheap on aliexpress for such occasions (like 1.50 euro or so per piece). they work wonders when you have issues like black screen, 640x480 resultion when...
  • M
    Mrt12 replied to the thread Tape-Backup für Anfänger.
    jau, erst mal ein bisschen Erfahrungen sammeln wäre ganz OK :-) Ich habe viele Erklärvideos angeschaut und die Anleitungen gelesen. Jetzt habe ich mal mein Tapelaufwerk eingerichtet und ein Media Set erstellt. Aufgrund der Grösse der Daten von...
  • B
    beisser reacted to uzumo's post in the thread NUC 14 Pro freezes when running headless with Like Like.
    The vendor has stated that this is a specification. It has no relation to PVE. You simply purchased something that doesn't work in a headless environment. Considering a product that doesn't function in a headless environment as a PVE issue is...
  • B
    I solved it by removing the kernel pinning, removing all Nvidia drivers on both host and all LXCs to then move to 6.17 and 580 drivers. Everything works again, including ZFS scrubbing.
  • B
    Swap always exists on disk in some way. A VM's disk storage is literally on a disk somewhere, whether it's a NAS, SAN, Ceph cluster, or even local LVM. All of that storage is backed by SSD, HDD, NVMe, or some sort of physical medium, because that...
  • O
    When VMs and containers are off, you may use lsof | grep /mnt (or some more specific option of lsof to avoid grep ). If some file there is open by some process, lsof will show it. Of course there might be a situation that a file is not open all...
  • J
    This seems to be a bug with Linux kernel >=6.16 - as documented here. As indicated above it has been patched/fixed in davfs2 1.7.2-1. It would seem that for older versions, it can be "fixed" with: set buf_size to 64 in /etc/davfs2/davfs2.conf
  • B
    In my experience I have found disk (partition?) based swapping to be less than ideal. I don't mean in a performance perspective, more a systems administration perspective. I've generally converted all my systems that were partition/disk to...
  • B
    In my exhaustive testing over the decades, both Windows and Linux does not reliably swap _out_ data back into RAM. This is one of the important details why I not only monitor for any usage of swap at all on anything I care about (and alert if...