Message-Id: <5.1.0.14.0.20020415211815.00aa7c70@mail.netoxygen.ch> Date: Mon, 15 Apr 2002 21:42:55 +0200 From: Gregor Bruhin <gregor.bruhin@netoxygen.ch> Subject: [suse-sparc] kernel 2.4.18 on sunblade (init, boot / ACL)
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
gregor.bruhin@netoxygen.ch
-- To unsubscribe, e-mail: suse-sparc-unsubscribe@suse.com For additional commands, e-mail: suse-sparc-help@suse.com
This archive was generated by hypermail 2.1.0 : Mon Apr 15 2002 - 12:28:21 PDT