summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
Commit message (Collapse)AuthorAgeFilesLines
* Redmine #4279 Package reinstall displayed when shutting down before upgradePhil Davis2015-12-071-0/+6
| | | | | | | | | | | | Use a different flag file to indicate that a package reinstall is required after a reboot is done first. This avoids the possibility that the user navigates in the webGUI during the time while the shutdown is in progress and is accidentally presented with the reinstall all packages GUI button. Early in rc.bootup switch the flag file to use its ordinary name, so that all subsequent code in boot scripts and webGUI will work as it already does to handle the package reinstall and notifying the user that a package reinstall is about to be done or in progress...
* Revert "Ticket #4442 Do not process URL aliases during bootup but trigger it ↵Chris Buechler2015-06-101-1/+3
| | | | | | just after finished booting. This completely solves the bootup delays without lowering the timeout as before. Probably need to increase a bit the timeouts now to be friendly to other connections" This reverts commit 0d44aca64623da5a3eeef0619704a10b3cfda7a5.
* Do not disable APc hereErmal LUÇI2015-06-091-3/+0
|
* Ticket #4442 Do not process URL aliases during bootup but trigger it just ↵Ermal LUÇI2015-06-071-3/+1
| | | | after finished booting. This completely solves the bootup delays without lowering the timeout as before. Probably need to increase a bit the timeouts now to be friendly to other connections
* Do not start filterdns during boot until a proper fix is done. Ticket #4296Renato Botelho2015-03-121-0/+2
|
* Properly unset booting flags to allow dynamic ipsec tunnels to work correctlyErmal LUÇI2014-12-041-0/+1
|
* rename interfaces_carp_setup to interfaces_sync_setup and call it during ↵Ermal2014-10-151-0/+1
| | | | bootup since it does not only relate to carp interfaces.
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-5/+8
|
* Back to cons25 for now since we found some issues with xterm on serial consoleRenato Botelho2014-07-021-5/+5
|
* Fix #3647 and other improvements:Renato Botelho2014-07-011-6/+6
| | | | | | | | | - Remove auto_login(), now gettytab is a constant file - Add reload_ttys(), that will send a SIGHUP to init and make it reload /etc/ttys - Change serial speed on /etc/ttys when necessary - Change console and serial auto_login on /etc/ttys when necessary - Change default type from cons25 to xterm
* Remove not needed anymore functionErmal2014-03-061-1/+0
|
* Start and configure Unbound on bootWarren Baker2014-01-291-0/+3
|
* Use events to start sshd rather than relying on forkingErmal2013-12-151-1/+1
|
* Add a knob to prefer IPv4 over IPv6, it fixes #2833Renato Botelho2013-12-061-0/+3
|
* Resolves #3177. Do a filter reconfigure if the dynds ipsec hosts are present ↵Ermal2013-09-031-0/+1
| | | | and being reloaded.
* Use physmem and realmem from get_memory() in the appropriate placesPhil Davis2013-08-281-4/+5
|
* Start DHCrelay6 on bootPhil Davis2013-07-131-0/+3
|
* Disable apc during bootup since its useless anyway and just consumes memory ↵Ermal2013-04-221-0/+2
| | | | uselessly
* Reload ipsec with dynamic hostnames after bootup that dns is available. ↵Ermal2013-04-221-1/+7
| | | | Helps: http://forum.pfsense.org/index.php/topic,61301.0.html
* Not sure why this is part of the bootup process but it shouldn't. Hopefully ↵Ermal2013-04-121-2/+0
| | | | nothing breaks
* Say goodbye to routed at bootupPhil Davis2013-02-131-4/+0
| | | | Now that routed/RIP has been removed from the base system, it generates errors trying to start it in the base system boot script. (I guess that if it is installed as a package, the package start code will bring it up at the end of the base system boot)
* Do the syslogd restart unconditionally. It happens on IPv4 as well as IPv6. ↵jim-p2013-02-121-6/+3
| | | | See http://forum.pfsense.org/index.php/topic,58345.0.html
* Merge git pull request 313 from bcyrill with some modificationsErmal2013-01-161-1/+1
|
* Move up the syslog daemon so that we get a larger part of the bootup sequence.smos2013-01-051-3/+3
|
* Start dnsmasq before ntp because ntp can fail if it doesn't have ↵jim-p2012-12-141-3/+3
| | | | proper/working DNS.
* Resolves #2529. Load the ipfw module before any commands are executed on CP. ↵Ermal2012-11-221-1/+1
| | | | Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)
* Add done after NTP Time Client start messagePhil Davis2012-07-251-2/+3
| | | Add a done and newline so the console messages at boot all line up the same.
* Add an option to System > Advanced, misc tab to enable loading thermal ↵jim-p2012-07-061-0/+3
| | | | modules (amdtemp, coretemp)
* Display different message and do not display message about interfaces that ↵Erik Fonnesbeck2012-07-021-3/+6
| | | | do not exist if this is the default configuration.
* Do not directly print out a message when checking the interfaces, instead ↵Erik Fonnesbeck2012-07-021-0/+2
| | | | saving the list to use later. Display this list before the interface mismatch message. Fixes #2468 and fixes #2531
* Generalize the Crypto hardware option and add GUI support for AES-NI.jim-p2012-06-121-2/+2
|
* Bye, bye olsrd back to packages.Ermal2012-06-071-3/+0
|
* Teach mwexec and mwexec_bg how to optionally clear signal masks, and use ↵jim-p2012-05-161-1/+1
| | | | that when launching ntp or ntpdate.
* On its own, ntpd does not sync fast enough at bootup, so bring back the ↵jim-p2012-05-161-5/+6
| | | | ntpdate sync but improve it so it can't get stuck forever.
* Add cheap hack to make syslogd forwarding to IPv6 work at bootup. Fixes #2370jim-p2012-04-181-0/+7
|
* Missed removing the function from here as wellWarren Baker2012-02-231-3/+0
|
* Option to disable startup/shutdown soundsYehuda Katz2012-02-221-0/+3
|
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-14/+41
| | | | | | This mostly avoids starting things that will not work and gets the initial config. Most of the pfSense functionality will not work (pf rules, routing, etc) but it can be used for testing.
* Start NTPd after dns since its a requirment and latest changes should help ↵Ermal2011-08-081-5/+5
| | | | with delays people are reporting. Reminded-by: Jim
* Correct event calling during bootup for rc.newipsecdns and also convert the ↵Ermal2011-06-061-1/+1
| | | | command executed during an ipsec even to go through check_reload_status which will prevent races on calling rc.newipsecdns. Which might lead to many filterdns processes.
* Switch this to check_reload_status event to see if it solves any possible ↵Ermal2011-06-061-1/+1
| | | | issues of nohup blocking signals to be delivered to filterdns proces.
* Drop the ntpdate sync in favor of using ntpd -s, which should have the same ↵jim-p2011-04-121-3/+0
| | | | net effect without needing the shell script that has been prone to hanging.
* Backing this out to see if it unbreaks NanoBSD upgrades with packages ↵jim-p2011-03-261-2/+2
| | | | | | involved. Revert "Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279" This reverts commit 548be1fd6697ab115cbb29d61bc5507744488094.
* Workaround for conf_mount_rw/ro during boot to only allow it to change at ↵Erik Fonnesbeck2011-03-221-2/+2
| | | | the start and end. Fixes #1279
* Trigger a VPN tunnel reload after configuring IPsec, it will handle all the ↵smos2011-02-211-0/+2
| | | | hostname tunnels after boot finishes
* After finishing the installation clear the flag for package sync.Ermal2011-02-041-0/+1
|
* Warn users a different way if packages are being reinstalled in the ↵jim-p2011-01-241-2/+2
| | | | background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html )
* Lock firmwarelock when upgrading packagesScott Ullrich2011-01-211-0/+2
|
* Ticket #317. Unconditionally synchronize users on bootup this might prevent ↵Ermal2011-01-101-3/+2
| | | | some reports of ssh keys not being there.
* Do not unlink file, it's handled by behind the scenes pkg-utils.inc codeScott Ullrich2011-01-061-1/+0
|
OpenPOWER on IntegriCloud