Unable to start service httpd: Job for httpd.service failed because the control process exited with

tags: ansible  httpd  linux  

In executing a PlayBook Start HTTPD Times:

TASK [test_app : start service] *****************************************************************************************************************************
fatal: [192.168.126.129]: FAILED! => {"changed": false, "msg": "Unable to start service httpd: Job for httpd.service failed because the control process exited with error code. See \"systemctl status httpd.service\" and \"journalctl -xe\" for details.\n"}

Because the machine runs Nginx in the machine, the 80-port is occupied, so it will be reported at this time, and the error message can be seen from the error message.

After stopping the NGINX service, you can re-execute it.

Intelligent Recommendation

service mysqld start failed to start the service (Job for mysqld.service failed because the control process exited with e)

problem Yesterday, after creating two tables with the MySQL visualization tool, the database connection was disconnected, and the Linux server was also shut down. Just when the server was opened, type...

mysql failed to start --Job for mysqld.service failed because the control process exited

1.centos7 start error 2. more /var/log/mysqld.log View Log Lack catalog file # Mkdir -p / var / run / mysqld, the file will create a mysqld.pid 3. Start is still being given, permission issues 4. chow...

Start Jenkins service error: Job for jenkins.service failed because the control process exited with error code

Usesudo systemctl start jenkins The command to start the Jenkins service prompts the following error: Follow the promptssystemctl status jenkins.service Command to view the status of the Jenkins servi...

Start Service FDFS_TRAKCERD Question: Job for FDFS_TRACKERD.Service Failed Because The Control Process EXITED

After installation of libfastcommon and fastdfs package according to the normal process. Start Storage and Tracker services sudo service fdfs_storaged start sudo service fdfs_trackerd start The follow...

Various gestures Solve the problem of CentOS 7 Unable to start the network Job for network.service failed Because the control process exited with erro

First see the question: The following error appears after executing the Systemctl Start Network command: Then execute the `systemctl status network.service` Solution reference:...

More Recommendation

Job for httpd.service failed because

2019 Unicorn Enterprises heavily recruiting engineers Python standard >>> ThinkPHP pseudo-static configuration is enabled on Apache, restart Apache restart unexpectedly failed, error:  &...

CentOS7 installation docker failed to start: Job for docker.service failed because the control process exited with error code

After installing docker on a new virtual machine CentOS7, the startup failed and the console reported an error:Job for docker.service failed because the control process exited with error code. See &qu...

centos7 docker failed to start and report error [Job for docker.service failed because the control process exited with error]

1. Error 2. View the docker service status according to the prompt: systemctl status docker.service Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Ei&he...

Docker failed to start-Job for docker.service failed because the control process exited with error...

Centos7 installs docker and starts dockerJob for docker.service failed because the control process exited with error...error. 1. The systemctl start docker reports the following error: 2. Solution: di...

Linux failed to start or restart mysql: Job for mysqld.service failed because the control process exited with error code.

Problem Description: 1. Enter the command: systemctl start mysqld or service mysql start or service mysql restart 2. View the status of mysql solution View mysql permissions 2. View the process #ps -a...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top