Re: Apache fails to resume after hibernation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2023-09-01 at 12:36 +0100, Patrick O'Callaghan wrote:
> I've noticed recently that Apache often (or perhaps always) doesn't
> respond after a system hibernate/resume cycle. After restarting it
> ('apachectl restart') all is well.
> 
> I could script an automatic restart after resuming, but I wondered if
> this is a well-known problem with a simpler solution.

No replies so far, so I attempted the automatic restart, using this
script:

   # cat hibernate-resume.service 
   [Unit]
   Description=Disable swap after resuming from hibernation
   After=hibernate.target
   
   [Service]
   SyslogIdentifier=%N
   User=root
   Type=oneshot
   ExecStart=/bin/bash -c ' \
           /usr/sbin/swapoff /SWAP/swapfile ; \
           /usr/sbin/apachectl graceful ; \
           '
   
   [Install]
   
The swap stuff works (as discussed in an earlier thread), but the
Apache restart fails:

   Sep 06 08:01:33 Bree systemd[1]: selinux: avc:  denied  { start } for auid=n/a uid=0 gid=0 path="/usr/lib/systemd/system/httpd.service" cmdline="" function="bus_unit_method_start_>
   Sep 06 08:01:33 Bree systemctl[201281]: Failed to restart httpd.service: Access denied
   Sep 06 08:01:33 Bree systemctl[201281]: See system logs and 'systemctl status httpd.service' for details.
   Sep 06 08:01:33 Bree systemd[1]: hibernate-resume.service: Main process exited, code=exited, status=4/NOPERMISSION
   
However once the system is up and resumed, I can restart it manually
with no issues. This looks like an SElinux problem, so what's the
solution?

poc
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux