Search results

  1. R

    DUAL Socket Systems

    If you want to use Proxmox, try to avoid Numa or/and Multisocket Systems. Otherwise use ESXI or anything that supports Numa. Proxmox Numa Support is just helpfull in very rare cases, most of the time its just senseless. The Only way to get it Properly working is with CPU-Pinning (or scripts...
  2. R

    Linux Samba server or LXC Container?

    Sure. First you need to create a dataset on your PVE Host and mount it somewhere. Here is an example: root@proxmox:~# zfs list NAME USED AVAIL REFER MOUNTPOINT HDD_Z2 21.5T 82.2T 114K /HDD_Z2 HDD_Z2/PVE_Backup 696G 82.2T 696G /PVE_Backup...
  3. R

    Update ubuntu-mantic / das geht nicht mehr :-(

    Ja deswegen wollte ich auch eigentlich nicht Antworten und geschrieben dass ihr machen sollt was ihr wollt. Hab ja auch keine Lust auf endlose Diskussionen. Am ende ists eh egal. Wenns funkt ist super (viel Arbeit gespart) und wenn nicht kann mann halts fixen. Ist ja Linux und mann hat auch...
  4. R

    Update ubuntu-mantic / das geht nicht mehr :-(

    LXC-Container sind Managed. Ein Upgrade der Distribution könnte Änderungen an systemd, init oder anderen Kernkomponenten führen, die mit der Art wie der Container verwaltet wird, in Konflikt stehen. Hier ein teil aus ChatGPT was Managed Container bedeutet (Mann kann die auch natürlich auf...
  5. R

    Update ubuntu-mantic / das geht nicht mehr :-(

    Macht wie ihrs denkt, mir ist das egal. Ich hab alles dazu bereits geschrieben.
  6. R

    Update ubuntu-mantic / das geht nicht mehr :-(

    Neueres Image laden und dann halt alles auf den neuen Container migrieren, und ja ist natürlich umständlich... Der grund ist halt, das sich in nem LXC Container oft mehr ändert als nur die Packete, Packete werden auch grundsätzlich nie entfernt, nur upgedated/hinzugefügt. (Entfernt auch aber...
  7. R

    Update ubuntu-mantic / das geht nicht mehr :-(

    Ja mit einem upgrade auf 24.04... Würde ich beim LXC Container aber eher nicht empfehlen Distro upzugraden auch wenns funktioniert. Bei ner VM ist das natürlich kein Problem. Vielleicht helfen die Sources ja trotzdem jemandem, damit er nichtlange googeln muss halt. LG
  8. R

    Update ubuntu-mantic / das geht nicht mehr :-(

    ändert doch einfach die sources: /etc/apt/sources.list deb http://old-releases.ubuntu.com/ubuntu/ mantic main restricted deb http://old-releases.ubuntu.com/ubuntu/ mantic-updates main restricted deb http://old-releases.ubuntu.com/ubuntu/ mantic universe deb...
  9. R

    [BUG Found] Changing root@pam PW in Datacenter

    Hi fiona :-) You're right, it's just somehow irritating because you are configuring the users/passwords in the Cluster-View, not in the Node-View. To add an Additional Section in the Node View for PAM Users is not the right way i think either, but then it probably should be done or...
  10. R

    [BUG Found] Changing root@pam PW in Datacenter

    Hi, Changing the root password in Datacenter view, changes only the root password (shell) on one Server in the Cluster, not all. That should be fixed :-) Thanks
  11. R

    Copilot+ VM

    Copilot+ requires a NPU, maybe a gpu passthrough will work but im not sure. I dont see any copilot+ features either even on my native 13th gen notebook with 24h2 (2033)
  12. R

    [SOLVED] [iperf3 speed] Same Node vs 2 Nodes (Found a Bug)

    Just readed again your link: You mean the second post from ryang? With: numa0: cpus=0-13,hostnodes=0,memory=30720,policy=bind numa1: cpus=14-27,hostnodes=1,memory=30720,policy=bind Thats new lol, i have to try it, thanks for the heading! If that will work then it will be finally amazing, but...
  13. R

    [SOLVED] [iperf3 speed] Same Node vs 2 Nodes (Found a Bug)

    We had this discussion already, enabling numa should bind all the "cores" (threads) of a VM to the same Numa-Node. As long as it's not the case, Numa is almost pointless. The Actual behaviour still spreads all the Cores of a Single VM to all possible physical cores Randomly without taking...
  14. R

    Why Does ZFS Hate my Server

    The sata write cache depends... Its a very hard topic, it can be completely pointless nowadays or neccessary. HDDS: Zfs does own queues with the zfs io scheduler. So yes zfs will usually disable any sort of caching anyway. NVME's: Things changes with modern zfs versions for nvme's, because...
  15. R

    Why Does ZFS Hate my Server

    Thats irritating, FSYNCS/SECOND is pretty good, almost amazing. Indicating of good drives for "rpool/ROOT/pve-1" thats very weird then. Without knowing, its almost looking like some sort of controller with memory caching.... If yes then thats the culprint.
  16. R

    Why Does ZFS Hate my Server

    When that LBA section isnt shown, your drive doesnt support other sizes. As far i know it shows up only on some SAS HDDs and almost all nvme drives. But i added that for the sake of completeness. Tbh take in mind that even with my optimizations, zfs is slower as any other filesystem. And well...
  17. R

    Why Does ZFS Hate my Server

    First, ZFS is a LOT Slower as Ext4 or anything else. So when i need rally fast storage, i prefer lvm. Second, it depends what the usecase is, some tunings that i use that are independend from the usecase and independent from drives (HDD/Nvme) are: xattr=sa atime=off (dont use this only for PBS...
  18. R

    AMD pstate Behavior on Epyc Rome

    It has nothing todo with the pstate driver. However i think both does the same job, but for the sake of it i would take the deb12u1 one, because its from the debian guys and gut already an update? or sth. To be honest, im pretty sure both are the same just different packaged. Cheers
  19. R

    Serial Terminal (VM/Qemu)

    Thanks for the explanation. Yeah i do serial connections with switches and i have sometimes the same issues there xD I just hoped that anyone knows maybe something like another emular type that we can set on the vm, to improve things a little. Something in this direction at least. But i didn't...
  20. R

    Serial Terminal (VM/Qemu)

    Hi everybody. Does anyone has maybe some fixes Tipps for the Serial Terminal for VM's (Qemu), like Ubuntu/Debian etc? Because: -> Serial Terminal on LXC Containers is pretty perfect, you can resize windows etc, everything is perfect... -> Serial Terminal on VM's is horrible, you can resize...