Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-15 Thread Simon Geard
On Mon, 2010-06-14 at 13:43 +0300, Face wrote: On Mon, Jun 14, 2010 at 1:25 PM, littlebat dashing.m...@gmail.com wrote: It seems you have missed something, I remember we should always use non-root user (lfs) to compile LFS in chapter 5 at least. when i add lfs user i get permissions

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-15 Thread Chris Staub
On 06/14/2010 06:43 AM, Face wrote: On Mon, Jun 14, 2010 at 1:25 PM, littlebatdashing.m...@gmail.com wrote: It seems you have missed something, I remember we should always use non-root user (lfs) to compile LFS in chapter 5 at least. See:

LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Face Man
hello all,   when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# makemake[2]: Leaving directory `/mnt/lfs/sources/file-5.04/src'Making all in magicmake[2]: Entering directory `/mnt/lfs/sources/file-5.04/magic'../src/file -C -m magicmake[2]: ***

LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Face Man
hello all,   when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# makemake[2]: Leaving directory `/mnt/lfs/sources/file-5.04/src'Making all in magicmake[2]: Entering directory `/mnt/lfs/sources/file-5.04/magic'../src/file -C -m magicmake[2]: ***

LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Face Man
hello all, when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# makeWshadow -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -g -O2 -o .libs/file file.o ./.libs/libmagic.so -lz -Wl,--rpath -Wl,/tools/libcreating filemake[2]: Leaving

LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Face Man
hello all,   when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# make make[2]: Leaving directory `/mnt/lfs/sources/file-5.04/src'Making all in magicmake[2]: Entering directory `/mnt/lfs/sources/file-5.04/magic'../src/file -C -m magicmake[2]: ***

LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Face
hello all, when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# make make all-recursive make[1]: Entering directory `/mnt/lfs/sources/file-5.04' Making all in src make[2]: Entering directory `/mnt/lfs/sources/file-5.04/src' Wl,--rpath

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Andrew Benton
On 14/06/10 11:03, Face Man wrote: hello all, when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# make make[2]: Leaving directory `/mnt/lfs/sources/file-5.04/src' Making all in magic make[2]: Entering directory `/mnt/lfs/sources/file-5.04/magic'

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread littlebat
On Mon, 14 Jun 2010 13:10:18 +0300 Face falaz...@gmail.com wrote: hello all, when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# make It seems you have missed something, I remember we should always use non-root user (lfs) to compile LFS in chapter

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Face
On Mon, Jun 14, 2010 at 1:24 PM, Andrew Benton b3n...@gmail.com wrote: On 14/06/10 11:03, Face Man wrote: hello all, when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# make make[2]: Leaving directory `/mnt/lfs/sources/file-5.04/src'   Making all in

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread Face
On Mon, Jun 14, 2010 at 1:25 PM, littlebat dashing.m...@gmail.com wrote: On Mon, 14 Jun 2010 13:10:18 +0300 Face falaz...@gmail.com wrote: hello all,    when reach chapter 5.19.1. Installation of File I got this: root:/mnt/lfs/sources/File-5.04# make It seems you have missed something, I

Re: LFS (Version SVN-20100529) - 5.19. File-5.04

2010-06-14 Thread littlebat
when i add lfs user i get permissions problems You have deviated the book. http://www.linuxfromscratch.org/lfs/view/development/chapter04/addinguser.html As root, issue the following commands to add the new user: groupadd lfs useradd -s /bin/bash -g lfs -m -k /dev/null lfs -- littlebat