Bug 6834 - stap-client should not use bash network redirections
Summary: stap-client should not use bash network redirections
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: runtime (show other bugs)
Version: unspecified
: P2 minor
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 14:34 UTC by Eugeniy Meshcheryakov
Modified: 2019-12-21 03:52 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugeniy Meshcheryakov 2008-08-11 14:34:07 UTC
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.
Comment 1 Dave Brolley 2008-08-14 16:42:32 UTC
Fix has been pushed. nc is now used.
Comment 2 Dave Brolley 2008-08-28 16:47:46 UTC
It's been a few weeks with no feedback. Closing this bug.
Comment 3 Dave Brolley 2008-08-28 16:54:41 UTC
Resolved
Comment 4 udaystarc 2019-12-20 09:28:45 UTC Comment hidden (spam)