daniel_I_l
18th November 2008, 09:37 PM
I tried to run the gaek program:
BEGIN {
"/inet/tcp/0/localhost/daytime" |& getline
print $0
}
and got the error:
gawk: prog:2: fatal: can't open two way socket `/inet/tcp/0/localhost/daytime' for input/output (No such file or directory)
but when I checked my /etc/services file daytime was listed as a tcp service in socket 13. What could the problem be?
Thanks.
BEGIN {
"/inet/tcp/0/localhost/daytime" |& getline
print $0
}
and got the error:
gawk: prog:2: fatal: can't open two way socket `/inet/tcp/0/localhost/daytime' for input/output (No such file or directory)
but when I checked my /etc/services file daytime was listed as a tcp service in socket 13. What could the problem be?
Thanks.