Sponsored Content
Full Discussion: Linux Kernel upgrade
Top Forums UNIX for Dummies Questions & Answers Linux Kernel upgrade Post 34921 by oombera on Friday 21st of March 2003 12:26:06 PM
Old 03-21-2003
I don't know anything about this, but I found a few similar situations on google. Here's a mailing list that had a few recommendations.
Quote:
[Tfug] Newbie question
Tue Jan 28 11:21:01 2003

Previous message: [Tfug] Newbie question
Next message: [Tfug] Another question
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

--------------------------------------------------------------------------------

You may want to try an AA patch.

ftp://ftp.kernel.org:/pub/linux/kern....4.18rc4aa1.gz

From /home/scott/junk/linux/linux:
gunzip ../2.4.18rc4aa1.gz && patch -Np1 -i ../2.4.18rc4aa1

AA patch is a pretty comprehensive patch. Includes many of my favorite
patches including PTE and Himem. Even if it doesn't work. It's a
must-have patch.

Aside from that though, looks like you may have conflicts with your
kernel optimizations and the libc you are using. You could do a few
things in this case.

Copy include/linux to /usr/include or find out what your CFLAGS are at
compile time. Is Dev86 installed?

-Leo Przybylski

>Hello all,
>
>I am running Redhat 8.0 on my laptop using a 2.4.18 kernel. In the interest
>of learning more about Linux, I decided to compile my own Kernel. I downloaded
>2.4.20 from Kernel.org and did a "make xconfig" "make clean" "make depend"
>which went fine. When I got to 'make bzImage' I got the following error
>message:
Code:
>/home/scott/junk/linux/linux/include/asm/system.h:148:9: warning: multi-line
>str
>ing literals are deprecated
>timer.c:35: conflicting types for `xtime'
>/home/scott/junk/linux/linux/include/linux/sched.h:537: previous declaration
>of
>`xtime'
>make[2]: *** [timer.o] Error 1
>make[2]: Leaving directory `/home/scott/junk/linux/linux/kernel'
>make[1]: *** [first_rule] Error 2
>make[1]: Leaving directory `/home/scott/junk/linux/linux/kernel'
>make: *** [_dir_kernel] Error 2

>Of course it shut down after that. Could someone explain how I am getting
>a conflicting 'xtime' error.
>
>Also, all the books I am reading state that I need to softlink this to Lilo
>using Liloconfig. The problem is that I am using Grub2 for this computer
>so running liloconfig is not an option. There is no grubconfig that I can
>find but I only used the "whereis" and "which" command to try and find it.
>
>FYI: I am using grub2 not only to load different kernels but also to load
>Win2K if that makes a difference.
>
>Any suggestions??
>
>Scott

Last edited by oombera; 02-16-2004 at 02:33 PM..
 

5 More Discussions You Might Find Interesting

1. Red Hat

How to upgrade kernel form 2.4 to 2.6

Hello, How to upgrade kernel from 2.4 to 2.6. Currently i am using rhel3 i want to upgrade it to 2.6 Please provide me the steps. Prashant (1 Reply)
Discussion started by: prashant_ohol
1 Replies

2. Red Hat

Kernel can not boot after upgrade on Fedora OS 15.

Hello, everyone. I am using Fedora 15, and want to upgrade to version 16. I follow the official link Upgrading Fedora using yum - FedoraProject to upgrade my OS by the following command: yum update kernel* --releasever=16 yum groupupdate Base --releasever=16 reboot After reboot, OS... (2 Replies)
Discussion started by: 915086731
2 Replies

3. Hardware

kernel upgrade turn amd video graphics experience sluggish

Hi, I would like to ask related to video graphics driver specifically the AMD (radeon HD 7000 series) or had someone with the same experience or problem that im currently experiencing and willing to share some info. I understand that the kernel is self contain it will not affect the installed... (3 Replies)
Discussion started by: jao_madn
3 Replies

4. Solaris

LU upgrade for kernel

Hi Guys, I am getting into patching activity now a days. I had already done kernel upgrade through LU. My doubt is if i had to install 3 patches to get my system to current available patch level, can i directly patch one by one on an inactive LU and once done i can activate it later on or... (3 Replies)
Discussion started by: Rockyc3400
3 Replies

5. Red Hat

Kernel Upgrade

Dear All , I want upgrade my kernel version from kernel-2.6.18-164.el5 to kernel-2.6.18-199.el5. We have RED HAT Linux Server Red Hat Enterprise Linux Server release 5.4 (Tikanga). Kindly let me know where we can download this particular RPM. if we want to download from RHN , pl let... (0 Replies)
Discussion started by: jegaraman
0 Replies
CTRLALTDEL(8)						       System Administration						     CTRLALTDEL(8)

NAME
ctrlaltdel - set the function of the Ctrl-Alt-Del combination SYNOPSIS
ctrlaltdel hard|soft DESCRIPTION
Based on examination of the linux/kernel/sys.c code, it is clear that there are two supported functions that the Ctrl-Alt-Del sequence can perform: a hard reset, which immediately reboots the computer without calling sync(2) and without any other preparation; and a soft reset, which sends the SIGINT (interrupt) signal to the init process (this is always the process with PID 1). If this option is used, the init(8) program must support this feature. Since there are now several init(8) programs in the Linux community, please consult the documentation for the version that you are currently using. ctrlaltdel is usually used in the /etc/rc.local file. OPTIONS
-V, --version Output version information and exit. -h, --help Display help and exit. FILES
/etc/rc.local SEE ALSO
init(8) AUTHOR
Peter Orbaek <poe@daimi.aau.dk> AVAILABILITY
The ctrlaltdel command is part of the util-linux package and is available from Linux Kernel Archive <ftp://ftp.kernel.org/pub/linux/utils /util-linux/>. util-linux August 2011 CTRLALTDEL(8)
All times are GMT -4. The time now is 08:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy