View Issue Details

IDProjectCategoryView StatusLast Update
0009905ardourbugspublic2025-03-11 20:29
Reporterautostatic Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformGNUOSLinuxOS Version(any)
Product Version8.12 
Summary0009905: sanityCheck does not account for disabled CPUs
DescriptionHello,

When running sanityCheck (or when the installer runs it) I get the following error:
$ /opt/Ardour-8.12.0/bin/sanityCheck
Error while reading "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor": Device or resource busy

This is because I disable SMT on my system (/sys/devices/system/cpu/smt/control is set to off). Maybe a routine could be added to tools/sanity_check/systemcheck.cpp to check if SMT is disabled or not and then use that information to run the frequency scaling check?

Jeremy
Steps To Reproduceecho -n off | sudo tee /sys/devices/system/cpu/smt/control
/opt/Ardour-8.12.0/bin/sanityCheck
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-03-11 20:29 autostatic New Issue