https://www.pic-control.com/equipment-and-server-rack-standard-size-and-dimension/
Homelab
Speedtest Track / docker compose fix
LXC container mit Komodo ausgerollt (Proxmox Helper Scripts)
|
1 |
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/komodo.sh)" |
Anschließend den Stack eingerichtet und folgende compose kopiert:
Rome / Milan CPUs
| Processor Model | Codename | Cores/Threads | Base Frequency | Max Boost Frequency | TDP (W) | L3 Cache (MB) | Approximate Used Price (USD) |
|---|
| EPYC 7F32 | Rome | 8/16 | 3.7 GHz | 3.9 GHz | 180 | 128 | $198 |
| EPYC 7F52 | Rome | 16/32 | 3.5 GHz | 3.9 GHz | 240 | 256 | $315 |
| EPYC 7F72 | Rome | 24/48 | 3.2 GHz | 3.7 GHz | 240 | 192 | $469 |
| EPYC 7302P | Rome | 16/32 | 3.0 GHz | 3.3 GHz | 155 | 128 | $149 |
| EPYC 7402P | Rome | 24/48 | 2.8 GHz | 3.35 GHz | 180 | 128 | $192 |
| EPYC 7502P | Rome | 32/64 | 2.5 GHz | 3.35 GHz | 180 | 128 | $210 |
| EPYC 7702P | Rome | 64/128 | 2.0 GHz | 3.35 GHz | 200 | 256 | $695 |
| EPYC 7742 | Rome | 64/128 | 2.25 GHz | 3.4 GHz | 225 | 256 | $749 |
| EPYC 7313P | Milan | 16/32 | 3.0 GHz | 3.7 GHz | 155 | 128 | $850 |
| EPYC 7443P | Milan | 24/48 | 2.85 GHz | 4.0 GHz | 200 | 128 | $1,337 |
| EPYC 7502P | Milan | 32/64 | 2.5 GHz | 3.35 GHz | 180 | 128 | $1,575 |
| EPYC 7702P | Milan | 64/128 | 2.0 GHz | 3.35 GHz | 200 | 256 | $1,995 |
| EPYC 7763 | Milan | 64/128 | 2.45 GHz | 3.5 GHz | 280 | 256 | $7,890 |
| EPYC 73F3 | Milan | 16/32 | 3.5 GHz | 4.0 GHz | 240 | 256 | $1,688.88 |
| EPYC 74F3 | Milan | 24/48 | 3.2 GHz | 4.0 GHz | 240 | 256 | $2,268 |
| EPYC 7C13 | Milan | 64/128 | 2.0 GHz | — | 240 | 256 | $818.80 |
Jellyfin – GPU Passthrough in LXC
Bei Jellyfin waren weitere Parameter nötig
Installation wie üblich:
|
1 |
https://community-scripts.github.io/ProxmoxVE/scripts?id=jellyfin |
Im Container den User jellyfin der Gruppe der Shares zuweisen
Linux monitoring in a terminal
https://youtu.be/4isEhE2rvmA?si=yR8BRSAjJvc56H4S
- top: https://linux.die.net/man/1/top
- s-tui: https://amanusk.github.io/s-tui/
- htop: https://htop.dev
- atop: https://linux.die.net/man/1/atop
- iftop: https://linux.die.net/man/8/iftop
- iotop: https://github.com/Tomas-M/iotop
- nvtop: https://github.com/Syllo/nvtop
- asitop: https://github.com/tlkh/asitop
- btop: https://github.com/aristocratos/btop
- perf: https://www.brendangregg.com/perf.html
- wavemon: https://github.com/uoaerg/wavemon
Proxmox – GPU Passthrough / Plex LXC
Gute Anleitung hier, jedoch funktionierte es noch nicht.
Fehler gab es bei den Zahlen in der cgroup2 config.
Aktuelle Version (06.01.2025) – https://download.nvidia.com/XFree86/Linux-x86_64/550.142/
Weitere URL für das Archiv – https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
URL des Proxmox Helper Scripts – https://community-scripts.github.io/ProxmoxVE/scripts?id=plex
Proxmox – error bei Anlage eines neuen LXC Container: unable to create session key: disk quota exceeded: unknown
Viele Container bereits deployed. Docker ließ sich nicht starten.
|
1 2 3 4 5 6 7 8 9 10 11 |
cat /proc/sys/kernel/keys/maxkeys 2000 echo 5000 | sudo tee /proc/sys/kernel/keys/maxkeys cat /proc/sys/kernel/keys/maxkeys 5000 cat /proc/sys/kernel/keys/maxbytes 20000 echo "52428800" > /proc/sys/kernel/keys/maxbytes cat /proc/sys/kernel/keys/maxbytes 52428800 |
Edit: detailliertere Lösung: https://gkellynavarro.com/blog/2020/04/04/container-issues/
Proxmox Setup / PBS Setup bleiben bei detecting country hängen
Lösung:
|
1 2 3 |
ALT + F3 ps ax | grep traceroute kill -9 <pid> vom traceroute |
wahlweise Netzwerkkabel ziehen
nächster Fehler:
https://forum.proxmox.com/threads/generic-solution-when-install-gets-framebuffer-mode-fails.111577/
danach noch Probleme gehabtmit der eMail Eingabe (keine Möglichkeit gehabt das @ Zeichen einzutippen).
Zurück -> Vorwärts und die default Mail editiert.