Failed to connect to socket /com/ubuntu/upstart: Connection refused in 16.04

12,421

To check if it's there:

sudo systemctl list-unit-files | grep -i dynatrace

To start:

sudo systemctl start dynatrace

To check status:

systemctl status dynatrace

To enable at boot:

sudo systemctl enable dynatarce
Share:
12,421
surendra matta
Author by

surendra matta

Updated on September 18, 2022

Comments

  • surendra matta
    surendra matta about 1 year

    I am trying to start my Dynatrace Service from init.d folder , whenever i am trying to start the servers i am getting the

    /com/ubuntu/upstart: connection refused
    

    please let me know if i need to change any configuration settings

    • George Udosen
      George Udosen over 6 years
      Please run sudo systemctl start dynatrace and check the status with systemctl status dynatrace