Hi Sergei,

On 12/6/07, Sergei Shtylyov <[EMAIL PROTECTED]> wrote:
> Ramagudi Naziir wrote:
>
> > When modprobing kgdboe, everything seems to be successful,
> > and var/log/messages get filled with the six kgdboe network configuration
> > messages (local port 6443, local ip 10.0.0.18, interface eth0,
> > remote port 6442, remote ip 10.0.0.11, remote mac ff:ff:ff:ff:ff:ff).
>
> > so far so good.
>
> > But, I cannot see an open 6643 open UDP port in my system
> > (using netstat -aun), and indeed I get a connection refused while
> > trying to connect via remote gdb:
> >
> > (gdb) target remote udp:10.0.0.28:6433
>
>    The IP address is different form what you've just cited, 10.0.0.18.

Sorry, that was a typo in my mail. It is 10.0.0.28.

And when I issue the command in gdb I can see the following UDP packets
using tcpdump:
16:53:10.376274 IP 10.0.0.11.32785 > 10.0.0.28.6433: UDP, length 5
16:53:10.376322 IP 10.0.0.11.32785 > 10.0.0.28.6433: UDP, length 14

But, no response, and indeed no open port 6433 on the kgdb host...
But - module seems to be loaded just fine.. I even put a printk in the
end of the configure_kgdboe function to make sure it is successful,
and I did get that printk in var/log/messages..

Any ideas how to debug this ? Should or shouldn't I have an open UDP port
on the kgdb host ?

Thanks,
naziir

>
> WBR, Sergei
>

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to