Project

General

Profile

Download (10.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
19ee38b4 09/26/2009 12:34 AM Chris Buechler

move setup_microcode above the interface configuration, so in circumstances where the interface configuration needs to override those settings for working around certain problems (like disabling tx/rx checksum for wireless bridging) it doesn't get stomped on at boot time.

f6bed300 07/19/2009 07:44 PM Chris Buechler

move up glxsb to ensure it gets loaded well before VPNs start, otherwise it won't get used.

c553931b 07/19/2009 06:09 AM Chris Buechler

Load glxsb by default, unless disabled. Add option to disable to System -> Advanced.

b66cf573 06/25/2009 01:06 AM Scott Ullrich

Instead of setting $g['booting'] to false, unset the entry.

c8c4c1d0 06/22/2009 09:11 PM Chris Buechler

remove watchdog

c224dd9d 05/24/2009 04:27 AM Scott Ullrich

MFC Recovery console on CDROM platform

d5fc8ff4 01/22/2009 10:22 PM Scott Ullrich

Add missing '

bfaca655 01/20/2009 07:53 PM Scott Ullrich

Use $g['product_name'] instead of pfSense

f6193985 11/09/2008 03:10 AM Scott Ullrich

Sync

4f46cd86 11/09/2008 03:04 AM Scott Ullrich
  • Move time scripts much earlier. It will now kick off initially
    from the ntp once script
fbc6ad95 11/09/2008 02:53 AM Scott Ullrich

Use new sync on boot script

6cfe8725 11/09/2008 01:56 AM Scott Ullrich

Do not bring up carp interfaces twice.

ec7f0db2 09/05/2008 12:20 PM Seth Mos

Move the ini_set() to bump the PHP memory limit to 32MB into config.inc
which is the first place this will trigger the memory limit.

b8e0d152 09/02/2008 04:22 PM Scott Ullrich

Create resolv.conf earlier in the boot process

e822dccc 08/18/2008 03:16 PM Seth Mos

Set memory_limit on bootup so large configurations don't blow up.

d81ce3fa 08/05/2008 08:40 PM Chris Buechler

remove dead function

9d6ce77f 07/01/2008 12:15 AM Scott Ullrich

Eliminate stray ...

31eb6cb7 06/03/2008 03:34 AM Chris Buechler

fix FTP proxy start up for CARP VIPs

43b769e0 05/17/2008 10:15 PM Scott Ullrich

Nuke racoon_watch.sh

6996f5bf 09/25/2007 05:51 PM Scott Ullrich

Wrong branch. Back out.

21e17685 09/25/2007 04:32 PM Scott Ullrich

Start /usr/sbin/update_dns_cache.sh on startup

8356e292 08/17/2007 06:57 PM Scott Ullrich

Start racoon_watch.sh script on bootup if racoon is enabled.

a074233d 07/31/2007 10:54 PM Scott Ullrich
  • Remove trailing space
  • Remove duplicate command accidently commited
c126316b 07/31/2007 10:51 PM Scott Ullrich

Increase timeouts when using a 1000 hz.

From the FreeBSD commit message:

?Change TCPTV_MIN to be independent of HZ. ?While it was documented to
?be in ticks "for algorithm stability" when originally committed, it turns
?out that it has a significant impact in timing out connections. ?When we...

c71e7398 07/12/2007 01:40 AM Scott Ullrich

Start DHCPD before DNSMASQ to avoid this error on embedded:

Jul 12 01:34:39 dnsmasq588: failed to access /var/dhcpd/var/db/dhcpd.leases: No such file or directory

f7c2ef28 06/30/2007 09:49 PM Scott Ullrich

Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/

Ticket #1342

3b3978e8 06/03/2007 07:48 PM Scott Ullrich

Set the recv and send space to 4096 when folks use pfSense on 64 megabyte machines.

d5d5feec 05/14/2007 11:06 PM Scott Ullrich

Remove extra "'s.

7c26341a 05/14/2007 10:18 PM Scott Ullrich

Remove previous firmware.tgz on bootup if present.

ab0d0394 05/09/2007 04:48 PM Scott Ullrich

Port load balancer sticky address option

323feca7 05/08/2007 10:29 PM Seth Mos

Add a wan interface up check before we start any time syncing.

914a762d 04/24/2007 12:47 AM Scott Ullrich
  • Use is_interface_mismatch() function
  • Do not allow configuration to continue until the interfaces are setup correctly
  • When restoring a configuration via the webConfigurator detect that a interface mismatch has occured and redirect the user to the assign interface screen. Once the assign interface Save button has been pressed go ahead and reboot. This might just prevent someone from throwing a fit since they do not have console access.
011bff69 04/08/2007 06:22 PM Bill Marquette

startup routed on boot if it's enabled

baf9fab2 03/06/2007 09:47 PM Seth Mos

Do ourself a favor and start the time sync after we configured the interfaces.
So we can actually sync to something.

652cf082 02/20/2007 08:08 AM Seth Mos

force a time sync early in the boot before we start any services.
This especially important for dhcp when used in failover.
Let NTPd keep the time in sync.

1071e028 01/29/2007 04:09 AM Scott Ullrich

Backport cron handling from HEAD.

Patches-submitted-by: DSH@

4bee8672 01/16/2007 08:06 PM Scott Ullrich

Hard code paths to /etc/inc files on bootup.

If for some reason php.ini gets whiped out on bootup then you will never be able to boot again. This works around that issues and ensures that we atleast can bootup to the point where php.ini gets written back out....

3c61530f 11/11/2006 09:54 PM Scott Ullrich

Do not complain unless user has less than 126 megs of ram. Some motherboards share ram with video cards.

a164b0ca 10/10/2006 01:21 AM Scott Ullrich

Call the php.ini creation function after the other functions have been loaded into memory.

3a551579 10/10/2006 01:00 AM Scott Ullrich

Call the php.ini creation function after the other functions have been loaded into memory.

adf4b768 10/10/2006 12:38 AM Scott Ullrich
  • Dynamically create php.ini on bootup
  • Do not use APC for embedded machines. Advice from #lighttpd
232374b7 10/08/2006 09:43 PM Scott Ullrich

Add missing "

c108ec01 10/08/2006 08:45 PM Scott Ullrich

Show a big fat warning on every bootup via the notices system if the minimum ram requirements are not met.

6d80ad3a 10/03/2006 08:11 PM Scott Ullrich

Add afterbootupshellcmd that is executed when the system is booted up.

5f3e1f12 10/03/2006 12:18 AM Scott Ullrich

Misc OpenNTPD changes. Do not restart on wan ip change

20b90e0a 10/02/2006 09:12 PM Scott Ullrich

Switch to OpenNTPD.

f05740c1 09/01/2006 10:37 PM Scott Ullrich

Do not space after ...

cb74ffd5 09/01/2006 10:23 PM Scott Ullrich

Now that we are optimized switch the loading firewall output on bootup to a "." method.

1d9652cf 08/26/2006 01:24 AM Scott Ullrich

Echo out . in a few places during bootup

d0e94aaf 08/26/2006 12:46 AM Scott Ullrich

Alert user what is happening during bootup to fill the void. Now pfSense looks rather snappy during bootup.

12c09555 06/29/2006 03:23 PM Scott Ullrich

We need the tunnel interfaces to be active before configuring the filter. This should hopefully solve the openvpn reboot issues.

09b949e1 06/05/2006 04:50 PM Scott Ullrich

MFC needed package changes from Fernando

11cbd478 04/27/2006 05:25 PM Scott Ullrich

Don't start from interfaces.inc. We're moving to rc.bootup

a199b93e 04/27/2006 04:53 PM Scott Ullrich

Add watchdogd support for Soekris and WRAP platforms.

ab34f4ec 04/17/2006 10:06 PM Scott Ullrich

Start slbd right before first filter_configure_sync()

0fe87296 04/03/2006 02:57 PM Scott Ullrich

call openvpn_resync_all() on bootup

397afb3e 04/02/2006 11:20 PM Scott Ullrich

Temporarily turn off OpenVPN since Call to undefined function: openvpn_resync_all()
Pointy-hat-to: FernandoTCL

7c172009 04/01/2006 10:18 PM Scott Ullrich

MFC Fernando's OpenVPN changes.

bd042586 03/25/2006 10:04 PM Scott Ullrich

One period is enough.

f0842feb 03/24/2006 06:48 PM Scott Ullrich

Switch RRD graphs to /var/db which is not blown away every bootup.

ca8e4ed2 03/21/2006 11:07 PM Scott Ullrich

MFC Seths most excellent RRD graphing items

a8a2b9b8 03/18/2006 06:10 PM Scott Ullrich

When we detect that there is less than 65 megs of ram, output the detected value

11e07daa 03/13/2006 06:37 AM Scott Ullrich
  • 64 -> 65 Megabytes
  • Sync code to -HEAD
a6abbd66 03/13/2006 03:28 AM Scott Ullrich

Move rc.linkup operations to check_reload_status to avoid race conditions.

88964924 03/11/2006 08:35 PM Scott Ullrich

Ticket #854 fixes

  • Compute the correct amount of ng interface for pptp and pppoe
  • Restart mpd processes in one function so that duplicates do not end up in mpd.conf file
1e19b3b4 02/10/2006 11:49 PM Scott Ullrich

Reconfig DHCP after bootup to properly assign primary/backup dhcp roles

3962b070 12/29/2005 02:55 AM Scott Ullrich

Add filtering bridge toggle switch just like m0n0wall has.

Ticket #756

76612f46 12/27/2005 07:26 PM Scott Ullrich

Loop assign interfaces option until the user gets the correct configuraiton.

Ticket #749

f4959a69 12/10/2005 08:13 PM Scott Ullrich

Start SNMP last

b826526d 11/19/2005 06:32 AM Scott Ullrich

Reload filter at end of bootup

154349f9 11/19/2005 06:04 AM Scott Ullrich

Bring up pftpx right before carp final

b03c0a01 11/18/2005 09:24 PM Scott Ullrich

Start PFTPX helpers earlier in startup sequence

ae723ece 11/18/2005 06:37 PM Scott Ullrich

Bring up CARP interfaces right after optional interfaces

559373e8 11/14/2005 10:17 PM Scott Ullrich

Remove back to rc debugger

11e2c67c 11/14/2005 10:10 PM Scott Ullrich

Remove debugging items

c07d8b04 11/14/2005 09:54 PM Scott Ullrich

Add some debugging helpers

21dc546e 11/14/2005 09:49 PM Scott Ullrich

Add some debugging helpers

ebcc52b3 11/14/2005 09:44 PM Scott Ullrich

Add some debugging helpers

0d98187f 11/14/2005 09:32 PM Scott Ullrich

Turn back off ptftpx

7ba712cd 11/14/2005 09:26 PM Scott Ullrich

Enable PFTPX again

cc2414aa 11/14/2005 09:20 PM Scott Ullrich

Don't start PFTPX for time being

e2ad0dbb 11/14/2005 09:13 PM Scott Ullrich

Move FTP Helpers later in the boot process to try and track down this blasted vmware problem.

0192adaf 11/14/2005 07:59 PM Scott Ullrich

echo before setting up of microcode

beaff8b0 11/08/2005 01:14 AM Scott Ullrich

Sync with HEAD. Start CVS after webGUI

562fca6d 11/07/2005 03:27 AM Scott Ullrich

Do not require a reboot to setup polling.

5ffb18e0 10/26/2005 10:17 PM Scott Ullrich
  • Start dhcp relay
  • Start DNSUpdate
70b89814 10/09/2005 12:36 AM Scott Ullrich

Mute during devd enable

86ddbb71 10/08/2005 07:16 PM Scott Ullrich

Start DEVD earlier. It maps the keyboards.

9bd531ec 10/08/2005 01:31 AM Scott Ullrich

Move devd after interface configuration

864c458d 10/08/2005 01:26 AM Scott Ullrich

Echo before starting the device manager (devd)

de16ed63 10/08/2005 01:25 AM Scott Ullrich

Unmute kernel

92e2deb7 10/08/2005 01:18 AM Scott Ullrich

Add boot debugging helpers. We seem to pause for a long time after confugirng timezone now on the latest builds.

eb60dfb0 10/04/2005 01:06 AM Colin Smith

No more system_do_extensions().

88b63d7c 10/04/2005 12:42 AM Scott Ullrich

Sync password on bootup

3a89b8d9 09/30/2005 09:26 PM Scott Ullrich

Run system_resolvconf_generate() after configuring interfaces

e556dea7 09/28/2005 12:03 AM Scott Ullrich

If debugging is enabled, do not mute the console when bringing up the optional interfacs. we're trying to chase down a panic/freeze.

04c5bd17 09/26/2005 07:36 PM Scott Ullrich

Work around the fact that our traffic shaper configuration takes time to create by leaving the carp interfaces in a down state until the very end of bootup.

19aeae7f 09/24/2005 08:47 PM Scott Ullrich

Adjust carp bootup sequence. Do not down the interfaces and later up them.

6fa4bdc6 09/22/2005 10:22 PM Scott Ullrich

Correct carp bringup sequence

ce9e67ce 09/20/2005 08:18 PM Scott Ullrich

Lock console a bit different