On Mon, Dec 17, 2001 at 06:25:46PM +0000, Dave Love wrote: > Trying to run `kinit' from the heimdal-clients package in unstable I > get > > kernel: Unimplemented SPARC system call 227 > > with the 2.4.16 kernel (but on a `testing' system). I don't know > whether that's the cause of problems I have running the heimdal > programs and thought I'd better ask here before pursuing things with > the kerberos people. > > Can someone say what that call is (or tell me how to find out), > whether or not it's likely to be ignorable, and what might be the > reason it crops up?
>From /usr/include/asm/unistd.h: #define __NR_afs_syscall 227 /* Linux Specific */ Looks like an AFS filesystem syscall. In systbls.S, this maps to sys_nis_syscall(), which is basically a catch all for non-existent syscalls. I'd like to know here in the heimdal source this gets called from. Ben -- .----------=======-=-======-=========-----------=====------------=-=-----. / Ben Collins -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

