summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
Commit message (Collapse)AuthorAgeFilesLines
* Move dnsmasq start to before ntp, or else the entry for the DNS forwarder in ↵jim-p2013-04-251-3/+3
| | | | /etc/resolv.conf will always time out.
* Restart ntpd a little differently, seems to stabilize it when restarted from ↵jim-p2013-02-081-1/+1
| | | | rc.newwanip
* ntpdate was hanging, use the same hacky fix that works for ntpd and it works ↵jim-p2012-05-161-1/+1
| | | | too. All happy, even from a cold boot on ALIX 2d3 with no RTC battery.
* 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. Conflicts: etc/rc.newwanipv6
* Revert "Make initial changes to allow pfSense to work in a jail."Andrew Thompson2011-08-171-41/+14
| | | | This reverts commit a26d95383a6146734f67c9db21cd83534052843a.
* 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
|
* Fix typoScott Ullrich2011-01-061-1/+1
|
* Include pkg-utils.incScott Ullrich2011-01-061-0/+1
|
* Reinstall packages on bootup during console. Ticket #1156Scott Ullrich2011-01-051-1/+11
|
* Start relayd after routing has been started.Ermal2010-12-101-3/+3
|
* Use full path to binary and silence errors if any on unlink.Ermal2010-12-071-5/+5
|
* Move all dynamic dns update processes under the same even 'reload dyndns' ↵Ermal2010-12-071-7/+3
| | | | since it makes sense to do so.
* Do the filter reload before vpn and some other services which get impacted ↵Ermal2010-12-071-3/+3
| | | | or impact filter reload. Let alone that they do not impact filter reload at all.
* Bring interfaces up only if there is a mismatch to allow them to be reassigned.Ermal2010-11-101-3/+5
|
* Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items ↵Warren Baker2010-11-081-1/+1
| | | | required additional files to be updated to reflect correct path.
* unbreak rc.bootupChris Buechler2010-09-221-1/+1
|
* Bring gitsync to the new check_reload_status behaviour.Ermal2010-09-221-1/+1
|
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-1/+1
|
* Revert "Remove redundant call to system_dhcpleases_configure. It is called ↵Ermal2010-08-241-0/+3
| | | | | | in services_dnsmasq_configure." This reverts commit 5f0b6a8f2aa3e5875188cd6720d037ef25503bca.
* Remove redundant call to system_dhcpleases_configure. It is called in ↵gnhb2010-08-241-3/+0
| | | | services_dnsmasq_configure.
* Fixes #837. Fix the startup of dhcpleases during bootup. Also start the ↵Ermal2010-08-231-3/+6
| | | | dhcpd service earlier there is not reason no to!
* When booting up do not try to configure ovpn[c|s] interfaces if present also ↵Ermal2010-08-201-5/+5
| | | | try to configure openvpn eariler just after the interfaces have been setup.
* Fix comment to match what is actually doing.Ermal2010-08-191-1/+1
|
* Setup polling per interface rather only at bootup. This is a proper fix and ↵Ermal2010-08-191-8/+10
| | | | a optimization on large interface cases. Also setup_microcode and polling defaults before configuring interfaces.
* Use require_once herejim-p2010-08-121-2/+2
|
* Move all console related configuration items to config.console.inc. This ↵Scott Ullrich2010-08-091-0/+2
| | | | will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.
* Save the old shutdown binary in an attempt to smooth a firmware upgrade that ↵jim-p2010-07-291-0/+4
| | | | crosses to/from 32/64-bit.
* Add an LED pattern function for assigning interfaces, and enable its use. ↵jim-p2010-07-281-0/+2
| | | | When finished, switch back to the bootup pattern.
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-071-3/+0
|\ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
| * Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files ↵Ermal2010-06-041-3/+0
| | | | | | | | is regenerated to avoid problems.
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-031-6/+5
|\ \ | |/
| * Start sshd early on boot so it is availble as soon as the first ip is ↵Ermal2010-06-021-4/+4
| | | | | | | | configured.
| * Remove spurious call to mute console.Ermal2010-06-011-2/+1
| |
* | First steps for 3g serviceproviders supportRenato Botelho2010-06-021-0/+2
|/ | | | | | | | | | | | o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used on non-rrd related places o Add necessary require_once() calls to pfsense-utils.inc on places that are calling xml2array() o Add serviceproviders.xml, obtained from [1] o Add ISO xml with country codes and names, obtained from [2] [1] http://git.gnome.org/browse/mobile-broadband-provider-info/ [2] http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
* Add newlineScott Ullrich2010-05-231-1/+1
|
* Add missing ;Scott Ullrich2010-05-221-1/+1
|
* Add (C)ontinue option for the impatientScott Ullrich2010-05-221-3/+4
|
* Re-create the hosts file on bootup after configuring all the interfaces. ↵smos2010-05-191-0/+3
| | | | Ticket #567
OpenPOWER on IntegriCloud