thanks > I reported this as: > > Bug 190711 - Process accounting: Using the NETLINK inface, the command > TASKSTATS_CMD_GET returns -EINVAL > https://bugzilla.kernel.org/show_bug.cgi?id=190711 > > In addition with > > Bug 190271 - process accounting sometimes does not work > https://bugzilla.kernel.org/show_bug.cgi?id=190271 > > both bugs are reported in Kernel bugtracker.
I can confirm that this is an issue with CONFIG_NR_CPUS. The Debian kernels have CONFIG_NR_CPUS=512, and atopacctd doesn't start with the Netlink issue. My zgsrv kernel has CONFIG_NR_CPUS=8, and atopacctd works fine. When I build a zgsrv kernel with only CONFIG_NR_CPUS changed to 512, I do get the Netlink issue when starting atopacctd. Greetings Marc