WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [xenppc-unstable] [POWERPC][TOOLS] listen on all interfaces

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [POWERPC][TOOLS] listen on all interfaces
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 09 Aug 2006 19:40:47 +0000
Delivery-date: Wed, 09 Aug 2006 14:52:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 0bb2e9a96c33777247319e6ff3428212bf5c1f17
# Parent  99da65d984e9d03935228da74f99f81075c7733e
[POWERPC][TOOLS] listen on all interfaces
---
 tools/gpproxy/gpproxy |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 99da65d984e9 -r 0bb2e9a96c33 tools/gpproxy/gpproxy
--- a/tools/gpproxy/gpproxy     Wed Aug 09 15:36:55 2006 -0400
+++ b/tools/gpproxy/gpproxy     Wed Aug 09 15:37:42 2006 -0400
@@ -13,7 +13,7 @@ GDBREMOTE_PORT = 1234
 GDBREMOTE_PORT = 1234
 
 def main(ip):
-       server = SocketServer.TCPServer(("127.0.0.1", GDBREMOTE_PORT),
+       server = SocketServer.TCPServer(("0.0.0.0", GDBREMOTE_PORT),
                gdbremote.GDBRemoteHandler)
 
        try:

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [POWERPC][TOOLS] listen on all interfaces, Xen patchbot-xenppc-unstable <=