Description of problem: On boot, /etc/rc.d/rc.local is not being run. Version-Release number of selected component (if applicable): 9.42.2-3.fc18.x86_64 How reproducible: 100% Steps to Reproduce: 1. create /etc/rc.d/rc.local; chmod 755 /etc/rc.d/rc.local 2. put in above file some command that changes post-boot state. i.e. "echo 0 > /proc/sys/vm/swappiness" 3. reboot 4. cat /proc/sys/vm/swappiness Actual results: /proc/sys/vm/swappiness still has 60 in it Expected results: /proc/sys/vm/swappiness has 0 in it Additional info: Of course, you can change the above steps to any other method that proves to you that /etc/rc.d/rc.local is [not] being executed.
Does the script start with #!/bin/sh (or something equivalent?)
What does 'systemctl status rc-local.service' say?
(In reply to Bill Nottingham from comment #1) > Does the script start with > > #!/bin/sh > > (or something equivalent?) It does now. :-/ I guess next boot will reveal whether that was the problem. I'm guessing it was. (In reply to Bill Nottingham from comment #2) > What does 'systemctl status rc-local.service' say? rc-local.service - /etc/rc.d/rc.local Compatibility Loaded: loaded (/usr/lib/systemd/system/rc-local.service; static) Active: failed (Result: exit-code) since Fri 2013-06-14 10:26:03 EDT; 2h 14min ago Process: 1011 ExecStart=/etc/rc.d/rc.local start (code=exited, status=203/EXEC) Does that look like it would be caused by the lack of #!/bin/sh?
Maybe this could be avoided by having an empty, working /etc/rc.d/rc.local in place that one just needs to add one's commands to?
Yes, the exec error is 'exec format failed' - for it to run, it needs to be a valid shell script. (While this worked before systemd, it was a side-effect of it being started by a shell script instead of by the init daemon itself). It's a bit of a tradeoff - if there's an empty one, it's run for everyone despite not being needed. If it's empty but set so it won't run (chmod -x), it still requires an admin action, it ends up showing up as an error when it's not one.
So yeah, this is working now. (In reply to Bill Nottingham from comment #5) > > It's a bit of a tradeoff - if there's an empty one, it's run for everyone > despite not being needed. At negligible cost, compared to the cost of everyone having to spend the time to figure out and understand why/how it's different than it used to be.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This message is a reminder that Fedora 18 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 18. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '18'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 18's end of life. Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 18 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 18's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.