Search results

  1. mr44er

    [SOLVED] Proxmox richtig aufbauen (Empfehlungen)

    "Lieber haben und nicht brauchen als andersrum" ;) Denkweise und Planung. Wenn du einen ganz normalen "Client"-PC kaufst oder Komponenten zum Selberbauen planst du einfach anders. Da reichen 1-2 Platten, es wird nur ein Betriebssystem laufen. Bei einem Hypervisor wie PVE braucht man von allem...
  2. mr44er

    Memory Units!?!

    I know that. Have you benchmarked it? Is it true for proxmox?
  3. mr44er

    [SOLVED] Proxmox richtig aufbauen (Empfehlungen)

    Du musst das Backup nicht zwingend "live" gespiegelt haben. Wie gesagt, lass das Backup auf den PBS laufen (auf eine disk) und diese Backups schiebst du dann nochmalig auf deine externe Platte. Zwei physisch getrennte Backups sind besser als ein Backup auf RAID1. Und salopp gesagt...selbst wenn...
  4. mr44er

    [SOLVED] Proxmox richtig aufbauen (Empfehlungen)

    In dem Fall den Terramaster als PVE, allein schon wegen dem RAM (Größe und bereits DDR5). Aber das ist ein Problem. Wenn die Kiste abraucht, ist der PBS zum Restoren nicht mehr da.
  5. mr44er

    [SOLVED] Proxmox richtig aufbauen (Empfehlungen)

    Ne, ich wollte nur den Gedankengang nachvollziehen. Die weiteren Festplatten hättest du nicht zwingend sofort kaufen müssen, aber damit die Möglichkeit zum späteren Aufrüsten gehabt z.B. wenn dir dann klar wird, dass ein Raid1 mit großen Festplatten nicht mehr so geil ist, wenn während dem lange...
  6. mr44er

    Replace degraded zfs drive with itself

    It should. But I don't know how it is calculated. Also in my notes I have that zpool replace rpool /dev/source /dev/targetshould even work with the same name. Maybe setting the old device in vdev offline did the trick. ZFS has redundant information on start and end, that is a security feature...
  7. mr44er

    [SOLVED] unable to get Web UI up on 3rd host that has been offline for 6 months~

    In cluster (corosync, ceph ...etc) you want software versions very close. 6 months is a long time.
  8. mr44er

    Replace degraded zfs drive with itself

    Unnecessary. You don't need resilver, if it is the same disk. A scrub would have fixed that. Here is my snippet, be careful to choose the correct disks! Wipe the ex"faulty" disk first: wipefs -a /dev/sdX The first steps of copying the partition table, reissuing GUIDs and replacing the ZFS...
  9. mr44er

    [SOLVED] Proxmox richtig aufbauen (Empfehlungen)

    ...und das machte meinen Tag. :D Auch oft zu lesen, dass man die Kraft von 1000 Rechenzentren haben will, weil ist ja cool und so, den Nachbarn beeindrucken. Aber wenn das Dingen dann 70W schluckt wird geheult. Als ob 70W viel wäre, als ob Proxmox oder der Rechner schuld wäre, dass Strom so...
  10. mr44er

    2.5GbE NIC - Intel or Realtek?

    Ok, in this case....my links won't help. I also don't know if there are many options with 2,5...and buying other servers would mean even more costs. :confused:
  11. mr44er

    2.5GbE NIC - Intel or Realtek?

    Why 2,5 and not 10? I really don't get it why choosing 2,5 over 10... :D The recommendations are also valid for proxmox: https://www.servethehome.com/buyers-guides/top-hardware-components-pfsense-appliances/top-picks-pfsense-network-cards-nics/...
  12. mr44er

    Memory Units!?!

    Use 65000 or 66000, it won't hurt.
  13. mr44er

    Is it possible to change isp names?

    Ask them, but I don't think they want to change name: https://www.telekom.de/kontakt
  14. mr44er

    System hanging when trying to spin-up from HD idle

    Ah, that's good. https://www.seagate.com/files/www-content/product-content/enterprise-hdd-fam/enterprise-capacity-3-5-hdd-10tb/_shared/docs/100840702d.pdf on page 28 you see the mode, consumption and transition states between. There are two things...it says recovery from standby_y and z requires...
  15. mr44er

    System hanging when trying to spin-up from HD idle

    I checked hd-idle https://github.com/adelolmo/hd-idle. From there: It looks like hd-idle is definitely not suitable for SAS and it kicks them into some deadlock. Another idea: sdparm -s IDLE_A=0,IDLE_B=0,IDLE_C=0,STANDBY_Z=1,SZCT=18500 -S /dev/sdX //only standby_z after a bit over ~30...
  16. mr44er

    System hanging when trying to spin-up from HD idle

    https://www.seagate.com/files/www-content/product-content/enterprise-hdd-fam/enterprise-capacity-3-5-hdd-10tb/_shared/docs/100840702d.pdf On page 59 ;)
  17. mr44er

    System hanging when trying to spin-up from HD idle

    Yes and no. I totally forgot to look at cha: n/y. That means changeable: yes and changeable: no <- that is "engraved" in the firmware. So you can only change and save where you have [cha: y You have IDLE_A,B,C changeable, STANDBY_Y not, but STANDBY_Z yes and in addition only SZCT availabe. Not...
  18. mr44er

    Tutorial: Run LLMs using AMD GPU and ROCm in unprivileged LXC container

    Dirty snippet with arch container: nano /etc/pacman.d/mirrorlist /2-3 server (https!) pacman-key --init && pacman-key --populate archlinux && pacman-key --refresh-keys pacman -Syu openssh sudo && systemctl restart sshd && systemctl enable sshd visudo ################ ## Uncomment to allow...
  19. mr44er

    Proxmox crashes on 4K Jellyfin transcoding

    Faulty RAM does not always throw errors, it is completely random behaviour. Sometimes the system freezes without error. Even https://memtest.org/ is not 100% ("how should a broken computer tell for sure that it is broken?"), but it would be a start. If it has some good passes, you can rule out...
  20. mr44er

    Tutorial: Run LLMs using AMD GPU and ROCm in unprivileged LXC container

    Nope, it needs both at the same time and it works! :D