Systemctl httpd.service file changed on disk

The name of the pictureThe name of the pictureThe name of the pictureClash 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.










share|improve this question









New contributor




Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • 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










  • 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














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.










share|improve this question









New contributor




Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • 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










  • 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












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.










share|improve this question









New contributor




Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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






share|improve this question









New contributor




Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago





















New contributor




Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Jersh

1085




1085




New contributor




Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Jersh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • 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










  • 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










  • 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










  • @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















active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Jersh is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















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






























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.









 

draft saved


draft discarded


















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.













 


draft saved


draft discarded














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





















































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






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay