![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AIX 5.3 - There is no process to read data written to a pipe | vigsgb | UNIX for Advanced & Expert Users | 6 | 05-22-2009 05:59 AM |
| pipe read and write with many forked children | steveneliuk | High Level Programming | 5 | 05-23-2007 07:03 AM |
| Pipe Problem | vivivo2000 | High Level Programming | 2 | 01-11-2006 04:43 AM |
| read after pipe problem OSX10.4 | relyveld | Shell Programming and Scripting | 5 | 07-07-2005 09:56 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
Can any one please help me with this. Am struggling hard to get a solution. I am doing telnet through a C program and getting the stdout file descriptor of the remote machine to pipe. read() function is getting data, But whenl it receives SOH character ie. ^A ( Start of heading = Console Interrupt) read() is unable to get the characters which are mentioned after the SOH. Even on next read() it is unable to get the data. My program works fine if I do telnet from a Solaris machine to another Solaris machine. But the above problem in read() is coming when I do telnet from Solaris machine to a Linux machine. Only on the Linux machine the SOH character is prompted. I will appreciate if somebody can give some soltuion. Cheers, JDS Last edited by JDS; 10-12-2006 at 07:31 AM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|