Commit Graph

9035 Commits

Author SHA1 Message Date
Scott Ullrich
645bdcb48e needs to be a global now 2009-07-15 21:46:15 -04:00
Scott Ullrich
461fcf0775 Do not allow muting of serial + full install 2009-07-15 21:44:07 -04:00
Scott Ullrich
1286004b06 Do not allow muting of a serial console. The kernel gets very cranky and dishes cannot control tty errors 2009-07-15 21:41:24 -04:00
Seth
2b7dc757bf Switch over the dns list from arguments to dnswatch to a file which holds them which dnswatch will use 2009-07-14 10:23:47 +02:00
Scott Ullrich
5f12371145 Call conf_mount_rw() early 2009-07-12 16:30:18 -04:00
Scott Ullrich
865af1773d Allow auto firmware upgrade to work on NanoBSD 2009-07-11 21:01:33 -04:00
Scott Ullrich
c62c873cdb Allow auto firmware upgrade to work on NanoBSD 2009-07-11 21:01:33 -04:00
Scott Ullrich
963f93f29b For now set the number of flows to the same as allowable states. 2009-07-11 21:01:33 -04:00
Seth
d1073bf677 Do not add hostname to watch in the refresh ipsec policy section, there may be other tunnels using the same
endpoint which need refreshing as well.
This is also done in the part where the racoon configuration is written so it's safe to skip it here.

Silence the logging in the dnscache code and the ipsec route add code into a debug check

FIXME: there is a possible situation where hostname changes can be missed. In a lot of tunnels situation there
might be updates of other hostnames that changed while we were reconfiguring. Not sure how to handle that.
2009-07-11 23:10:07 +02:00
Scott Ullrich
eb6beec78f Correct out of place { 2009-07-10 19:15:23 -04:00
Seth
02e9c21b3b Make the dnswatch list array unique before processing 2009-07-11 00:10:51 +02:00
Scott Ullrich
38d0994307 Define and use queue when available.
Submitted-by: jim-p
2009-07-09 23:48:49 -04:00
Scott Ullrich
a983b48bc1 Do not show <noembedded> packages on nanobsd 2009-07-09 18:06:56 -04:00
Seth
83c195f2cf Increase the PHP running memory limit to 128MB from 32MB, on 1.5MB large
config XML files we run out of memory.
2009-07-09 21:01:30 +02:00
Scott Ullrich
2add0a6696 This routine was not meant to foreach() even though it is inside a foreach(). It's slightly confusing but the foreach obtains the correct namespace and then processes. Add the needed break; statemenet because on subequent foreach() loops, the carp password will be WRONG/BLANK. 2009-07-09 14:38:42 -04:00
Chris Buechler
89a552729e MFC fix from Ermal
Fixes #26
2009-07-09 02:08:28 -04:00
Chris Buechler
d7e0661cfa Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into RELENG_1_2 2009-07-09 02:04:56 -04:00
Scott Ullrich
4b14ae3092 Unbreak packages on 1.2.3/NanoBSD. 2009-07-08 17:03:16 -04:00
Scott Ullrich
4694ae5436 Add $d_fwupenabled_path as global variable 2009-07-07 23:43:56 -04:00
Scott Ullrich
4942c930b0 Unbreak 1.2.3 back from HEAD. Was unaware of this new subsystem_dirt business. 2009-07-07 23:37:44 -04:00
Scott Ullrich
7d5cfef05e Add a seatbelt check to ensure the on disk partition is the same size (or larger) and bail if it has any issues. 2009-07-07 20:44:15 -04:00
Scott Ullrich
102b2d8ab4 Do not call mute_kernel_msgs() it causes havoc. 2009-07-07 15:38:16 -04:00
Scott Ullrich
d97809baf3 Backout last commit, the problem still exists when launching filter_configure() later on 2009-07-07 15:23:58 -04:00
Scott Ullrich
2339012560 On bootup check to see if rc.newwanip is excuting and if so, delay for 5 seconds until it is finished. This works around the silly bug in 1.2.X:
Warning: no access to tty (Inappropriate ioctl for device).
Thus no job control in this shell.
2009-07-07 15:04:57 -04:00
Scott Ullrich
27173eadb8 Correct /etc/rc.conf_mount_ro location. Ensure /tmp/ is setup correctly. 2009-07-07 12:20:34 -04:00
Scott Ullrich
75ba86da78 Backport fix for enable buttom from master/HEAD 2009-07-07 12:07:09 -04:00
Scott Ullrich
49c2af5c2c s/swapUsage/swapusage/
Submitted-by: garga@
2009-07-07 11:50:20 -04:00
Scott Ullrich
099b02a777 Adding NanoBSD diagnostics page 2009-07-05 23:09:38 -04:00
Scott Ullrich
a618180a4e Sync with HEAD 2009-07-05 23:06:27 -04:00
Scott Ullrich
393abc467a Send file list to its own logfile 2009-07-05 21:38:44 -04:00
Scott Ullrich
52848935ec Add NanoBSD support 2009-07-05 20:13:45 -04:00
Scott Ullrich
462242d45c Fix option #2 in firmware upgrade (console) for NanoBSD, bdiff. 2009-07-05 19:45:09 -04:00
Scott Ullrich
f5ad6c33bf Remove newline 2009-07-05 19:32:56 -04:00
Scott Ullrich
f5e70ba0b9 Add newline before DANGER 2009-07-05 19:28:47 -04:00
Scott Ullrich
9c512b74ed Add digital secutiry signature check to console upgrades. 2009-07-05 19:14:29 -04:00
Scott Ullrich
b11a8cbfe0 Add a flag to keep track of nanobsd firmware upload 2009-07-05 18:57:40 -04:00
Scott Ullrich
b663607343 Remove foot shooting code that was commented out. It is not necessary for this. Enhance a comment about why we need boot0cfg 2009-07-05 18:49:53 -04:00
Scott Ullrich
bf80be34f0 Use tgz 2009-07-05 18:10:33 -04:00
Scott Ullrich
5bbc5984ba Let's try gzip -dc and use obs on dd 2009-07-05 17:38:23 -04:00
Scott Ullrich
ce4e7d0b17 Expand /var to 60 megabytes to fix the uploading images to firmware upgrade on nanbsd. 2009-07-05 16:37:31 -04:00
Scott Ullrich
4d10b01b08 Sync with HEAD 2009-07-05 15:51:23 -04:00
Scott Ullrich
c62532d099 Sync with HEAD 2009-07-05 15:50:58 -04:00
Scott Ullrich
2eab5dbaff Sync with master 2009-07-03 18:38:25 -04:00
Scott Ullrich
73c7a229c1 Sync with master 2009-07-03 18:38:00 -04:00
Scott Ullrich
d2692076b3 Match 4.X polling behavior. See thread "Polling and kern.polling.idle_poll" 2009-07-03 15:30:09 -04:00
Chris Buechler
3231a44d98 Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into RELENG_1_2 2009-07-02 14:09:34 -04:00
Scott Ullrich
47ef844d87 Remove trailing / 2009-07-01 00:06:55 -04:00
Scott Ullrich
78de24813f Add missing / 2009-07-01 00:04:05 -04:00
Scott Ullrich
4b4dcdeaba Correct the name its parse_config 2009-06-30 23:48:57 -04:00
Scott Ullrich
5666fb4d00 Correct the name its parse_config 2009-06-30 23:48:24 -04:00