[BlueOnyx:12168] Re: Current Kernel?

2013-02-07 Thread Maurice de Laat
On Thu, Feb 07, 2013 at 09:23:24AM -0600, Jeff Folk wrote:

> I noticed in yum this morning that there was a new kernel installed (I'm 
> on 5107R):
>2.6.32-279.22.1.el6.i686
> 
> However, after a restart of my box, I'm still on 2.6.32-131.6.1.el6.i686
> 
> Is my grub.conf not being updated? Or is this normal behavior?

I believe this is an old error that stil has to be fixed. See
http://thread.gmane.org/gmane.linux.devices.blueonyx.user/10237/focus=10242
-- 
Maurice de Laat
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:12167] Re: Current Kernel?

2013-02-07 Thread Jeff Folk
Maybe this is my problem. Looking in /boot/grub as opposed to /etc, the file 
only references the old kernel:

[root@box1 ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#  all kernel and initrd paths are relative to /boot/, eg.
#  root (hd0,0)
#  kernel /vmlinuz-version ro root=/dev/mapper/VolGroup00-root
#  initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Scientific Linux (2.6.32-131.6.1.el6.i686)
root (hd0,0)
kernel /vmlinuz-2.6.32-131.6.1.el6.i686 ro 
root=/dev/mapper/VolGroup00-root rd_LVM_LV=VolGroup00/root 
rd_MD_UUID=7de7cd96:af11926f:9bbc215a:dcac472c rd_LVM_LV=VolGroup00/swap 
rd_NO_LUKS rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc 
KEYTABLE=us crashkernel=auto rhgb quiet biosdevname=0
initrd /initramfs-2.6.32-131.6.1.el6.i686.img

Jeff

On Feb 7, 2013, at 9:54 AM, Tobias Gablunsky wrote:

> I always just remove the /etc/grub.conf and replace it with a symlink to 
> /boot/grub/grub.conf.
> 
> rm /etc/grub.conf
> ln -s /boot/grub/grub.conf /etc/grub.conf
> 
> This works with the next kernel update, too.
> 
> Tobias
> 
>> 
>> I noticed in yum this morning that there was a new kernel 
>> installed (I'm on 5107R):
>>   2.6.32-279.22.1.el6.i686
>> 
>> However, after a restart of my box, I'm still on 
>> 2.6.32-131.6.1.el6.i686
>> 
>> Is my grub.conf not being updated? Or is this normal behavior?
>> 
>> Thanks in advance;
>> Jeff
>> ___
>> Blueonyx mailing list
>> Blueonyx@mail.blueonyx.it
>> http://mail.blueonyx.it/mailman/listinfo/blueonyx
>> 
> 
> ___
> Blueonyx mailing list
> Blueonyx@mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx


___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:12166] Re: Current Kernel?

2013-02-07 Thread Jeff Folk
On Feb 7, 2013, at 9:54 AM, Tobias Gablunsky wrote:

> 
> Jeff,
> Change the grub.conf
> from this
> default=4
> to this
> default=0
> Then reboot
> RC

Interesting. . . already set:

[root@box1 ~]# cat /etc/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#  all kernel and initrd paths are relative to /boot/, eg.
#  root (hd0,0)
#  kernel /vmlinuz-version ro root=/dev/mapper/VolGroup00-root
#  initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
serial --unit=0 --speed=38400 --word=8 --parity=no --stop=1
terminal --timeout=0 serial console
hiddenmenu
title Scientific Linux (2.6.32-279.22.1.el6.i686)
root (hd0,0)
kernel /vmlinuz-2.6.32-279.22.1.el6.i686 ro 
root=/dev/mapper/VolGroup00-root rd_LVM_LV=VolGroup00/root 
rd_MD_UUID=7de7cd96:af11926f:9bbc215a:dcac472c rd_LVM_LV=VolGroup00/swap 
rd_NO_LUKS rd_NO_DM LANG=en_US SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc 
KEYTABLE=us crashkernel=auto rhgb quiet
console=tty0 console=ttyS0,38400
initrd /initramfs-2.6.32-279.22.1.el6.i686.img
title Scientific Linux (2.6.32-279.19.1.el6.i686)
root (hd0,0)
kernel /vmlinuz-2.6.32-279.19.1.el6.i686 ro 
root=/dev/mapper/VolGroup00-root rd_LVM_LV=VolGroup00/root 
rd_MD_UUID=7de7cd96:af11926f:9bbc215a:dcac472c rd_LVM_LV=VolGroup00/swap 
rd_NO_LUKS rd_NO_DM LANG=en_US SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc 
KEYTABLE=us crashkernel=auto rhgb quiet
console=tty0 console=ttyS0,38400
initrd /initramfs-2.6.32-279.19.1.el6.i686.img
title Scientific Linux (2.6.32-131.6.1.el6.i686)
root (hd0,0)
kernel /vmlinuz-2.6.32-131.6.1.el6.i686 ro 
root=/dev/mapper/VolGroup00-root rd_LVM_LV=VolGroup00/root 
rd_MD_UUID=7de7cd96:af11926f:9bbc215a:dcac472c rd_LVM_LV=VolGroup00/swap 
rd_NO_LUKS rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc 
KEYTABLE=us crashkernel=auto rhgb quiet
console=tty0 console=ttyS0,38400
initrd /initramfs-2.6.32-131.6.1.el6.i686.img

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:12165] Re: Current Kernel?

2013-02-07 Thread Tobias Gablunsky
I always just remove the /etc/grub.conf and replace it with a symlink to 
/boot/grub/grub.conf.

rm /etc/grub.conf
ln -s /boot/grub/grub.conf /etc/grub.conf

This works with the next kernel update, too.

Tobias

> 
> I noticed in yum this morning that there was a new kernel 
> installed (I'm on 5107R):
>2.6.32-279.22.1.el6.i686
> 
> However, after a restart of my box, I'm still on 
> 2.6.32-131.6.1.el6.i686
> 
> Is my grub.conf not being updated? Or is this normal behavior?
> 
> Thanks in advance;
> Jeff
> ___
> Blueonyx mailing list
> Blueonyx@mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
> 

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:12164] Re: Current Kernel?

2013-02-07 Thread Richard Barker
Jeff,
Change the grub.conf
from this
default=4
to this
default=0
Then reboot
RC

-- 
+-+
  Richard C. Barker Sr.
  CEO & President
  1-800-510-3139
  ProBass Networks Inc.
http://www.probassnetworks.net
http://www.probass.net
  ***
  DISCLAIMER : -
  This e-mail is confidential and intended only for the use
  of the individual or entity named above and may contain
  information that is privileged. If you are not the intended
  recipient, you are notified that any dissemination, distribution
  or copying of this e-mail is strictly prohibited. If you have
  received this email in error, please notify us immediately
  by return email or telephone and destroy the original message.
+-+

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:12163] Current Kernel?

2013-02-07 Thread Jeff Folk
I noticed in yum this morning that there was a new kernel installed (I'm on 
5107R):
   2.6.32-279.22.1.el6.i686

However, after a restart of my box, I'm still on 2.6.32-131.6.1.el6.i686

Is my grub.conf not being updated? Or is this normal behavior?

Thanks in advance;
Jeff
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx