Hello all:
When I was building the LFS 7.6, I meet a test fail in 6.21. Attr-2.4.47, 
command "make -j1 tests root-tests" .The fail information 
blew:*********************************************/tools/bin/make -C test/ 
root-testsmake[1]: Entering directory '/sources/attr-2.4.47/test'Note: Tests 
must run as root/bin/sh: @echo: command not found[1] $ mkdir d -- ok[2] $ cd d 
-- ok[4] $ touch f -- ok[5] $ setfattr -n user.test -v test f -- ok[6] $ ln -s 
f l -- ok[7] $ setfattr -h -n trusted.test -v test l -- ok[10] $ getfattr -m- 
-d f -- failed# file: f                             == # file: 
fsecurity.selinux="unconfined_u:object_r:file_t:s0" != 
user.test="test"user.test="test"                      !=                        
               != ~[16] $ getfattr -m- -d l -- failed# file: l                  
           == # file: lsecurity.selinux="unconfined_u:object_r:file_t:s0" != 
user.test="test"user.test="test"                      !=                        
               != ~[22] $ getfattr -m- -hd l -- failed# file: l                 
            == # file: lsecurity.selinux="unconfined_u:object_r:file_t:s0" != 
trusted.test="test"trusted.test="test"                   !=                     
                  != 
~.............*********************************************It seems the selinux 
information case the test fail, so I disable selinux with following steps:1. 
Modify file /etc/selinux/config, set SELINUX=disable2. Reboot system3. Chroot, 
run the root-test againBut the test fail with the same information, so how can 
I remove selinux's output?
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to