Scott Ullrich
c2272d6dfe
Scroll the textarea to bottom on each update
2011-01-06 18:30:58 -05:00
Scott Ullrich
61f0a115ad
Take into account< 10 too
2011-01-06 18:09:14 -05:00
Scott Ullrich
a0e157e994
When installing packages on console (downloading) only show every 10% meaning 10% 20% 30% instead of 1% 2% 3% 4% 5%, etc
2011-01-06 18:02:47 -05:00
Scott Ullrich
86af45ecbe
Ensure $pkg is defined. Send pkg_delete errors to /tmp/pkg-delete_errors.txt
2011-01-06 17:48:33 -05:00
Scott Ullrich
64974db724
Fix package dependency check code now that we no longer nuke /var/db/pkg/ before operating on packages
2011-01-06 17:37:49 -05:00
Scott Ullrich
28ed552d3d
Strip off the space between @depend and the package name. Otherwise it will return a space in front of the pkgname
2011-01-06 16:53:32 -05:00
Scott Ullrich
550fea7a19
Do not unlink file, it's handled by behind the scenes pkg-utils.inc code
2011-01-06 16:39:12 -05:00
Scott Ullrich
7aa9ab00ab
Fix typo
2011-01-06 16:06:03 -05:00
Scott Ullrich
608b154df2
Shorten repo download message
2011-01-06 15:58:37 -05:00
Scott Ullrich
ca99d6a642
Do not show already installed messages which fill up the textarea too many times
2011-01-06 15:55:59 -05:00
Scott Ullrich
0c78d2d084
Include pkg-utils.inc
2011-01-06 15:49:49 -05:00
jim-p
72b7aa4a8e
Also CDATA protect the detail field. Fixes #1168
2011-01-06 13:53:38 -05:00
jim-p
d865241edd
Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168
2011-01-06 13:52:52 -05:00
Scott Ullrich
19e76a0bdb
Do not center hard drive upgrade image
2011-01-05 18:30:19 -05:00
Scott Ullrich
4944d592f5
Increase textarea column size.
2011-01-05 18:20:49 -05:00
Scott Ullrich
bdf790aa63
Clarify a few lines of text
2011-01-05 18:18:23 -05:00
Scott Ullrich
456962bde2
nuke content size.
2011-01-05 16:54:56 -05:00
Scott Ullrich
9d308f58da
Do not nuke /var/db/pkg now that 2.0 has better handling
2011-01-05 16:50:08 -05:00
Scott Ullrich
9b1936193f
Reinstall packages on bootup during console. Ticket #1156
2011-01-05 16:44:30 -05:00
Scott Ullrich
fe868e1d9d
Revert "Swoop through and stop any packages prior to upgrade. Ticket #1156 "
...
This reverts commit cf42de70c8 .
2011-01-05 16:28:31 -05:00
Scott Ullrich
cf42de70c8
Swoop through and stop any packages prior to upgrade. Ticket #1156
2011-01-05 16:22:11 -05:00
Ermal
7d62c4c873
Ticket #491 . Correct username/password name fields so upgrade works correctly.
2011-01-05 21:10:48 +00:00
Ermal
6ae19856e0
Actually use sigkillbypid.
2011-01-05 20:43:45 +00:00
Ermal
e7af9a80c6
Send a HUP to racoon which is equivalent to the reload-config racoonctl command which seems to not work in 0.7.3 of ipsec-tools.
2011-01-05 20:41:12 +00:00
Scott Ullrich
2646434bf9
Set status field to upgrade in progtress during upgrade
2011-01-05 14:27:12 -05:00
Chris Buechler
c22632db65
fix text
2011-01-05 01:19:24 -05:00
Chris Buechler
0b821acf8f
comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 release
2011-01-04 18:56:34 -05:00
Warren Baker
99fbc94a86
Forgot to up the array count.
2011-01-04 21:16:14 +02:00
Warren Baker
64c8631376
Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace.
2011-01-04 21:15:00 +02:00
Ermal
807fd6cd35
Unbreak dns server colletion. Pointyhat: myself
2011-01-04 18:32:52 +00:00
Scott Ullrich
abe7607f69
Add sysctl for maximum socket buffer sizing. Set to 42621444. This is needed for some heavily loaded servers running unbound, squid, etc
2011-01-04 12:27:31 -05:00
Chris Buechler
0238cc4a6c
don't use hard coded theme
2011-01-03 21:20:56 -05:00
Chris Buechler
68fef56f0e
fix CP dashboard widget
2011-01-03 20:50:38 -05:00
Ermal
aa7c49b9d7
Ticket #943 . Sleep 1 second to give dns time to reload.
2011-01-03 22:52:59 +00:00
Pierre POMES
e7c9af97ea
Ticket #1141 . Add missing sasl.inc
2011-01-03 17:47:08 -05:00
Ermal
3381819876
Oops remove forgotten line and correct variable name error that seems to have existed from long time. Even though the file read is not used in pfSense this days!
2011-01-03 21:53:07 +00:00
jim-p
e44e5f3a79
Simplify package version checking code and use the existing pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.
2011-01-03 16:50:42 -05:00
Ermal
e1daff07b2
Use glob instead of forking cat with glob patterns. Also use file() instead of forking cat just for reading a file. This might help with the issue reported on Ticket #943 which seems like a timing issue even though the dns events happen before newip events.
2011-01-03 21:49:24 +00:00
Ermal
55c51af729
Ticket #1152 . Call rc.newwanip even on openvpn linkup event to do the correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.
2011-01-03 21:29:28 +00:00
Ermal
3dfc2d1a82
When the parent interface of a pppoe is assigned do not remove the interface from ng_ether since this will break ppp clients of netgraph with this interface as parent. This solves http://forum.pfsense.org/index.php/topic,31247.75.html
2011-01-03 19:45:16 +00:00
Scott Ullrich
e9a1766109
Add $nocsrf = true;
2011-01-03 14:00:27 -05:00
Scott Ullrich
4682fb7d6b
Turn zlib compression back on. Tested by and reminded by Pierre Pomes. Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him).
2011-01-03 13:12:07 -05:00
gnhb
0eaf705549
Attempt to make it more clear to users that "Dial on Demand" should not be enabled if the
...
link should be always up/on.
2011-01-03 20:30:38 +07:00
gnhb
5e1f9bb4f1
Remove uncessesary function call.
...
This function call is extraneous. mpd will automatically shut down existing mpd processes
gracefully because we call it with the "-k" command line switch.
In addition, this call causes mpd to be started twice in rapid succession when users have
"dial on demand" enabled. This can lead to problems with orphaned netgraph nodes which can
only be cleaned up via reboot.
2011-01-03 20:21:31 +07:00
gnhb
c8d2306934
Reshuffle code a bit. Prevent potential race condition between one mpd instance
...
shutting down and the second one starting.
There's no need to kill mpd before restarting it since we always start it with
the "-k" flag which means "wait for existing mpd process to exit gracefully before starting."
2011-01-03 20:18:24 +07:00
Pierre POMES
1edfb2de94
Ticket #1141 . Typo error, use ->user to enable auth
2011-01-02 15:34:45 -05:00
Pierre POMES
2cd8d942d6
Ticket #1141 . Add necessary stuff for smtp auth using sasl
2011-01-02 15:30:44 -05:00
Pierre POMES
76d11a5780
Ticket #1083 . Remove alias capabilities from external and src fields
2011-01-01 13:07:46 -05:00
Erik Fonnesbeck
97acf64675
Add new default option that makes RRD graphs with the old type of behavior for time periods, configurable on settings tab.
2010-12-31 03:18:41 -07:00
Erik Fonnesbeck
29640ceef3
Use correct variable for this condition.
2010-12-31 01:40:07 -07:00