Hi,

I have cloned and compiled the kgdb_2.6.23 branch of
pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git.

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
warning: The remote protocol may be unreliable over UDP.
Some events may be lost, rendering further debugging impossible.
Remote debugging using udp:10.0.0.28:6433
Remote communication error: Connection refused.

Is this a bug ? Or should I somehow notify kgdb to enter a listening mode ?

Thanks,
naziir.

(config attached, i386, selinux=0, iptables allows everything,
network is working fine against the remote pc, e.g. nfs)
-------------------------------------------------------------------------
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