From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11493 invoked by alias); 11 Aug 2008 14:35:20 -0000 Received: (qmail 11191 invoked by uid 48); 11 Aug 2008 14:34:07 -0000 Date: Mon, 11 Aug 2008 14:35:00 -0000 From: "eugen at debian dot org" To: systemtap@sources.redhat.com Message-ID: <20080811143407.6834.eugen@debian.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug runtime/6834] New: stap-client should not use bash network redirections X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00384.txt.bz2 stap-client contains: function connect_to_server { # Open a connection to the server exec 3<> /dev/tcp/$1/$2 } Such network redirections are disabled in Debian's bash, so this script does not work. Please use netcat here, if possible. -- Summary: stap-client should not use bash network redirections Product: systemtap Version: unspecified Status: NEW Severity: minor Priority: P2 Component: runtime AssignedTo: systemtap at sources dot redhat dot com ReportedBy: eugen at debian dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6834 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.