Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
08-27-2006, 11:22 AM
|
#16
|
Member
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205
Original Poster
Rep:
|
Quote:
Originally Posted by linuxhippy
|
Unfortunately I won't know if this is the solution because I will be away from Linux until October. When I get back though, the first thing I'll do is report back to this thread! =D
|
|
|
08-27-2006, 11:54 AM
|
#17
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
well, i just compiled and installed linux 2.4.33.2 on my slackware 10.2 box and it booted without any problems... so at the very least i can confirm that 2.4.33.2 works fine on slackware 10.2... keep in mind that i'm using the updated glibc packages from /patches...
|
|
|
08-27-2006, 04:25 PM
|
#18
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207
Rep:
|
Got it to boot 2.4.33.2 without patching glibc. I followed Pat's 2nd email that was posted that said it was a name problem...I changed 2.4.33.2 to 2.4.33 in the Makefile and the directory. Here's what I did step by step once I downloaded the tarball for kernel 2.4.33.2:
do this as a user in your home directory:
tar -xvvzf linux-2.4.33.2.tar.gz
mv linux-2.4.33.2 linux-2.4.33
cd linux-2.4.33
make mrproper
cp /boot/config-2.4.32 .config
pico -w Makefile
--change the 4th line to this:
EXTRAVERSION =
make oldconfig
make dep && make clean
change to root
cd ..
mv linux-2.4.33 /usr/src/
cd /usr/src
rm -r linux
ln -s linux-2.4.33 linux
cd linux
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.33
cp System.map /boot/System.map-2.4.33
cp .config /boot/config-2.4.33
cd /boot
mv System.map System.map.old
ln -s System.map-2.4.33 System.map
pico -w /etc/lilo.conf
add:
image = /boot/vmlinuz-2.4.33
root = /dev/hda1
label = Linux2433
read-only
lilo
reboot
|
|
|
08-27-2006, 11:10 PM
|
#19
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
so basically, just get rid of the EXTRAVERSION value, right?? i mean, everything else you posted is stuff you'd normally do no matter what... i would have never imagined it was so easy to work-around the issue... although personally i do prefer getting to the root of the problem and being able to get the kernel installed properly (full version name, etc.)... either way, it's a good tip for those that can't update glibc for whatever reason (and not just on slackware), thanks...
|
|
|
08-28-2006, 05:14 AM
|
#20
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207
Rep:
|
right...just take out the extraversion value. I also changed the name of the kernel directory before compiling the kernel so that it didn't have an extraversion val either. Easy fix!
|
|
|
08-28-2006, 07:55 AM
|
#21
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
AFAIK the directory name doesn't have any effect at all, though...
|
|
|
08-28-2006, 11:43 AM
|
#22
|
Senior Member
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207
Rep:
|
That's good to know...I wasn't sure so I tried it that way since kernel building on my old Slack server takes ~ 6 hours.
Last edited by linuxhippy; 08-28-2006 at 11:44 AM.
|
|
|
All times are GMT -5. The time now is 01:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|