LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-01-2011, 05:59 AM   #61
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0

root [ ~ ]# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2709 21760011 7 HPFS/NTFS
/dev/sda2 2710 9729 56388150 f W95 Ext'd (LBA)
/dev/sda5 2710 7047 34844953+ 7 HPFS/NTFS
/dev/sda6 7048 9530 19944666 83 Linux
/dev/sda7 9531 9729 1598436 82 Linux swap / Solaris
by seeing this info you can tell me
plz help me
 
Old 05-01-2011, 06:16 AM   #62
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
Quote:
sda6 -lfs
in my case hard drive number?
As stated in the book(!!): (hdn,m), where n is the hard drive number and m is the partition number.
sda1 would be (hd0,1), sdb3 would be (hd1,3) and sda2 would be (hd0,2)

So: sda6 would be (hd0,6) and not (sda,6)

Quote:
instead of slap me (your words look like)
What do you expect me to do?
- You still don't have a clue what it is you are doing,
- you don't answer my questions,
- you don't read/understand what's in the book
- and you still do not spell out your words......

Guess we are back to post #35
 
Old 05-01-2011, 06:58 AM   #63
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
thanks for reply
i am giving ans for your questions as on
i am very much hurry to complete the lfs,that is why i am not catching/understanding what is in the book
i am poor in english,when you point out me regarding words,that day onwards i fogrget to write shortcuts
i am very sorry,for all the things
--------------------------------------------
what shall do now
as i told you when i done testing +configaration its rebooted and booted from lfs-livecd.
will it be still there what i have done till now, if so how can i reach to chapter 8 or shall i start from chapter2 again

thanku so much
 
Old 05-01-2011, 11:00 AM   #64
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by janakiramulu View Post
i am giving ans for your questions
The word is answer, not ans.
That was pointed out to you many posts before. You still don't care.

Quote:
i am very much hurry to complete the lfs,that is why i am not catching/understanding what is in the book
If you don't take the time to even try to understand what you are doing making a LFS build is absolutely pointless.
That was pointed out to you many posts before. You still don't care.

Quote:
so how can i reach to chapter 8 or shall i start from chapter2 again
Both options are no use for you. You are not trying to understand what you are doing, and you still have not learned your basics or are looking for a solution in the manuals. If you have a problem with Grub, look into the Grub manuals.
That was pointed out to you many posts before. You still don't care.

That all sums up to one essential sentence: That was pointed out to you many posts before. You still don't care.

So why should we care to help you with a problem you are not even trying to understand?
 
Old 05-07-2011, 12:29 AM   #65
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna

i got success lfs-6.7
without your help i cant do it success,thanku so much
finally i done 8.4.3 testing and configuration
its rebooted i removed lfs-cd then i pressed enter
after some time grub menu shown with 2-options-in that i selected linux 2.6.35.4-lfs-6.7
then right now i am 'janu-lfs login:' prompt

1q)do i need to enter password here at login prompt [ janu-lfs login:]
2q) how can i shutdown,again start i need to check my lfs
[here onwards no need to keep the power on right?]
once again thanks druuna
 
Old 05-07-2011, 12:46 AM   #66
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
type root at login and password as a user has not been created yet
 
Old 05-07-2011, 03:40 AM   #67
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:
Originally Posted by janakiramulu View Post
i got success lfs-6.7
Congratulations, you just finished building a complete, although still very basic, Linux system. I do hope you learned something along the way.

Quote:
without your help i cant do it success,thanku so much
You're welcome
 
Old 05-09-2011, 12:48 AM   #68
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
hi druuna
i just started blfs
today i restarted my system[yesterday i was shutdown it]
on tty1,
janu-lfs login:janu
result
-bash-4.1$ls
result : Downloads, Documents,Pictures
-bash-4.1$mkdir sources
-bash-4.1$cd sources
-bash-4.1$tar -jxf gpm-1.20.6.tar.bz2 ///from tty2 i copeid gpm package to /home/janu/sources
--bash-4.1$cd gpm-1.20.6
--bash-4.1$pwd
result below
/home/janu/sources/gpm-1.20.6
-bash-4.1$ ./configure --prefix=/usr --sysconfdir=/etc &&
>make
-bash-4.1$ here i typed as you said in thread [post no-2]
http://www.linuxquestions.org/questi...6-blfs-869256/

make install &&
install-info --dir-file=/usr/share/info/dir /usr/share/info/gpm.info &&
ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so &&

install -v -m644 conf/gpm-root.conf /etc &&
install -v -m755 -d /usr/share/doc/gpm-1.20.6 &&
chmod -v 755 doc/{changes,support} &&

chmod -v 644 doc/{changes/*,support/*,FAQ,HACK_GPM,README*} &&
cp -v -R doc/{FAQ,HACK_GPM,README*,changes,support} /usr/share/doc/gpm-1.20.6

result: is errors like below
make[1]:***[install] Error1
make:***[do-install]Error1
-bash-4.1$

is that mistake by typing or anything
[i use only one space between command and &&]
any idea?
thanks
 
Old 05-09-2011, 01:03 AM   #69
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
oh i am sorry i am trying to install via user ,not root
i need to do below one as root right?

make install &&
install-info --dir-file=/usr/share/info/dir /usr/share/info/gpm.info &&
ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so &&
install -v -m644 conf/gpm-root.conf /etc &&
install -v -m755 -d /usr/share/doc/gpm-1.20.6 &&
chmod -v 755 doc/{changes,support} &&
chmod -v 644 doc/{changes/*,support/*,FAQ,HACK_GPM,README*} &&
cp -v -R doc/{FAQ,HACK_GPM,README*,changes,support} /usr/share/doc/gpm-1.20.6
 
Old 05-09-2011, 01:45 AM   #70
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,

That info is in the BLFS book: Notes on Building Software Especially this part Building Software as an Unprivileged (non-root) User

PS: Can you start a new thread if you any more questions, this isn't LFS (or more specific: changing ownership) specific. Can you also put up the [SOLVED] tag for this thread.
 
  


Reply

Tags
lfs, permission, user



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
[SOLVED] chown: changing ownership of `<file>': Operation not permitted schuurs Linux - General 14 06-26-2013 05:15 PM
5.32. Changing Ownership - Operation not permitted basheer Linux From Scratch 6 05-17-2012 04:57 AM
changing ownership of 'file name' : operation not permitted Virgil B Linux - Newbie 9 10-15-2010 05:16 PM
chmod: changing permissions of `public_html': Operation not permitted painterj Linux - Newbie 11 04-09-2010 09:40 PM
failed to preserve ownership operation not permitted yogks Linux - Software 1 11-27-2008 04:54 PM

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

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