Subject: Re: kaffe
To: Erik Huizing <huizing@cpsc.ucalgary.ca>
From: Roger Brown <rogerhb@xtra.co.nz>
List: port-mac68k
Date: 10/20/1999 20:06:46
finderd should be listed in /etc/inetd.conf

This is read by 'inetd' at boot and contains all the listening sockets,
fingerd is only exec'd once an incoming connection arrives.

comment or delete out the offending line...

#finger    stream tcp nowait nobody /usr/libexec/fingerd  fingerd

Regards

Roger
----------
>From: Erik Huizing <huizing@cpsc.ucalgary.ca>
>To: port-mac68k@netbsd.org
>Subject: kaffe 
>Date: Wed, Oct 20, 1999, 5:22 pm
>

>Has anyone tried out the kaffe package?  I just tried compiling a simple
>java program, and got an error: (not with the java code, but from the
>compiler): 
>/usr/libexec/ld.so: Undefined symbol "_m68k_do_fixup_trampoline" in
>Kaffe:/usr/pkg/lib/libkaffevm.so.1.00
>
>my code is as follows (tho I doubt it was a problem with my code)
>import java.io.*;
>
>public class Test {
>
> public static void main(String args) {
>
>  System.out.println("ha ha! it runs!");
> }
>};
>
>On an unrelated note, how do I turn off the finger daemon so my machine
>can't be fingered I don't see any process resembling fingerd, so I'm at a
>a loss.? 
>Thanks
>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>Erik Huizing huizing@cpsc.ucalgary.ca http://www.cpsc.ucalgary.ca/~huizing
>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>