On Tue, Mar 31, 2020 at 11:44 AM Johnny Hughes <johnny at centos.org> wrote:> On 3/30/20 11:20 PM, Thomas Stephen Lee wrote: > > Hi, > > > > I had a doubt regarding RHEL/CentOS Versions. > > > > https://access.redhat.com/support/policy/amd > > > > in the he Notes > > > > No (8) > > > > says > > > > "Update 2 of Red Hat Enterprise Linux 8" > > > > does it mean it will appear in CentOS 8.2, or is already there from 8.0 ? > > > > thanks > > > > -- > > Lee > > No, that is 8.0.2 .. which is older than 8.1. > > RHEL has several updates within the point release cycle that are just > normal updates .. we push those as well, but we don't use the 3rd digit. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >Hi, Thanks for the information ?. Rented a new EPYC Rome Server from Hetzner, but sensors does not show status of all cores in list, which is why I asked. thanks. --- Lee
On Wed, 1 Apr 2020 10:01:04 +0530 Thomas Stephen Lee <lee.iitb at gmail.com> wrote: ...> Thanks for the information ?. > Rented a new EPYC Rome Server from Hetzner, but sensors does not show > status of all cores in list, which is why I asked.Curious what "sensors" you are referring to.. Like this: $ cat /sys/devices/system/cpu/online 0-63 or this: $ lscpu | grep CPU\(s\) CPU(s): 64 On-line CPU(s) list: 0-63 NUMA node0 CPU(s): 0-15,32-47 NUMA node1 CPU(s): 16-31,48-63 or what? /Peter K
On Wed, Apr 1, 2020 at 12:33 PM Peter Kjellstr?m <cap at nsc.liu.se> wrote:> On Wed, 1 Apr 2020 10:01:04 +0530 > Thomas Stephen Lee <lee.iitb at gmail.com> wrote: > ... > > Thanks for the information ?. > > Rented a new EPYC Rome Server from Hetzner, but sensors does not show > > status of all cores in list, which is why I asked. > > Curious what "sensors" you are referring to.. > > Like this: > > $ cat /sys/devices/system/cpu/online > 0-63 > > or this: > > $ lscpu | grep CPU\(s\) > CPU(s): 64 > On-line CPU(s) list: 0-63 > NUMA node0 CPU(s): 0-15,32-47 > NUMA node1 CPU(s): 16-31,48-63 > > or what? > > /Peter K >Hi Peter, /usr/bin/sensors from the lm_sensors package I had run sensors-detect --auto before running sensors thanks. --- Lee