Gonzalo Arana wrote: > Hi, > > When I open a pptp tunnel with net/mpd, my PC freezes (numlock stops > responding, for instance). > > I am using 6.1-RELEASE with GENERIC kernel. I've recompiled removing > USB, SCSI/RAID controllers, with the same result. > > The freeze occurs right after the tunnel is up.
Hi, you should build a Kernel with debugging options turned on (DDB, KDB, WITNESS, INVARIANTS, etc. see the handbook). And then enter the debugger if the freeze occurs, refer again to the handbook about kernel debugging. It may also help to turn OFF PREEMPTION, ie. remove that line from your kernel conf. Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

