Project

General

Profile

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

# Date Author Comment
2f8782fe 05/26/2012 07:28 AM Seth Mos

More validation for ejecting CDrom devices for 3G sticks, needs extra manufacturers. Less typos in variable names also helps a lot.

793d3c96 05/20/2012 06:01 PM Seth Mos

Attempt to Eject the CD device on 3G sticks for Huawei and ZTE devices.

e0c45357 05/01/2012 08:00 PM Jim Pingle

Move routing (radvd, routed, ospf, bgp) to its own log since these daemons can be really spammy at times.

152c18f0 04/18/2012 06:29 AM Phil Davis

Store PBIs in /root/var/db/pbi so they persist across reboots.
Keep the existing code for old-style PKG packages in case users on 2.1 are doing anything with PKG packages by hand. In theory all proper package installs on pfSense 2.1 (FreeBSD 8.3) should use PBIs.

e0977fed 03/29/2012 10:20 AM Seth Mos

Move some of the log file tabs around.
Add seperate tabs for dnsmasq,unbound as well as gateways.

71bdd226 03/13/2012 01:00 PM Warren Baker

Rather make use of grep -c than all these pipes

973b2663 03/12/2012 10:55 AM Ermal LUÇI

Simplify this code a little and make it easily extendible.

06fd1952 03/12/2012 10:34 AM Ermal LUÇI

check for presense of file before trying to exec it

e8197e56 03/12/2012 10:32 AM Ermal LUÇI

Do not wipe logs on reboot on full install

92ac3b3d 01/30/2012 09:24 PM Jim Pingle

Add a small script to disable APM on ATA drives if they claim to support it. Leaving this on will kill drives long-term, especially laptop drives, by generating excessive Load Cycles.
The APM bit set will persist until the drive is power cycled, so it's necessary to run on each boot to be sure.

b3e15d1b 10/01/2011 12:04 AM Jim Pingle

Add missing s

689eaa4d 09/30/2011 11:57 PM Jim Pingle

Move hostapd to its own log and tab, so it stops spamming the system log.

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.

01656166 07/25/2011 03:01 PM Jim Pingle

Run on CD-ROM, too, it should be writable after rc.cdrom

ca3537ba 07/25/2011 02:58 PM Jim Pingle

Sync password database right after mount, in case it is corrupt. (Except on CD-ROM platform).

aa840cf9 07/17/2011 11:55 PM Scott Ullrich

Redirect errors to file

01599e5e 06/24/2011 07:05 PM Ermal LUÇI

Remove nohup from the calling for check_reload_status since it may cause issues to the processes that get forked from it.

490615d3 06/21/2011 04:08 PM Scott Ullrich

Add custom boot early hook

36653869 03/10/2011 08:55 AM Erik Fonnesbeck

Remove extra unmatched conf_mount_ro for a potential race condition preventing writes when generating ssh keys in the background. Ticket #673

6c67a28d 02/23/2011 05:36 PM Jim Pingle

Set PKG_TMPDIR for embedded/nano because it will fill up /var trying to download packages otherwise. (From sullrich)

e5323cca 01/26/2011 05:42 PM Jim Pingle

Run dumpon earlier, split dumpon/ddb from savecore and run savecore later.

c3a56ba9 01/25/2011 10:02 PM Jim Pingle

Add support for dumpon/savecore to run on full installs.

3b39d0ac 01/25/2011 10:02 PM Jim Pingle

Whitespace fix

df40aa86 12/18/2010 08:43 PM Scott Ullrich

Be less chatty

416e6432 11/30/2010 05:17 PM Ermal LUÇI

Use fullpath

fb2e53da 11/30/2010 01:40 PM Jim Pingle

Run ecl through php instead of executing directly.

690d24af 11/29/2010 12:04 AM Scott Ullrich

Add pfSsh.php externalconfiglocator playback script

206f684d 11/28/2010 07:03 PM Scott Ullrich

Adding external configuration loader which will look on all found disks except bootup disk for config.xml. If tconfig.xml is found on an external disk then it tests the roobobj to ensure its a valid file then calls test_config() to ensure it is a valid xml file. Once the file is validated a backup_config() is called to backup the current configuration and finally the file is installed using restore_backup()

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.

