public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/7087] New: stap-start-server fails if nc utility is not available
@ 2008-12-09 10:24 anithra at linux dot vnet dot ibm dot com
  2008-12-09 10:24 ` [Bug runtime/7087] " anithra at linux dot vnet dot ibm dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: anithra at linux dot vnet dot ibm dot com @ 2008-12-09 10:24 UTC (permalink / raw)
  To: systemtap

nc is replaced by netcat on some machines, in which case stap-start-server will
not work.

-- 
           Summary: stap-start-server fails if nc utility is not available
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: anithra at linux dot vnet dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
@ 2008-12-09 10:24 ` anithra at linux dot vnet dot ibm dot com
  2008-12-09 20:56 ` brolley at redhat dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: anithra at linux dot vnet dot ibm dot com @ 2008-12-09 10:24 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From anithra at linux dot vnet dot ibm dot com  2008-12-09 10:23 -------
*** Bug 7086 has been marked as a duplicate of this bug. ***

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
  2008-12-09 10:24 ` [Bug runtime/7087] " anithra at linux dot vnet dot ibm dot com
@ 2008-12-09 20:56 ` brolley at redhat dot com
  2008-12-09 21:01 ` brolley at redhat dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brolley at redhat dot com @ 2008-12-09 20:56 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
  2008-12-09 10:24 ` [Bug runtime/7087] " anithra at linux dot vnet dot ibm dot com
  2008-12-09 20:56 ` brolley at redhat dot com
@ 2008-12-09 21:01 ` brolley at redhat dot com
  2008-12-10 12:10 ` anithra at linux dot vnet dot ibm dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brolley at redhat dot com @ 2008-12-09 21:01 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From brolley at redhat dot com  2008-12-09 20:43 -------
Just pushed a fix which will use nc or netcat, depending on which is found.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
                   ` (2 preceding siblings ...)
  2008-12-09 21:01 ` brolley at redhat dot com
@ 2008-12-10 12:10 ` anithra at linux dot vnet dot ibm dot com
  2008-12-10 15:52 ` brolley at redhat dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: anithra at linux dot vnet dot ibm dot com @ 2008-12-10 12:10 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From anithra at linux dot vnet dot ibm dot com  2008-12-10 12:08 -------
(In reply to comment #2)
> Just pushed a fix which will use nc or netcat, depending on which is found.
the netcat command doesnt allow the -d option. Can we remove the -d?
/systemtap # netcat -ld 65000 
netcat: invalid option -- 'd'
netcat -h for help



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
                   ` (3 preceding siblings ...)
  2008-12-10 12:10 ` anithra at linux dot vnet dot ibm dot com
@ 2008-12-10 15:52 ` brolley at redhat dot com
  2008-12-11  9:36 ` anithra at linux dot vnet dot ibm dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: brolley at redhat dot com @ 2008-12-10 15:52 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From brolley at redhat dot com  2008-12-10 15:51 -------
The -d option tells nc not to read from stdin. Is there a similar option for netcat?


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
                   ` (4 preceding siblings ...)
  2008-12-10 15:52 ` brolley at redhat dot com
@ 2008-12-11  9:36 ` anithra at linux dot vnet dot ibm dot com
  2008-12-11 17:12 ` brolley at redhat dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: anithra at linux dot vnet dot ibm dot com @ 2008-12-11  9:36 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From anithra at linux dot vnet dot ibm dot com  2008-12-11 09:35 -------
I dont see any option with netcat that would do the same thing. Will it be
alright to just remove the -d in case of netcat?.

Listing the available options for your ref.  

     g gateway    sourcerouting hop point[s], up to 8
     G num        sourcerouting pointer: 4, 8, 12, ...
     h            display help
     i secs       delay interval for lines sent, ports scanned
     l            listen mode, for inbound connects
     n            numericonly IP addresses, no DNS
     o file       hex dump of traffic
     p port       local port number (port numbers can be individual or ranges:
lohi [inclusive])
     r            randomize local and remote ports
     s addr       local source address
     t            enable telnet negotiation
     u            UDP mode
     v            verbose [use twice to be more verbose]
     w secs       timeout for connects and final net reads
     z            zeroI/O mode [used for scanning]


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
                   ` (5 preceding siblings ...)
  2008-12-11  9:36 ` anithra at linux dot vnet dot ibm dot com
@ 2008-12-11 17:12 ` brolley at redhat dot com
  2008-12-12 14:03 ` anithra at linux dot vnet dot ibm dot com
  2008-12-12 18:39 ` brolley at redhat dot com
  8 siblings, 0 replies; 10+ messages in thread
From: brolley at redhat dot com @ 2008-12-11 17:12 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From brolley at redhat dot com  2008-12-11 17:11 -------
I've removed -d in favour of redirecting stdin from /dev/null.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
                   ` (6 preceding siblings ...)
  2008-12-11 17:12 ` brolley at redhat dot com
@ 2008-12-12 14:03 ` anithra at linux dot vnet dot ibm dot com
  2008-12-12 18:39 ` brolley at redhat dot com
  8 siblings, 0 replies; 10+ messages in thread
From: anithra at linux dot vnet dot ibm dot com @ 2008-12-12 14:03 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From anithra at linux dot vnet dot ibm dot com  2008-12-12 14:01 -------
(In reply to comment #6)
> I've removed -d in favour of redirecting stdin from /dev/null.
> 

Thanks Dave, that fixes the problem.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug runtime/7087] stap-start-server fails if nc utility is not available
  2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
                   ` (7 preceding siblings ...)
  2008-12-12 14:03 ` anithra at linux dot vnet dot ibm dot com
@ 2008-12-12 18:39 ` brolley at redhat dot com
  8 siblings, 0 replies; 10+ messages in thread
From: brolley at redhat dot com @ 2008-12-12 18:39 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From brolley at redhat dot com  2008-12-12 18:36 -------
Bug reported as fixed by the originator.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=7087

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-12-12 18:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-09 10:24 [Bug runtime/7087] New: stap-start-server fails if nc utility is not available anithra at linux dot vnet dot ibm dot com
2008-12-09 10:24 ` [Bug runtime/7087] " anithra at linux dot vnet dot ibm dot com
2008-12-09 20:56 ` brolley at redhat dot com
2008-12-09 21:01 ` brolley at redhat dot com
2008-12-10 12:10 ` anithra at linux dot vnet dot ibm dot com
2008-12-10 15:52 ` brolley at redhat dot com
2008-12-11  9:36 ` anithra at linux dot vnet dot ibm dot com
2008-12-11 17:12 ` brolley at redhat dot com
2008-12-12 14:03 ` anithra at linux dot vnet dot ibm dot com
2008-12-12 18:39 ` brolley at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).