ERROR in file_io_posix.cc, trying to locate scaling_cur_freq and scaling_max_freq and couldn't find it
0
votes
0
answers
185
views
I'm trying to execute a container based on Ubuntu 20.04 and some additional dependencies. It ended up in an error where the project (something external) is looking for files/programs, as shown below.
Error message:
[ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
I tried looking for the installation of these modules but couldn't find them anywhere. Can someone help me out here? This error will come once I start some of the proprietary Docker containers. I couldn't determine if this is from Docker or the Linux machine I'm working on. I tried looking in other places on the stack overflow, but no solution was available.
Asked by V B
(1 rep)
Oct 23, 2024, 04:04 AM
Last activity: Oct 23, 2024, 04:36 AM
Last activity: Oct 23, 2024, 04:36 AM