Tags:
create new tag
,
view all tags
---+ Instalação de novo kernel no nó 68. ---++Description Mais uma tentativa para verificar problemas no nós da fase 3 quanto a montagem nfs: compilar o kernel. <pre> [root@sprace ~]# ssh -X node68 [root@node68 ~]# /etc/init.d/condor stop [root@node68 ~]# pwd /root [root@node68 ~]# mkdir src [root@node68 ~]# cd src/ [root@node68 src]# mkdir kernel [root@node68 src]# cd kernel/ [root@node68 kernel]# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.5.tar.gz [root@node68 kernel]# tar -xvzf linux-2.6.21.5.tar.gz [root@node68 kernel]# cd linux-2.6.21.5 [root@node68 linux-2.6.21.5]# make mrproper [root@node68 linux-2.6.21.5]# cp /boot/config-2.6.9-42.0.3.ELsmp .config [root@node68 linux-2.6.21.5]# make oldconfig </pre> Esta última irá perguntar sobre novas funcionalidades do kernel novo em relação ao antigo. Iremos instalar o necessário para rodar make xconfig. <pre> [root@node68 linux-2.6.21.5]# yum install qt-devel [root@node68 linux-2.6.21.5]# make xconfig [root@node68 linux-2.6.21.5]# make all </pre> Nervos de aço!! Instalando o novo kernel: <pre> [root@node68 linux-2.6.21.5]# make modules_install;make install [root@node68 linux-2.6.21.5]# vim /boot/grub/menu.lst </pre> Agora mude o default para apontar para o novo kernel. ---++Updates ---+++Fulano em dd/mm/aaaa Coloca o que fez. ---+++Ciclano em dd/mm/aaaa Mais comentarios -- Main.MarcoAndreFerreiraDias - 03 Jul 2007
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r1 - 2007-07-03
-
MarcoAndreFerreiraDias
Home
Site map
Main web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback