--- src/init.c.orig 2005-02-06 13:52:34.414655744 +0200 +++ src/init.c 2005-02-06 13:53:43.525149352 +0200 @@ -682,13 +682,14 @@ } /* check file mode of wrapper */ - if (stat(tmp,&buf) == 0) { + //This is not required for kernels >= 2.6.8 +/* if (stat(tmp,&buf) == 0) { if (buf.st_mode != 0104755) { dodebug(3,"Note: %s wrong modes set (0%o)\n", tmp, buf.st_mode); nofail = 0; } } - +*/ #if 0 /* we dont care in new nonroot mode about the status of the cdrtools */