LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-02-2007, 10:00 PM   #31
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15

When i run fsck then>>
Quote:
fsck 1.39 (29-May-2006)
e2fsck 1.39 (29-May-2006)
/dev/hda10 is mounted.

WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.

Do you really want to continue (y/n)? yes

fsck.ext3: No such file or directory while trying to open /dev/hda10

The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

root:/#
And when run cfdis then it dosn't show any partiton then give error>>>
Quote:
FATAL ERROR: Cannot open disk drive
Press any key to exit cfdisk
 
Old 03-05-2007, 07:00 AM   #32
biniou
Member
 
Registered: Feb 2007
Location: Belgium
Distribution: Ubuntu (7.04), (B)LFS (6.2), ...
Posts: 105

Rep: Reputation: 15
I never had such an error ... Guess you should try what the fsck tells you (e2fsck -b 8193 <device>)

If you have nothing important on your drive yet, it would be a good idea to format it again ...
 
Old 03-05-2007, 08:31 AM   #33
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
ohh i am lucky i have not loss any data...
But one thing buddy.>>
When i checked /sbin and find "udevstart" i am very dispointed becouse i have not fine udevstart file.Is due to this problem i am not config GRUB.Is this resone for GRUB error if yes then plz tell me what can i do to slove this problem.Becouse when i run "/sbin/udevstart" then i have found a messages

Quote:
bash: /sbin/udevstart: No such file or directory
Thanx buddy.
 
Old 03-06-2007, 01:40 AM   #34
biniou
Member
 
Registered: Feb 2007
Location: Belgium
Distribution: Ubuntu (7.04), (B)LFS (6.2), ...
Posts: 105

Rep: Reputation: 15
Hello !

What about trying this ?

/usr/bin/install -c udevstart /sbin/udevstart
 
Old 03-07-2007, 09:05 AM   #35
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hello Biniou

I think, i am trap in big trouble?
This is the out put
Quote:
root:/# /usr/bin/install -c udevstart /sbin/udevstart
/usr/bin/install: cannot stat `udevstart': No such file or directory
root:/#
When i was checked "usr/bin"directory i was not found udevstart file but i have found udevinfo and udevtest.When i am run udevtest then it was given me this messages:-
Quote:
root:/# /usr/bin/udevtest
"main: Usage: udevtest <devpath>"
root:/#
Tell me what can i do to solve this problem?
Thanx

Last edited by calling_u3; 03-07-2007 at 09:09 AM.
 
Old 03-08-2007, 02:18 AM   #36
biniou
Member
 
Registered: Feb 2007
Location: Belgium
Distribution: Ubuntu (7.04), (B)LFS (6.2), ...
Posts: 105

Rep: Reputation: 15
I think you should try to build udev again ...

I don't know how you manage to have so much problem with an LFS install with LiveCD ... You're impressive !
 
Old 03-10-2007, 09:07 AM   #37
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hi Biniou
Thanx for motivation
Now i am complete this LFS system
but at last i have a problem when i am loging root account then i have found a messages: >>

Quote:
Las login: Sun Mar 11 01:37:44 +0530 2007 on
No mail.
-bash: /etc/profile: line 3: syntax error near unexpected token '<'
-bash: /etc/profile: line 3: 'export LANG=<ll>_<CC>.<charmap><@modifiers>'
-bash-3.1# startx
-bash: startx: command not found
Now tell me how can export ENGLISH language, and some keys are not working and one key is swaped when i pressed "Y" then it display "Z" and when presses "Z" then it display "Y".
And also tell me how can use graphical interface with my new build LFS system.
 
Old 03-10-2007, 10:03 PM   #38
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
HI biniou
Now i am solve this problem of export LANG="C".
Now tell me how can solve the keymap problem becouse some chracter does not work or give me other output like i told you in my above post.
And aslo tell me how can install graphical interface on my newly build LFS system.

Thanx
 
Old 03-11-2007, 01:29 PM   #39
biniou
Member
 
Registered: Feb 2007
Location: Belgium
Distribution: Ubuntu (7.04), (B)LFS (6.2), ...
Posts: 105

Rep: Reputation: 15
Hello !

Congratulations on finishing this LFS install !

To get an X server running, you should install it before trying to launch it (X is not included in LFS book ... For that, you should use BLFS book, available on the same website than LFS)

For the keymap, I know everything is described in the book, but I cannot recall everything as I had to make a lot of trial/error to make it so I wanted (really easy to configure keymap for X, but console was another thing)
 
Old 03-12-2007, 09:45 PM   #40
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hi Biniou
Thank you very much.
You are give me lot’s of help without your help and encourage it is not possible for me to complete this LFS system
If you don’t mined I will be give you a request.

Actually am doing computer engineering (diploma) in INDIA and I was submitted LFS as my major project so.

I want to mention your name in my project as a friend who gives me lots of help to build this project. (So if u doesn’t mine then please give me your full name and your country so that I will be mentioning your name in my project summery.)

And I hop you will be always remember me.
Thank you, Biniou.

Last edited by calling_u3; 03-12-2007 at 09:47 PM.
 
Old 03-13-2007, 10:56 AM   #41
biniou
Member
 
Registered: Feb 2007
Location: Belgium
Distribution: Ubuntu (7.04), (B)LFS (6.2), ...
Posts: 105

Rep: Reputation: 15
Hello !

I tried to use the mailing functionality to reply to you ... Hope this worked, otherwise just tell me and we'll figure something

Regards,
Biniou
 
Old 03-14-2007, 10:53 AM   #42
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Ok buddy
Thank you very much..
Have nice day.
good luck.
 
Old 03-30-2007, 05:08 AM   #43
zalmaygul
LQ Newbie
 
Registered: Feb 2007
Posts: 13

Rep: Reputation: 0
Dear calling_u3
Seems you have successfully problem of
/sbin/udevstart
I am facing the same problem but you have not mentioned your successfull experience of this problem Will you please share it with cause I am stuck at grub and believe it may be because of /sbin/udevstart
i'll appreciate your help in this please
zalmay
 
Old 03-30-2007, 10:12 PM   #44
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hello zalmaygul
If u have problem in /sbin/udevstart then again compile the udev and find "udevstart" file which one easily in the compiled folder of udev and then paste this file in /sbin folder.
Actually when i was install the udev then it was not installed the udevstart file so i was use this method.
This way i was solved this problem. Try it may be work.
Thanx
 
Old 04-01-2007, 11:19 PM   #45
zalmaygul
LQ Newbie
 
Registered: Feb 2007
Posts: 13

Rep: Reputation: 0
Thanks calling_u3

I am going to apply steps you mentioned And will inform you latter win I finish.

zalmay
 
  


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
Configure: error: cannot compute sizeof (long double) in glibc pass 2 irfanali Linux From Scratch 29 02-03-2010 06:48 AM
Double size option on XMMS problem using edgy impeteperry Ubuntu 6 03-28-2007 08:51 AM
XMMS Double size problem impeteperry Ubuntu 0 11-15-2006 02:38 PM
long double problem Xentar Linux From Scratch 1 05-22-2006 01:07 PM
Help! 2.4.29 + nptl = glibc error: cannot compute (long double), 77 Yerp Linux From Scratch 3 03-25-2005 06:28 PM

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

All times are GMT -5. The time now is 07:31 PM.

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