Hi,
I just tried this nice new kernel, it did not run the init as it should ...
So with this little stupid hack it seems to work:
#include <stdio.h>
main(int argc, char *argv[])
{
int i;
for (i=0;i<argc;i++) {
printf("%d %s\n", i, argv[i]);
}
execv("/sbin/init.bak", &argv);
}
init.bak is the original init script ...
Where is the bug I could not find it (kernel or init) ???
Did somebody try Andreas (acl.bestbits.at) ACL patches ???
Thanks Greg
Gregor Bruhin
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]