Search results

  1. A

    Almalinux 10 ct DNS not functioning

    with the instruction you gave DNS is functioning, and present /etc/resolv.conf the version of Almalinux is: LXC default image for almalinux 10 (20250930)
  2. A

    Almalinux 10 ct DNS not functioning

    Thank you for your quick reply, resolv.conf had no nameservers configured for Alma10 while there are nameservers configured for Alma9. Both were setup with default values in create container web interface using a internal ip adress and the host dns config. (i'll post configuration below). There...
  3. A

    Almalinux 10 ct DNS not functioning

    I've installed a Almalinux 10 container with the standard provided template, but DNS doesn't seem to be functioning. A different OS with the same config works without issue.
  4. A

    cpu at base frequency

    I checked the bios/uefi settings, but they seem correct. After that I tried to monitor the frequency trough "/proc/cpuinfo", here I see the 4Ghz+ I expect (see image). sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_info still shows the base 2.85Ghz speed. Is this a kernel issue?
  5. A

    cpu at base frequency

    Thank you, I changed the scaling governor back to schedutil. /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_info is now reporting both the base (2.85Ghz) and the lower (1.5Ghz). I expect to see higher boost frequencies.
  6. A

    cpu at base frequency

    The system is a fresh install of proxmox 7.2 with all updates installed I'm using /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_info to monitor the current cpu frquency: but the frquency is always the base frequency of the cpu The scaling governor is set to performance, after changing the...
  7. A

    performance difference zfs

    Thank you for the replies. It's one pool with different performance on different datasets. I have posted the properties of the datasets and pool.
  8. A

    performance difference zfs

    I'm trying to understand a performance difference between between 2 zfs filesystems on the same disk. One is filesystem made by creating a container through proxmox. e.a. /rpool/data/subvol-***-disk-* and the other is the local filesystem e.a. /rpool/ROOT/pve-1. This only happens on non sync...
  9. A

    Proxmox VE 7.0 released!

    After upgrading to version 7 I get an error message with the "pct cpusets" command. root@pve:~# pct cpusets Use of uninitialized value $last in numeric le (<=) at /usr/share/perl5/PVE/CLI/pct.pm line 733. Use of uninitialized value $last in numeric le (<=) at /usr/share/perl5/PVE/CLI/pct.pm...