Thank you every body for recommendations , I start to build LFS manually. On Wed, Aug 15, 2012 at 10:30 AM, <[email protected] > wrote:
> Send alfs-discuss mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://linuxfromscratch.org/mailman/listinfo/alfs-discuss > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of alfs-discuss digest..." > > > Today's Topics: > > 1. Re: alfs-discuss Digest, Vol 1078, Issue 1 (elham abbaszade) > 2. Re: I encounter with an error in nALFS when running a xml > file. (elham abbaszade) > 3. Re: I encounter with an error in nALFS when running a xml > file. (Pierre Labastie) > 4. Re: I encounter with an error in nALFS when running a xml > file. (James Robertson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 14 Aug 2012 11:11:05 +0430 > From: elham abbaszade <[email protected]> > Subject: Re: alfs-discuss Digest, Vol 1078, Issue 1 > To: [email protected] > Message-ID: > <CAEiLu=XFF5M=bL-= > [email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > no , there isn't a particular reason for building such an old version of > LFS and > using nALFS , I just want to learn about lfs and alfs . > > because of I don't find any document with jalfs subject about how to > install it and using it for building lfs , I practice it with nalfs , can > you help me and guide me how build lfs with jalfs ? > > Regards, Elham > > > > On Tue, Aug 14, 2012 at 10:30 AM, < > [email protected] > > wrote: > > > Send alfs-discuss mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://linuxfromscratch.org/mailman/listinfo/alfs-discuss > > or, via email, send a message with subject or body 'help' to > > [email protected] > > > > You can reach the person managing the list at > > [email protected] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of alfs-discuss digest..." > > > > > > Today's Topics: > > > > 1. I encounter with an error in nALFS when running a xml file. > > (elham abbaszade) > > 2. Re: I encounter with an error in nALFS when running a xml > > file. (Matthew Burgess) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Mon, 13 Aug 2012 15:50:46 +0430 > > From: elham abbaszade <[email protected]> > > Subject: I encounter with an error in nALFS when running a xml file. > > To: [email protected] > > Message-ID: > > <CAEiLu=WNZ= > > [email protected]> > > Content-Type: text/plain; charset="utf-8" > > > > I follow steps in Building LFS-6.0 with nALFS 1.2.3 > > < > > > http://www.linuxhomenetworking.com/forums/showthread.php/1320-Building-LFS-6-0-with-nALFS-1-2-3 > > > > > in step 7 , at "And do what it says press the m key to run the elements > we > > marked above and presto you lfs-6.0 system will start building." point , > I > > enter m key and chapter 5 is running that stoped with below error : > > > > ?????????????????????????????????????????????????? LFS.xml ????? nALFS > > 1.2.4 ??? > > ? * ! - LFS.xml ? > > ? * ! + Chapter 5 - Constructing a Temporary System ? > > ?-> + Chapter 6 - Installing Basic System Software ? > > ? + Chapter 7 - Setting Up System Bootscripts ? > > ? + Chapter 8 - Making the LFS System Bootable ? > > ? + Chapter 9 - The End ? > > ? + Finishing Up ? > > ? ? > > ? ? > > ? ? > > ???????????????????????????????????????????????????????? r s w h B ??? > > ?I: Executing system command in /: ? > > ?I: id -u lfs &> /dev/null || useradd -s /bin/bash -g lfs -m -k /dev/null > > l? > > ?fs ? > > ?-: id: lfs: No such user ? > > ?I: Executing system command in /: ? > > ?I: echo lfs:lf1nstl | chpasswd ? > > ?-: chpasswd: (user lfs) pam_chauthtok() failed, error: ? > > ?-: Authentication token manipulation error ? > > ?-: chpasswd: (line 1, user lfs) password not changed ? > > ?E: Execution failed (1). ? > > ?I: Total time executing: 00:00:00 ? > > ?????????????????????????????????????????????????????????????? T 00:00:01 > > [] ?? > > > > what I done to fix this error ? is this error meaning that the user don't > > exist or chpass command don't running ? > > > > > > this is the xml file : > > <alfs> > > > > <stage name="Adding the LFS User"> > > <execute command="groupadd -f lfs" /> > > > > <execute command="id -u &lfs-user; &> /dev/null || useradd -s > /bin/bash > > -g lfs -m -k /dev/null &lfs-user;" /> > > > > <execute command="echo &lfs-user;:&lfs-password; | chpasswd" /> > > > > <ownership user="&lfs-user;"> > > <name>&LFS;/tools</name> > > <name>&LFS;&build_dir;</name> > > </ownership> > > </stage> > > > > </alfs> > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: > > > http://linuxfromscratch.org/pipermail/alfs-discuss/attachments/20120813/019aa97f/attachment-0001.html > > > > ------------------------------ > > > > Message: 2 > > Date: Mon, 13 Aug 2012 7:36:41 -0600 > > From: Matthew Burgess <[email protected]> > > Subject: Re: I encounter with an error in nALFS when running a xml > > file. > > To: ALFS Discussion and Development List > > <[email protected]> > > Message-ID: > > <[email protected]> > > Content-Type: text/plain; charset="UTF-8" > > > > On Mon, 13 Aug 2012 15:50:46 +0430, elham abbaszade <[email protected]> > > wrote: > > > I follow steps in Building LFS-6.0 with nALFS 1.2.3 > > > < > > > http://www.linuxhomenetworking.com/forums/showthread.php/1320-Building-LFS-6-0-with-nALFS-1-2-3 > > > > > > > Is there a particular reason that you are building such an old version of > > LFS and > > using nALFS? > > > > My recommendation would be to build LFS-7.1 manually first, and then, > when > > you've succeeded with that, try out an automated build using jhalfs. > > > > Regards, > > > > Matt. > > > > > > > > ------------------------------ > > > > -- > > http://linuxfromscratch.org/mailman/listinfo/alfs-discuss > > FAQ: http://www.linuxfromscratch.org/faq/ > > Unsubscribe: See the above information page > > > > End of alfs-discuss Digest, Vol 1078, Issue 1 > > ********************************************* > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linuxfromscratch.org/pipermail/alfs-discuss/attachments/20120814/c47d5d7c/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Tue, 14 Aug 2012 12:05:46 +0430 > From: elham abbaszade <[email protected]> > Subject: Re: I encounter with an error in nALFS when running a xml > file. > To: [email protected] > Message-ID: > <CAEiLu=W_3DZpkXRXQqmRgpUka91uHyALaxPTkHym= > [email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > there isn't profile for LFS-7.1 in Index of > /alfs/downloads/profiles/lfs/stable< > http://lfs.osuosl.org/alfs/downloads/profiles/lfs/stable/>!!!! > how can I bulid LFS v7.1 with nALFS without its profile ? > > > > > > >> Message: 2 > >> Date: Mon, 13 Aug 2012 7:36:41 -0600 > >> From: Matthew Burgess <[email protected]> > >> Subject: Re: I encounter with an error in nALFS when running a xml > >> file. > >> To: ALFS Discussion and Development List > >> <[email protected]> > >> Message-ID: > >> <[email protected]> > >> Content-Type: text/plain; charset="UTF-8" > >> > >> On Mon, 13 Aug 2012 15:50:46 +0430, elham abbaszade <[email protected]> > >> wrote: > >> > I follow steps in Building LFS-6.0 with nALFS 1.2.3 > >> > < > >> > http://www.linuxhomenetworking.com/forums/showthread.php/1320-Building-LFS-6-0-with-nALFS-1-2-3 > >> > > >> > >> Is there a particular reason that you are building such an old version > of > >> LFS and > >> using nALFS? > >> > >> My recommendation would be to build LFS-7.1 manually first, and then, > when > >> you've succeeded with that, try out an automated build using jhalfs. > >> > >> Regards, > >> > >> Matt. > >> > >> > >> > >> ------------------------------ > >> > >> -- > >> http://linuxfromscratch.org/mailman/listinfo/alfs-discuss > >> FAQ: http://www.linuxfromscratch.org/faq/ > >> Unsubscribe: See the above information page > >> > >> End of alfs-discuss Digest, Vol 1078, Issue 1 > >> ********************************************* > >> > > > > > > m > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linuxfromscratch.org/pipermail/alfs-discuss/attachments/20120814/12ed7071/attachment-0001.html > > ------------------------------ > > Message: 3 > Date: Tue, 14 Aug 2012 17:27:03 +0200 > From: Pierre Labastie <[email protected]> > Subject: Re: I encounter with an error in nALFS when running a xml > file. > To: ALFS Discussion and Development List > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Le 14/08/2012 09:35, elham abbaszade a ?crit : > > there isn't profile for LFS-7.1 in Index of > > /alfs/downloads/profiles/lfs/stable > > <http://lfs.osuosl.org/alfs/downloads/profiles/lfs/stable/> !!!! > > how can I bulid LFS v7.1 with nALFS without its profile ? > > > Hi Elham, > > I think the advice of Matthew, and of the other LFS developpers, is that > before attempting to build LFS with an automated tool, you should first > build it once manually, following the book, to get acquainted to the > various pitfalls and difficulties. > > Then, if everything goes well, you can try jhalfs, which you can > download with: > svn co svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs-trunk > > You'll get the jhalfs tree in a directory named "jhalfs-trunk". Then > read the README file. > > Concerning nALFS, it has been dormant for years, and is not adapted to > modern LFS. > > Regards > Pierre > > > ------------------------------ > > Message: 4 > Date: Tue, 14 Aug 2012 08:34:42 -0500 > From: James Robertson <[email protected]> > Subject: Re: I encounter with an error in nALFS when running a xml > file. > To: ALFS Discussion and Development List > <[email protected]> > Message-ID: > <CA+unxhTFNYW0Yz_EGbwZTFNzv_su9cHYm= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > On Tue, Aug 14, 2012 at 2:35 AM, elham abbaszade <[email protected]> > wrote: > > > there isn't profile for LFS-7.1 in Index of > > /alfs/downloads/profiles/lfs/stable< > http://lfs.osuosl.org/alfs/downloads/profiles/lfs/stable/>!!!! > > how can I bulid LFS v7.1 with nALFS without its profile ? > > > > Elham > > > There is no one keeping the nALFS XML profiles up to date. It is a manual > process. To Matt's point earlier, you should use the jhalfs tool instead. > It builds the commands right from the book sources, which negates the need > to manually keep profiles up to date. Have you built LFS by hand? Be sure > you are comfortable building manually before you go into automation. Once > you are good with that, then get the svn version of jhalfs and go that > route. nALFS is not current. > > James > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linuxfromscratch.org/pipermail/alfs-discuss/attachments/20120814/d7d6f257/attachment-0001.html > > ------------------------------ > > -- > http://linuxfromscratch.org/mailman/listinfo/alfs-discuss > FAQ: http://www.linuxfromscratch.org/faq/ > Unsubscribe: See the above information page > > End of alfs-discuss Digest, Vol 1079, Issue 1 > ********************************************* >
-- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
