Hello Christoph,
Christoph Pleger:
> I have an aufs on top of a read-only NFSROOT here and found that the man
> command fails with exit-status 1. This does not happen when I use the
:::
Will you provide me more details?
(from aufs README file)
----------------------------------------
When you have any problems or strange behaviour in aufs, please let me
know with:
- /proc/mounts (instead of the output of mount(8))
- /sys/module/aufs/*
- /sys/fs/aufs/* (if you have them)
- /debug/aufs/* (if you have them)
- linux kernel version
if your kernel is not plain, for example modified by distributor,
the url where i can download its source is necessary too.
- aufs version which was printed at loading the module or booting the
system, instead of the date you downloaded.
- configuration (define/undefine CONFIG_AUFS_xxx)
- kernel configuration or /proc/config.gz (if you have it)
- behaviour which you think to be incorrect
- actual operation, reproducible one is better
- mailto: aufs-users at lists.sourceforge.net
----------------------------------------
And, if you can, try "strace -f -o /tmp/s man brabra" and identify the
systemcall who retruned the error.
J. R. Okajima