(Never mind, see next comment)
The first command doesn't produce anything (I don't have any RPMs whose name start with 'kernel'). The second command:
```
$ uname -a
Linux localhost.localdomain 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x864_64 x86_64 GNU/Linux
```
One thing that I noticed, though, is that I may actually be running CentOS 6.7 (somehow, since I pointed to the 6.8 repo when I set up the VM):
```
$ cat /etc/*release*
CentOS release 6.7 (Final)
CentOS release 6.7 (Final)
CentOS release 6.7 (Final)
cpe:/o:centos:linux:6:GA
```
As you noted, it doesn't seem to be stopping GLUU from coming up:
```
$ sudo service gluu-server-2.4.3 status
gluu-server-2.4.3 is running: started
```