72993196 11/02/2010 09:16 PM Ermal LUÇI

Protect from strange situations on bootup by testing for is_array(). Do not add anymore the 127.0.0.2 route its not needed anymore. Also during bootup bring up all interfaces so the assignment process can deal with them(Possibly should be done in another code flow!).

a6607b5f 11/02/2010 07:14 PM Jim Pingle

More VPN log fixes, for consistency. Ticket #912

8ad39798 09/19/2010 08:33 PM Scott Ullrich

Update (C)

64183253 09/19/2010 08:31 PM Scott Ullrich

Ensure /etc/gettytab is of a sane size and restore from backup + log if it is not

bc0fd36f 09/16/2010 05:27 PM Ermal LUÇI

Do not suck in the file but actually execute it.

41fb483a 09/08/2010 05:02 PM Ermal LUÇI

Correct typo in file name. Also do not delete users just expire them.

e8d0903d 09/08/2010 04:45 PM Ermal LUÇI

Start-up first check_reload_status than call rc.bootup since this is the new world order. This unbreaks booting and removes spurious messages during boot. While here for all binaries use full path for correctnes and avoid any 'strange' issues.

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

Use the new events mechanisms to dispatch events.

6bc46900 08/15/2010 06:12 PM Scott Ullrich

Only do check on pfSense platform

8a8f51b7 08/15/2010 06:11 PM Scott Ullrich

Only process items if we can find grep

87db1017 08/15/2010 06:02 PM Scott Ullrich

Handle ZFS root partition read-only cases

f402729d 08/15/2010 01:13 AM Scott Ullrich

Do not setup unionfs for /PCBSD

b1f4d7d4 07/24/2010 06:02 AM Chris Buechler

add apinger.log here too to silence error at boot

3fb8caf2 06/01/2010 11:05 PM Scott Ullrich

Do not nuke /tmp/ on livecd's

9a31a1ce 05/28/2010 06:59 PM Ermal LUÇI

Make sure to cleanup /tmp before using it. Solves config cache issue as a start.

8ca2c9ab 05/28/2010 06:56 PM Ermal LUÇI

Remove stale code.

8b3a495b 05/23/2010 04:58 AM Scott Ullrich

Make installer unionfs

329b7707 05/22/2010 08:48 PM Scott Ullrich

Remove unionfs /, will have to come up with a new plan

0fd81918 05/22/2010 08:30 PM Scott Ullrich

Use unionfs for /

851f4184 05/22/2010 01:38 AM Scott Ullrich

Remove stray done

8022e257 05/22/2010 12:06 AM Scott Ullrich

Do not fsck /cf on each bootup

842878b5 05/21/2010 11:54 PM Scott Ullrich

Unbreak nanobsd since Ticket #444

ce8efd06 05/21/2010 11:07 PM Scott Ullrich

Unbreak nano since ticket #444

69490b55 05/20/2010 01:19 AM Scott Ullrich

Handle mounting of extra filesystems correctly. Ticket #444

c4995e62 05/20/2010 01:08 AM Chris Buechler

move mount up for cases where /usr and other partitions may be separate, and needed for other things to function

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

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

257c5205 05/05/2010 11:18 PM Scott Ullrich

Revert last commit .. This might not work on Nano

d8d5e511 05/05/2010 11:14 PM Scott Ullrich

Use mount -a instead of -uw Ticket #444

3da49dc3 03/29/2010 11:10 AM Ermal LUÇI

Fix file names.

328efaba 03/23/2010 10:13 PM Ermal LUÇI

Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.

f6ba4bd1 03/19/2010 11:54 PM Scott Ullrich

Add alias data url option. This code existed but lacked a backend daemon to update the data every 24 hours. Adding this as well.

295e19dd 10/26/2009 05:48 AM Scott Ullrich

Add PPP logging tab

92a5e926 08/26/2009 01:45 PM Renato Botelho

Revert "Use php to detect product name on shell scripts"

This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.

cd465e06 08/07/2009 12:11 AM Scott Ullrich

