Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1627 Discussions

packet_write_wait: Connection to UNKNOWN port 65535: Broken pipe

well
New Contributor I
9,821 Views

I compiled my kernel code using (-g -v -Ofast kernel.cl -report & ) command. And after three hours of waiting. It gave me (  packet_write_wait: Connection to UNKNOWN port 65535: Broken pipe).

Also,the .aocx file is not generated.

I need to fix this problem please 

0 Kudos
1 Solution
AthiraM_Intel
Moderator
9,612 Views

Hi,

 

Could you please let us know whether you have set the correct permissions as mentioned in the previous reply?

 

If yes, please download the key again and try to connect.

 

Are you able to connect jupyter lab?

To access DevCloud using jupyter lab. Please follow the below steps:

 

 

If the issue still persists, please let us know.

 

Thanks

 

View solution in original post

0 Kudos
12 Replies
AthiraM_Intel
Moderator
9,782 Views

Hi,

 

Thank you for posting in Intel Communities.

 

Could you please let us know whether you are using Intel® DevCloud for oneAPI?

 

The error(packet_write_wait: Connection to UNKNOWN port 65535: Broken pipe) may be because the server is not kept alive due to inactivity.

 

To resolve open your ssh config file(~/.ssh/config). And in ssh configurations, for the below hosts

 

1)devcloud

 

2)*.aidevcloud

 

3)devcloud-vscode 

 

add the below lines to the ssh configuration

Host *

 ServerAliveInterval 300
 TCPKeepAlive no

 

  

 eg:

 

Host devcloud
User uXXXX
IdentityFile ~/.ssh/devcloud-access-key-uXXXX.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-uXXXX.txt guest@ssh.devcloud.intel.com
ServerAliveInterval 300
TCPKeepAlive no 

 

If the issue still persists, please share the following details:

 

1. Sample reproducer

2. Steps to reproduce the issue

3. Screenshot of the error

4. config file

 

 

Thanks.

 

 

 

0 Kudos
well
New Contributor I
9,773 Views

Dear AthiraM_Intel,

 

Yes I am using Intel® DevCloud for oneAPI.  I tried to follow your instructions but it gave me error. I attached screenshot 

0 Kudos
well
New Contributor I
9,741 Views

Dear intel team,

I am still waiting your help

0 Kudos
well
New Contributor I
9,695 Views

please I need help to fix my problem. 

0 Kudos
AthiraM_Intel
Moderator
9,681 Views

Hi,

 

Please make sure that the "devcloud-access-key-uXXXX.txt" is present in the .ssh folder. 

 

Also run the below commands from the terminal to set the permissions:

 

chmod 600 ~/.ssh/devcloud-access-key-xxxxxx.txt
chmod 600 ~/.ssh/config

 

Hope this helps. If the issue still persists please let us know.

 

 

Thanks.

 

 

0 Kudos
well
New Contributor I
9,645 Views

Please check the screenshot image. I guess the devcloud-access-key-uXXXX.txt" is present in the .ssh folder. So, what is going on ?? 

0 Kudos
well
New Contributor I
9,623 Views

Dear intel team,

I need help as soon as possible 

0 Kudos
AthiraM_Intel
Moderator
9,613 Views

Hi,

 

Could you please let us know whether you have set the correct permissions as mentioned in the previous reply?

 

If yes, please download the key again and try to connect.

 

Are you able to connect jupyter lab?

To access DevCloud using jupyter lab. Please follow the below steps:

 

 

If the issue still persists, please let us know.

 

Thanks

 

0 Kudos
well
New Contributor I
9,604 Views

Yes, I  have set the correct permissions as mentioned in the previous reply by typing the following commands. 

chmod 600 ~/.ssh/devcloud-access-key-xxxxxx.txt

chmod 600 ~/.ssh/config

 

But, I am not sure how to download the key again ?? 

 

However, 

Yes, I am able to connect using jupyter lab. But, while compiling my kernel.cl code. It gave me this error. 

Error (23035): Tcl error:
Error (23031): Evaluation of Tcl script build/entry.tcl unsuccessful
Error: Quartus Prime Shell was unsuccessful. 2 errors, 0 warnings
For more details, full Quartus compile output can be found in files quartuserr.tmp and quartus_sh_compile.log.
Error: Compiler Error, not able to generate hardware

 

 

I really need help to fix this issue. !!

 

 

0 Kudos
AthiraM_Intel
Moderator
9,432 Views

Hi,


We could see that you have accepted our previous comment as a solution? Is your issue resolved?


Thanks


0 Kudos
well
New Contributor I
9,375 Views

Yes it is solved. Thank you for your cooperation.   

0 Kudos
AthiraM_Intel
Moderator
9,372 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel 



Thanks.


0 Kudos
Reply