> -----Original Message----- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Ranga Nathan > Sent: Thursday, July 22, 2004 11:47 AM > To: [EMAIL PROTECTED] > Subject: OT - OS/390 Unix System Services - can not run netcat > > > I am trying to get some connection going between our > mainframe environment > and Linux. Having found that telnet client is not available > in USS, I am > trying netcat only as an experiment to see if we can > establish some link. > When I tried it I got the following result. USS always comes > back with > strange FSUM errors, but this one is different. It > immediately kills the > task. Any clues? > $ ./nc -l -p 4000 -w 200 > [1] + Done(137) ./nc -l -p 4000 -w 200 > 50331671 Killed ./nc > __________________________________________ > Ranga Nathan / CSG
Try using a -v switch to see if you get any error messages. By any chance is port 4000 in use? Or could you possibly not be allowed to listen() on it? -- John McKown Senior Systems Programmer UICI Insurance Center Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its' content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
