Link to home
Start Free TrialLog in
Avatar of yaronliv
yaronliv

asked on

error on a "close(sd)"??????????

hi, im trying to close a socket but the computer is sending me a signal :SIGTTOU..
and doesn't close the socket...
do anybody know this signal?
please tell me what to do..
tnx ahead
Avatar of jkr
jkr
Flag of Germany image

'SIGTTOU' is POSIX: 'Background write to tty'. There seems to be an error message, check the system log files...
ASKER CERTIFIED SOLUTION
Avatar of elfie
elfie
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Isn't that basically en elaboration on my comment ;-) ?
just providing 'some' possible solution.

(why do have to check system logs files ??)
Avatar of yaronliv
yaronliv

ASKER

elfie, please send me a simple code that, redirect my error
input or output.
sorry for the late responce

when running ksh

program > output 2> err_output.

when you want output and error output in the same file you can use

program > output 2>&1