Project

General

Profile

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

# Date Author Comment
971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

d4b1e549 07/02/2014 08:24 PM Renato Botelho

Back to cons25 for now since we found some issues with xterm on serial console

edb4b657 07/01/2014 04:37 PM Renato Botelho

Fix #3647 and other improvements:

- 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...

f37e37bb 03/06/2014 07:19 PM Ermal LUÇI

Remove not needed anymore function

923e49b1 01/29/2014 11:29 AM Warren Baker

Start and configure Unbound on boot

08b64f79 12/15/2013 09:15 PM Ermal LUÇI

Use events to start sshd rather than relying on forking

77a341a4 12/06/2013 01:39 PM Renato Botelho

Add a knob to prefer IPv4 over IPv6, it fixes #2833

bee7cd82 09/03/2013 10:27 AM Ermal LUÇI

Resolves #3177. Do a filter reconfigure if the dynds ipsec hosts are present and being reloaded.

5517f604 08/28/2013 08:13 PM Phil Davis

Use physmem and realmem from get_memory() in the appropriate places

06433d75 07/13/2013 01:15 PM Phil Davis

Start DHCrelay6 on boot

abb87c26 04/22/2013 08:30 PM Ermal LUÇI

Disable apc during bootup since its useless anyway and just consumes memory uselessly

e5b89d37 04/22/2013 08:29 PM Ermal LUÇI

Reload ipsec with dynamic hostnames after bootup that dns is available. Helps: http://forum.pfsense.org/index.php/topic,61301.0.html

f11ebed1 04/12/2013 08:04 PM Ermal LUÇI

Not sure why this is part of the bootup process but it shouldn't. Hopefully nothing breaks

78514535 02/13/2013 02:19 AM Phil Davis

Say goodbye to routed at bootup

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)

eac52376 02/12/2013 05:27 PM Jim Pingle

Do the syslogd restart unconditionally. It happens on IPv4 as well as IPv6. See http://forum.pfsense.org/index.php/topic,58345.0.html

76a7d8e4 01/16/2013 01:29 PM Ermal LUÇI

Merge git pull request 313 from bcyrill with some modifications

2b6f7508 01/05/2013 04:16 PM Seth Mos

Move up the syslog daemon so that we get a larger part of the bootup sequence.

26ee0570 12/14/2012 06:41 PM Jim Pingle

Start dnsmasq before ntp because ntp can fail if it doesn't have proper/working DNS.

3a4b0147 11/22/2012 04:43 PM Ermal LUÇI

Resolves #2529. Load the ipfw module before any commands are executed on CP. Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)

de00c381 07/25/2012 01:25 PM Phil Davis

Add done after NTP Time Client start message

Add a done and newline so the console messages at boot all line up the same.

f60156f6 07/06/2012 06:38 PM Jim Pingle

Add an option to System > Advanced, misc tab to enable loading thermal modules (amdtemp, coretemp)

7852ce9b 07/02/2012 05:45 PM Erik Fonnesbeck

Display different message and do not display message about interfaces that do not exist if this is the default configuration.

e0a45ce0 07/02/2012 10:00 AM Erik Fonnesbeck

Do not directly print out a message when checking the interfaces, instead saving the list to use later. Display this list before the interface mismatch message. Fixes #2468 and fixes #2531

7530177c 06/12/2012 07:10 PM Jim Pingle

Generalize the Crypto hardware option and add GUI support for AES-NI.

76231e63 06/07/2012 09:25 AM Ermal LUÇI

Bye, bye olsrd back to packages.

b61e8960 05/16/2012 06:03 PM Jim Pingle

Teach mwexec and mwexec_bg how to optionally clear signal masks, and use that when launching ntp or ntpdate.

0b8e9d38 05/16/2012 02:48 PM Jim Pingle

On its own, ntpd does not sync fast enough at bootup, so bring back the ntpdate sync but improve it so it can't get stuck forever.

25ed9cf8 04/18/2012 08:57 PM Jim Pingle

Add cheap hack to make syslogd forwarding to IPv6 work at bootup. Fixes #2370

b738cea7 02/23/2012 11:06 AM Warren Baker

Missed removing the function from here as well

5e4d70a0 02/23/2012 04:17 AM Yehuda Katz

Option to disable startup/shutdown sounds

7734aea6 08/17/2011 02:15 AM Andrew Thompson

Make initial changes to allow pfSense to work in a jail.

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.

a92276d2 08/08/2011 05:55 PM Ermal LUÇI

Start NTPd after dns since its a requirment and latest changes should help with delays people are reporting. Reminded-by: Jim

