Systemctl httpd.service file changed on disk
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
When start httpd
with systemctl, I get the error:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
I run systemctl daemon-reload
and the error persists.
Here is the output of systemctl status httpd
:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: active (running) since Tue 2018-05-29 08:08:09 CDT; 4min 6s ago
Docs: man:httpd.service(8)
Main PID: 19471 (httpd)
Status: "Running, listening on: port 80"
Tasks: 213 (limit: 4500)
Memory: 18.8M
CGroup: /system.slice/httpd.service
├─19471 /usr/sbin/httpd -DFOREGROUND
├─19472 /usr/sbin/httpd -DFOREGROUND
├─19473 /usr/sbin/httpd -DFOREGROUND
├─19474 /usr/sbin/httpd -DFOREGROUND
└─19475 /usr/sbin/httpd -DFOREGROUND
What can I do to further diagnose the problem?
Running Fedora 28, systemd 238, and apache 2.4.34.
fedora systemd apache-httpd systemctl
New contributor
|
show 1 more comment
up vote
1
down vote
favorite
When start httpd
with systemctl, I get the error:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
I run systemctl daemon-reload
and the error persists.
Here is the output of systemctl status httpd
:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: active (running) since Tue 2018-05-29 08:08:09 CDT; 4min 6s ago
Docs: man:httpd.service(8)
Main PID: 19471 (httpd)
Status: "Running, listening on: port 80"
Tasks: 213 (limit: 4500)
Memory: 18.8M
CGroup: /system.slice/httpd.service
├─19471 /usr/sbin/httpd -DFOREGROUND
├─19472 /usr/sbin/httpd -DFOREGROUND
├─19473 /usr/sbin/httpd -DFOREGROUND
├─19474 /usr/sbin/httpd -DFOREGROUND
└─19475 /usr/sbin/httpd -DFOREGROUND
What can I do to further diagnose the problem?
Running Fedora 28, systemd 238, and apache 2.4.34.
fedora systemd apache-httpd systemctl
New contributor
Well for starters you can help answerers by editing the version of systemd and the version of Fedora into the question.
– JdeBP
2 days ago
Take a look atjournalctl -e
, particularly aftersystemctl daemon-reload
, to see if perhaps any errors are being reported at that point...
– Filipe Brandenburger
2 days ago
Is/usr/lib/systemd/system/httpd.service.d/php-fpm.conf
a symlink to a file that might be changing regularly by any chance? Check the timestamps of the config files involved... Maybe something is changing them regularly, so the warning is indeed accurate?
– Filipe Brandenburger
2 days ago
@FilipeBrandenburger The only thing is ``systemd[1]: Reloading.``` The file is an actual file with the contents:[Unit] Wants=php-fpm.service
would this be redirecting the config file?
– Jersh
2 days ago
1
@Jersh No, so far everything looks normal... It's a puzzler.
– Filipe Brandenburger
2 days ago
|
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When start httpd
with systemctl, I get the error:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
I run systemctl daemon-reload
and the error persists.
Here is the output of systemctl status httpd
:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: active (running) since Tue 2018-05-29 08:08:09 CDT; 4min 6s ago
Docs: man:httpd.service(8)
Main PID: 19471 (httpd)
Status: "Running, listening on: port 80"
Tasks: 213 (limit: 4500)
Memory: 18.8M
CGroup: /system.slice/httpd.service
├─19471 /usr/sbin/httpd -DFOREGROUND
├─19472 /usr/sbin/httpd -DFOREGROUND
├─19473 /usr/sbin/httpd -DFOREGROUND
├─19474 /usr/sbin/httpd -DFOREGROUND
└─19475 /usr/sbin/httpd -DFOREGROUND
What can I do to further diagnose the problem?
Running Fedora 28, systemd 238, and apache 2.4.34.
fedora systemd apache-httpd systemctl
New contributor
When start httpd
with systemctl, I get the error:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
I run systemctl daemon-reload
and the error persists.
Here is the output of systemctl status httpd
:
Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: active (running) since Tue 2018-05-29 08:08:09 CDT; 4min 6s ago
Docs: man:httpd.service(8)
Main PID: 19471 (httpd)
Status: "Running, listening on: port 80"
Tasks: 213 (limit: 4500)
Memory: 18.8M
CGroup: /system.slice/httpd.service
├─19471 /usr/sbin/httpd -DFOREGROUND
├─19472 /usr/sbin/httpd -DFOREGROUND
├─19473 /usr/sbin/httpd -DFOREGROUND
├─19474 /usr/sbin/httpd -DFOREGROUND
└─19475 /usr/sbin/httpd -DFOREGROUND
What can I do to further diagnose the problem?
Running Fedora 28, systemd 238, and apache 2.4.34.
fedora systemd apache-httpd systemctl
fedora systemd apache-httpd systemctl
New contributor
New contributor
edited 2 days ago
New contributor
asked 2 days ago
Jersh
1085
1085
New contributor
New contributor
Well for starters you can help answerers by editing the version of systemd and the version of Fedora into the question.
– JdeBP
2 days ago
Take a look atjournalctl -e
, particularly aftersystemctl daemon-reload
, to see if perhaps any errors are being reported at that point...
– Filipe Brandenburger
2 days ago
Is/usr/lib/systemd/system/httpd.service.d/php-fpm.conf
a symlink to a file that might be changing regularly by any chance? Check the timestamps of the config files involved... Maybe something is changing them regularly, so the warning is indeed accurate?
– Filipe Brandenburger
2 days ago
@FilipeBrandenburger The only thing is ``systemd[1]: Reloading.``` The file is an actual file with the contents:[Unit] Wants=php-fpm.service
would this be redirecting the config file?
– Jersh
2 days ago
1
@Jersh No, so far everything looks normal... It's a puzzler.
– Filipe Brandenburger
2 days ago
|
show 1 more comment
Well for starters you can help answerers by editing the version of systemd and the version of Fedora into the question.
– JdeBP
2 days ago
Take a look atjournalctl -e
, particularly aftersystemctl daemon-reload
, to see if perhaps any errors are being reported at that point...
– Filipe Brandenburger
2 days ago
Is/usr/lib/systemd/system/httpd.service.d/php-fpm.conf
a symlink to a file that might be changing regularly by any chance? Check the timestamps of the config files involved... Maybe something is changing them regularly, so the warning is indeed accurate?
– Filipe Brandenburger
2 days ago
@FilipeBrandenburger The only thing is ``systemd[1]: Reloading.``` The file is an actual file with the contents:[Unit] Wants=php-fpm.service
would this be redirecting the config file?
– Jersh
2 days ago
1
@Jersh No, so far everything looks normal... It's a puzzler.
– Filipe Brandenburger
2 days ago
Well for starters you can help answerers by editing the version of systemd and the version of Fedora into the question.
– JdeBP
2 days ago
Well for starters you can help answerers by editing the version of systemd and the version of Fedora into the question.
– JdeBP
2 days ago
Take a look at
journalctl -e
, particularly after systemctl daemon-reload
, to see if perhaps any errors are being reported at that point...– Filipe Brandenburger
2 days ago
Take a look at
journalctl -e
, particularly after systemctl daemon-reload
, to see if perhaps any errors are being reported at that point...– Filipe Brandenburger
2 days ago
Is
/usr/lib/systemd/system/httpd.service.d/php-fpm.conf
a symlink to a file that might be changing regularly by any chance? Check the timestamps of the config files involved... Maybe something is changing them regularly, so the warning is indeed accurate?– Filipe Brandenburger
2 days ago
Is
/usr/lib/systemd/system/httpd.service.d/php-fpm.conf
a symlink to a file that might be changing regularly by any chance? Check the timestamps of the config files involved... Maybe something is changing them regularly, so the warning is indeed accurate?– Filipe Brandenburger
2 days ago
@FilipeBrandenburger The only thing is ``systemd[1]: Reloading.``` The file is an actual file with the contents:
[Unit] Wants=php-fpm.service
would this be redirecting the config file?– Jersh
2 days ago
@FilipeBrandenburger The only thing is ``systemd[1]: Reloading.``` The file is an actual file with the contents:
[Unit] Wants=php-fpm.service
would this be redirecting the config file?– Jersh
2 days ago
1
1
@Jersh No, so far everything looks normal... It's a puzzler.
– Filipe Brandenburger
2 days ago
@Jersh No, so far everything looks normal... It's a puzzler.
– Filipe Brandenburger
2 days ago
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Jersh is a new contributor. Be nice, and check out our Code of Conduct.
Jersh is a new contributor. Be nice, and check out our Code of Conduct.
Jersh is a new contributor. Be nice, and check out our Code of Conduct.
Jersh is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482005%2fsystemctl-httpd-service-file-changed-on-disk%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Well for starters you can help answerers by editing the version of systemd and the version of Fedora into the question.
– JdeBP
2 days ago
Take a look at
journalctl -e
, particularly aftersystemctl daemon-reload
, to see if perhaps any errors are being reported at that point...– Filipe Brandenburger
2 days ago
Is
/usr/lib/systemd/system/httpd.service.d/php-fpm.conf
a symlink to a file that might be changing regularly by any chance? Check the timestamps of the config files involved... Maybe something is changing them regularly, so the warning is indeed accurate?– Filipe Brandenburger
2 days ago
@FilipeBrandenburger The only thing is ``systemd[1]: Reloading.``` The file is an actual file with the contents:
[Unit] Wants=php-fpm.service
would this be redirecting the config file?– Jersh
2 days ago
1
@Jersh No, so far everything looks normal... It's a puzzler.
– Filipe Brandenburger
2 days ago