# My job stay queued

**URL:** https://community.openpbs.org/t/my-job-stay-queued/1315
**Category:** Users/Site Administrators
**Created:** [November 18, 2018, 3:14pm UTC](https://community.openpbs.org/t/my-job-stay-queued/1315 "2018-11-18T15:14:38Z")
**Posts on this page:** 5
**Page:** 2

<div class="post-metadata">

### Author: ![mkaro](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.openpbs.org/mkaro/32/85_2.png) [@mkaro](https://community.openpbs.org/u/mkaro)
#### Post date: [January 25, 2020, 7:18pm UTC](https://community.openpbs.org/t/my-job-stay-queued/1315/21 "2020-01-25T19:18:10Z")

</div>

Deleting jobs as the root user is perfectly fine. Submitting jobs as root should be avoided. The root account on the server node is always considered a manager.

For compute-0-6, please confirm you can communicate with from the server node. First try to ping it, then try to ssh to it. PBS Pro can’t function properly if your network isn’t working.

For your other compute nodes, please confirm that you can ssh back and forth with the server without a password as the user submitting jobs.

This post may help: [Qstat: cannot connect to server amaster (errno=113)](http://community.openpbs.org/t/qstat-cannot-connect-to-server-amaster-errno-113/1900/3)

---

<div class="post-metadata">

### Author: ![vincent718](https://avatars.discourse-cdn.com/v4/letter/v/f9ae1b/32.png) [@vincent718](https://community.openpbs.org/u/vincent718)
#### Post date: [January 26, 2020, 4:44am UTC](https://community.openpbs.org/t/my-job-stay-queued/1315/22 "2020-01-26T04:44:18Z")

</div>

Dear Michael,

I tried pinging the compute nodes (1-6)

nodes 1 -5 was successful

However when I try ssh to lets say node 1 , I get the message below

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!  
Someone could be eavesdropping on you right now (man-in-the-middle attack)!  
It is also possible that a host key has just been changed.  
The fingerprint for the ECDSA key sent by the remote host is  
SHA256:1XCBEBwL4CIsAB+XU1uGM8borPm6WR1p+V1isuiNRFE.  
Please contact your system administrator.  
Add correct host key in /home/testuser/.ssh/known\_hosts to get rid of this message.  
Offending ECDSA key in /home/testuser/.ssh/known\_hosts:26  
Password authentication is disabled to avoid man-in-the-middle attacks.  
Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks.  
Permission denied (publickey,password,keyboard-interactive).

Vincent Appiah

---

<div class="post-metadata">

### Author: ![adarsh](https://avatars.discourse-cdn.com/v4/letter/a/f07891/32.png) [@adarsh](https://community.openpbs.org/u/adarsh)
#### Post date: [January 26, 2020, 9:01pm UTC](https://community.openpbs.org/t/my-job-stay-queued/1315/23 "2020-01-26T21:01:25Z")

</div>

@vincent718

1. Please share us which type of authentication you are using for password-less ssh  
a. user-ssh key based  
b. hostbased-ssh key based

2. Please make sure you have **static IP / hostname** setup for your cluster and all the address resolution happens in the /etc/hosts file (first).

3. The suspect for the above issue might be one of the below:  
a. ssh\_server is upgraded and the ssh\_config and sshd\_config file has been modified  
b. if not . (a) the keys must have changed or corrupted respectively  
c. known\_hosts file might have to be recreated.

Hope this helps and resolves your issue

---

<div class="post-metadata">

### Author: ![vincent718](https://avatars.discourse-cdn.com/v4/letter/v/f9ae1b/32.png) [@vincent718](https://community.openpbs.org/u/vincent718)
#### Post date: [January 27, 2020, 1:16am UTC](https://community.openpbs.org/t/my-job-stay-queued/1315/24 "2020-01-27T01:16:00Z")

</div>

Hi Adarsh and Michael, Thank you very much for the support

Let me take you through our setup.

We have a login node, 2 master nodes and 6 compute nodes

The 2 master nodes are configured with pacemaker for failover. We use ROCKS provisioning software and PBS for job submission. Users only have access to login node (with static IP address) from which jobs are submitted. A user can only access a compute node if the user’s job is being run on that node.

User accounts are created on the master node and synced to the other nodes.

As I indicated everything was working perfectly until I did the restart of the system. But before that the system had been configured to have additional authentication from our active directory.

When user accounts are being created a passphrase ssh key is requested for the first time but we leave it blank.

To answer the questions

1. We use user-based key ( I am not quite sure about this. The one who set things up cannot be reached)

2. We use static IP address

3. 

a.ssh\_server has not been upgraded. ssh\_config and sshd\_config have been modified alright but we still were able to use the system without any issues until we did the restart

I suspect the problem has got to do with either b. or c.

Another weird thing I see is that , jobs get submitted alright, but they are queued even though the correct resources are specified in the job submission script.

I will grateful if you can provide possible solutions .

Thank you

Vincent

---

<div class="post-metadata">

### Author: ![vincent718](https://avatars.discourse-cdn.com/v4/letter/v/f9ae1b/32.png) [@vincent718](https://community.openpbs.org/u/vincent718)
#### Post date: [January 27, 2020, 5:09pm UTC](https://community.openpbs.org/t/my-job-stay-queued/1315/25 "2020-01-27T17:09:02Z")

</div>

Hi Adarsh and Michael,

Thank you for the help, I realized that on the master node, the ROCKS mysql service had stopped and that was the cause of the problem. I had to restart the the two master nodes again and things were back to normal. Thanks once again

Vincent Appiah

[Previous page](https://community.openpbs.org/t/my-job-stay-queued/1315.md?page=1)
