LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-14-2010, 10:32 PM   #16
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Original Poster
Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406

set | grep -i input comes up null
 
Old 09-15-2010, 01:42 AM   #17
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

How about the other point I mentioned in post #15 (permissions of /etc/inputrc)??

Another thing that comes to mind: Did you create the /etc/profile.d/readline.sh file as mentioned here? (halfway down the page).

BTW: Most of the files mentioned in The Bash Shell Startup Files are needed for a smooth bash experience.

Hope this helps.
 
Old 09-15-2010, 02:16 AM   #18
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Original Poster
Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
hmm that sort of helped but now it wraps to the second line, pushes the prompt off the left side of the screen in the process, and then scrolls on into infinity on the second line
 
Old 09-15-2010, 02:38 AM   #19
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

I get the feeling that not everything bash related is (correctly?) installed (yet?). Which chapters did you do and which (parts of) chapters did you skip? Most of BLFS chapter 3 should be done already.

Don't focus on X at the moment. Log out and log in into a normal console and check if all the files needed are actually present, have the correct content and permissions. I'm especially referring to the The Bash Shell Startup Files chapter, but you need to check the others too.

For example:
- Is horizontal-scroll-mode still set to off,
- Are /etc/profile and /etc/bashrc present and correct,
- etc.

Hope this helps.
 
Old 09-15-2010, 10:07 AM   #20
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Original Poster
Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
hmm well i went back and did the bash shell files and thats what got me to the above part
yes there is a /etc/profile
and yes there is a /etc/bashrc
are they correct? well as correct as they can be having copy/pasted the echo << .. EOF statements into an xterminal
and yes horiz scroll mode is still off
 
Old 09-15-2010, 10:43 AM   #21
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

Quote:
yes there is a /etc/profile
and yes there is a /etc/bashrc
are they correct? well as correct as they can be having copy/pasted the echo << .. EOF statements into an xterminal
Did you actually check the content or assumed all was well after the copy-paste........

How did you copy and paste from an xterminal at that stage? X wasn't installed yet, you only have the CLI terminal to work with at that time. Or did you redo this chapter just now? As I already mentioned in post #19: Don't focus on X at the moment. Do all your editing, checking and debugging from the CLI. X is just an extra layer of uncertainty at the moment and it might not even work correctly due to the bash environment that seems to be incomplete and/or incorrect.

I hope it is the way you communicate, but I get the feeling that you haven't been checking much yourself. You only give short (half) answers to questions asked. For example: It seemed that you did not have the /etc/profile.d/readline.sh in place (I cannot be sure because this was your answer: hmm that sort of helped). Was it present but not correct, was it missing are any of the other files missing in /etc/profile.d?

What do you mean by this:
Quote:
hmm well i went back and did the bash shell files and thats what got me to the above part
If I read that correctly it says: I did that part already and that is what got me in trouble in the first place. But that cannot be correct, we did find one error already......

Please elaborate a bit more and try to be as detailed as possible.

Not to much to go on, but hope's it helps anyway!
 
Old 09-16-2010, 11:14 PM   #22
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Original Poster
Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
there, i attached a file with the contents of my inputrc and my profile.d scripts
and a copy of the output of 'set'
Attached Files
File Type: txt files.txt (1.9 KB, 11 views)
File Type: txt set.txt (2.3 KB, 13 views)
 
  


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
Running 12.2... A couple minor annoyances. berkough Slackware 8 04-20-2009 01:42 AM
Fedora 10 glitches: Graphics not working fine. crimsonflame123 Fedora 2 11-28-2008 07:58 AM
Couple Minor Default Ubuntu Annoyances GNewbie Ubuntu 2 04-07-2007 07:02 PM
A couple of things needing help with,,, longwolf Linux - Software 7 11-01-2004 08:06 AM
Just a couple of minor Boot questions... Bob Taylor Linux - General 3 03-17-2003 05:14 PM

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

All times are GMT -5. The time now is 01:56 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