I am trying to find out what version of CentOS is running at a customer site, but I do not have remote access and there is no one there to run anything for me. But I do have a dmesg output and I see this:
Linux version 3.10.0-327.22.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Jun 23 17:05:11 UTC 2016
From that can someone tell me what the CentOS version is?
On Thu, 27 Apr 2017, Larry Martell wrote:
I am trying to find out what version of CentOS is running at a customer site, but I do not have remote access and there is no one there to run anything for me. But I do have a dmesg output and I see this:
Linux version 3.10.0-327.22.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Jun 23 17:05:11 UTC 2016
From that can someone tell me what the CentOS version is?
CentOS 7. The kernel is from the 7.2 timeframe, but it's unclear if the non-kernel userspace packages are up to 7.3 or not.
On Thu, 2017-04-27 at 12:23 -0400, Larry Martell wrote:
I am trying to find out what version of CentOS is running at a customer site, but I do not have remote access and there is no one there to run anything for me. But I do have a dmesg output and I see this:
Linux version 3.10.0-327.22.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Jun 23 17:05:11 UTC 2016
From that can someone tell me what the CentOS version is?
"el7" = Enterprise Linux 7, i.e. CentOS 7
The 3.10.0-327 series kernel is CentOS 7.2
P.
On Thu, Apr 27, 2017 at 12:33 PM, Pete Biggs pete@biggs.org.uk wrote:
On Thu, 2017-04-27 at 12:23 -0400, Larry Martell wrote:
I am trying to find out what version of CentOS is running at a customer site, but I do not have remote access and there is no one there to run anything for me. But I do have a dmesg output and I see this:
Linux version 3.10.0-327.22.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Jun 23 17:05:11 UTC 2016
From that can someone tell me what the CentOS version is?
"el7" = Enterprise Linux 7, i.e. CentOS 7
The 3.10.0-327 series kernel is CentOS 7.2
Thanks much!