4e192846 06/06/2011 06:12 PM Ermal LUÇI

Correct event calling during bootup for rc.newipsecdns and also convert the 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.

f6bf0661 06/06/2011 05:57 PM Ermal LUÇI

Switch this to check_reload_status event to see if it solves any possible issues of nohup blocking signals to be delivered to filterdns proces.

cd11a142 04/12/2011 05:52 PM Jim Pingle

Drop the ntpdate sync in favor of using ntpd -s, which should have the same net effect without needing the shell script that has been prone to hanging.

63e18082 03/26/2011 09:21 PM Jim Pingle

Backing this out to see if it unbreaks NanoBSD upgrades with packages 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.

548be1fd 03/22/2011 07:28 AM Erik Fonnesbeck

Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279

a2a13c97 02/21/2011 02:19 PM Seth Mos

Trigger a VPN tunnel reload after configuring IPsec, it will handle all the hostname tunnels after boot finishes

393cd3fc 02/04/2011 10:03 AM Ermal LUÇI

After finishing the installation clear the flag for package sync.

261c7de8 01/24/2011 07:34 PM Jim Pingle

Warn users a different way if packages are being reinstalled in the 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 )

e9bcc5fe 01/21/2011 03:58 PM Scott Ullrich

Lock firmwarelock when upgrading packages

24e61cce 01/10/2011 08:52 PM Ermal LUÇI

Ticket #317. Unconditionally synchronize users on bootup this might prevent some reports of ssh keys not being there.

550fea7a 01/06/2011 09:39 PM Scott Ullrich

Do not unlink file, it's handled by behind the scenes pkg-utils.inc code

7aa9ab00 01/06/2011 09:06 PM Scott Ullrich

Fix typo

0c78d2d0 01/06/2011 08:49 PM Scott Ullrich

Include pkg-utils.inc

9b193619 01/05/2011 09:44 PM Scott Ullrich

Reinstall packages on bootup during console. Ticket #1156

d1265444 12/10/2010 06:53 PM Ermal LUÇI

Start relayd after routing has been started.

c5901d28 12/07/2010 06:32 PM Ermal LUÇI

Use full path to binary and silence errors if any on unlink.

422bc2a7 12/07/2010 06:25 PM Ermal LUÇI

Move all dynamic dns update processes under the same even 'reload dyndns' since it makes sense to do so.

8c41a3e4 12/07/2010 06:13 PM Ermal LUÇI

Do the filter reload before vpn and some other services which get impacted or impact filter reload. Let alone that they do not impact filter reload at all.

7f8d463f 11/10/2010 06:43 PM Ermal LUÇI

Bring interfaces up only if there is a mismatch to allow them to be reassigned.

4395500c 11/08/2010 06:44 AM Warren Baker

Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items required additional files to be updated to reflect correct path.

f3239b2d 09/22/2010 05:12 PM Chris Buechler

unbreak rc.bootup

fbd5fc52 09/22/2010 03:27 PM Ermal LUÇI

Bring gitsync to the new check_reload_status behaviour.

0ae6daf8 09/07/2010 07:36 PM Ermal LUÇI

Use the new events mechanisms to dispatch events.

92150bd8 08/24/2010 11:13 AM Ermal LUÇI

Revert "Remove redundant call to system_dhcpleases_configure. It is called in services_dnsmasq_configure."

This reverts commit 5f0b6a8f2aa3e5875188cd6720d037ef25503bca.

5f0b6a8f 08/24/2010 08:55 AM Marcus Brown

Remove redundant call to system_dhcpleases_configure. It is called in services_dnsmasq_configure.

24d619f5 08/23/2010 02:47 PM Ermal LUÇI

Fixes #837. Fix the startup of dhcpleases during bootup. Also start the dhcpd service earlier there is not reason no to!

d09d53ac 08/20/2010 03:48 PM Ermal LUÇI

When booting up do not try to configure ovpn[c|s] interfaces if present also try to configure openvpn eariler just after the interfaces have been setup.

7d6128e0 08/19/2010 12:46 PM Ermal LUÇI

Fix comment to match what is actually doing.

9a4c3eed 08/19/2010 12:45 PM Ermal LUÇI

Setup polling per interface rather only at bootup. This is a proper fix and a optimization on large interface cases. Also setup_microcode and polling defaults before configuring interfaces.

1b1c179d 08/12/2010 05:20 PM Jim Pingle

Use require_once here

032c40c7 08/09/2010 11:29 PM Scott Ullrich

Move all console related configuration items to config.console.inc. This will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.

bf072179 07/29/2010 06:03 PM Jim Pingle

