xartin

quasar distcc update cpu temperatures

Dec 14th, 2023
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1.  
  2.  
  3. lappy cpu temps at idle
  4.  
  5. $ uname -a
  6. Linux 6.1.60-gentoo-dist #1 SMP PREEMPT_DYNAMIC Wed Oct 25 16:46:43 -00 2023 x86_64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz GenuineIntel GNU/Linux
  7.  
  8.  
  9. $ sensors
  10. iwlwifi_1-virtual-0
  11. Adapter: Virtual device
  12. temp1: +38.0°C
  13.  
  14. coretemp-isa-0000
  15. Adapter: ISA adapter
  16. Package id 0: +34.0°C (high = +100.0°C, crit = +100.0°C)
  17. Core 0: +33.0°C (high = +100.0°C, crit = +100.0°C)
  18. Core 1: +33.0°C (high = +100.0°C, crit = +100.0°C)
  19. Core 2: +32.0°C (high = +100.0°C, crit = +100.0°C)
  20. Core 3: +33.0°C (high = +100.0°C, crit = +100.0°C)
  21.  
  22. BAT0-acpi-0
  23. Adapter: ACPI interface
  24. in0: 16.91 V
  25. curr1: 0.00 A
  26.  
  27. pch_skylake-virtual-0
  28. Adapter: Virtual device
  29. temp1: +31.0°C
  30.  
  31. nvme-pci-0200
  32. Adapter: PCI adapter
  33. Composite: +26.9°C (low = -273.1°C, high = +72.8°C)
  34. (crit = +75.8°C)
  35. Sensor 1: +26.9°C (low = -273.1°C, high = +65261.8°C)
  36. Sensor 2: +27.9°C (low = -273.1°C, high = +65261.8°C)
  37.  
  38. acpitz-acpi-0
  39. Adapter: ACPI interface
  40. temp1: +34.0°C (crit = +98.0°C)
  41.  
  42.  
  43. - lappy cpu temps with -j4 distcc enabled at 50% remote compile jobs distributed over wifi 6
  44.  
  45. systemctl enable --now distccd
  46.  
  47. rc-update add distccd default
  48. rc-service distccd start
  49.  
  50.  
  51. /etc/portage/make.conf
  52.  
  53. MAKEOPTS="-j4"
  54. FEATURES="candy distcc"
  55.  
  56. $ cat /etc/distcc/hosts
  57. xxx.xxx.xxx.xxx 127.0.0.1/2
  58.  
  59.  
  60. $ sensors
  61. iwlwifi_1-virtual-0
  62. Adapter: Virtual device
  63. temp1: +39.0°C
  64.  
  65. coretemp-isa-0000
  66. Adapter: ISA adapter
  67. Package id 0: +84.0°C (high = +100.0°C, crit = +100.0°C)
  68. Core 0: +84.0°C (high = +100.0°C, crit = +100.0°C)
  69. Core 1: +83.0°C (high = +100.0°C, crit = +100.0°C)
  70. Core 2: +78.0°C (high = +100.0°C, crit = +100.0°C)
  71. Core 3: +85.0°C (high = +100.0°C, crit = +100.0°C)
  72.  
  73. BAT0-acpi-0
  74. Adapter: ACPI interface
  75. in0: 16.91 V
  76. curr1: 0.00 A
  77.  
  78. pch_skylake-virtual-0
  79. Adapter: Virtual device
  80. temp1: +63.0°C
  81.  
  82. nvme-pci-0200
  83. Adapter: PCI adapter
  84. Composite: +28.9°C (low = -273.1°C, high = +72.8°C)
  85. (crit = +75.8°C)
  86. Sensor 1: +28.9°C (low = -273.1°C, high = +65261.8°C)
  87. Sensor 2: +30.9°C (low = -273.1°C, high = +65261.8°C)
  88.  
  89. acpitz-acpi-0
  90. Adapter: ACPI interface
  91. temp1: +86.0°C (crit = +98.0°C)
  92.  
Add Comment
Please, Sign In to add comment