-
Bug
-
Resolution: Done
-
Major
-
RH342 - RHEL 7.2 0 20160301
-
None
-
1
-
ILT
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: - STEP 1.1: I got the following different output:
[root@servera ~]# systemctl status httpd
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/httpd.service.d
└─10-dependencies.conf
Active: inactive (dead)
Docs: man:httpd(8)
man:apachectl(8)
Mar 02 10:59:19 servera.lab.example.com systemd[1]: Job httpd.service/start deleted to break ordering cycle starting with vsftpd.se.../start
Hint: Some lines were ellipsized, use -l to show in full.
STEP 1.2: Command "systemctl status httpd" should be "systemctl status vsftpd"
STEP 1.2: Missing line break after command
STEP 1.2: I got the following different output
[root@servera ~]# systemctl status vsftpd
● vsftpd.service - Vsftpd ftp daemon
Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/vsftpd.service.d
└─10-dependencies.conf
Active: inactive (dead)
Mar 02 10:59:19 servera.lab.example.com systemd[1]: Found ordering cycle on vsftpd.service/start
Mar 02 10:59:19 servera.lab.example.com systemd[1]: Found dependency on httpd.service/start
Mar 02 10:59:19 servera.lab.example.com systemd[1]: Found dependency on vsftpd.service/start
Mar 02 10:59:19 servera.lab.example.com systemd[1]: Breaking ordering cycle by deleting job httpd.service/start
STEP 2.2: "cat /etc/systemd/system/vsftpdd.service.d/10-dependencies.conf" should be "cat /etc/systemd/system/vsftpd.service.d/10-dependencies.conf"
STEP 5.3: "Start both the" should be "Start both"