Le 21/04/2014 18:13, Hazel Russman a écrit :
> I am building a 7.5 LFS with systemd and currently working through
> chapter 6. Having successfully installed coreutils, I rebuilt acl and
> ran the test suite. Initially I got 47 errors!
> 
> According to BLFS, the acl test suite requires a daemon user who is also
> in the bin group (currently section 6.6 of LFS-systemd does not include
> this user in /etc/passwd). Adding it reduced the number of errors from
> 47 to 10. However I have not been able to reduce them any further.
> BLFS also recommends giving bin and daemon "proper" home directories (I
> used /bin and /sbin respectively) and a shell, but this had no effect
> in my case.
> 
> As far as I know, the acl and user_xattr options required for
> acl to work on the mounted lfs partition are built into the ext4
> driver that my host kernel (3.10.17) uses and do not need to be set
> explicitly. When I do set them, they are accepted silently but don't
> show up in /proc/mounts, whereas noacl and nouser_xattr do.
> 
> I attach an edited log file containing the actual test errors. I need to
> know if they are important and, if so, how to get rid of them.
> 
> 
> 
Looking more closely at your log, it seems that acl's are enabled, because the
line beginning with [95]: 'getfacl --omit-header f' correctly returns acl 
entries:
user::rw-
user:bin:rw-
user:daemon:r--
Actually, the line beginning with [91], which returns the first error, seems
to choke on g:users:rw. Do you have a "users" group in /etc:group?

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

Reply via email to