Save the old shutdown binary in an attempt to smooth a firmware upgrade that crosses to/from 32/64-bit.

a6bd4155 07/28/2010 08:40 PM Jim Pingle

Add an LED pattern function for assigning interfaces, and enable its use. When finished, switch back to the bootup pattern.

277d0250 06/07/2010 04:24 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

Conflicts:
etc/inc/interfaces.inc
etc/inc/pfsense-utils.inc

956950de 06/04/2010 03:57 PM Ermal LUÇI

Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files is regenerated to avoid problems.

4749cccb 06/03/2010 04:01 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

b29d9c8e 06/02/2010 04:50 PM Ermal LUÇI

Start sshd early on boot so it is availble as soon as the first ip is configured.

3ffa8318 06/02/2010 11:30 AM Renato Botelho

First steps for 3g serviceproviders support

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]...

634e5206 06/01/2010 11:13 PM Ermal LUÇI

Remove spurious call to mute console.

efce1588 05/23/2010 04:44 AM Scott Ullrich

Add newline

22af75a3 05/22/2010 08:26 PM Scott Ullrich

Add missing ;

055abc57 05/22/2010 07:32 PM Scott Ullrich

Add (C)ontinue option for the impatient

4994b350 05/19/2010 09:52 AM Seth Mos

Re-create the hosts file on bootup after configuring all the interfaces. Ticket #567

7f039071 05/19/2010 04:52 AM Jim Pingle

Move this up in the boot sequence, the reset button check relies on its existence.

7188fc6d 05/18/2010 09:58 PM Scott Ullrich

Add missing functions and move check earlier since this only checks on bootup

15f14889 05/18/2010 09:27 PM Scott Ullrich

Add reset button support to alix/wrap. Obtained-from: m0n0wall

ee23ccab 05/14/2010 11:54 AM Ermal LUÇI

Ticket #295. Use empty to prevent some ghost entries in some configurations.

1f0f301c 05/11/2010 03:05 PM Jim Pingle

Make /var/run/booting exist for more of the actual booting process. Ticket #53.

85b2f424 04/13/2010 08:31 PM Ermal LUÇI

Improve startup time by delaying dyndns synching.

33c017b2 03/31/2010 11:08 PM Ermal LUÇI

Remove update_dns_cache.sh it seems to have been used for hostnames in the filter ruleset which now is handled quite differently.

6346595c 03/08/2010 06:51 PM Ermal Luçi

Match conf_mount_rw with conf_mount_ro call.

a46e450c 03/08/2010 04:53 PM Ermal Luçi

Do not spread checking for value accross code. Do it in the function that is supposed to do it.

bb2e8e89 03/04/2010 03:41 PM Ermal Luçi

Remove test code.

a1bed51b 03/04/2010 03:38 PM Ermal Luçi

Fix double include.

3066a36f 02/04/2010 05:23 PM Ermal Luçi

Add neccessary include.

17fdcb8d 02/02/2010 11:28 PM Ermal Luçi

Ticket #317. Synchronize user info on bootup.

9f274393 12/20/2009 10:11 PM Chris Buechler

Use the globals for minimum RAM warning, drop limit a little to accommodate 128 MB RAM systems

7ea754a8 12/07/2009 12:26 AM Scott Ullrich

Adding script to parse dhcpd log file and populate /etc/hosts so that we can move to a newer dnsmasq. in addition, the current dnsmasq isc parsing is broken so there is not a choice to move either way. Ticket #79

93291959 12/04/2009 12:29 AM Scott Ullrich

Start syslogd after interfaces are configured. Ticket #196

7ef2b260 12/02/2009 08:37 PM Scott Ullrich

Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195

cc558460 11/29/2009 09:50 PM Scott Ullrich

Do not show motd

5f2d078e 11/22/2009 12:10 AM Scott Ullrich

Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

410cdac4 10/26/2009 12:55 AM Scott Ullrich

Set booting to true.. not TRUE

abcb2bed 10/01/2009 03:19 PM Ermal Luçi
  • Convert carp/vips code to behave the same as other interfaces.
  • Make optimizations around it.
  • Make sure when we reload teh underlying interface we reload carp too.
  • Some fixes around the code.

Reviewed-by: scott@ and billm@

2fd9d050 08/23/2009 11:11 PM Scott Ullrich

Create resolv.conf before loading rules. Resolves #21

62d93213 08/23/2009 07:17 PM Scott Ullrich

Include functions.inc which will then include ipsec.inc

a9a6de88 08/23/2009 07:03 PM Scott Ullrich

Unbreak IPSEC!