Hi,
On Mon, 10 Jul 2006 20:20:53 +0200 Sebastian Kemper sebastian_ml@gmx.net wrote:
I installed kernel 2.6.16.24 lately and get this warning when starting vdr. The same should happen with 2.6.17.4 since both share the same Changelog:
(Part of?) the according patch is this: http://www.kernel.org/diff/diffview.cgi?file=%2Fpub%2Flinux%2Fkernel%2Fv2.6%...
So I was wondering if you could adapt vdr's dumpfile handling to the new situation and put the changes in vdr-1.4.2 in order to get rid of the warning, please.
That would be getting rid of dump file "handling" at all, I think, since PR_SET_DUMPABLE=1 is probably _not_ wanted since it reintroduces the problems why =2 was made before. So basically this means: No core dumps when s{u,g}id'ing.
A quick patch is appended.
-hwh