Do not create /root/var/tmp

eb071c7d 08/06/2009 11:49 PM Scott Ullrich

Only symlink pkg dir

95399b72 08/06/2009 11:46 PM Scott Ullrich

Reverse link arguments and rm dir

99b8b304 08/06/2009 10:30 PM Scott Ullrich

Create symlink after disks are mounted

8bb895eb 08/06/2009 10:28 PM Scott Ullrich

Create symlink after disks are mounted

07881462 08/03/2009 07:52 PM Renato Botelho

Use php to detect product name on shell scripts

6c8a7393 07/09/2009 12:33 PM Ermal Luçi

Fix path to expireaccounts.

803c0401 06/27/2009 10:26 PM Scott Ullrich

Add support for nanobsd platform

4171fa68 06/25/2009 01:03 AM Scott Ullrich

Zap config.cache after bootup

0eb1fdbc 06/24/2009 05:52 AM Scott Ullrich

Move RO operation down in rc and revert rc.bootup commit

8e2eb65e 06/20/2009 09:09 PM Scott Ullrich

Replace PHP init system with the init system.

6bfccde7 05/31/2009 06:32 AM Scott Ullrich

Set hostname then call hostid onestart

4aecfb7a 05/30/2009 10:17 PM Scott Ullrich

Set hostid earlier in boot

76f59429 05/30/2009 10:09 PM Scott Ullrich

Setup the host GUID which is required for ZFS

c432da9c 05/29/2009 04:38 AM Scott Ullrich

Full path to chmod

b1d04497 05/18/2009 10:56 PM Scott Ullrich

Nuke \n's

c1da5030 05/16/2009 12:58 AM Scott Ullrich
  • Reboot after installation from recovery console
  • Add ! drop to shell option and bypass bootup
d846bbfc 04/12/2009 07:12 PM Scott Ullrich

Setup relayd.log

d6cb86d1 04/07/2009 11:50 PM Scott Ullrich

Set all log files to 600

732181e2 04/06/2009 07:57 PM Scott Ullrich

No need to wipe logs twice

05f6a267 04/03/2009 01:18 AM Scott Ullrich

Correct grep statement for hideplatform

6fafc69f 04/03/2009 12:58 AM Scott Ullrich

Correct check for hideplatform

8274afc7 04/01/2009 04:08 AM Scott Ullrich

Use clog or fifolog

ba2cbed4 03/27/2009 12:36 AM Scott Ullrich

Correct variable name

89ee8c55 03/25/2009 11:00 PM Scott Ullrich

Add missing then

3d7639eb 03/24/2009 07:30 PM Scott Ullrich

Add hideplatform directive useful for rebranding

c676893c 03/19/2009 12:19 AM Scott Ullrich

Echo out data to start of log files

3d5b2e45 03/18/2009 11:38 PM Scott Ullrich

Clear logs before fifolog_create command

2f647f7c 03/16/2009 02:40 AM Scott Ullrich

Use divisibles of 512

57ecd9b6 03/15/2009 11:01 PM Scott Ullrich

Jettison clog and replace with fifolog which is included in FreeBSD 7.1

0092b3bd 03/15/2009 12:39 AM mgrooms

Modify captive portal to use centralized user management. The user manager has
been modified to include an account expiration option to support this service.

0e0e044a 12/23/2008 07:29 PM Scott Ullrich

Remove notice that contents are being written to script caused by nohup

40e46009 11/30/2008 10:16 PM Scott Ullrich

Move php.ini setup to its own file

57ef3692 11/24/2008 09:49 PM Scott Ullrich

Turn off APC upload progress support, we're using the pecl extension
now.

0cf5aa69 11/24/2008 04:01 AM Scott Ullrich

Remove lighttpd files on reboot.

7e9153a0 11/24/2008 03:53 AM Scott Ullrich

Inculde uploadprogress.so

660b5c04 11/24/2008 02:38 AM Scott Ullrich

Backout apc / cli cache

5a54464b 11/24/2008 12:07 AM Scott Ullrich

Turn on apc.rfc1867 = on (upload progress bar support which is apparently)
native to APC.