kernel 2.4.18 on sunblade (init, boot / ACL)
Gregor Bruhin <[email protected]>
| Newsgroups | gmane.linux.suse.sparc |
|---|---|
| Message-ID | <[email protected]> |
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]