For user's using red hat enterprise linux centos v5 .. it give's a Journal commit I/O error over terminal after running O.S. from 4 mins to 4 hrs. any time only in few systems .. (this is due to deprived hardware support ) .This is big problem . I consulted many service centers .after replacing all hardwares the problem was unresolvable ..
Solution :-
1) boot your O.S. with that errorful kernel and open terminal and type ..
uname -a and press enter ...
2) This wiil give you the current kernel details like version etc .. note down the current kernel version . now download the 2.6.17.8 kernel version using wget , enter:
3)Then upgrade your kernel by Kernel Compilation technique .. (blog availaible for kernel compilation too)
Solution :-
1) boot your O.S. with that errorful kernel and open terminal and type ..
uname -a and press enter ...
2) This wiil give you the current kernel details like version etc .. note down the current kernel version . now download the 2.6.17.8 kernel version using wget , enter:
$
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.8.tar.gz
--17:44:55-- http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.8.tar.gz
=> `linux-2.6.17.8.tar.gz'
Resolving www.kernel.org... 204.152.191.5, 204.152.191.37
Connecting to www.kernel.org|204.152.191.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 51,707,742 (49M) [application/x-gzip]
100%[=============================================>] 51,707,742 35.25K/s
ETA 00:00 18:02:48 (47.12 KB/s) - `linux-2.6.17.8.tar.gz' saved [51707742/51707742]
3)Then upgrade your kernel by Kernel Compilation technique .. (blog availaible for kernel compilation too)
:a
ReplyDelete