*** From dhcp-server -- To unsubscribe, see the end of this message. ***

> the dhcp server seems been killed and core dumped. Any suggestions to make
> it work?

I probably made a mistake in my implementation.   Can you run it under
the debugger and send me the stack trace?   Assuming that you have
access to gdb, you'd type:

        gdb dhcpd core
and wait for the prompt
        (gdb) where
it would print a stack trace
        (gdb) quit

You should send me all the output from when you first type gdb to
after you type quit.   ``core'' is the name of the core dump file, and
of course ``dhcpd'' is the name of the executable.   If you're using
dbx, I think you can type ``dbx dhcpd core'' and then ``trace'' or
something like that.   If you type ``help'' I think it'll give you
enough information to figure it out.

Thanks!

                               _MelloN_



------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------

Reply via email to