helps to fix the status in the Pool "Start task failed" IN AZURE BATCH

Yomar Vega 1 Reputation point
2023-01-06T18:20:27.857+00:00

I am using azure batch for a project that I did with the python language, I get the following message.,
It should complete but stays in the active state. and at the same time you can see that it is not being allocated to the pool and node

276918-screenshot-2.png

  • Checking in the Pool I get the status "Start task failed"

276999-screenshot-3.png

-Checking in the node that, inside is the startup folder, there is the output file stderr.txt that gives the following message "dpkg: error: dpkg frontend is locked by another process"
277013-screenshot-4.png

Could you please help me why is the problem happening and how to fix it?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 questions
{count} votes

1 answer

Sort by: Most helpful
  1. FredP-MSFT 166 Reputation points
    2023-01-25T16:27:43.96+00:00

    Please see Batch's best practices guide, specifically this section: https://learn.microsoft.com/azure/batch/best-practices#operating-system-updates. Your start task is racing against the operating system's auto update.

    0 comments No comments