Hi ParticleHunter,
Tks for your advice.
Quote:
[b][after su - lfs
cd $LFS/sources
|
Performed following test;
[satimis@localhost ~]$ su -
Password:
[root@localhost ~]# export LFS=/mnt/lfs
[root@localhost ~]# mount /dev/hda6 $LFS
[root@localhost ~]# echo $LFS
/mnt/lfs
[root@localhost ~]# chown lfs $LFS/tools
[root@localhost ~]# chown lfs $LFS/sources
[root@localhost ~]# su - lfs
lfs:~$
(here it changed back to 'user')
Continued
lfs:~$ cd $LFS/sources
lfs:/mnt/lfs/sources$ tar xjf binutils-2.15.94.0.2.2.tar.bz2
lfs:/mnt/lfs/sources$ mkdir ../binutils-build
mkdir: cannot create directory `../binutils-build': Permission denied
lfs:/mnt/lfs/sources$
As user I was not allowed to create direcftory on /sources
Continued, "su -"
Remark: LFS root password did not work. It worked here only with FC3 Host password.
lfs:/mnt/lfs/sources$ su -
Password: (LFS password)
su: incorrect password
lfs:/mnt/lfs/sources$ su -
Password: (FC3 Host password)
[root@localhost ~]# mkdir ../binutils-build
[root@localhost ~]# cd ../binutils-build/
[root@localhost binutils-build]# ../binutils-2.15.94.0.2.2/configure --prefix=/tools --disable-nls
-bash: ../binutils-2.15.94.0.2.2/configure: No such file or directory
I came back to the same situation.
B.R.
satimis