From owner-freebsd-questions Wed Mar 31 2:14:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bells.cs.ucl.ac.uk (bells.cs.ucl.ac.uk [128.16.5.31]) by hub.freebsd.org (Postfix) with SMTP id EDC2B14C95 for ; Wed, 31 Mar 1999 02:14:07 -0800 (PST) (envelope-from T.Pagtzis@cs.ucl.ac.uk) Received: from meteora.cs.ucl.ac.uk by bells.cs.ucl.ac.uk with local SMTP id ; Wed, 31 Mar 1999 11:13:37 +0100 X-Mailer: exmh version 2.0.2 To: freebsd-questions@FreeBSD.ORG Subject: help I am in big trouble Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Mar 1999 11:13:36 +0200 Message-ID: <610.922875216@cs.ucl.ac.uk> From: Theo PAGTZIS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been trying for some time to run a daemon for mobility on my machine. At some point this daemon is creating a routing socket and is sending a routing socket message through the routing socket to the kernel to act on something. The daemon that I have complains that the kernel does not understand this routing socket message. The support for mobility on the kernel should really have taken care of that, but for some reason it does not. So I decided to run a debug session on the daemon so that I can trace the problem. I have reached the point where the write operation to the socket is made but I cannot go deeper into the kernel code to see what is happening there. I am running xxgdb or gdbtk. I have not used ddb yet. Could you possibly assist me in showing how it is possible to set the debugger to go from the source of a debugged executable into the source of another executable when during the debug session of the first a function is being called from the second. Also if you have any knowledge with the kernel, you may be able to explain this to me. When you create new routing socket messages and these have been defined in a header file (.h) which are the places that you have to make sure that you put your header so that the kernel understands the routing socket message Any help would be highly appreciated. Now some general problem that I have been having with my FreeBSD box - For some time since I installed fbsd I am having problems with my keyboard. It goes dead after some time of usage. The rest of the system is fine, including the mouse. So it looks as if the process that controls the keyboard (or something like that is crashing or stopping). How can I stop that from happening. I have to reboot the machine every time this happens and it get a pain in the back side. - Also how can my exmh client to be able to retrieve mail from a server - Is there a similar program to truss (on Solaris) for freeBSD?? - Is there a front-end for ddb?? Many Thanks Theo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message