Page MenuHomePhabricator

Could not move linter_counts_dump tool to a continuous job
Closed, InvalidPublic

Description

I have recently tried to move the job linter_counts_dump, which is seen as the running task in grid from the page https://tools.wmflabs.org/trusty-tools/u/adithyak1997
When I tried the steps mentioned in the page Move a continuous job, I reached till the step of qdel $JOBID. But when I typed the command qdel, it is not working. The problem I think is that I don't know the exact command that needs to be typed.

Event Timeline

Hi @Adithyak1997 per steps on it page, as I understand, when you type qstat you should get id of job(s) which run. And then you should type qdel $JOBID..

$JOBID should be changed to real ID of job from qstat.

Kizule renamed this task from Could not move a continuous job to Could not move linter_counts_dump tool to a continuous job .Feb 23 2019, 7:33 AM

I was able to get the job id. Then I gave the command qdel $JOBID. It showed:
tools.fireflytools has registered the job 2781320 for deletion
Then I exit my console by using exit command. Then I gave the command ssh login-stretch.tools.wmflabs.org. It showed the error
Permission denied (publickey, hostbased).
Then when I type jstart linter_counts_dump, it asked me to type in the right format.

Does anybody have any solution to this?

It showed the error Permission denied (publickey, hostbased).

Just retry. There is some severe LDAP instability going on.

Then when I type jstart linter_counts_dump, it asked me to type in the right format.

What is your original job submission command?

Actually, I need to run the file linter_count_dump continuously. I actually don't know the job submission command.

@zhuyifei1999, I actually don't know how I can login to stretch. I have only logged in to the temporary session through Putty where I make updations.

@zhuyifei1999 I am sorry for the late reply. According to what I remember, I got the solution from https://phabricator.wikimedia.org/T218227. I am currently closing this task,