Hi All,

I am testing new installation of HAWQ with following commands:

psql -d postgres
create table t ( i int );

After executing this line:
insert into t values(1);


I got the following error:

ERROR:  Interconnect error writing an outgoing packet: Cannot assign requested 
address  (seg0  xxx.xxx.local:40000 pid=5152)
DETAIL:
error during sendto() call (error:125).

Any ideas?


Regards
Mihail

Reply via email to