Displaying 1 result from an estimated 1 matches for "ascpu".
Did you mean:
lscpu
2008 Apr 20
1
kvm_open: kvm_nlist: No such file or directory
...his opportunity
to update my system to the latest 7-STABLE and get rid of those old
libraries properly this time.
Now sysutils/wmmemmon and sysutils/wmcpuload stopped working.
Both die with:
kvm_open: kvm_nlist: No such file or directory
error extracting symbols
I found two PRs for other ports (ascpu and wmcube-gdk) to fix similar
problems, but they seem to be related to 8-CURRENT. The solution in both
of these cases is to use sysctls instead of using kvm.
PR numbers are 119923 and 120142.
My question is should the existing code work in 7-STABLE or do wmmemmon
and wmcpuload need to be chan...