On Monday 04 July 2011, 09:46:29 sf...@users.sourceforge.net wrote:
> "Hans-Peter Jansen":
> > first of all, many thanks for your terrific support.
>
> My pleasure.
>
> > At this point, I tried hard to trick aufs into the issue again, but
> > failed so far ;)
>
> Good news. :-)
>
> > Interestingly, lsof has grown a new mem fd entry, that points to
> > the read only aufs branch on NFS. Is that to be expected?
>
> No, the line should be merged into the above line (/sbin/init).
> I don't think you missed enabling CONFIG_AUFS_PROC_MAP. So tell me
> more to investigate.
> - do you enable CONFIG_NUMA?

Having the "desktop" flavor of the kernel builds in use, apparently, I 
do:

$ grep NUMA config/i386/desktop
CONFIG_NUMA_IRQ_DESC=y
# CONFIG_X86_NUMAQ is not set
CONFIG_X86_SUMMIT_NUMA=y
CONFIG_NUMA=y
CONFIG_ACPI_NUMA=y

> - where can I get the source files of your /sbin/init?

http://download.opensuse.org/update/11.1/rpm/src/sysvinit-2.86-186.18.1.src.rpm

but /sbin/init was just meant as an example. It happens for _all_ 
processes running from aufs branches. I will forward a complete lsof 
list to you directly.

> - will you send me your /proc/1/maps and numa_maps (if you have)

$ cat /proc/1/maps 
08048000-08109000 r-xp 00000000 00:13 10478715   /read-only/sbin/init
08109000-0810b000 rw-p 000c0000 00:13 10478715   /read-only/sbin/init
0810b000-0812f000 rw-p 00000000 00:00 0          [heap]
bfcad000-bfcc2000 rw-p 00000000 00:00 0          [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0          [vdso]

$ cat /proc/1/numa_maps 
08048000 default file=/read-only/sbin/init mapped=81 active=37 N0=81
08109000 default file=/read-only/sbin/init anon=2 dirty=2 N0=2
0810b000 default heap anon=8 dirty=8 N0=8
bfcad000 default stack anon=4 dirty=4 N0=4

Here's the same for a system, still running aufs2-20100823 (with 
vm_operations_struct adjustment):
$ cat /proc/1/maps
08048000-08109000 r-xp 00000000 00:15 12         /sbin/init
08109000-0810b000 rw-p 000c0000 00:15 12         /sbin/init
0810b000-0812f000 rw-p 00000000 00:00 0          [heap]
bfa82000-bfa97000 rw-p 00000000 00:00 0          [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0          [vdso]

$ cat /proc/1/numa_maps
08048000 default file=/sbin/init mapped=81 active=0 N0=81
08109000 default file=/sbin/init anon=2 dirty=2 active=0 N0=2
0810b000 default heap anon=8 dirty=8 active=0 N0=8
bfa82000 default stack anon=4 dirty=4 active=0 N0=4

Thanks,
Pete

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2

Reply via email to