distribution
distribution copied to clipboard
thermald: remove or fix the 'stateless' warning chatter about its XML config/control files
Summary says it all. Submit some patches upstream to thermald to...
- ensure it functions correctly in the Clear Linux stateless configuration paradigm; and
- its defaults are "sane"
$ sudo journalctl -b -u thermald
-- Logs begin at Thu 2019-06-13 08:27:30 PDT, end at Tue 2019-06-18 09:21:16 PDT. --
Jun 18 09:21:00 jbkonno-bray systemd[1]: Starting Thermal Daemon Service...
Jun 18 09:21:00 jbkonno-bray thermald[11012]: 22 CPUID levels; family:model:stepping 0x6:8e:9 (6:142:9)
Jun 18 09:21:00 jbkonno-bray thermald[11012]: Polling mode is enabled: 4
Jun 18 09:21:00 jbkonno-bray thermald[11012]: sensor id 7 : No temp sysfs for reading raw temp
Jun 18 09:21:00 jbkonno-bray thermald[11012]: sensor id 7 : No temp sysfs for reading raw temp
Jun 18 09:21:00 jbkonno-bray thermald[11012]: sensor id 7 : No temp sysfs for reading raw temp
Jun 18 09:21:00 jbkonno-bray thermald[11012]: I/O warning : failed to load external entity "/etc/thermald/thermal-conf.xml"
Jun 18 09:21:00 jbkonno-bray thermald[11012]: error: could not parse file /etc/thermald/thermal-conf.xml
Jun 18 09:21:00 jbkonno-bray thermald[11012]: sysfs open failed
Jun 18 09:21:00 jbkonno-bray thermald[11012]: I/O warning : failed to load external entity "/etc/thermald/thermal-conf.xml"
Jun 18 09:21:00 jbkonno-bray thermald[11012]: error: could not parse file /etc/thermald/thermal-conf.xml
Jun 18 09:21:00 jbkonno-bray systemd[1]: Started Thermal Daemon Service.
Jun 18 09:21:00 jbkonno-bray thermald[11012]: I/O warning : failed to load external entity "/etc/thermald/thermal-cpu-cdev-order.xml"
Jun 18 09:21:00 jbkonno-bray thermald[11012]: error: could not parse file /etc/thermald/thermal-cpu-cdev-order.xml
Jun 18 09:21:00 jbkonno-bray thermald[11012]: I/O warning : failed to load external entity "/etc/thermald/thermal-conf.xml"
Jun 18 09:21:00 jbkonno-bray thermald[11012]: error: could not parse file /etc/thermald/thermal-conf.xml
Colleagues: please assign this to me. Thanks!
Opened https://github.com/intel/thermal_daemon/issues/188 for tracking with the upstream project.