[Bug runtime/6834] New: stap-client should not use bash network redirections

eugen at debian dot org sourceware-bugzilla@sourceware.org
Mon Aug 11 14:35:00 GMT 2008


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.



More information about the Systemtap mailing list