Discussion:
Update for kernel-thinclient
Norman Gaywood
2013-01-17 04:34:55 UTC
Permalink
Hi all,

Is there a way to update the kernel-thinclient kernel to be the latest SL
kernel?

I currently have some display hardware not supported by
kernel-thinclient-2.6.32-131.6.1.el6.i686.rpm<http://mplug.org/~k12linux/rpm/el6/i686/kernel-thinclient-2.6.32-131.6.1.el6.i686.rpm>
--
Norman Gaywood, Computer Systems Officer
University of New England, Armidale,
NSW 2351, Australia

***@une.edu.au Phone: +61 (0)2 6773 2412
http://mcs.une.edu.au/~norm Fax: +61 (0)2 6773 3312

Please avoid sending me Word or Power Point attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Johan Vermeulen
2013-01-17 13:15:23 UTC
Permalink
+1. this would maybe solve some of my problems too
Post by Norman Gaywood
Hi all,
Is there a way to update the kernel-thinclient kernel to be the latest
SL kernel?
I currently have some display hardware not supported by
kernel-thinclient-2.6.32-131.6.1.el6.i686.rpm
<http://mplug.org/%7Ek12linux/rpm/el6/i686/kernel-thinclient-2.6.32-131.6.1.el6.i686.rpm>
--
Norman Gaywood, Computer Systems Officer
University of New England, Armidale,
NSW 2351, Australia
(0)2 6773 2412
+61 (0)2 6773 3312
Please avoid sending me Word or Power Point attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see<http://www.k12os.org>
Wadim Incognito
2013-01-23 06:27:35 UTC
Permalink
Yes, you can (for EL chroot):
Go to LTSP chroot:

su
cd /opt/ltsp/i386
setarch i386 chroot .
mount -t proc proc /proc

Update SL in Chroot:
yum update
yum clean all
yum --releasever=6.3 update sl-release
yum update
yum clean all

Install Generic SL kernel:
yum install kernel

That's all, now you have SL 6.3 latst kernel, and updated chroot. 
 
Post by Johan Vermeulen
+1. this would maybe solve some of my problems too
Post by Norman Gaywood
Hi all,
Is there a way to update the kernel-thinclient kernel to be
the latest SL kernel?
Post by Johan Vermeulen
Post by Norman Gaywood
I currently have some display hardware not supported by  kernel-thinclient-2.6.32-131.6.1.el6.i686.rpm
--
Norman Gaywood, Computer Systems Officer
University of New England, Armidale,
NSW 2351, Australia
http://mcs.une.edu.au/~norm    Fax:   +61 (0)2 6773 3312
Please avoid sending me Word or Power Point attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
_______________________________________________
K12OSN mailing list
Post by Johan Vermeulen
Post by Norman Gaywood
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Post by Johan Vermeulen
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see < http://www.k12os.org >
William Fragakis
2013-01-23 17:38:39 UTC
Permalink
Message: 1
Date: Wed, 23 Jan 2013 10:27:35 +0400
To: Support list for open source software in schools.
Subject: Re: [K12OSN] Update for kernel-thinclient
Content-Type: text/plain; charset="utf-8"
su
cd /opt/ltsp/i386
setarch i386 chroot .
mount -t proc proc /proc
yum update
yum clean all
yum --releasever=6.3 update sl-release
yum update
yum clean all
yum install kernel
That's all, now you have SL 6.3 latst kernel, and updated chroot.?
Not quite :-)

umount /proc /## don't know if still the case but this used to mucks up
client /etc/fstab if you didn't
exit
ltsp-update-kernels ##so client has boot image for new kernel
ltsp-update-image ## if you are booting off nbd image,
?
???????, 17 ?????? 2013, 14:15 +01:00 ?? Johan Vermeulen
Post by Johan Vermeulen
+1. this would maybe solve some of my problems too
Post by Norman Gaywood
Hi all,
Is there a way to update the kernel-thinclient kernel to be
the latest SL kernel?
Post by Johan Vermeulen
Post by Norman Gaywood
I currently have some display hardware not supported by?
kernel-thinclient-2.6.32-131.6.1.el6.i686.rpm
Post by Johan Vermeulen
Post by Norman Gaywood
--
Norman Gaywood, Computer Systems Officer
University of New England, Armidale,
NSW 2351, Australia
http://mcs.une.edu.au/~norm ? ?Fax: ? +61 (0)2 6773 3312
Please avoid sending me Word or Power Point attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Loading...