Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread Dmitry Sokolov
I tried to unpack (unbzip) package linux-2.6.30.2.tar.bz2, result:tar: 
bzip2: Cannot exec: Permission deniedError is not recoverable: exiting 
nowBecause of what it on yours?LFS 6.5 Stable from 
http://www.linuxfromscratch.org/lfs/downloads/stable/
Packages downloaded from wget list
LiveCD lfslivecd-x86_64-6.3-r2160--Dmitry 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


[CorrectedText] Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread Dmitry Sokolov
I tried to unpack (unbzip) package linux-2.6.30.2.tar.bz2, result:

tar: bzip2: Cannot exec: Permission denied.
...Error is not recoverable: exiting now.
...

Because of what it on yours?

LFS 6.5 Stable from http://www..linuxfromscratch.org/lfs/downloads/stable/
Packages downloaded from wget list
LiveCD lfslivecd-x86_64-6.3-r2160

--
Dmitry-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread Ken Moffat
2010/1/27 Dmitry Sokolov sokolo...@inbox.ru:
 I tried to unpack (unbzip) package linux-2.6.30.2.tar.bz2, result:tar:
 bzip2: Cannot exec: Permission deniedError is not recoverable: exiting
 nowBecause of what it on yours?LFS 6.5 Stable from
 http://www.linuxfromscratch.org/lfs/downloads/stable/
 Packages downloaded from wget list
 LiveCD lfslivecd-x86_64-6.3-r2160--Dmitry

 Please stop spamming the list by resending this!

 What do you get for
ldd /tools/bin/bzip2  ?

 It should be something like
#ldd /tools/bin/bzip2
linux-vdso.so.1 =  (0x7fff979ff000)
libc.so.6 = /tools/lib/libc.so.6 (0x7fb30dd3c000)
/tools/lib64/ld-linux-x86-64.so.2 (0x7fb30e092000)

 I'm assuming you either linked it to host libraries,
or else you've missed the /lib64 symlink for x86_64.

ĸen
-- 
After tragedy, and farce, OMG poneys!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread Justin P. Mattock
On 01/27/10 07:04, Dmitry Sokolov wrote:
 I tried to unpack (unbzip) package linux-2.6.30.2.tar.bz2, result:
 tar: bzip2: Cannot exec: Permission denied.
 ...Error is not recoverable: exiting now.
 ...



 Because of what it on yours?
 LFS 6.5 Stable fromhttp://www.linuxfromscratch.org/lfs/downloads/stable/
 Packages downloaded from wget list
 LiveCD lfslivecd-x86_64-6.3-r2160

 --
 Dmitry



does your home directory have the proper permissions?
i.g. chown name:name /home/name

Justin P. Mattock
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread Andrew Benton
On 27/01/10 19:13, Justin P. Mattock wrote:
 does your home directory have the proper permissions?
 i.g. chown name:name /home/name


In LFS we compile in $LFS/sources which should have been chown lfs when 
you created the user lfs

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread Justin P. Mattock
On 01/27/10 13:27, Andrew Benton wrote:
 On 27/01/10 19:13, Justin P. Mattock wrote:
 does your home directory have the proper permissions?
 i.g. chown name:name /home/name


 In LFS we compile in $LFS/sources which should have been chown lfs when
 you created the user lfs

 Andy

Oops..
I didn't really follow the book step by step.
ended up building in my home dir instead of /tools

as for the kernel even a tar xvjf *.tar.bz2
(breaks?)

Justin P. Mattock
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread linux fan
On 1/27/10, Andrew Benton b3n...@gmail.com wrote:
 On 27/01/10 19:13, Justin P. Mattock wrote:
 does your home directory have the proper permissions?
 i.g. chown name:name /home/name


 In LFS we compile in $LFS/sources which should have been chown lfs when
 you created the user lfs


I tested unpacking in a direcory in which I did not have write
permission and got different errors:

tar: linux-2.6.30.2: Cannot mkdir: Permission denied
Plus about one million ... Cannot open: No such file or directory ... messages

There was no complaint about executing bzip2
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread linux fan
On 1/27/10, Justin P. Mattock justinmatt...@gmail.com wrote:
 Oops..
 I didn't really follow the book step by step.

The best results are by following the book instructions. Especially in
chapter 6 those first steps must be done correctly:

Set $LFS correctly
Preparing Virtual Kernel File Systems
Entering the Chroot Environment
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Step 6.7. Linux-2.6.30.2 API Headers [Error]

2010-01-27 Thread Justin P. Mattock
On 01/27/10 14:23, linux fan wrote:
 On 1/27/10, Justin P. Mattockjustinmatt...@gmail.com  wrote:
 Oops..
 I didn't really follow the book step by step.

 The best results are by following the book instructions. Especially in
 chapter 6 those first steps must be done correctly:

 Set $LFS correctly
 Preparing Virtual Kernel File Systems
 Entering the Chroot Environment

yeah your right.. In this case
I just made sure the permissions are set
correctly so I don't have to build anything
as root.(only root command is make install);

Justin P. Mattock
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page