LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 02-03-2003, 03:01 AM   #1
TheMad
LQ Newbie
 
Registered: Jan 2003
Posts: 29

Rep: Reputation: 15
Errors on booting up


Well, I just finished compiling and installing my LFS 4.0 system and I tried booting into it for the first time and got 3 errors. The first one was easy to fix (I mounted all my other partitions but forgot to create the folders where they were supposed to go).

The next one goes someting like this:

SIOCDELRT: No such process [FAILED]

Then, shortly thereafter, it told me:

eth0: unknown interface: No such device [FAILED]

Now, I know that my network card works as I'm using it right not to type this. I'm just curious. Is there some way to use Slackware's netconfig program in LFS. I've tried copying the binaries over, but that doesn't really help.

If thats not an option, is there some other way to make it recognize my network card? And what is SIOCDELRT?

One other question I've got. Where does LFS keep its equivelant of /etc/rc.d/rc.modules/?

*edit* Oh, and one last question. I tried doing adduser as root but it didn't recognize the command. Is this normal or does it mean I've got deeper problems than just not getting online?

*edit #2* One last question (I promise!). Now that I've installed LFS is it ok to delete /static/?

TheMad

Last edited by TheMad; 02-03-2003 at 03:11 AM.
 
Old 02-04-2003, 02:03 AM   #2
PTBmilo
Member
 
Registered: Jan 2003
Posts: 167

Rep: Reputation: 30
well, Congrats on getting this far... the battle is over, now the fun begins!

SIOCDELRT:

This is telling you that the kernel has a problem w/ your network card (as you said). You are going to re-compile your kernel and either build the driver into the kernel, or as a module. What card do you have, or better yet, do you know the module that you are using in slack? (you might be able to check out /etc/modules.conf and get it)

cd /usr/src/linux
make menuconfig #This is where you can configure it all
make dep
make bzImage
make modules
make modules_install

2) no, LFS doesn't have the rc.modules. If you have looked at the rc.d tree, you'll notice that all of the bootup files are in /etc/rc.d/init.d and they are linked to from /etc/rc.d/rc[0-6].d.

If you want to add some modules, you are going to need to edit the existing scripts, or write your own (from scratch, remember . I would suggeest just compiling a lot of stuff into the kernel at first so you don't have to deal with modules that much. After that, you can read up on using modules and then play around with them.

3) it's 'useradd', you had it backwards... I always thought it should be your way too though ;-)

4) You can definitly delete it, or you can tar & bzip2 it up so that you can use it later (if you REALLY fsck up your system) so that you don't have to go through that whole first step again.

Well, have fun!

-Milo

EDIT:
I just checked out the adduser program that is on my slack box, it's just a shell script. You can probably copy it over to your LFS partition and use it just fine.

Last edited by PTBmilo; 02-04-2003 at 02:13 AM.
 
Old 02-04-2003, 04:50 PM   #3
TheMad
LQ Newbie
 
Registered: Jan 2003
Posts: 29

Original Poster
Rep: Reputation: 15
Ah, many thanks for the help.

TheMad
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Booting Slackware 9.1 errors xenia Linux - Newbie 4 04-16-2004 10:10 AM
Booting Slackware 9.1 errors PhuckFonix Slackware 1 03-28-2004 12:20 PM
Booting slack 9 errors nixnoobie Slackware 6 06-05-2003 07:35 AM
booting - modules errors elist Linux - General 3 02-01-2002 04:54 AM
Booting Errors goochable Linux - Software 1 04-10-2001 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 08:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration