View Single Post
Posts: 46 | Thanked: 37 times | Joined on Aug 2015
#17
Interesting! Could the errors I frequently get when using "apt-get update" be connected to the overclocking? When overclocked like this:
Code:
echo 1 > /sys/devices/system/cpu/cpufreq/boost
the system is running seemingly stable, but dpkg maybe not so much - could that be? Once I even got a segfault when trying to update. All gets well when I restore "/var/lib/dpkg/status":
Code:
cp /var/backups/dpkg.status.0 /var/lib/dpkg/status
and returning to stock speed:
Code:
echo 0 > /sys/devices/system/cpu/cpufreq/boost