Project

General

Profile

Activity

From 10/28/2014 to 11/26/2014

11/26/2014

09:53 PM Revision 08003661: Actually comment this code out since it causes more troubles than solves for any type
Ermal Luçi
09:46 PM Revision 6878d797: Just indent code to make it more readble.
Ermal Luçi
09:01 PM Revision 329c2bb3: Make at least the code correct here even though it does not make sense on what it does!
Ermal Luçi
08:17 PM Revision b8828d0a: This is revrsed conversion. The linkup script should run after booting not during it. This should help with issues on ppp type links reported
Ermal Luçi
08:11 PM Revision e17fad50: Actually rc.linkup needs the parent search for example on ppp type wans.
Ermal Luçi
08:05 PM Revision 5b7c2403: Mute this since only spams logs when interface is not there
Ermal Luçi
07:59 PM Revision 7d5fc0b3: Move these functions nearby since thy are related
Ermal Luçi
07:57 PM Revision 383f20a1: Actually get the correct value here!
Ermal Luçi
07:54 PM Revision 7bc73d5e: Actually consider parentmtu 0 here to get the real value when unassgined
Ermal Luçi
07:52 PM Revision 3e8035da: Properly respect other configured MTUs for other vlans. Properly respect parent of vlan MTU if configured. Also avoid errors when possible. This helps VLANs MTU handling but all the other interfaces as gre/gif/... needs the same handling. It is better to require reboot on MTU changes especially on complex configurations.
Ermal Luçi
07:42 PM Revision 31ddb935: Partially revert the previous modification on vlan mtu. The function job is to find the biggest mtu between vlans and let it do that
Ermal Luçi
07:37 PM Revision ac9f16ad: Go through the same checks when called from command line and when called from fcgi.
Ermal Luçi
07:34 PM Revision 5e0a3256: convert_real_interface_to_friendly_interface_name() goes and checks the parent and this gives wrong information 99.9 percent of the time on scenarios like when this is called for unassigned vlans etc, while its real purpose is just to check if the interface is assigned and return the intermeddiate/config name of the interface. Leave the get_parent_option there in the function but it needs to be asked specifically for.
Ermal Luçi
07:18 PM Revision 4f5577f6: Fix JavaScript confirmation dialog for EasyRule.
Jim Pingle
02:41 PM Revision e2fcd0e3: Skip the interface being configured from the list to check the mtu
Ermal Luçi
02:39 PM Revision cb054444: Seems somehow globals.inc are not being sucked in on the GUIgit diff! Make this a requirement here!
Ermal Luçi
02:21 PM Revision 94b0ac1c: Remove a blank row in the tab display during firmware update
Ermal Luçi
01:57 PM Bug #2786 (Feedback): Setting MTU on VLAN does not set MTU on parent interface in 2.2
Now works better than ever :)
Though on complex scenarios still needs a reboot to apply proper MTU allover as in G...
Ermal Luçi
01:41 PM Revision 2f8f9d5a: Add checks for requirement as array here. Reported-by: garga
Ermal Luçi
01:29 PM Revision e702e9ed: Silence this error during bootup
Ermal Luçi
01:21 PM Revision ca301b52: Fix the function missing from config.inc. Spotted-by: garga
Ermal Luçi
12:10 PM Revision 285ef132: Rather than set the g['booting'] on globals provide a function to test for that doing the right checks
Ermal Luçi
11:41 AM Revision 32e834ff: Reorder the inclusion of headers so that globals.inc comes first
Ermal Luçi
11:30 AM Revision e861812c: Remove the booting signal if not needed to fix some issues reported on the GUI
Ermal Luçi
11:15 AM Revision 3d3dd668: Use the new available function
Ermal Luçi
11:11 AM Revision b9767e86: Fix variable typos introduced in eb8ad408
Renato Botelho
10:31 AM Revision eb8ad408: Cleanup code and make sense of it. While here do not forget gre tunnels as well:
Ermal Luçi
10:20 AM Revision 619cd0d6: Make this more readble and also do not trigger an interface_bring_up on a down event.
Ermal Luçi
10:16 AM Revision 5574e8d5: Correct the variable name typo to allow rc.linkup to function properly.
Ermal Luçi
10:15 AM Revision 708aa0ef: Remove variable use here since it's confusing sshdcond package, ticket #3959
Renato Botelho
07:18 AM Revision c683f627: include 169.254./16 in unbound's DNS rebinding protection
Chris Buechler
07:00 AM Revision e3045c51: include Unbound access-control entries for local IPv6 networks reachable via static route. Ticket #4023
Chris Buechler
05:42 AM Revision edee528c: Send the gateway name to this function. Fixes #4047
Chris Buechler
04:57 AM Revision 31afa084: Skip interface subnets for IPv4 here, this is best handled via the NAT networks list. Ticket #4023
Chris Buechler
04:39 AM Revision 3bdf2a70: Use the subnets automatic outbound NAT uses for tonatsubnets for Unbound's access-control config, as this is a good source of what networks are internal. Ticket #4023
Chris Buechler
04:30 AM pfSense Packages Bug #3959 (Feedback): sshdcond edit /etc/sshd and gets it wrong
Applied in changeset commit:a2103cc238bc568016d4ed931bd5ec52ca103fc8. Renato Botelho
03:12 AM Revision f1a6f696: If localhost is configured to be included in resolv.conf, force its selection in Unbound. The resolv.conf logic prevents that from being a problem, but people don't seem to realize they have to pick that to use Unbound for the host itself. Force it here rather than just silently skipping its inclusion in resolv.conf.
Chris Buechler
02:20 AM Revision 95834f84: correct logic here to omit 127.0.0.1 from resolv.conf when no DNS resolver bound there.
Chris Buechler
01:40 AM Bug #729 (Closed): if_bridge unpredictable filter interface selection
I've been through a good deal of bridging testing in 2.2. It all behaves as expected. The subject-described issue is ... Chris Buechler
01:36 AM Revision f72fce18: fix text here, variables came back empty and aren't all that useful here anyway.
Chris Buechler
01:34 AM Bug #3191 (Feedback): Quality RRD inaccuracies and failure to update status in some circumstances
things are much better with apinger in general after fixes in the past 1-2 months. I can still replicate some issues ... Chris Buechler
01:24 AM Bug #4042 (Resolved): AES-GCM should not be an option in P1
fixed, updated subject to reflect actual issue Chris Buechler
01:04 AM Bug #4023: allowed networks in Unbound inadequate
v4 should be good now. I removed the interface subnets for all enabled interfaces, since that's potentially excessive... Chris Buechler

11/25/2014

11:38 PM Bug #4047 (Resolved): address family check on dynamic gateways incorrect
fixed Chris Buechler
11:36 PM Bug #4047 (Resolved): address family check on dynamic gateways incorrect
The address family check for dynamic gateways doesn't work, preventing adding of static routes out dynamic gateways.
Chris Buechler
10:45 PM Bug #4023: allowed networks in Unbound inadequate
one update to use the same list of networks as automatic outbound NAT uses, that's the best internal networks list th... Chris Buechler
10:16 PM Revision 563ea7ea: only show aggressive/main mode for IKEv1
Chris Buechler
09:01 PM Revision a46dc3c7: fix typo
Chris Buechler
08:43 PM Revision 8e87f714: Unset the aggressive mode settings for not IKEv1 settings
Ermal Luçi
08:40 PM Revision 02069977: Ooops do the right things for a correct config and php syntax
Ermal Luçi
08:39 PM Revision 1eb378ed: Put the aggressive line only during ikev1 configs
Ermal Luçi
08:28 PM Revision 156a086d: Ignore linkup/down events on disabled interfaces.
Ermal Luçi
07:58 PM Revision 8b335b7a: Remove var_dump from production code
Ermal Luçi
07:56 PM Revision ee127967: Remove AES-GCM from phase1 settings algos since its not recommended
Ermal Luçi
07:34 PM Bug #4046 (Feedback): Invalid access-control.conf entry with certain IPv6 settings
I don't see any way it's possible for that to happen unless you're on an old version. Every part of the code that put... Chris Buechler
07:21 PM Bug #4046 (Resolved): Invalid access-control.conf entry with certain IPv6 settings
WAN connection with IPv6 via DHCP... when the box to request only a prefix is checked, this results in the WAN interf... Anonymous
07:30 PM Revision 79f4c970: fix IPsec widget status display after recent changes broke it. Ticket #4045
Chris Buechler
07:23 PM Revision 2d2e466c: Show Mtu on status interfaces.
Ermal Luçi
07:04 PM Revision 3740c82b: Use proper function now that this call is not needed anymore
Ermal Luçi
07:02 PM Revision 2c4301fa: Ticket #2786 handle the mtu on bridge same as on lagg. Cleanup some not needed code while here
Ermal Luçi
06:32 PM Revision ba8e4c88: Remove the mac address propagation to vlans since FreeBSD 10 handles this itself
Ermal Luçi
06:23 PM Revision bc8f3264: Ticket #2786 there is an issue with convert_real_interface_to_friendly_interface which might return not expected data as in the situation checked for vlan case her ein the validation. Avoid for this case here the issue to allow properly setting mtu on vlans with not assigned parent.
Ermal Luçi
05:04 PM Bug #4043 (Confirmed): ipsec_dump_sad has issues with IKEv2
Chris Buechler
12:09 AM Bug #4043 (Resolved): ipsec_dump_sad has issues with IKEv2
ipsec_dump_sad works fine with IKEv1, but matches on the wrong parts of setkey output for IKEv2. Shifting the line nu... Chris Buechler
05:03 PM Bug #4030: AR9227 cards cause kernic panic when switched to n-mode
not seeing a crash report from anything on those first two octets. One in the same big Verizon block but well off fro... Chris Buechler
04:55 PM Revision 6c101e32: s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other wording in the GUI
Jim Pingle
04:50 PM Revision 4bbc32b9: Remove gmirror_status.inc from obsolete files list as it exists again in our repository.
Jim Pingle
04:48 PM Revision fc86e6c1: remove unused function referencing racoon
Chris Buechler
04:31 PM Revision 8ce58e05: Option for browser tab text order
Phil Davis
04:29 PM Revision 0274d41a: Option for browser tab text order
Easy thing to do - add an option for the user to select if they want the host name or page name text to display first... Phil Davis
04:23 PM Bug #2786 (Confirmed): Setting MTU on VLAN does not set MTU on parent interface in 2.2
unchanged for physical interface where parent isn't assigned. Clear test case on 172.27.32.125, igb1 and igb1_vlan10.... Chris Buechler
01:29 PM Bug #2786: Setting MTU on VLAN does not set MTU on parent interface in 2.2
Ok works for me.
Lagg needs a restart when the mtu is changed on a vlan on top of it properly the same behaviour wih...
Ermal Luçi
09:50 AM Bug #2786 (Feedback): Setting MTU on VLAN does not set MTU on parent interface in 2.2
Applied in changeset commit:2b58f94e6005a4b1e8c3387341dc07f3c173269f. Ermal Luçi
03:36 PM Revision 2b58f94e: Fixes #2786, properly handle the chain of interfaces during lagg configuration for mtu. For most interfaces this works, bridge will be added in a separate commit
Ermal Luçi
02:32 PM Revision a8e43014: Actually to not change all scripts running both versions of console and gui just detect that the caller is through fpm-cgi and make it include config.gui.inc to avoid having issues in general from being called from wrong places.
Ermal Luçi
02:23 PM Revision 1ad2dc5b: Set the timezone even during config.gui.inc to please the timezone selection
Ermal Luçi
02:07 PM Revision 4ec33e13: Provision for inclusion from different places.
Ermal Luçi
02:02 PM Revision 624bf131: Remove useless check
Ermal Luçi
02:01 PM Bug #4042 (Feedback): AES-GCM should not be an option in P1
This was because AES-GCM was being used on Phase1 which is not recommended.
The options are removed now from the GUI...
Ermal Luçi
10:08 AM Bug #4042 (Confirmed): AES-GCM should not be an option in P1
right, the problem is it's configured to send it, but it's not doing so. Chris Buechler
09:34 AM Bug #4042: AES-GCM should not be an option in P1
The other side is not sending AES-GCM in its list of supported algos hence you end up with no proposal found. Ermal Luçi
01:56 PM Revision c3bc039c: Do not let the config.inc to be included from GUI scripts.
Ermal Luçi
01:49 PM Bug #3558: Schedule States in System - Advanced - Misc not working
mine for testing Chris Buechler
01:49 PM Bug #3809: IPsec Save Xauth Password no longer work
others have reported it works with RSA+Xauth, I can't seem to get it to work with PSK+Xauth though. to me for more te... Chris Buechler
01:45 PM Bug #4045 (Resolved): IPsec dashboard widget status incorrect
confirmed after gitsync on others Chris Buechler
01:25 PM Bug #4045 (Feedback): IPsec dashboard widget status incorrect
Chris Buechler
01:22 PM Bug #4045 (Resolved): IPsec dashboard widget status incorrect
status on IPsec dashboard widget regressed after a recent change. about to push a fix, adding ticket for tracking Chris Buechler
11:15 AM Bug #3996: Solarflare NIC panic with LACP
If that "Solarflare patch" is the binary blob driver for sfxge, then we should yank it back out by the roots. Jim Thompson
09:57 AM Bug #3361 (Resolved): DHCP6 WAN is not obtaining a default gateway
On the current snapshot this is fixed on every system I could reproduce the problem with before. Updated multiple VMs... Jim Pingle
09:24 AM Revision c039d44a: Merge pull request #1347 from phil-davis/patch-3
Renato Botelho
07:28 AM Feature #4044 (Resolved): Add UEFI support
FreeBSD 10.1-RELEASE does appear to have support for UEFI installation images, however it appears as though pfSense s... Jason Ross
05:37 AM Revision 24aa9e40: fix up text
Chris Buechler
04:13 AM Bug #3968: Incorrect gateway is assumed when using tun + topology subnet
Everything is ok except for tun server. Incorrect IP is assumed: 5.45.32.2 is not exists and never existed.
--
...
Dmitriy K
12:22 AM Bug #3991 (Resolved): /etc MFS on 2.2 Netgate build memstick image runs out of space
fixed Chris Buechler
12:20 AM Bug #3198 (Resolved): IPSEC, when nating to a different size subnet a invalid natting rule is made.
fixed. users will need to manually configure outbound NAT as desired in this circumstance. Chris Buechler
12:19 AM Bug #3981 (Resolved): strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
fixed Chris Buechler
12:12 AM Bug #4037 (Resolved): delete missing from SAD and SPD screens
works for SAD, we'll leave SPD as is, shouldn't be a need for it. Chris Buechler

11/24/2014

11:07 PM Bug #4042 (Resolved): AES-GCM should not be an option in P1
Strongswan's documentation shows AES-GCM ciphers are valid for both IKEv1 and IKEv2.
https://wiki.strongswan.org/...
Chris Buechler
11:02 PM Bug #4015: IKE version change needs javascript to update other available fields
removal of main/aggressive mode looks good.
thinking there are other things we're missing here, leaving to feedba...
Chris Buechler
02:50 AM Bug #4015 (Feedback): IKE version change needs javascript to update other available fields
Applied in changeset commit:0771969b40bb37d0aa8b8d66fbd17b5176957231. Ermal Luçi
11:01 PM Bug #4041 (Resolved): Default gateway switching logic seems broken
Tested with:... Anonymous
09:45 PM Revision 73fc2ea0: Correct logic for lagg mtu. Also optimize and cleanup dead code
Ermal Luçi
09:23 PM Revision efed74da: Make this note more accurate.
Jim Pingle
09:07 PM Revision 2f851abf: Fixes #4039 remove the toggle from IPSec settings since its not anymore useful.
Ermal Luçi
08:55 PM Bug #4030: AR9227 cards cause kernic panic when switched to n-mode
108.28 (Sorry for the [super] late reply) Alex Restifo
08:54 PM Revision f07008f5: Fixes #4037
Revert "Do not let the user mess with SAs from this page. The daemon and primary status page handles tat"
This rever...
Ermal Luçi
08:39 PM Revision ec5753e7: The net.inet6.ip6.rfc6204w3 needs to be 1 for dhcpv6 to work correctly. Fixes #3361
Ermal Luçi
08:18 PM Revision e550188f: Fix issue of previous commit on adding bridge memebers.
Ermal Luçi
07:36 PM Revision 96fbd43a: DHCP6 might start after bootup
Revert "Gather DNS information and return on bootup"
This reverts commit c2847e0faa781712f6419c8f305c97df66d9d233.
Ermal Luçi
06:59 PM Revision 5987261f: Use the same strategy as on CP by putting a file to detect running instances and if older than 90seconds continue otherwise just let the previous one continue.
Ermal Luçi
06:10 PM Bug #4040 (Resolved): gateway monitoring issues with multiple PPPoE with same gateway
With multiple PPPoE connections with the same gateway, the static route for the monitor IP can end up on the wrong in... Chris Buechler
06:04 PM Bug #4039 (Resolved): IPsec does not install anymore LAN SPDs
this is fine with that, no need for it. Chris Buechler
03:20 PM Bug #4039 (Feedback): IPsec does not install anymore LAN SPDs
Applied in changeset commit:2f851abff998778d6e8a120a708fee67368edb45. Ermal Luçi
02:42 AM Bug #4039 (Resolved): IPsec does not install anymore LAN SPDs
On 2.1 branch and before there were SPDs installed by default to bypass LAN ips to go through ipsec.
This could be d...
Ermal Luçi
05:47 PM Bug #1047 (Resolved): Disable TSO, hardware checksum don't work for unassigned but active interfaces
fixed Chris Buechler
05:30 AM Bug #1047: Disable TSO, hardware checksum don't work for unassigned but active interfaces
Applied in changeset commit:43517fcc1b616b7443b26247dc59dbd65bde2819. Ermal Luçi
05:13 AM Bug #1047 (Feedback): Disable TSO, hardware checksum don't work for unassigned but active interfaces
Fixed Chris, though lagg still needs reboot to work on my vms and your test setup. Ermal Luçi
04:27 PM Feature #1810 (Resolved): Captive portal - Portal page contents - View current page url is incorrect.
fixed long ago Chris Buechler
03:52 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Will leave for feedback until the fix is in snapshots, but a gitsync on two VMs and an APU shows they are all working... Jim Pingle
02:50 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Applied in changeset commit:ec5753e7563c31e843a503d17f78487a2d156c78. Ermal Luçi
02:36 PM Bug #3361 (Feedback): DHCP6 WAN is not obtaining a default gateway
Works for me. Ermal Luçi
03:25 PM Bug #4036 (Resolved): Unbound bails with "fatal error: Could not read config file: /unbound.conf"
others have confirmed fixed on forum thread Chris Buechler
03:15 PM Bug #2786 (Confirmed): Setting MTU on VLAN does not set MTU on parent interface in 2.2
this has regressed, doesn't work with lagg or physical interfaces Chris Buechler
02:49 PM Bug #2786: Setting MTU on VLAN does not set MTU on parent interface in 2.2
I'm still seeing this issue on the Mon Nov 24 07:19:16 CST 2014 build, even without using LAGG.
Steps to reproduce...
Andy Sayler
03:00 PM Bug #4037: delete missing from SAD and SPD screens
Applied in changeset commit:f07008f559059d5f3da9bc702d19a9c8aa7c18f7. Ermal Luçi
02:49 PM Bug #4037 (Feedback): delete missing from SAD and SPD screens
Fixed for SADs SPDs i do not think are necessary. Ermal Luçi
02:25 AM Bug #4037: delete missing from SAD and SPD screens
This was removed by me since everything is managed from the daemon now.
It would cause problems if you try to mangle...
Ermal Luçi
02:42 PM Revision c2847e0f: Gather DNS information and return on bootup
Ermal Luçi
02:36 PM Bug #4025 (Feedback): package service starting issues post-package reinstall
Fixes on dynamic interfaces pushed today should have fixed the last issues with this as well. Ermal Luçi
02:23 PM Revision b8d09280: Put the booting signal in globals.inc since it makes all the other scripts detect we are booting. Otherwise separate php instances will not detect that. rc.bootup clears this flag so all should work correctly
Ermal Luçi
02:02 PM Revision 6668e18f: Ignore empty interfaces and ovpn ones on linkup since they should not trigger this script actions
Ermal Luçi
11:22 AM Revision dced0dd0: Be friendly to large interface systems
Ermal Luçi
11:19 AM Revision 43517fcc: Fixes #1047, overhaul handling of flags for hardware offloading and make it work correctly for system_advanced page settings. Lagg is still a special case that needs a reboot.
Ermal Luçi
08:44 AM Revision 0771969b: Fixes #4015. Hide Negotiation mode when in IKEv2 since it is not required.
Ermal Luçi
04:29 AM Revision a8604dc6: Process unbound start from status services
This was missing, so nothing happened when the user tried to start Unbound from Status->Services Phil Davis

11/23/2014

08:49 PM Revision e0dd1fdd: Merge pull request #1346 from SunStroke74/patch-2
Renato Botelho
07:35 PM Revision cfbe7e09: Removing extra closing bracket
SunStroke74
07:00 PM Feature #4038 (Resolved): Button to clear the arp cache
After swapping IP from two embedded devices (WizNet RS485 Gateways) the gateways weren't reachable from an other subn... Grischa Zengel
04:05 PM Bug #3684: Openvpn not routing incomming traffic correct when using tap device
There is no other rules for the openvpn and no flowing rules,
I have tried to update to beta 2.2 and I have the sa...
Lars Jensen

11/22/2014

09:34 PM Revision 1ea3b03b: Merge branch 'wagonza'
Chris Buechler
09:33 PM Revision 38e91976: Merge branch 'master' of https://github.com/wagonza/pfsense into wagonza
Chris Buechler
07:24 PM Revision e840fc8c: Don't unset these items for PPP configurations as they're not configured here and doing so loses settings configured in interfaces_ppps_edit.php. Ticket #3727
Chris Buechler
07:13 PM Revision 15fbb5ec: Fix ovpn-linkup for tun + topology subnet case setting router as ifconfig_local envvaar when route_vpn_gateway and ifconfig_remote are both not defined. Keep using 5th parameter as a seatbelt in last case. While I'm here, improve sh syntax. It should fix #3968
Renato Botelho
07:03 PM Revision 68ce5a28: phone number is a required field
Chris Buechler
06:57 PM Revision 02a2bffa: add a usleep here to prevent killing twice. Ticket #3894
Chris Buechler
06:42 PM Revision 93ead355: In some circumstances, OpenVPN doesn't exit on SIGTERM. SIGKILL it when that happens. Ticket #3894
Chris Buechler
05:35 PM pfSense Packages Bug #3816 (Resolved): Bump FreeRADIUS to fix libssl version mismatch error
Chris Buechler
05:33 PM pfSense Packages Bug #2536 (Resolved): arpwatch issues
Chris Buechler
05:33 PM pfSense Packages Bug #3711 (Resolved): bind package not starting after update
Chris Buechler
05:32 PM pfSense Packages Bug #3641 (Closed): Freeradius Pfsense 2.1.3
looks like a config problem not a bug. Chris Buechler
05:30 PM pfSense Packages Bug #3093 (Closed): squid3-dev missing libgssapi.so.10
Chris Buechler
05:29 PM pfSense Packages Bug #3986 (Confirmed): BandwidthD can break php-fpm in unknown rare edge case
Chris Buechler
05:27 PM pfSense Packages Bug #3985 (Closed): apcupsd / nut not working in v2.2
Duplicate, #4018 is the cause of this Chris Buechler
05:22 PM pfSense Packages Bug #3892 (Resolved): Critical bash vulnerability CVE-2014-6271
Chris Buechler
05:21 PM pfSense Packages Bug #3994 (Resolved): sudo package not working on 2.2
this was fixed, root PBI problem has a diff ticket Chris Buechler
05:17 PM Feature #2757 (Resolved): CDP/ISDP/LLDP support.
there has been a ladvd package available for a while now. Chris Buechler
05:17 PM Revision e295e7ca: MSS clamping on VPNs is necessary in both directions where it's needed. Rather than requiring setting on both ends, especially since the remote side can be some third party device where MSS clamping may not be available or not work, set in both directions here.
Chris Buechler
04:48 PM Bug #4037 (Resolved): delete missing from SAD and SPD screens
diag_ipsec_sad.php and diag_ipsec_spd.php are both missing the delete buttons they had in 2.1.5 and prior versions. Chris Buechler
04:16 PM Bug #4036 (Feedback): Unbound bails with "fatal error: Could not read config file: /unbound.conf"
pretty sure this is fixed after merging Warren's earlier pull request. I found a system where I could reliably replic... Chris Buechler
02:12 PM Bug #4036 (Resolved): Unbound bails with "fatal error: Could not read config file: /unbound.conf"
I just upgraded a pretty heavily configured (many OpenVPN tunnels, QoS, 80-100 firewall rules, etc. on a 150/50Mbps c... Chad Monroe
03:04 PM Bug #4028: Wireless Obytes counter always 0
this actually applies to all wifi judging by the FreeBSD PR on the issue.
https://bugs.freebsd.org/bugzilla/show_bu...
Chris Buechler
02:56 PM Bug #4028 (Confirmed): Wireless Obytes counter always 0
confirmed. The root of the issue is the Obytes counter on ath0 and ath0_wlanX is always 0. For instance: ... Chris Buechler
01:20 PM Bug #3727 (Resolved): PPP config loses "on-demand" setting when configured via interfaces tab
no change with Ermal's last commit.
My last commit on this ticket resolves this for ondemand and some other items...
Chris Buechler
01:20 PM Bug #3968 (Feedback): Incorrect gateway is assumed when using tun + topology subnet
Applied in changeset commit:15fbb5ecf35ac794b4bf357c1cd821a1413cdaa9. Renato Botelho
01:08 PM Bug #3991 (Feedback): /etc MFS on 2.2 Netgate build memstick image runs out of space
Since the fix was pushed, looks better to be moved to feedback state Renato Botelho
12:43 PM Bug #3894 (Resolved): OpenVPN client started multiple times when connecting to FQDN where connectivity to server is delayed
Ermal's change is good, but doesn't help this circumstance. The root cause here is OpenVPN doesn't exit when sent a S... Chris Buechler
11:43 AM Bug #3848: enabling schedule on 2.1.5 causes page fault
I have installed 2.2 beta built on Sat Nov 22 02:14:01 CST 2014 (nano bsd 4g, no vga) and will monitor it. Ernst den Broeder
07:15 AM Revision b7b3f343: fix up text
Chris Buechler
06:52 AM Feature #4035 (Resolved): AutoConfigBackup - selective deletion of automatic and manual backups
The list of 100 backups kept automatically tends to mostly be full of uninteresting stuff, e.g. we add all LAN client... Phillip Davis
06:33 AM pfSense Packages Bug #4034 (Resolved): AutoConfigBackup - user-config-readonly priv still does backup
A user with the priv user-config-readonly cannot change the config. This is handled correctly in write_config().
But...
Phillip Davis
06:29 AM pfSense Packages Bug #4033 (Resolved): AutoConfigBackup - Do not overwrite previous backups for this hostname
When doing a manual backup, there is a check box for:
"Do not overwrite previous backups for this hostname"
But wit...
Phillip Davis
03:52 AM Revision 7786c9d6: clean up tabs in strongswan.conf
Chris Buechler
03:11 AM Revision 0a69eb7a: touch up text
Chris Buechler
02:10 AM Bug #1681 (Resolved): OpenVPN tun IPs fail HTTP REFERER checks
this seems to be fine, works where it's reasonable to work, can be assigned if desired in other circumstances. Chris Buechler
12:17 AM Bug #3949 (Resolved): Dynamic DNS public IP check always uses default gateway
this was fixed by coincidence when something else got fixed, my systems where this was an issue are now fine. Chris Buechler

11/21/2014

11:17 PM Feature #3916: IPsec status Overview tab no longer an overview
this is a big enough regression in usability to justify being a bug. Chris Buechler
07:26 PM Revision d266dc07: Merge branch 'master' of github.com:wagonza/pfsense
Warren Baker
07:24 PM Revision 0a5a8df9: d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found message. Add missing reload feature
Warren Baker
07:10 PM Revision 5ce68025: d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found message. Add missing reload feature
Warren Baker
06:27 PM Revision 5b506a49: Fix input validation of custom-type dynamic DNS hostnames.
Chris Buechler
05:02 PM Bug #3996 (Confirmed): Solarflare NIC panic with LACP
confirmed the described scenario is an issue, and I can't find that patch's contents anywhere Chris Buechler
04:58 PM Bug #2786 (Resolved): Setting MTU on VLAN does not set MTU on parent interface in 2.2
fixed. lagg works fine here too Chris Buechler
04:57 PM Bug #1047 (Confirmed): Disable TSO, hardware checksum don't work for unassigned but active interfaces
reboot doesn't handle it correctly either. There is a clear test case on 172.27.32.125 with its lagg0 and members igb... Chris Buechler
04:40 PM Bug #4007 (Resolved): "Last activity" in CP status blank
fixed Chris Buechler
02:21 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
This appears to be tied to having a DHCPv4 WAN configured along side DHCPv6. If I set the WAN of an affected system t... Jim Pingle
01:45 PM Bug #4019 (Resolved): clean 2.2 install doesn't have /usr/local/etc/rc.d/ directory
fixed Chris Buechler
01:37 PM Revision 7525f05d: Fix misspelling
Jim Pingle
01:34 PM Bug #4025 (Confirmed): package service starting issues post-package reinstall
still an issue here Chris Buechler
12:22 PM Revision d274a75b: Fix syntax
Renato Botelho
11:10 AM Revision 64cda11e: Actually an interface is detstroyed here no need for this merge!
Revert "Merge e3cffd6cefc - Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic... Ermal Luçi
11:10 AM Revision e5e16cfc: Merge e3cffd6cefc - Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0
Ermal Luçi
10:59 AM pfSense Packages Bug #4032 (Rejected): squid3-dev 3.3.11_1 pkg 2.2.8 doesn't work OOB
duplicate of #4018 Chris Buechler
04:03 AM pfSense Packages Bug #4032 (Rejected): squid3-dev 3.3.11_1 pkg 2.2.8 doesn't work OOB
1. Install pfSense latest snapshot;
2. Install squid3-dev package;
System logs will be bloated with:
Nov 21 12:5...
Dmitriy K
10:20 AM Revision e3cffd6c: Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0
Ermal Luçi
05:28 AM pfSense Packages Bug #4017 (Rejected): postfix package looking for /usr/local on pfsense 2.2
Will track all those issues in #4018 Renato Botelho
05:27 AM Bug #4018 (Assigned): several packages not looking in pbi dir for files
Note that postfix is one of the affected packages, will close #4017 and keep the issue here. Renato Botelho

11/20/2014

11:20 PM Bug #4031 (Resolved): Notifications mail bomb in some gateway failure circumstances
In certain gateway failure scenarios where things are flapping, a significant number of emails can be generated via n... Chris Buechler
08:30 PM Revision 750c9ff6: Change wording at the end of the wizard to remove "donate" since that is no longer an option
Jim Pingle
08:29 PM Revision b2a901aa: Add a note to the wizard about the DNS Resolver ignoring manual name servers by default.
Jim Pingle
07:19 PM Revision 874599b9: Modified DynDns -> Eurodns url
johnbyronent
07:01 PM Revision 13a40016: Add .inc file for gmirror status widget to give it a better title and link to the management page.
Jim Pingle
06:28 PM Bug #4030: AR9227 cards cause kernic panic when switched to n-mode
did you submit a crash report? If so, what are the first two octets of your IP? (that's enough for me to find it, not... Chris Buechler
06:08 PM Bug #4030 (Resolved): AR9227 cards cause kernic panic when switched to n-mode
I have a PCI AR9227 card that refuses to change to n-mode. After it boots back up, it appears to be in n-mode and wor... Alex Restifo
03:25 PM Revision a8a642c5: Fixes #3198, check that subnet masks are equal when choosing binat type for IPSec to avoid errors on ruleset.
Ermal Luçi
02:45 PM Revision bc73d959: Make this a bit more clean to read
Ermal Luçi
02:33 PM Revision 2535f6dc: Fixes #1047, Actually the code is trying to set flags on the parent. so allow it even for vlans since they will follow the parent. At least so seems on FreeBSD 10.
Ermal Luçi
02:18 PM Revision 02156b4b: Be a bit more smart here to not check openvpn side if it is already found. Ticket #1681
Ermal Luçi
02:13 PM Revision 1fb55001: Ticket #1681, Renato seems to have done the right thing here, just be a bit more smart on the information that is already there.
Ermal Luçi
02:01 PM Revision c4642eb1: Fixes #3727 Do not unset configuration values from ppp config if not needed.
Ermal Luçi
01:44 PM Revision 977c1ad8: Log in system log the result of install_package to be able to troubleshoot later on.
Ermal Luçi
01:30 PM Revision bf29a0f8: Balh typos
Ermal Luçi
01:29 PM Revision 8370ee72: When reinstalling a package try to start it after to avoid non-expectations from people
Ermal Luçi
12:25 PM Revision c1a50dd7: Remove debugging code that can lead us to XSS injection, also pass variables through htmlspecialchars() to sanitize
Renato Botelho
12:25 PM Revision 3bdc7f59: Remove debugging code that can lead us to XSS injection, also pass variables through htmlspecialchars() to sanitize
Renato Botelho
12:03 PM Revision dd34d7d2: Force installation even here.
Ermal Luçi
12:02 PM Revision aa324852: Force pkg reinstall when asked for.
Ermal Luçi
11:44 AM Revision b85d9c61: Sprinkle some static definitions to avoid warnings from PHP
Ermal Luçi
11:44 AM Revision b3bbed58: Split the various calls here to avoid php warnings with new versions.
Ermal Luçi
11:04 AM Revision 3e643dba: Make this code do proper checks in all cases
Ermal Luçi
10:59 AM Revision 140183fd: Merge pull request #1344 from phil-davis/patch-2
Renato Botelho
10:50 AM Revision bc9155c3: Ticket #4007, properly pass the table number here to retrieve the status.
Ermal Luçi
10:47 AM Bug #3713 (Resolved): Gateways missing for OpenVPN server (shared key or /30s)
yeah the tap scenario before would result in an invalid ruleset previously. This brings back the same behavior as pri... Chris Buechler
08:12 AM Bug #3713: Gateways missing for OpenVPN server (shared key or /30s)
I created and assigned a tun and a tap static key and the tun received a gateway, the tap did not.
There are cases...
Jim Pingle
10:06 AM Bug #3968 (Assigned): Incorrect gateway is assumed when using tun + topology subnet
Renato Botelho
09:30 AM Bug #3198: IPSEC, when nating to a different size subnet a invalid natting rule is made.
Applied in changeset commit:a8a642c5c8eff62f7beb228b165b9e1e38e3a7c2. Ermal Luçi
09:23 AM Bug #3198 (Feedback): IPSEC, when nating to a different size subnet a invalid natting rule is made.
Ermal Luçi
08:50 AM Bug #1047: Disable TSO, hardware checksum don't work for unassigned but active interfaces
Applied in changeset commit:2535f6dcc2d0898f1c89c7c0a2606c95b3f59320. Ermal Luçi
08:41 AM Bug #1047 (Feedback): Disable TSO, hardware checksum don't work for unassigned but active interfaces
Can you try with newer snapshots?
For lagg even here there should be a specific special case since it has to go th...
Ermal Luçi
08:15 AM Bug #2786 (Feedback): Setting MTU on VLAN does not set MTU on parent interface in 2.2
Can you retry again with the commit i made yesterday.
Lagg still might need special case here.
Ermal Luçi
08:09 AM Bug #1681 (Feedback): OpenVPN tun IPs fail HTTP REFERER checks
The pull request seems to add only the CP users which should anyhow be allowed to go through openvpn to the gui.
The ...
Ermal Luçi
08:00 AM Bug #3727: PPP config loses "on-demand" setting when configured via interfaces tab
Applied in changeset commit:c4642eb1ff9b2e8beaba57c4833f428e6063c059. Ermal Luçi
07:55 AM Bug #3727 (Feedback): PPP config loses "on-demand" setting when configured via interfaces tab
Last push behaves better for me. Ermal Luçi
07:28 AM Bug #4025 (Feedback): package service starting issues post-package reinstall
Ermal Luçi
07:26 AM Bug #4025: package service starting issues post-package reinstall
The reinstallall from the GUI was not restarting the packages.
Also during reboot i pushed some commits to force ins...
Ermal Luçi
06:04 AM Revision 3fc92f97: Display Resolver host override aliases
On the main unbound resolver GUI page, like they display on the dnsmasq forwarder GIU page.
As per forum: https://for...
Phil Davis
04:45 AM Bug #4007 (Feedback): "Last activity" in CP status blank
Ermal Luçi
03:34 AM Bug #2882: 6RD not working in latest snapshots
Will, i disabled the message it was a leftover from development times.
Thanks for reporting that.
You just need to ...
Ermal Luçi
03:04 AM Bug #4014: Unbound private reverse lookup domain overrides not working
Yes, they do - quote from http://en.wikipedia.org/wiki/Blackhole_server
"According to IANA, the blackhole servers re...
Phillip Davis
02:46 AM Bug #4014: Unbound private reverse lookup domain overrides not working
Chris Buechler wrote:
> I think the way things are now is best, don't want to be hitting the roots (or forwarders) f...
Warren Baker
03:03 AM pfSense Packages Todo #4029 (Needs Patch): Update phpsysinfo package
The available phpsysinfo package is totally out dated.
On the project page there has been an major update to 3.x.x ...
Patrick Schmidt
01:10 AM Revision 687ff78c: Only skip tap-type OpenVPN servers, not all. Fixes #3713
Chris Buechler

11/19/2014

11:34 PM Bug #3966: OpenVPN crashes with AES-NI + AES-CBC
I can confirm that enabling AES-NI and instructing OpenVPN client to use AES-128CBC seems to work perfectly as of 2.2... Jason Ross
11:17 PM Bug #4028: Wireless Obytes counter always 0
It is not a super-important thing, but there might be other device name combinations that have this issue also, or ot... Phillip Davis
11:09 PM Bug #4028 (Resolved): Wireless Obytes counter always 0
On an Alix 2D13 with WiFi card in it.
2.2-BETA (i386)
built on Sun Nov 16 14:10:12 CST 2014
FreeBSD 10.1-RELEASE
...
Phillip Davis
10:20 PM Revision 355c2f8b: also check port of dnsmasq/unbound and skip 127.0.0.1 in resolv.conf if
not port 53. Ticket #4022 Chris Buechler
10:17 PM Bug #4025 (Confirmed): package service starting issues post-package reinstall
easily replicable as described on the referenced system. Chris Buechler
10:06 PM Revision 97383d2b: don't blow away previous contents of this variable. fixes #4022
Chris Buechler
09:59 PM Bug #3932 (Confirmed): Captive portal with greater than 9000 permanent MAC addresses causes timeout in loading CP
I committed a change last night to shorten the <descr> text, which helps slightly, but still nothing works at 9000 MA... Chris Buechler
09:53 PM Bug #4018: several packages not looking in pbi dir for files
Those changes shouldn't be necessary though, it's a problem of some sort with PBIs in general in 2.2. Chris Buechler
08:27 PM Revision 14f7afb1: Do the tests check properly related to Ticket #2786
Ermal LUÇI
08:01 PM Bug #3713: Gateways missing for OpenVPN server (shared key or /30s)
Pretty sure this should be fine now. Leaving for sanity check from JimP. Chris Buechler
07:20 PM Bug #3713 (Feedback): Gateways missing for OpenVPN server (shared key or /30s)
Applied in changeset commit:687ff78c96938e1bc6175b293e83079abdb704a4. Chris Buechler
02:37 PM Bug #3713 (Confirmed): Gateways missing for OpenVPN server (shared key or /30s)
The fix for this is incorrect. It also excludes tun servers, not only tap servers as the ticket title stated was a pr... Jim Pingle
07:17 PM Bug #2882: 6RD not working in latest snapshots
Hi Chris,
I can confirm that my ipv6 connection appears to be working!
I am seeing one thing new. There is a me...
Will Wainwright
04:52 PM Bug #2882 (Resolved): 6RD not working in latest snapshots
others have also confirmed fixed Chris Buechler
01:34 PM Bug #2882: 6RD not working in latest snapshots
Will, I gitsynced your system and rebooted to confirm it's correct now. Looks to work fine now, it came up on its own... Chris Buechler
11:03 AM Bug #2882: 6RD not working in latest snapshots
That did mostly fix it, it's missing adding the default gateway though. I manually added it to Will's system and ever... Chris Buechler
09:13 AM Bug #2882: 6RD not working in latest snapshots
Hi Ermal,
The box is up right now. CMB knows how to get to it...he was poking around in it last Friday.
Feel fr...
Will Wainwright
02:41 AM Bug #2882: 6RD not working in latest snapshots
Can you show ifconfig, nestat -rnf inet6 output and system logs ?
Or give me access to a test system with 6rd conn...
Ermal Luçi
12:47 AM Bug #2882: 6RD not working in latest snapshots
Hi guys,
Just tried with 2.2-BETA (amd64) built on Tue Nov 18 23:43:52 CST 2014 & the gateway monitor indicator is...
Will Wainwright
07:02 PM Revision f233ddeb: Actually use all hex values on the gateway of 6rd to please route command
Ermal LUÇI
06:36 PM Revision 7b83f723: Correct gateway for Ticket #2882 to the proper value as reported by: cmb
Ermal LUÇI
04:40 PM Revision b40a44a6: Merge pull request #1343 from phil-davis/patch-1
Renato Botelho
04:33 PM Revision bdf5efc5: Matching bracket in vpn.inc
Reported forum https://forum.pfsense.org/index.php?topic=84322.0 Phil Davis
04:31 PM Bug #4014 (Resolved): Unbound private reverse lookup domain overrides not working
I think the way things are now is best, don't want to be hitting the roots (or forwarders) for PTRs on RFC 1918 in th... Chris Buechler
03:24 AM Bug #4014: Unbound private reverse lookup domain overrides not working
Now works for me on Tue Nov 18 23:43:52 CST 2014 build, reverse looking up internal private IPv4 addresses by having ... Phillip Davis
04:28 PM Bug #4008 (Resolved): dhcpleases doesn't restart when change from/to dnsmasq and unbound
fixed Chris Buechler
04:27 PM Bug #4022 (Resolved): Unbound doesn't set 127.0.0.1 in resolv.conf
confirmed good Chris Buechler
04:20 PM Bug #4022: Unbound doesn't set 127.0.0.1 in resolv.conf
Applied in changeset commit:97383d2bda23b89da93e2cf31827a3b2aefe9246. Chris Buechler
04:15 PM Bug #4022: Unbound doesn't set 127.0.0.1 in resolv.conf
I was wrong on the line where the problem existed. That's fixed now. I also fixed it to ensure it's only in there if ... Chris Buechler
03:52 AM Bug #4022 (Feedback): Unbound doesn't set 127.0.0.1 in resolv.conf
The logic there looks correct, and on my tests it added 127.0.0.1 as the first nameserver in resolv.conf when unbound... Renato Botelho
04:27 PM Bug #4027 (Resolved): Unbound host overrides not being implemented
fixed Chris Buechler
04:49 AM Bug #4027: Unbound host overrides not being implemented
That is working now. I can add a DNS Resolver host override, with or without some aliases also, save and apply and th... Phillip Davis
04:00 AM Bug #4027 (Feedback): Unbound host overrides not being implemented
Applied in changeset commit:b3c6783f82bd4f4b08a4f451e9045e4c5df188cc. Renato Botelho
03:03 AM Bug #4027 (Resolved): Unbound host overrides not being implemented
As at 2.2-BETA (amd64) Tue Nov 18 23:43:52 CST 2014
I add a DNS Resolver Host Override, and also some alias names.
...
Phillip Davis
03:24 PM Bug #4011 (Resolved): Integration between unbound and dhcp is not working
looks good Chris Buechler
03:20 PM Bug #4020 (Resolved): Unbound not compiled with libevent
fixed Chris Buechler
12:47 PM Bug #3848: enabling schedule on 2.1.5 causes page fault
can you re-test this on 2.2 and report back? I haven't had any luck replicating this. Chris Buechler
11:34 AM Bug #3996: Solarflare NIC panic with LACP
it wasn't as of 2 weeks ago and I don't see any relevant changes since then. Chris Buechler
01:29 AM Bug #3996 (Feedback): Solarflare NIC panic with LACP
The patch mentioned here is already part of pfSense shiped sfxge driver. Ermal Luçi
10:52 AM Bug #1047 (Confirmed): Disable TSO, hardware checksum don't work for unassigned but active interfaces
In the circumstance described here, where the interface is in use but not directly assigned (so part of a LAGG, or a ... Chris Buechler
02:35 AM Bug #1047: Disable TSO, hardware checksum don't work for unassigned but active interfaces
VLANs are skipped by flags settings.
Normally a reboot should apply the right thing to the interfaces.
Reconfigurat...
Ermal Luçi
10:48 AM Bug #2786 (Confirmed): Setting MTU on VLAN does not set MTU on parent interface in 2.2
The original post describes the problem, which is a regression from 2.1x. Say you have em0 and em0_vlan10. Set MTU on... Chris Buechler
10:28 AM Bug #2786: Setting MTU on VLAN does not set MTU on parent interface in 2.2
Currently, setting the MTU on an interface assigned to a VLAN seems to be ignored by pfSense.
For example, running...
Andy Sayler
02:01 AM Bug #2786 (Rejected): Setting MTU on VLAN does not set MTU on parent interface in 2.2
What is the problem here really?
Normally an interface should have its own mtu and vlan is its own interface.
Why t...
Ermal Luçi
09:48 AM Revision b3c6783f: Make sure system_hosts_generate() is called by services_unbound_configure(). It should fix #4027
Renato Botelho
09:07 AM Revision bcd42a4e: Merge pull request #1342 from phil-davis/patch-1
Renato Botelho
08:46 AM Revision 0420f519: Remove var_dump from production code
Phil Davis
08:44 AM Revision fa5b16c9: Remove var_dump from production code
Phil Davis
08:32 AM Revision d882658e: Fixes #3894, --resolv-retry is infinite by default. To avoid the issues of locking the persistnet tun device by this just retry two times by default. People can enable resolv-retry infinite themselves for previous behaviour
Ermal LUÇI
07:54 AM Revision ddabd9d6: Ticket #3987. Strongswan support autodetection of IKE version exchange. Support this by allowing an auto version in the GUI.
Ermal LUÇI
07:46 AM Revision b095e370: Ticket #3809 use the setting with number rather than string since the parser of attr plugin understands only numbers. Reported on: https://forum.pfsense.org/index.php?topic=84304.0
Ermal LUÇI
05:33 AM Revision ab8d50ac: Shorten up the MAC pass-through descr. It was redundant, and for those with huge numbers of auto-added MAC passthrough entries, it adds up to a significant amount of config space (adding to delays when launching CP). helps Ticket #3932
Chris Buechler
02:50 AM Bug #3894: OpenVPN client started multiple times when connecting to FQDN where connectivity to server is delayed
Applied in changeset commit:d882658e826ca1c9e41c0832b3d0f433756ed903. Ermal Luçi
02:27 AM Bug #3894 (Feedback): OpenVPN client started multiple times when connecting to FQDN where connectivity to server is delayed
The issue here is that resolve-retry infinite is on by default.
I pushed a fix to do only 2 retries by default which...
Ermal Luçi
02:29 AM Bug #3949: Dynamic DNS public IP check always uses default gateway
The issue here should be coming from the route-to.
Since routing table need to have static routes to allow entries g...
Ermal Luçi
01:49 AM Bug #3987 (Feedback): not possible to have both IKEv1 and IKEv2 mobile P1s
A patch to support both protos on the same instance has been pushed. Ermal Luçi
01:43 AM Bug #4019 (Feedback): clean 2.2 install doesn't have /usr/local/etc/rc.d/ directory
I put code in the builders to create this folder in the images.
Ermal Luçi
01:39 AM Bug #3809 (Feedback): IPsec Save Xauth Password no longer work
Seems it was only a parser issue for attr plugin https://forum.pfsense.org/index.php?topic=84304.new#new
Setting t...
Ermal Luçi
01:05 AM Revision 7bc953d1: update error log in accordance with change in input validation. thanks Phil Davis for pointer
Chris Buechler

11/18/2014

10:24 PM Revision 156bb8f1: Actually trim if the user put any : on the prefix of the ISP to be able to properly set the gateway
Ermal LUÇI
10:13 PM Revision 5d697e08: Properly generate the default gw for 6rd set it to prefix:BR and also the prefixlen of the interface set it to the ISP prefix and on LAN set it to the delegated one.
Ermal LUÇI
08:40 PM Revision 3ba07784: Revert "Revert "Use unbound from ports, it should fix #4020""
This reverts commit cd7b929ac0ee324b96baabcd216cf303be937db7. Renato Botelho
08:40 PM Revision 3f5e1542: Revert "Revert "Obsolete unbound from FreeBSD base files, ticket #4020""
This reverts commit d56dc72a43405ef7276f2b22ce4dc204ac1469fe. Renato Botelho
08:08 PM Bug #4026 (Rejected): Virtual IP on a PPPoE interface - OpenVPN fails
WAN interface is PPPoE(em1)
Virtual IP (1.2.3.4) on WAN interface
OpenVPN server on the Virtual IP 1.2.3.4
openv...
Walt McDonald
07:13 PM Bug #4025 (Resolved): package service starting issues post-package reinstall
After a package reinstall, package services starting is hit and miss at best. Seems most of the time the services fai... Chris Buechler
06:54 PM Bug #2882: 6RD not working in latest snapshots
yeah that's not new enough Chris Buechler
06:53 PM Bug #2882: 6RD not working in latest snapshots
Hi guys,
No joy with 2.2-BETA (amd64) built on Tue Nov 18 14:41:54 CST 2014.
I guess I need to wait a little lo...
Will Wainwright
04:29 PM Bug #2882 (Feedback): 6RD not working in latest snapshots
To be tested with new snapshots. Ermal Luçi
05:50 PM Revision c1e78890: Blah fix typo
Ermal LUÇI
05:39 PM Revision 56c3007c: Actually issue stfv4net even for /0|/32 subnet since its required
Ermal LUÇI
04:52 PM Bug #4023 (Confirmed): allowed networks in Unbound inadequate
Chris Buechler
03:29 AM Bug #4023: allowed networks in Unbound inadequate
At the moment it allows all local-connected subnets, including WAN/s. For example in some of my situations we have a ... Phillip Davis
12:07 AM Bug #4023 (Resolved): allowed networks in Unbound inadequate
Unbound defaults to only answering queries from 127.0.0.1, and you add specific allowed networks to permit queries. T... Chris Buechler
04:52 PM Bug #3894 (Confirmed): OpenVPN client started multiple times when connecting to FQDN where connectivity to server is delayed
Chris Buechler
03:03 PM Bug #3894: OpenVPN client started multiple times when connecting to FQDN where connectivity to server is delayed
On a server with two OpenVPN Clients in Peer to Peer (SSL/TLS) mode, I have the same issue, while "Infinitely resolve... Michael Schefczyk
02:50 PM Bug #4020 (Feedback): Unbound not compiled with libevent
Applied in changeset commit:3ba077846e56459715e1f78a8e538797a890f49b. Renato Botelho
05:30 AM Bug #4020 (Assigned): Unbound not compiled with libevent
Renato Botelho
05:30 AM Bug #4020 (Feedback): Unbound not compiled with libevent
Applied in changeset commit:cd7b929ac0ee324b96baabcd216cf303be937db7. Renato Botelho
05:20 AM Bug #4020 (Assigned): Unbound not compiled with libevent
Renato Botelho
05:20 AM Bug #4020 (Feedback): Unbound not compiled with libevent
Applied in changeset commit:f13df0e3f1bf45d8dab01805f757e623165c044f. Renato Botelho
05:18 AM Bug #4020: Unbound not compiled with libevent
Unbound port built with libevent is marked BROKEN for FreeBSD 10+ due to an issue with capsicum, I reverted the commi... Renato Botelho
04:38 AM Bug #4020: Unbound not compiled with libevent
Warren Baker wrote:
> Thats what i wanted to do but Ermal felt that it should be left with base and modify the compi...
Warren Baker
04:34 AM Bug #4020: Unbound not compiled with libevent
Thats what i wanted to do but Ermal felt that it should be left with base and modify the compile options in base to s... Warren Baker
04:08 AM Bug #4020 (Assigned): Unbound not compiled with libevent
Today we are using unbound from base, which has no support for building with libevent. I'll work on moving it to use ... Renato Botelho
02:03 PM Revision a8c82ef9: Pass path parameter through htmlpecialchars()
Renato Botelho
02:03 PM Revision f376043c: Define a local boolean var for showact to avoid security issues, also pass order parameter trough htmlspecialchars()
Renato Botelho
01:54 PM Revision ae38cb75: Pass path parameter through htmlpecialchars()
Renato Botelho
01:49 PM Revision 4b40d036: Define a local boolean var for showact to avoid security issues, also pass order parameter trough htmlspecialchars()
Renato Botelho
01:40 PM Revision e91a43d6: Fix whitespace and indent
Renato Botelho
11:21 AM Revision d56dc72a: Revert "Obsolete unbound from FreeBSD base files, ticket #4020"
This reverts commit 8fde4ae8be00bfe7f9cfec107f6566413f41b5f7. Renato Botelho
11:21 AM Revision cd7b929a: Revert "Use unbound from ports, it should fix #4020"
This reverts commit f13df0e3f1bf45d8dab01805f757e623165c044f. Renato Botelho
10:50 AM Revision f13df0e3: Use unbound from ports, it should fix #4020
Renato Botelho
10:48 AM Revision 8fde4ae8: Obsolete unbound from FreeBSD base files, ticket #4020
Renato Botelho
10:22 AM Feature #4024 (Closed): Add a reject rule to prevent traffic from "falling through" relayd and reaching the GUI accidentally
Currently if relayd is in use and all pool servers are down, the connection does not get any NAT applied and will end... Jim Pingle
09:47 AM Revision 8cfaf7bc: Merge pull request #1341 from phil-davis/patch-6
Renato Botelho
09:46 AM Revision 8a5265b2: Merge pull request #1332 from phil-davis/patch-3
Renato Botelho
09:45 AM Revision a0b72ec3: Merge pull request #1331 from phil-davis/patch-2
Renato Botelho
05:44 AM Bug #4014: Unbound private reverse lookup domain overrides not working
In the latest release (v1.5.0 as of today), there is a new option unblock-lan-zones which is detailed as follows:
...
Warren Baker
05:27 AM Revision 8ce04d22: Static gateways weren't being added to the routing table after configuring at the console, fix that.
Chris Buechler
04:12 AM Revision ebb5ba62: check for IPs here also to avoid invalid config entries. change my last fix to v4/v6-specific
Chris Buechler
03:53 AM Revision d4b9bc5a: Make OpenVPN desccriptions appear in interfaces assign dropdown
As reported in forum https://forum.pfsense.org/index.php?topic=84251.0
The fix turned out to be easy.
Phil Davis
02:20 AM Revision 845fd268: Verify IP address before putting into unbound config. some "Array" entries were ending up there.
Chris Buechler
02:15 AM Revision d25f0912: 192.254.0.0/16 isn't private, remove
Chris Buechler
02:04 AM Revision 83cafbc8: Clean up unbound advanced page HTML
Chris Buechler
12:33 AM Revision ec6ac69c: add vmx to list of ALTQ capable interfaces
Chris Buechler

11/17/2014

11:51 PM Bug #4022 (Confirmed): Unbound doesn't set 127.0.0.1 in resolv.conf
Chris Buechler
10:21 PM Bug #4022 (Resolved): Unbound doesn't set 127.0.0.1 in resolv.conf
127.0.0.1 should be first in resolv.conf where unbound is enabled and bound to localhost. line 145 in system.inc. The... Chris Buechler
11:51 PM Bug #4020 (Confirmed): Unbound not compiled with libevent
Chris Buechler
08:59 PM Bug #4020 (Resolved): Unbound not compiled with libevent
It appears Unbound is not being compiled with libevent. With the following in unbound.conf: ... Chris Buechler
11:51 PM Bug #4019 (Confirmed): clean 2.2 install doesn't have /usr/local/etc/rc.d/ directory
Chris Buechler
06:11 PM Bug #4019 (Resolved): clean 2.2 install doesn't have /usr/local/etc/rc.d/ directory
2.1.x and prior versions had an empty /usr/local/etc/rc.d/ directory after a clean install. 2.2 doesn't. This makes s... Chris Buechler
11:51 PM Bug #4018 (Confirmed): several packages not looking in pbi dir for files
Chris Buechler
08:59 PM Bug #4018: several packages not looking in pbi dir for files
And another example of typical range of directories where package files are stored for 2.0.n, 2.1.n and 2.2.n and how... Phillip Davis
05:50 PM Bug #4018: several packages not looking in pbi dir for files
related commit in sudo package.
https://github.com/pfsense/pfsense-packages/commit/f4ae260c8ae8e54f0d40bfd337fbe9ed...
Chris Buechler
04:59 PM Bug #4018 (Resolved): several packages not looking in pbi dir for files
Multiple packages are looking for files in /usr/local/ rather than under the PBI's root dir. One example in #4017, Sq... Chris Buechler
11:50 PM Bug #4007 (Confirmed): "Last activity" in CP status blank
no change. We have a test environment up internally. Ermal, ask me re: details. Chris Buechler
05:58 AM Bug #4007 (Feedback): "Last activity" in CP status blank
Next snapshots include patches that fix the behaviour. Ermal Luçi
09:34 PM Bug #4021 (Resolved): Unbound doesn't handle v6 link local correctly
When choosing one of the "$interface IPv6 Link-local" options, it omits those from the unbound config. Chris Buechler
08:50 PM pfSense Packages Bug #4016: squid3 amd64 looks to have bad download link
Indeed, the following only are there:
squid-2.7.9_4-amd64.pbi 17-Jul-2014 21:41 ...
Phillip Davis
11:23 AM pfSense Packages Bug #4016 (Resolved): squid3 amd64 looks to have bad download link
Hello,
It looks like squid3 amd64 has a bad download link (and will not install):...
John D
07:55 PM Revision ed6e93ea: correctly specify arrays here. Fixes last of issue with Ticket #3955, and
probably a variety of other bugs. Chris Buechler
07:54 PM Revision 224b4208: Fix pw syntax when local_group_set() is called with reset == true, -M always require a parameter
Renato Botelho
06:28 PM Bug #3770: Some drivers not being built with altq support
it's there, was just overlooked in not being added to the list. I just fixed that. Chris Buechler
06:10 PM Bug #3770: Some drivers not being built with altq support
I'm not seeing ALTQ detected on vmxnet3 interfaces, and vmxnet2 is not detected at all... but this says that vmxnet h... Sam Bingner
05:00 PM pfSense Packages Bug #4017: postfix package looking for /usr/local on pfsense 2.2
that looks to be a general issue with a number of packages, #4018 covers that general issue Chris Buechler
04:44 PM pfSense Packages Bug #4017 (Rejected): postfix package looking for /usr/local on pfsense 2.2
I'm seeing these while trying to start posfix on 2.2 BETA
/usr/pbi/postfix-amd64/sbin/postfix start
cd: /usr/local/...
Marcello Silva Coutinho
04:58 PM Revision a0814e4c: Merge pull request #1339 from dembeck/master
Renato Botelho
04:48 PM Revision d33e6008: Merge pull request #1338 from SilvioGiunge/change_system_usermanager_settings_test_page
Renato Botelho
04:47 PM Revision a5a0f615: Merge pull request #1340 from phil-davis/patch-5
Renato Botelho
04:08 PM Revision b3977493: Unbound improvements and fixes, ticket #4011:
- Create dhcpleases_entries.conf, feed by dhcpleases
- Do not read lines created by dhcpleases from /etc/hosts to pop...
Renato Botelho
04:03 PM Revision 21713b25: Take unbound into consideration when creating /etc/hosts, also use new unbound parameters for dhcpleases when it's necessary, helps ticket #4011
Renato Botelho
04:02 PM Revision d3801fdb: Clear dirty subsystem for hosts and staticmaps when unbound is enabled
Renato Botelho
02:30 PM Bug #3949: Dynamic DNS public IP check always uses default gateway
this does set CURLOPT_INTERFACE, which should force source IP selection, and then route-to handle accordingly. I have... Chris Buechler
02:00 PM Bug #3955 (Resolved): IPsec dashboard widget needs adapting for 2.2
fixed Chris Buechler
01:52 PM Bug #4013 (Resolved): DHCP6 static bindings not included in /var/unbound/host_entries.conf
thanks for the feedback Chris Buechler
12:42 PM Bug #4013: DHCP6 static bindings not included in /var/unbound/host_entries.conf
fixed in latest snapshot pierre gleich
01:22 PM Bug #4011 (Feedback): Integration between unbound and dhcp is not working
Worked on the tests I did, sending to Chris for a second round of tests Renato Botelho
12:05 PM Revision 402941d1: Use the name entry now that there is a definition for it
Ermal LUÇI
11:09 AM Revision a0e387a5: Improve test in unbound_add_domain_overrides
Actually the test condition happened to work OK! But this change makes it easier to understand what is really intended. Phil Davis
08:17 AM Revision 1e0544a6: Fix the generation of certificates for rsa type. strpos returns the pos as 0 for rsasig but it php considers that as false anyhow
Ermal LUÇI
07:31 AM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Chris Buechler wrote:
> JimP: you have a way to at least semi-reliably replicate this on current versions? I've been...
Jim Pingle

11/16/2014

10:29 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
JimP: you have a way to at least semi-reliably replicate this on current versions? I've been trying a variety of scen... Chris Buechler
10:09 PM Revision 1deb0924: add the last few missed files to obsoletedfiles list. Ticket #3970
Chris Buechler
09:58 PM Revision 9e7e2c94: Properly handle CARP IP binding in dnsmasq post-changes for FreeBSD 10.x CARP. Ticket #4012
Chris Buechler
08:11 PM Revision 11fb4543: show tunnelv4 on v4 the same way tunnelv6 is shown on v6
Chris Buechler
08:09 PM Revision bac17444: show tunnelv4 on v4 the same way tunnelv6 is shown on v6
Chris Buechler
04:23 PM Bug #3966 (Resolved): OpenVPN crashes with AES-NI + AES-CBC
fixed Chris Buechler
04:05 PM Bug #4015 (Confirmed): IKE version change needs javascript to update other available fields
Chris Buechler
03:54 PM Bug #4015 (Resolved): IKE version change needs javascript to update other available fields
Some settings in IPsec are only relevant to IKEv1 or IKEv2, not both. Need some javascript to hide irrelevant setting... Chris Buechler
04:04 PM Bug #3970 (Resolved): some files not removed on upgrade to 2.2
I added the last few missing ones, this is good now. Chris Buechler
03:57 PM Bug #4012 (Resolved): dnsmasq doesn't listen on chosen CARP IPs
fixed Chris Buechler
03:14 PM Bug #3998 (Resolved): Duplicated limiter numbers
fixed Chris Buechler
03:12 PM Bug #3789 (Resolved): rc.update_bogons.sh and login shell ignore http proxy settings
fixed Chris Buechler
09:21 AM Revision 67be8c3d: Sorted the provider names alphabetically
Dustin Dembeck
09:13 AM Revision 984abd66: Handle reverse-lookup zones for unbound
By default unbound returns nothing for private reverse lookups. Here is some information about that from https://www.... Phil Davis
07:18 AM Revision 4e82cebf: Don't show a big red "alarm"-looking message on every visit to the DHCP/DHCPv6 Server pages. Confuses people in that context, and it's not something that justifies highlighting in such a fashion. Move the message to show when you have no eligible interfaces.
Chris Buechler
06:05 AM Revision f2b4a29b: Don't try to clear states to gateway, all that does is wipe the entire state table unnecessarily. rc.newwanip takes care of killing states appropriately as needed when an IP changes.
Chris Buechler
05:37 AM Revision 9a25a85d: show user that something is actually happening when they choose php-fpm_restart
Chris Buechler
05:12 AM Revision b026cb18: Use appropriate size for the interface selects. Ticket #3989. clean up some text while here
Chris Buechler
03:21 AM Bug #4014: Unbound private reverse lookup domain overrides not working
Pull request added: https://github.com/pfsense/pfsense/pull/1340
And attached is a sample of the GUI entry for a rev...
Phillip Davis
03:16 AM Bug #4014 (Resolved): Unbound private reverse lookup domain overrides not working
If I add a domain override for reverse lookups in some private address space, unbound never returns answers to any re... Phillip Davis
12:40 AM Revision b5acc797: fix Unbound Advanced options
Chris Buechler
12:16 AM Revision 88a0937d: if unbound is enabled, assign interface IP as DNS, same behavior as dnsmasq
Chris Buechler

11/15/2014

11:08 PM Bug #3989 (Resolved): DNS Resolver interface drop downs need enlarged
fixed Chris Buechler
07:07 PM Todo #3396: Replace dnsmasq with Unbound
I fixed some of what you noted, some has other tickets. What this ticket covers is resolved. Please post any issues y... Chris Buechler
05:33 AM Todo #3396: Replace dnsmasq with Unbound
2.2-BETA (amd64) - built on Sat Nov 15 01:14:19 CST 2014
Host Overrides dose't work properly. Only the top one seems...
Raul Ramos
05:23 AM Todo #3396: Replace dnsmasq with Unbound
2.2-BETA (amd64) - built on Sat Nov 15 01:14:19 CST 2014
Pfsense is not the default DNS service. Do not use the DNS ...
Raul Ramos
02:21 PM Revision a0f9f9f7: Changes in the test page of user manager
Silvio Aparecido Silva
11:51 AM Bug #3913: if_bridge missing ALTQ support
Will do so once i can isolate better the problem.
Thanks.
Orsiris de Jong
07:36 AM Bug #4013 (Resolved): DHCP6 static bindings not included in /var/unbound/host_entries.conf
/var/unbound/host_entries.conf contains only IPv4, no IPv6 entries.
On the latest snapshot unbound restart shows t...
pierre gleich
07:27 AM Revision 0c50e94b: fix missing strpos parameter
Chris Buechler
01:07 AM Bug #2882: 6RD not working in latest snapshots
Got a good deal of info gathered from OP's system, both from 2.2, and from a 2012 2.1 snapshot where 6rd works fine. ... Chris Buechler

11/14/2014

11:12 PM Revision 63d129cc: 6RD Rapid Deployment is akin to ATM Machine, PIN Number, ... read: it's redundant. let's just call it 6RD Configuration.
Chris Buechler
11:07 PM Todo #3396 (Resolved): Replace dnsmasq with Unbound
this particular todo is complete. There are some outstanding Unbound bugs, covered in other tickets. Chris Buechler
01:42 AM Todo #3396 (Feedback): Replace dnsmasq with Unbound
default config updated. Needs more testing and feedback. Chris Buechler
10:45 PM pfSense Packages Bug #3977: Squid-dev 3.3.11_1 pkg installs but does not start on 2-2-BETA
Also, this bug affects my x64 box, so it is not just i386/x86 affected. Aaron Outhier
09:21 PM Bug #2882 (Confirmed): 6RD not working in latest snapshots
the kernel portion of this seems to be working fine in 2.2. There is an issue with the delegated prefix handling that... Chris Buechler
07:28 PM Bug #4012 (Resolved): dnsmasq doesn't listen on chosen CARP IPs
When configuring dnsmasq with specific bind IPs and choosing CARP IPs in the list, it doesn't actually bind to the CA... Chris Buechler
02:10 PM Bug #3955: IPsec dashboard widget needs adapting for 2.2
there is something here that makes the status inconsistent from time to time. Seeing it on multiple systems. Status>I... Chris Buechler
11:51 AM Revision 4dbcf2fb: Make sure dhcpleases use correct pid file for dnsmasq or unbound. Fixes #4008
Renato Botelho
11:41 AM Bug #4007: "Last activity" in CP status blank
Looks like it's a problem on ipfw patch:... Renato Botelho
10:31 AM Bug #4007 (Confirmed): "Last activity" in CP status blank
Yeah, that was with the most recent gitsynced code as of last night. The rest of those fixes were fine, this one didn... Chris Buechler
03:50 AM Bug #4007 (Feedback): "Last activity" in CP status blank
Did you try latest snapshots? I pushed a fix for this yesterday, commit commit:27c2e32e Renato Botelho
10:06 AM Bug #4009: Selecting "Embedded" during install does not activate the serial console in a persistent way on amd64
It's a regression. In previous versions with the embedded kernel you could not stop the serial console from working s... Jim Pingle
09:53 AM Bug #4009: Selecting "Embedded" during install does not activate the serial console in a persistent way on amd64
Why is this the fault of pfSense? Ermal Luçi
08:07 AM Bug #4009 (Resolved): Selecting "Embedded" during install does not activate the serial console in a persistent way on amd64
Selecting "Embedded" during install does not activate the serial console in a persistent way on amd64 now that there ... Jim Pingle
10:00 AM Bug #4011 (Resolved): Integration between unbound and dhcp is not working
dhcpleases write leases information to /etc/hosts, but unbound never uses data from it. Renato Botelho
09:51 AM Revision 9612943e: Obsolete a lot of files forgotten during all last pfSense versions. It fixes #3970
Renato Botelho
09:46 AM Revision e09797b0: Deal correct with filenames with spaces
Renato Botelho
09:46 AM Revision cc814aef: Make it possible to remove a directory on obsoletedfiles
Renato Botelho
09:46 AM Revision e0141b7a: sort obsoletedfiles
Renato Botelho
08:11 AM Bug #3966: OpenVPN crashes with AES-NI + AES-CBC
Also submitted to FreeBSD ports tree, if accepted, pfPort can be removed - https://bugs.freebsd.org/bugzilla/show_bug... Renato Botelho
07:27 AM Bug #3966: OpenVPN crashes with AES-NI + AES-CBC
Patch integrated on pfPorts and can be tested on next coming snapshots.
Also reported on https://community.openvpn...
Ermal Luçi
05:40 AM Bug #3966 (Feedback): OpenVPN crashes with AES-NI + AES-CBC
The issue seems to be that openvpn setups the crypto before forking.
This makes crypto device unhappy in general and...
Ermal Luçi
08:07 AM Feature #4010 (New): OpenVPN always loads engines available on openssl
OpenVPN uses EVP API and always loads all available engines and tries to use them.
In the case of aesni for AES* the...
Ermal Luçi
08:07 AM Bug #3982: Installer generates errors when selecting "Embedded" but still appears to work
The error is fixed but the console problem I mentioned above is still an issue. I moved it to #4009 Jim Pingle
12:33 AM Bug #3982 (Resolved): Installer generates errors when selecting "Embedded" but still appears to work
fixed Chris Buechler
07:43 AM Revision e2accfac: Update default config.xml for 2.2. Disable dnsmasq, enable Unbound. Remove
outdated comments that used to sort of document the config file, but had
been neglected for quite some time and aren'...
Chris Buechler
06:00 AM Bug #4008 (Feedback): dhcpleases doesn't restart when change from/to dnsmasq and unbound
Applied in changeset commit:4dbcf2fbcea9cfe2166c958d3872e3a7353e3c5c. Renato Botelho
05:28 AM Bug #4008 (Resolved): dhcpleases doesn't restart when change from/to dnsmasq and unbound
Steps to reproduce:
1. Configure DNS Forwarder
2. Configure DHCP server
dhcpleases is going to use '-p /var/ru...
Renato Botelho
04:00 AM Bug #3970 (Feedback): some files not removed on upgrade to 2.2
Applied in changeset commit:9612943eaa3c6ef427ea4414f7c32dc2b326dd55. Renato Botelho
01:25 AM Bug #3970: some files not removed on upgrade to 2.2
also remember to add the obsolete openntpd files JimP mentioned. Chris Buechler
02:04 AM Bug #3939 (Resolved): Cannot create Host or Network type alias with an IP address/range
fixed Chris Buechler
01:22 AM Bug #4003 (Resolved): SSH host keys regenerated post-2.2 upgrade
fixed Chris Buechler

11/13/2014

11:25 PM Todo #3958 (Resolved): test 2.2 upgrade scenarios
Aside from issues that have other tickets, I'm satisfied here. Been through a number of test upgrades with varying co... Chris Buechler
11:22 PM Bug #4007: "Last activity" in CP status blank
same root issue is likely breaking other things as well Chris Buechler
11:21 PM Bug #4007: "Last activity" in CP status blank
root of this issue is line 1135 in captiveportal.inc: ... Chris Buechler
11:12 PM Bug #4007 (Resolved): "Last activity" in CP status blank
"Last activity" in CP status page is blank in 2.2. Chris Buechler
11:08 PM Bug #4001 (Resolved): disconnected CP client no longer gets redirected to portal page
fixed Chris Buechler
11:00 AM Bug #4001 (Feedback): disconnected CP client no longer gets redirected to portal page
Applied in changeset commit:b4e0f02b89fa6b8e8b22f31ee4486df171ae5337. Renato Botelho
04:12 AM Bug #4001: disconnected CP client no longer gets redirected to portal page
Renato Botelho wrote:
> After investigate it a bit I noted IPs are not being added to ipfw tables, all are added as ...
Ermal Luçi
10:24 PM Bug #3970: some files not removed on upgrade to 2.2
Looks much better, fine to go ahead and commit that.
Still missing some, see attached.
Chris Buechler
05:48 AM Bug #3970: some files not removed on upgrade to 2.2
Pass it to Chris to run a final test before commit. Renato Botelho
10:18 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Turns out that the ISP for the WAN in question is only experimenting with IP6 at the moment. Anything I've picked up ... Peter Hinman
07:58 PM Revision b95399a7: outbound NAT can apply to any type of interface, make WAN-type specific reference generic
Chris Buechler
07:50 PM Bug #3955: IPsec dashboard widget needs adapting for 2.2
this is at least mostly fixed, still seeing a different issue I'm looking into. Chris Buechler
08:12 AM Bug #3955 (Feedback): IPsec dashboard widget needs adapting for 2.2
Ermal Luçi
07:20 PM Revision 0373c361: geom part list no longer lists empty disks, compensate where needed.
Also, while I'm here, fixup copyright. Jim Pingle
06:59 PM Bug #3789: rc.update_bogons.sh and login shell ignore http proxy settings
to me for testing Chris Buechler
06:59 PM Bug #4002 (Resolved): 0.0.0.0 shown as being in ipfw tables for CP where it isn't
fixed Chris Buechler
05:23 PM Revision 99b7f4b2: Merge pull request #1335 from brunostein/remove_multiple_groups
Renato Botelho
05:22 PM Revision 98d11ee7: Merge pull request #1334 from brunostein/remove_multiple_users
Renato Botelho
05:21 PM Revision b6fd5c8f: Merge pull request #1336 from phil-davis/patch-4
Renato Botelho
04:55 PM Revision b9608ab6: Implement advanced settings in unbound.conf
The settings are made in the Advanced tab in the GUI and are stored in the config.
Now actually implement them in unb...
Phil Davis
04:50 PM Revision b4e0f02b: Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() and pfSense_ipfw_getTablestats(). Also fix fieldnames for captiveportal_hostnames. It should fix #4001
Renato Botelho
04:50 PM Revision 0cd7c91a: Subnet parameter is mandatory for pfSense_ipfw_Tableaction(), add where it's missing
Renato Botelho
04:24 PM Bug #4006 (Resolved): diag_gmirror.php missing new blank disk as available consumer
works great Chris Buechler
01:16 PM Bug #4006 (Feedback): diag_gmirror.php missing new blank disk as available consumer
Should be fixed by commit:0373c361fe623e466ed2c9b8cf129a7f160f79cf
Assigning back to cmb for testing.
Jim Pingle
03:27 PM Revision efca0d9e: Do not show the user/pass for pre shared key on Openvpn since its not-supported.
Ermal LUÇI
03:15 PM Bug #3966: OpenVPN crashes with AES-NI + AES-CBC
OpenVPN is using EVP API so it loads all available engines which by default is cryptodev.
There are two problems h...
Ermal Luçi
01:17 PM Bug #3966: OpenVPN crashes with AES-NI + AES-CBC
This seems like an openvpn problem, openssl lib does not show any problem when used with the openssl binary.
Ermal Luçi
02:37 PM Revision 9b7f6b7b: Change this line slightly, for some reason it is making my editor crash with the old line.
Jim Pingle
12:15 PM Revision b95a96ec: remove checkall checkbox
Bruno Ferri
12:10 PM Revision 8105ffa6: Fix logic to find available next number for limiters and queues. It fixes #3998
Renato Botelho
12:09 PM Revision 89cf3dc0: Fix logic to find available next number for limiters and queues. It fixes #3998
Renato Botelho
12:03 PM Revision a65c5a99: add checkbox on the left side of the table and remove checkall checkbox
Bruno Ferri
11:54 AM Revision c4661249: add tr id
Bruno Ferri
11:38 AM Revision 0fa2086f: add check system user
Bruno Ferri
11:26 AM Revision 4970f1de: add onclick
Bruno Ferri
11:15 AM Revision b27efa5d: add checkbox on the left side of the table and remove checkall checkbox
Bruno Ferri
11:10 AM Revision 340ce958: Add an extra protection to avoid having an empty group created
Renato Botelho
06:20 AM Bug #3998: Duplicated limiter numbers
Applied in changeset commit:8105ffa61c2d5aba42fa0ceac92ae7f9f80f8b19. Renato Botelho
06:20 AM Bug #3998 (Feedback): Duplicated limiter numbers
Applied in changeset commit:89cf3dc0b6958322974d40fd1111ef276174053e. Renato Botelho
01:50 AM Bug #4000 (Resolved): guess_interface_from_ip parses netstat output that may be truncated
Ermal Luçi

11/12/2014

09:06 PM Revision bd0bb466: Do not display the disabled tunnels since they are not needed in the widget. Ticket #3955
Ermal LUÇI
08:43 PM Revision 6a151c91: Commit the other part of the fix for Ticket #3955
Ermal LUÇI
08:41 PM Revision 21cd92ac: Oops wrong choice the checkbox is only for javascript
Ermal LUÇI
08:41 PM Revision c9b70c0a: Remove redundant code and check for dpd_enable checkbox to be set
Ermal LUÇI
07:27 PM Bug #4006 (Resolved): diag_gmirror.php missing new blank disk as available consumer
If you install to a GEOM mirror, remove one of the drives, and add a new blank drive, the new drive doesn't show up a... Chris Buechler
06:44 PM Revision 38d21414: Fixup some redirected URLs.
Jim Pingle
06:36 PM Revision 4dbabbc6: Fixup some URLs that changed.
Jim Pingle
06:36 PM Revision 4b2223f2: Standardize quotes in help.php
Jim Pingle
05:26 PM Revision 71f45fed: Don't allow interface descriptions that are strictly numbers as that
generates an invalid ruleset. Ticket #4005 Chris Buechler
05:22 PM Revision a19cc600: fix variable typo
Chris Buechler
05:20 PM Revision 2b114010: fix text
Chris Buechler
04:22 PM Revision 61dec0b0: Make sure empty group or user are not created when editing
Renato Botelho
04:03 PM Bug #4000: guess_interface_from_ip parses netstat output that may be truncated
Tested on the latest snapshot (built on Wed Nov 12 11:52:20 CST 2014). Looks good, finally the DHCP failover peer IP ... Trond Vindenes
08:00 AM Bug #4000 (Feedback): guess_interface_from_ip parses netstat output that may be truncated
Applied in changeset commit:aa5acb424f4d05efd15ceed1b9e71d6a34dac674. Ermal Luçi
04:02 PM Todo #3396 (New): Replace dnsmasq with Unbound
to me to change the default config and test Chris Buechler
03:38 PM Bug #4001: disconnected CP client no longer gets redirected to portal page
After investigate it a bit I noted IPs are not being added to ipfw tables, all are added as 0.0.0.0/32:... Renato Botelho
12:56 PM Bug #4001 (Assigned): disconnected CP client no longer gets redirected to portal page
Renato Botelho
12:56 PM Bug #4001: disconnected CP client no longer gets redirected to portal page
I'll take this one Renato Botelho
02:27 PM Revision 2951a06a: Only create missing ssh keys, do not overwrite existing ones. It fixes #4003
Renato Botelho
02:27 PM Bug #3997: get_interface_ip() returns first IP on interface, not necessarily primary IP
That does not have issues with the first ip address but rather no strict linkage of vip/carp interface to its informa... Ermal Luçi
02:01 PM Bug #3981 (Feedback): strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
This seems a non issue since the old SPD will stay there until the SA related to them be alive.
As long as the old S...
Ermal Luçi
01:57 PM Revision aa5acb42: Use route command directly rather than trying to make a route search on php thorugh netstat. It Fixes #4000
Ermal LUÇI
01:03 PM Bug #3970: some files not removed on upgrade to 2.2
last one was messed up by WebDrive's caching. attached an update Chris Buechler
09:55 AM Bug #3970: some files not removed on upgrade to 2.2
Something is wrong, fresh install is not supposed to have those gettext files. I got last i386 and amd64 iso files an... Renato Botelho
12:03 AM Bug #3970: some files not removed on upgrade to 2.2
updated diff attached.
V: is the clean install, Q: the upgraded system.
Chris Buechler
01:02 PM Bug #3999: SRC, GW wrong in pftop on 2.2
I took a quick look at it, and looks like it is also broken on stock FreeBSD (not tested to confirm). Looks like the ... Renato Botelho
12:59 PM Bug #3789 (Feedback): rc.update_bogons.sh and login shell ignore http proxy settings
Implemented as Chris suggested Renato Botelho
12:54 PM Bug #3939: Cannot create Host or Network type alias with an IP address/range
to me for testing Chris Buechler
12:41 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Finding a new issue wasn't the contribution I intended to make.
I'll double check with the ISP for that WAN conne...
Peter Hinman
12:39 PM Bug #3955 (Confirmed): IPsec dashboard widget needs adapting for 2.2
back to where we started here. Status>IPsec is fine, dashboard widget is wrong in two ways.
1) All connections show...
Chris Buechler
05:40 AM Bug #3955 (Feedback): IPsec dashboard widget needs adapting for 2.2
Heh fixed, sorry for the breakage. Ermal Luçi
11:46 AM Revision 285acd60: Oops do the right thing here by passing proper argument rather than breaking the ipsec status page. Ticket #3955
Ermal LUÇI
11:42 AM Revision 39f93e00: Revert "Make phase1_status function wok whnever there is a smp dump. This should unbreak Ticket #3955"
This reverts commit 694d368d818508a40bdef4f1a3f64b414b11c442. Ermal LUÇI
11:22 AM Bug #4005 (Resolved): There were error(s) loading the rules: rules.debug:11
Thanks. The issue is an all-numeric interface description isn't valid, and no input validation prevented that. I just... Chris Buechler
10:56 AM Bug #4005 (Resolved): There were error(s) loading the rules: rules.debug:11
(this is my first bug report, I hope it is helpful)
There appears to be an error loading the rules that generates ...
John D
09:23 AM Bug #4002 (Feedback): 0.0.0.0 shown as being in ipfw tables for CP where it isn't
Patch has been put in snapshots which should correct this. Ermal Luçi
05:49 AM Bug #4002: 0.0.0.0 shown as being in ipfw tables for CP where it isn't
This is just cosmetics rather than table on ipfw issue. Ermal Luçi
08:30 AM Bug #4003 (Feedback): SSH host keys regenerated post-2.2 upgrade
Applied in changeset commit:2951a06ad89fc207a709af362ddc42069fdee172. Renato Botelho
07:56 AM Bug #4003: SSH host keys regenerated post-2.2 upgrade
Working on a fix Renato Botelho
12:46 AM Bug #4003 (Resolved): SSH host keys regenerated post-2.2 upgrade
SSH host keys seem to always be recreated post-upgrade to 2.2 from 2.1x or earlier versions. Chris Buechler
07:33 AM Bug #4004 (Resolved): CARP on HyperV
There might be issues on HyperV with CARP.
Reference information on https://forum.pfsense.org/index.php?action=pro...
Ermal Luçi
06:32 AM Revision 5823df59: remove this log, it's never logged anything useful that I've seen, and unnecessarily spams the secondary's system log on every config sync.
Chris Buechler
01:13 AM Revision 4de91fda: hn(4) is ALTQ-capable, mark as such.
Chris Buechler
12:48 AM Todo #3958: test 2.2 upgrade scenarios
more upgrade scenarios confirmed good now that some related blocking problems are fixed. Chris Buechler

11/11/2014

11:57 PM Bug #3955 (Confirmed): IPsec dashboard widget needs adapting for 2.2
this broke IPsec status for everything. All down on dashboard, all down on Status>IPsec (showing down icon, but "esta... Chris Buechler
04:12 PM Bug #3955 (Feedback): IPsec dashboard widget needs adapting for 2.2
Patch put in. Ermal Luçi
11:02 PM pfSense Packages Bug #3977: Squid-dev 3.3.11_1 pkg installs but does not start on 2-2-BETA
I believe I have a fix for to make this work, however, the fix currently needs to be applied manually on every box. I... Aaron Outhier
10:18 PM Revision 694d368d: Make phase1_status function wok whnever there is a smp dump. This should unbreak Ticket #3955
Ermal LUÇI
08:36 PM Revision c7f5b55a: Actually require group name!
Ermal LUÇI
08:35 PM Revision baca968c: Do not do operations for empty group members
Ermal LUÇI
08:28 PM Revision e16f6d03: Do not do this during boot
Ermal LUÇI
07:57 PM Revision 63ba4729: Use leftcert for more options on IPsec authentication
Ermal LUÇI
07:49 PM Revision 1f2f38f5: Ticket #3967 also sync other vip types that can be synched.
Ermal LUÇI
07:20 PM Bug #4002 (Resolved): 0.0.0.0 shown as being in ipfw tables for CP where it isn't
Under certain circumstances (which I haven't fully quantified), you'll end up with 0.0.0.0 in your ipfw tables. Ermal... Chris Buechler
07:08 PM Revision 94115b93: Fixes #3967, properly resolve interface
Ermal LUÇI
06:13 PM Bug #4001 (Resolved): disconnected CP client no longer gets redirected to portal page
On 2.2, after disconnecting a user from CP on status_captiveportal.php, their HTTP requests no longer are redirected ... Chris Buechler
05:12 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Peter: you're not getting an IP at all? That seems like a different issue, what we've seen here the system gets an IP... Chris Buechler
04:27 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Meant to say DHCP6 Peter Hinman
04:25 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Currently running:
2.2-BETA (i386)
built on Sat Nov 08 15:40:19 CST 2014
I have a dual WAN configuration. WAN-0...
Peter Hinman
02:52 PM Bug #3970: some files not removed on upgrade to 2.2
to me for testing against next snapshot Chris Buechler
11:51 AM Bug #3970: some files not removed on upgrade to 2.2
updated comparison, but against a not freshly installed 2.2 so this is probably not useful at all. When the next new ... Chris Buechler
05:28 AM Bug #3970: some files not removed on upgrade to 2.2
Chris, can you compare files again but now use a fresh installed 2.2? I fixed a bug in bsdinstaller that was introduc... Renato Botelho
02:51 PM Bug #3191: Quality RRD inaccuracies and failure to update status in some circumstances
to me to re-test Chris Buechler
02:50 PM Bug #3981 (Confirmed): strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
this is pretty easily replicable. Log into 22vpntest, VPN>IPsec. Edit one of the "cmb home site to site" P2s, for ins... Chris Buechler
02:42 PM Bug #4000 (Resolved): guess_interface_from_ip parses netstat output that may be truncated
Long interface names are truncated in netstat output, which can lead to various potential problems (though most thing... Chris Buechler
02:27 PM Bug #3967 (Resolved): Need to restore IP aliases on CARP IPs in 2.2
that one's fixed now as well. Everything here works now. Chris Buechler
01:29 PM Bug #3967 (Confirmed): Need to restore IP aliases on CARP IPs in 2.2
that fixed that issue, one remaining. Config sync no longer syncs those aliases to the secondary. Chris Buechler
01:20 PM Bug #3967: Need to restore IP aliases on CARP IPs in 2.2
Applied in changeset commit:94115b931349c4c2dbaff080842bcdbe60ed94b7. Ermal Luçi
01:03 PM Bug #3967 (Feedback): Need to restore IP aliases on CARP IPs in 2.2
Oops fixed! Ermal Luçi
12:58 AM Bug #3967 (Confirmed): Need to restore IP aliases on CARP IPs in 2.2
this is mostly fixed after my commits earlier, I think just one last piece. ifconfig is missing the interface. You'll... Chris Buechler
02:25 PM Bug #3666 (Resolved): PMTUD is broken for NATed traffic
scratch that, the test box wasn't rebooted post-gitsync and gitsync doesn't apply the relevant change on the fly. Thi... Chris Buechler
02:03 PM Bug #3666 (Confirmed): PMTUD is broken for NATed traffic
no change. Test setup on dev ESX is fully in place now, info on chaos wiki. Chris Buechler
01:57 PM Revision 992f60d0: Set proxy env vars on interactive shell and also on crontab to make all scripts be able to use it. Ticket #3789
Renato Botelho
01:48 PM Bug #3982: Installer generates errors when selecting "Embedded" but still appears to work
I have corrected this on new snapshots. Ermal Luçi
01:33 PM Revision eacdbc4d: Revert "Ticket #3789. Put a start at using the proxyurl/proxyport from system configured settings for bogons. It still does not consider the user/pass configured"
This reverts commit 664adf3845cf1df89769bb0ed5fc113048e0912e. Renato Botelho
10:30 AM Bug #3941 (Resolved): adding a DHCP client interface results in missing default gateway on 2.2
works in every scenario I can find Chris Buechler
10:26 AM Revision c0c5b8cc: add input checkbox to remove multiple groups
Bruno Ferri
10:20 AM Revision 4e21c82e: add input checkbox to remove multiple users
Bruno Ferri
06:03 AM Revision 0b7dbebe: touch up text
Chris Buechler
05:53 AM Revision 5f4f8365: fix text
Chris Buechler
05:36 AM Revision 29aef6c4: Change copyright statement to reflect reality
Jim Thompson
04:49 AM Revision dd447bde: modify copyright statement to reflect reality
Jim Thompson
04:24 AM Revision e7896fc8: Change copyright statement to reflect reality
Jim Thompson
04:13 AM Revision e120d5ce: Fix syntax error in CARP status page. Ticket #3967
Chris Buechler
04:07 AM Revision a1b66bec: Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967
Chris Buechler
03:52 AM Revision a9b305a8: Set this to /8 instead since that's how it's done in stock FreeBSD 10.1. Ticket #3941
Chris Buechler
03:37 AM Revision b0533f16: Setting an interface's IP to 0.0.0.0 with mask 0.0.0.0 overwrites the
default route with that interface's link route. Later in dhclient, that
gets deleted and leaves the system with no de...
Chris Buechler
02:10 AM Bug #3988: menu text shifted to the left after upgrade
I noted above that I cleared browser cache. From the original bug it was noted that main
issue are fonts.
I specifi...
Ivo B
01:04 AM Bug #3692 (Resolved): apinger loss % gets stuck
seems this has been resolved. I haven't been able to replicate the circumstances here since Ermal's last round of fix... Chris Buechler
12:20 AM Bug #1943: PPPoE won't reconnect after link loss when using vr(4) NICs on certain ISPs only
Damn, Today I had a 8h internet downtime because of this bug again while I was sleeping! Latest snapshot. Dmitriy K

11/10/2014

10:45 PM Revision 7cdfe39e: Strengthen check
Ermal LUÇI
10:32 PM Revision f4443dce: Compare the right things here.
Ermal LUÇI
09:50 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
dhclient-script in 2.1x used the same 0.0.0.0/0.0.0.0, so that's a change in behavior between FreeBSD 8.3 and 10.1. C... Chris Buechler
09:37 PM Bug #3941 (Feedback): adding a DHCP client interface results in missing default gateway on 2.2
Thanks for the comment Phil, that thought process brought to mind an idea. Using a /32 mask instead of 0.0.0.0 fixes ... Chris Buechler
07:49 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
Just a thought - perhaps the interface can be set to all/part of the link-local address space 169.254.0.0/255.255.255... Phillip Davis
05:01 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
found the exact spot where the issue happens. /sbin/dhclient-script, line 325. ... Chris Buechler
04:33 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
getting close to finding this, back to me as I'm working on it now. Chris Buechler
08:47 PM Revision d87fcac9: Do not require the default sysctl items to be set on the config.xml but rather extract the definitions from the sysctl tree. Also to reduce config.xml size
Ermal LUÇI
07:36 PM Revision 24d728bb: Retire flowtable_configure as a useless code since its not in kernel
Ermal LUÇI
07:32 PM Revision c46f9695: Actually make default sysctls reside on globals.inc and use those by default this allows to trim down the config.xml sysctl and also fixes #3666 by setting set source interface on reply of icmp
Ermal LUÇI
07:29 PM Revision d3c36b1d: Put the new sysctl on the config as needed.
Ermal LUÇI
06:38 PM Revision da66ef4f: Stop FQDN in hostname field
Phil Davis
06:37 PM Revision 2d86ee95: Stop FQDN in hostname field
Phil Davis
06:36 PM Revision 762fc5c0: Stop FQDN in hostname field
using new is_unqualified_hostname function Phil Davis
06:35 PM Revision c941faa4: Stop FQDN in hostname field
using new is_unqualified_hostname function Phil Davis
06:34 PM Revision 34c2b8f2: Stop FQDN in hostname field
Phil Davis
06:33 PM Revision 84c4efc4: Stop FQDN in hostname field
Phil Davis
06:31 PM Revision 6bcbd862: Add is_unqualified_hostname function
Phil Davis
05:32 PM Bug #3967: Need to restore IP aliases on CARP IPs in 2.2
to me for testing Chris Buechler
08:30 AM Bug #3967: Need to restore IP aliases on CARP IPs in 2.2
Applied in changeset commit:b0d054ca3b314d0ac7dcfd6a5ba30170a71fe63b. Ermal Luçi
08:22 AM Bug #3967 (Feedback): Need to restore IP aliases on CARP IPs in 2.2
It should work same as before. Ermal Luçi
04:03 PM Revision 894a0159: Tighten checks here to avoid overriding the default gw with garbage
Ermal LUÇI
03:15 PM Revision d3c269d3: Make some more useful checks here
Ermal LUÇI
03:09 PM Revision 6704590b: Be sure the same gateway is not processed for v4 and v6
Ermal LUÇI
02:58 PM Bug #3666: PMTUD is broken for NATed traffic
Teh reply from interface was not being set properly.
Works for me now.
Ermal Luçi
01:50 PM Bug #3666 (Feedback): PMTUD is broken for NATed traffic
Applied in changeset commit:c46f9695ec7baf6dcfcc5a488fe0dd5dd6f4a00f. Ermal Luçi
02:38 PM Revision c87d89ae: Lets put a logging to see what is bing passed to the rtsold script on calling. Helps with Ticket #3361
Ermal LUÇI
02:20 PM Revision 6f55af1c: Ticket 3967, revert upgrade code. Existing 2.2 installs might be impacted
Ermal LUÇI
02:18 PM Revision b0d054ca: Fixes #3967, configure ip alias on top of carp by joining them to the same vhid as its parent
Ermal LUÇI
02:00 PM Revision 5063f1df: Ticket #3967. Allow to have carp as parent of ipaliases - continued
Ermal LUÇI
01:34 PM Revision 9c97df26: Ticket #3967. Allow to have carp as parent of ipaliases
Ermal LUÇI
12:47 PM Bug #3913: if_bridge missing ALTQ support
this issue is fixed, this isn't the place to discuss what's likely a support issue not a bug. Please post to the 2.2 ... Chris Buechler
09:22 AM Bug #3913: if_bridge missing ALTQ support
The message is gone. Trouble stays:
But i don't have a single clue why but:
I don't have internet access from my ...
Orsiris de Jong
12:45 PM Bug #3988: menu text shifted to the left after upgrade
clear your browser cache and it'll almost certainly go away. If not, post to the forum or list with more info, this p... Chris Buechler
05:19 AM Bug #3988: menu text shifted to the left after upgrade
Hello!
I don't have Verdana or Tahoma fonts installed. I also don't have ttf-mscorefonts-installer package install...
Ivo B
12:37 PM Bug #3999 (Closed): SRC, GW wrong in pftop on 2.2
In 2.1x and previous versions, the GW field in pftop showed the IP:port of the NAT applied to the connection, the src... Chris Buechler
12:27 PM Bug #3970: some files not removed on upgrade to 2.2
updated comparison attached. S:\ is the upgraded system. Chris Buechler
11:00 AM Bug #3361: DHCP6 WAN is not obtaining a default gateway
On the latest snap + gitsync this is still a problem for me with just one WAN. The gateway appears to be set and is t... Jim Pingle
08:36 AM Bug #3361: DHCP6 WAN is not obtaining a default gateway
This should be retested.
For me this should only happen when you have 2+ dhcp6 wans.
Ermal Luçi
04:48 AM Bug #2762: PF drops IPv6 packets with fragment header followed by a last fragment only
Just FYI:
The official bug (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172648) got another mention:
-> h...
Jens Groh
04:28 AM Feature #1388: 3G outbound failover connection with auto dial-up and hang-up
+1 for me too ! Jo S

11/09/2014

09:26 PM Bug #3998: Duplicated limiter numbers
On 2.2 I tried adding a few limiters and children and then deleting ones in the middle of the list... It seems that c... Phillip Davis
02:43 PM Bug #3998 (Resolved): Duplicated limiter numbers
I’ve 19 limiters (number 1 to 20, expect 13)
If I add a new one, he gets an already occupied number, 15. After that ...
Reto Strub
03:08 PM Bug #1943: PPPoE won't reconnect after link loss when using vr(4) NICs on certain ISPs only
The bug is still here. Fresh log attached. Dmitriy K
02:20 PM Feature #2129: TCP mss clamping for IPv6
Ok, so people understand better that the input value is not taken as input value but subtracted by some (incorrect) n... Doktor Notor
11:17 AM Bug #3970: some files not removed on upgrade to 2.2
I noticed that list takes only files currently, some of those would be easier to just rm -rf a directory instead of a... Chris Buechler
07:40 AM Bug #3970 (Assigned): some files not removed on upgrade to 2.2
I was working on a similar list but only for a 2.1.5 fresh install against 2.2. Your test is better and I'll check th... Renato Botelho
07:47 AM Bug #3982: Installer generates errors when selecting "Embedded" but still appears to work
ttys_wrap file was removed on 2.2, but is still necessary o 2.1. Would be better if installer guess pfSense version b... Renato Botelho

11/08/2014

10:09 PM Bug #3970 (Confirmed): some files not removed on upgrade to 2.2
I did a clean install of 1.0.1-REL, then upgraded that to 1.2, 1.2.1, 1.2.2, 1.2.3, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.... Chris Buechler
03:04 PM Feature #2129 (Resolved): TCP mss clamping for IPv6
MTU in RA and properly-functioning PMTUD do indeed make it questionable as to whether it's necessary. But MSS clampin... Chris Buechler
07:38 AM Feature #2129: TCP mss clamping for IPv6
Chris Buechler wrote:
> questionable whether this is necessary. Definitely not a priority for 2.2
If you question...
Doktor Notor
09:30 AM Bug #3982 (Feedback): Installer generates errors when selecting "Embedded" but still appears to work
Solution put in place for having this working on 2.2 and 64bit installer. Ermal Luçi
06:06 AM Bug #3939 (Feedback): Cannot create Host or Network type alias with an IP address/range
New snapshots will contain last filterdns code Renato Botelho

11/07/2014

11:17 PM Bug #3760 (Resolved): reply-to with TCP and IPv6 generates broken checksums
confirmed working, looks good Chris Buechler
01:48 PM Bug #3760 (Feedback): reply-to with TCP and IPv6 generates broken checksums
Reput back with proper building on snapshots. Ermal Luçi
11:14 PM Bug #3957 (Closed): 2.2 tap missing ALTQ
tun was the potentially problematic one. tap has never had ALTQ and probably isn't sensible to use in the shaper anyway. Chris Buechler
11:08 PM Bug #3913 (Resolved): if_bridge missing ALTQ support
fixed Chris Buechler
01:38 PM Bug #3913 (Feedback): if_bridge missing ALTQ support
It works for me but there were some patches accidentally removed from builds which have been put back. Ermal Luçi
11:02 PM Bug #3995 (Resolved): Site-to-site VPN not working on IKEv2
fixed Chris Buechler
12:30 PM Bug #3995: Site-to-site VPN not working on IKEv2
Applied in changeset commit:80be089f050f0f27398a2f35ff5d48f43c7cfa3f. Ermal Luçi
12:23 PM Bug #3995 (Feedback): Site-to-site VPN not working on IKEv2
Rightsourceip was being set on site-to-site/peer-to-peer configs which is wrong. Ermal Luçi
01:09 AM Bug #3995: Site-to-site VPN not working on IKEv2
I don't know the cause, but it seems most likely to be when we bumped to strongswan 5.2.1 last week. There was a patc... Chris Buechler
01:01 AM Bug #3995 (Resolved): Site-to-site VPN not working on IKEv2
Sometime in the recent past, AES-GCM has stopped working. To replicate, just setup a site to site IPsec VPN using AES... Chris Buechler
10:38 PM Bug #3979: 2.2 IPsec NAT-T / MOBIKE IKEv2 control
really needs some javascript to remove NAT-T option where IKEv2 is selected and replace with MOBIKE control. No longe... Chris Buechler
11:06 AM Bug #3979: 2.2 IPsec NAT-T / MOBIKE IKEv2 control
I'll finish this. Chris Buechler
10:32 PM Bug #2495 (Closed): pfsense doesn't seem to know what its WAN IP is
root issue is #3997, closing this in favor of that. Chris Buechler
10:31 PM Bug #3811 (Closed): IP aliases on CARP w/IPsec getting mixed up on addition of a new VLAN.
root issue is #3997, closing this in favor of that. Chris Buechler
10:31 PM Bug #3997 (Resolved): get_interface_ip() returns first IP on interface, not necessarily primary IP
In some circumstances, IPs can be added/removed from an interface in such ways that an interface's primary IP is no l... Chris Buechler
10:10 PM Bug #3996 (Needs Patch): Solarflare NIC panic with LACP
Up to and including 2.2 are affected by the bug described here.
https://bugs.freenas.org/issues/4803
There is a ...
Chris Buechler
06:28 PM Revision 80be089f: Fixes #3995. Do not set rightsourceip on site-to-site VPNs but only on mobile users ones otherwise nothing works.
Ermal LUÇI
04:04 PM Bug #3970: some files not removed on upgrade to 2.2
confirmed that works now. Need to do more testing to ensure the obsoletedfiles list is complete. Chris Buechler
02:25 PM Bug #3981: strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
One way to replicate is changing the P2 local and/or remote subnet on a functional site to site VPN. Check SAD and SP... Chris Buechler
12:37 PM Bug #3981 (Feedback): strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
I cannot reproduce it on my side but for sure it was reloading secrets/crl/ca/cert's but was not realoding the config... Ermal Luçi
01:41 PM Bug #3939 (Assigned): Cannot create Host or Network type alias with an IP address/range
Ermal pointed that the function I disabled is needed in some specific cases. I'm reviewing Renato Botelho
01:37 PM Revision 20a95904: Make ipsec_starter log go to ipsec.log rather than system one
Ermal LUÇI
01:34 PM Bug #3987 (Confirmed): not possible to have both IKEv1 and IKEv2 mobile P1s
some limitations in strongswan that might make this difficult, as well as GUI design issues. Probably postpone the fu... Chris Buechler
01:14 PM Revision e82a1d11: Reload also the configuration not only the secrets before trying to apply existing configuration. Ticket #3981
Ermal LUÇI
12:38 PM Bug #3982: Installer generates errors when selecting "Embedded" but still appears to work
Isn;t memstick just a loader.conf option kernel rather than else on amd64? Ermal Luçi
07:01 AM Bug #3982: Installer generates errors when selecting "Embedded" but still appears to work
Even with only one kernel a choice must still be made about the console, so changing this screen into a console selec... Jim Pingle
03:45 AM Bug #3982: Installer generates errors when selecting "Embedded" but still appears to work
The issue here is that the amd64 builds do not have anymore the wrap kernels.
Only i386 has this type of kernel.
...
Ermal Luçi
12:10 PM pfSense Packages Bug #3994: sudo package not working on 2.2
I added my workaround mentioned above for now. The other issue needs verified to ensure there isn't a larger problem ... Jim Pingle
12:05 PM pfSense Packages Bug #3994: sudo package not working on 2.2
The latest sudo 0.2.3 works for me, both on a production 2.1.5 system and a test 2.2 system. Phillip Davis
08:24 AM pfSense Packages Bug #3994: sudo package not working on 2.2
The binary is looking for its files in /usr/local/ when they live in the PBI dir /usr/pbi/sudo-<arch>/local/
I can...
Jim Pingle
05:59 AM pfSense Packages Bug #3994: sudo package not working on 2.2
Indeed, same for me. I should really have been using some security on test systems rather than just the root/admin ac... Phillip Davis
12:37 AM pfSense Packages Bug #3994 (Resolved): sudo package not working on 2.2
With a completely default config, when trying to use sudo, you just get: ... Chris Buechler
11:37 AM pfSense Packages Bug #2992: Boot problem after upgrade
Hello,
New 2.1.4 install here, then upgraded to 2.1.5.
I then installed bandwidthd and just had the no boot iss...
System IT
05:19 AM Revision bcb83c9e: Reintroduce graphcounter var to traffic_graphs.widget.php
This counter got lost in commit https://github.com/pfsense/pfsense/commit/ee965a5c7bf37b852795e1201688e3b20bf3d8d1
Bu...
Phil Davis
04:11 AM Revision a8380480: fix text
Chris Buechler
04:09 AM Revision 6859f881: show interface name, not identifier
Chris Buechler
04:03 AM Revision d3d23754: fix text, PPPoE Server, not VPN
Chris Buechler
03:53 AM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
I'll take it. Renato Botelho
03:11 AM Bug #3960 (Closed): deleting or changing phase 2 doesn't remove former P2
Ticket #3981 is the root cause Renato Botelho
02:19 AM Revision 7bd413eb: add a route debug option to log info about route commands executed (where those aren't already logged) to help with troubleshooting various routing scenarios.
Chris Buechler

11/06/2014

11:16 PM Revision 708af634: remove unnecessary is_array check, thanks Renato
Chris Buechler
10:36 PM Revision 6c3be365: Don't allow P2 local+remote network combinations that overlap with
interface+remote-gateway of the P1. Fixes #3812 Chris Buechler
07:24 PM Bug #3980 (Resolved): wrong static routes added for remote P2 subnets
fixed Chris Buechler
12:44 PM Bug #3980 (Feedback): wrong static routes added for remote P2 subnets
looks to be fixed, leaving for further confirmation Chris Buechler
12:00 PM Bug #3980 (Confirmed): wrong static routes added for remote P2 subnets
actually it's strongswan itself doing this, looking at where/why. Chris Buechler
07:23 PM Bug #3812 (Resolved): IPSec validation should prevent phase2 policies(subnets) to include remote peer on it
this is good Chris Buechler
04:50 PM Bug #3812: IPSec validation should prevent phase2 policies(subnets) to include remote peer on it
Applied in changeset commit:6c3be3650008801aaa1579dca67b0588c04b8e18. Chris Buechler
04:33 PM Bug #3812 (Feedback): IPSec validation should prevent phase2 policies(subnets) to include remote peer on it
fix pushed and tested, leaving for further testing and confirmation. The check only prevents P2s where the local+remo... Chris Buechler
06:49 PM Revision dbb95f38: set install_routes=no for charon to avoid the issues noted in ticket
Chris Buechler
06:38 PM Revision 27c2e32e: Pass zone id to pfSense_ipfw_getTablestats(), should fix #3990
Renato Botelho
01:54 PM Revision 118218cb: Make sure target has scope when it's a link-local. Fixes #3969
Renato Botelho
01:40 PM Revision 049c74ec: Check if array is set
Renato Botelho
01:07 PM Revision 10435fa9: Merge pull request #1330 from phil-davis/patch-1
Jim Pingle
12:56 PM Bug #3990 (Resolved): pfSense_ipfw_getTablestats issue
confirmed fixed, though last activity is blank, that's a separate issue I'll check into further and open its own tick... Chris Buechler
12:50 PM Bug #3990 (Feedback): pfSense_ipfw_getTablestats issue
Applied in changeset commit:27c2e32e28f871adf036b666e8e3ae1bf54ea7a2. Renato Botelho
12:49 PM Bug #3981 (Confirmed): strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
Actually this is hit and miss, but it's the same root issue as #3960 it appears. Changed subject to the best descript... Chris Buechler
10:54 AM Bug #3981 (Resolved): strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
something was fixed that resolved this Chris Buechler
12:42 PM Bug #3993: 2.2 memstick installer kernel selection is broken
Matt, you're welcome to pick up #3982, no one's working on that yet. Just assign it to yourself and set to assigned s... Chris Buechler
11:27 AM Bug #3993 (Rejected): 2.2 memstick installer kernel selection is broken
Duplicate of #3982 Jim Pingle
10:12 AM Bug #3993 (Rejected): 2.2 memstick installer kernel selection is broken
In the serial memstick image for 2.2, if you select 'Easy Install' and allow the system to install, you are prompted ... Matthew Smith
11:33 AM Bug #3982: Installer generates errors when selecting "Embedded" but still appears to work
An additional note after talking to Renato earlier and doing some research:
The serial console worked for me becau...
Jim Pingle
11:30 AM Bug #3982 (Confirmed): Installer generates errors when selecting "Embedded" but still appears to work
Chris Buechler
11:32 AM Bug #3939 (Resolved): Cannot create Host or Network type alias with an IP address/range
works Chris Buechler
11:11 AM Bug #3960: deleting or changing phase 2 doesn't remove former P2
it's not consistent every time it appears, but it is replicable after discussing and trying further with Renato. Chris Buechler
04:00 AM Bug #3960: deleting or changing phase 2 doesn't remove former P2
Chris Buechler wrote:
> I confirmed it again on the most recent snapshot. In addition to changing it not removing, d...
Renato Botelho
10:30 AM Revision 3f6525c1: Make sure srcip has scope when it's link-local. Should fix #3969
Renato Botelho
09:57 AM Revision e7752fc4: Remove extra ; and space
Renato Botelho
09:57 AM Revision e7a00514: Process obsolete files in shell script instead of php
Renato Botelho
09:57 AM Revision 48f77cef: Simplify post_upgrade_command logic and obsolete /usr/local/sbin/cvs_sync.sh instead of removing it on post_upgrade_command
Renato Botelho
09:40 AM Bug #3992 (Resolved): The password confirmation field is not properly formatted at VPN: L2TP: User: Add/Edit
At VPN: L2TP: User: Add/Edit the password confirmation field is longer than the password field.
Also the small "lo...
Benedikt N.
09:29 AM Revision a68c6785: Fix to SMART disk matching
preg_match returns 0 when the string does not match the regex.
0 does not "===" FALSE
So this check is not always wor...
Phil Davis
08:57 AM Bug #3991: /etc MFS on 2.2 Netgate build memstick image runs out of space
modified pfsense-tools/builder_scripts/scripts/rc.d/etcmfs to set default size to 20m
Matthew Smith
08:32 AM Bug #3991 (Resolved): /etc MFS on 2.2 Netgate build memstick image runs out of space
The /etc MFS on a 2.2 memstick image of the Netgate build is allocated with 10 MB of space. The files that get copied... Matthew Smith
08:31 AM Bug #3969 (Resolved): apinger configuration for DHCPv6 gateway is missing interface scope on source IP and target
Looks good now, gateway shows online at boot time and still shows online across several reboots. Thanks! Jim Pingle
08:00 AM Bug #3969 (Feedback): apinger configuration for DHCPv6 gateway is missing interface scope on source IP and target
Applied in changeset commit:118218cb69b1a8cea2f5915e4c81537b51462c34. Renato Botelho
07:40 AM Bug #3969 (Confirmed): apinger configuration for DHCPv6 gateway is missing interface scope on source IP and target
Source IP is scoped now but it still is not showing "online" - In my testing from earlier it looks like the target ne... Jim Pingle
04:30 AM Bug #3969 (Feedback): apinger configuration for DHCPv6 gateway is missing interface scope on source IP and target
Applied in changeset commit:3f6525c1ab0fd3f704ab8e23f935c475c3cbd16c. Renato Botelho
07:37 AM Bug #3970 (Feedback): some files not removed on upgrade to 2.2
Please try new snapshots, after move part of the logic to shell script it passed on all my tests Renato Botelho
04:58 AM Revision a012464e: fix captive portal status page display
Chris Buechler
04:45 AM Revision bb18cfcb: fix up text
Chris Buechler
02:45 AM Revision e8fa9843: Pass friendlyifname to handle_argument_group, not realifname. Fixes #3984. clean up some text while here.
Chris Buechler
01:47 AM Revision e55e4b74: isset($_GET) seems to always evaluate to true, use something more specific. Fixes use of rc.linkup when run from CLI. Others likely fix similar circumstances, though maybe not ones that are used anywhere.
Chris Buechler
01:33 AM Revision c75e8aed: Disable delete_old_states in dhclient-script. rc.newwanip handles this correctly in 2.2, and this killed states in multiple circumstances where that isn't necessary nor desirable.
Chris Buechler

11/05/2014

11:37 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
the fix earlier in rc.linkup didn't have any effect here. Dug through this more tonight. Best I can definitively say ... Chris Buechler
11:18 PM Revision 9aec47b7: don't duplicate $message in CP log entries
Chris Buechler
10:45 PM Bug #3990 (Resolved): pfSense_ipfw_getTablestats issue
When clicking "Show last activity" on status_captiveportal.php (for instance, probably a problem elsewhere as well), ... Chris Buechler
10:01 PM Bug #3989 (Resolved): DNS Resolver interface drop downs need enlarged
The "Network Interfaces" and "Outgoing Network Interfaces" selection boxes need to be enlarged or made variable to th... Bill Crowder
08:40 PM Bug #3984 (Resolved): system booted with DHCP client NIC unplugged never kicks off dhclient
fixed Chris Buechler
06:56 PM Bug #3984: system booted with DHCP client NIC unplugged never kicks off dhclient
looks like check_reload_status is doing the right thing, rc.linkup seems to be where the issue is. Chris Buechler
05:31 PM Revision d9b05eb4: When an alias contain hosts, add IPs and networks to filterdns too, otherwise you end up with a pre-defined and non-persistent table. Fixes #3939
Renato Botelho
05:27 PM Bug #3760 (Confirmed): reply-to with TCP and IPv6 generates broken checksums
that change made kernel builds fail and was reverted. Chris Buechler
05:26 PM Bug #3938 (Resolved): Captive Portal PHP Error at bootup on current snapshots
fixed Chris Buechler
05:25 PM Bug #3970: some files not removed on upgrade to 2.2
Renato found solution today, implementing tomorrow morning. Chris Buechler
11:54 AM Bug #3939: Cannot create Host or Network type alias with an IP address/range
to me for testing Chris Buechler
11:50 AM Bug #3939: Cannot create Host or Network type alias with an IP address/range
Applied in changeset commit:d9b05eb490ab4d31a132c3e993bd560933eadd8c. Renato Botelho
11:06 AM Bug #3939 (Feedback): Cannot create Host or Network type alias with an IP address/range
Please try next snapshots Renato Botelho
10:23 AM Bug #3842: Verdana font from the Linux package ttf-mscorefonts-installer causes rendering issues with pfSense WebGUI
Hello!
I don't have Verdana or Tahoma fonts installed. I also don't have ttf-mscorefonts-installer package install...
Ivo B
09:12 AM Revision fcfa23da: Merge pull request #1319 from phil-davis/patch-1
Renato Botelho
09:07 AM Revision 87d4456c: Merge pull request #1323 from derelict-pf/master
Renato Botelho
09:06 AM Revision 5940e655: Merge pull request #1326 from phil-davis/patch-5
Renato Botelho
09:06 AM Revision 798d8644: Fix obviously broken test in rc.initial.setlanip
IMO might as well back-port any obviously wrong code to 2.1 branch, just in case anybody on 2.1.n cares for it or the... Phil Davis
09:05 AM Revision f81011ea: Merge pull request #1320 from phil-davis/patch-2
Renato Botelho
08:31 AM Bug #3988 (Rejected): menu text shifted to the left after upgrade
Duplicate of #3842 Jim Pingle
07:58 AM Bug #3988: menu text shifted to the left after upgrade
Ivo Babarovic wrote:
> After I upgraded from to 2.1.5 from 2.1.2.
> Text labels in web menus are shifted to the rig...
Ivo B
07:56 AM Bug #3988 (Rejected): menu text shifted to the left after upgrade
After I upgraded from to 2.1.5 from 2.1.2.
Text labels in web menus are shifted to the right and longer texts get ou...
Ivo B
05:31 AM Revision e39c963a: fix up text
Chris Buechler
05:19 AM Revision 75756ab9: use a bit stronger of defaults in OpenVPN wizard
Chris Buechler
05:08 AM Revision 1c1fe666: Fix WINS description. It's not 1999, and it wasn't a good description for back then either. If you're running WINS at this point on your AD DCs...get rid of the Win 9x boxes, or realize you don't actually need or want WINS on anything Windows 2000 and newer.
Chris Buechler
05:05 AM Revision 7a22ab9b: fix up text
Chris Buechler
04:01 AM Revision cbc6a13f: Fix updating of hosts file on host override updates by bringing back the same behavior from previous releases.
Chris Buechler
03:22 AM Revision b7419cfc: skip disabled phase 1 entries in status output
Chris Buechler
01:57 AM Revision 261f2efe: fix NAT-T status. The 'nat' in the status array just tells how the connection is configured, not what it's actually using. Port seems to be the best way to determine what it's using. Fix up some other text while here
Chris Buechler
01:09 AM Revision 531686c1: use tabs rather than spaces, as most of this already did.
Chris Buechler
01:02 AM Revision d3c414e3: strongswan only has two options for NAT-T, force or auto.
Chris Buechler
12:44 AM Revision a43ddd1a: setting nmbclusters to 0 just results in an error, remove unnecessary line
Chris Buechler
12:34 AM Revision 41367b9c: remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days and hasn't been relevant in years.
Chris Buechler
12:24 AM Revision 276efd64: touch up text
Chris Buechler
12:18 AM Revision 32171e59: fix invalid ipsec.conf
Chris Buechler
12:02 AM Revision f643a1f1: clean up text
Chris Buechler

11/04/2014

10:51 PM Bug #3987 (Resolved): not possible to have both IKEv1 and IKEv2 mobile P1s
There can only be one mobile P1 currently, which restricts you unnecessarily to only either IKEv1 or IKEv2 for mobile... Chris Buechler
09:31 PM Bug #3979: 2.2 IPsec NAT-T / MOBIKE IKEv2 control
this is correct for IKEv1 after my commits earlier. Seems to be working as it should. It'll continue to work on upgra... Chris Buechler
01:58 PM Bug #3979 (Confirmed): 2.2 IPsec NAT-T / MOBIKE IKEv2 control
after further review and discussion with Ermal, the code is there to set forceencaps, it just isn't setting it correc... Chris Buechler
05:56 AM Bug #3979 (Feedback): 2.2 IPsec NAT-T / MOBIKE IKEv2 control
I have pushed them recently to be enforced.
The only remaining task is to remove Force from the options list because...
Ermal Luçi
08:49 PM Revision ea20169a: Use a better method of finding disks for SMART.
Old code was inaccurate and also listed entries that were symlinks to other disks Jim Pingle
08:39 PM pfSense Packages Bug #3986: BandwidthD can break php-fpm in unknown rare edge case
In addition to the 2.2 issue of it somehow taking over php-fpm and thus breaking webGUI and...
I will note here that...
Phillip Davis
05:53 PM pfSense Packages Bug #3986 (Closed): BandwidthD can break php-fpm in unknown rare edge case
Hi,
Having a lot of struggles with BandwidthD in v2.2 More info here,
https://forum.pfsense.org/index.php?topic=7...
Russell Morris
08:21 PM Revision 0810a719: Restore 3 values back on NAT-T settings Just Enable now its Auto as per strongswan default. and off disabled mobike. Ticket #3979
Ermal LUÇI
08:08 PM Revision 1db2634e: Rename the options to actually make sense with strongswan
Ermal LUÇI
08:07 PM Revision 86ef7a0a: Remove Force options since it has not meaning for now.
Ermal LUÇI
07:31 PM Revision 756d867a: fix comment
Chris Buechler
06:49 PM Bug #3960: deleting or changing phase 2 doesn't remove former P2
similarly, disabling a P1 doesn't remove it from the SPD nor SAD. It does remove it from the config file. Chris Buechler
12:02 AM Bug #3960 (Confirmed): deleting or changing phase 2 doesn't remove former P2
I confirmed it again on the most recent snapshot. In addition to changing it not removing, deleting a P2 doesn't remo... Chris Buechler
05:50 PM pfSense Packages Bug #3985: apcupsd / nut not working in v2.2
Sorry, meant to add this for help, missed it,
https://forum.pfsense.org/index.php?topic=80248.msg437658#msg437658
Russell Morris
05:50 PM pfSense Packages Bug #3985 (Closed): apcupsd / nut not working in v2.2
Hi,
I can't seem to get apcupsd or nut working in v2.2 - looks like a USB / driver issue, but I definitely could b...
Russell Morris
05:44 PM Revision 5711c446: Catch some more sensitive info when sanitizing.
Jim Pingle
05:43 PM Revision 8a2229e3: Catch some more sensitive info when sanitizing.
Jim Pingle
05:22 PM Bug #3984 (Confirmed): system booted with DHCP client NIC unplugged never kicks off dhclient
Chris Buechler
01:48 PM Bug #3984 (Resolved): system booted with DHCP client NIC unplugged never kicks off dhclient
Take a simple LAN/WAN setup, WAN set as a DHCP client. Boot the system with WAN's NIC unplugged. Then plug the NIC in... Chris Buechler
03:26 PM Bug #3760 (Feedback): reply-to with TCP and IPv6 generates broken checksums
I pushed a fix that should treat this, test with new snapshots. Ermal Luçi
02:28 PM Todo #3958: test 2.2 upgrade scenarios
aside from things that have bugs open, and things that can't be tested because of other open bugs, this seems fine. S... Chris Buechler
11:09 AM pfSense Packages Todo #3983 (Needs Patch): Option for Cron Package
Jim Pingle
10:25 AM pfSense Packages Todo #3983 (Needs Patch): Option for Cron Package
Hello,
It's possible to add a custom button or other for disable or/and enable a cron task.
In the lastest versio...
Julien Bénic
08:42 AM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Watch out for this one. It works on some boots and not others, or depending on the timing. There's a race condition s... Jim Pingle
07:55 AM Bug #3982 (Resolved): Installer generates errors when selecting "Embedded" but still appears to work
When running the installer and choosing "Embedded" two errors are given by the GUI but if "skip" is chosen the instal... Jim Pingle
05:57 AM Bug #3957: 2.2 tap missing ALTQ
As i said before TAP should behave the same on 2.1 as well Ermal Luçi

11/03/2014

09:56 PM Bug #3981 (Resolved): strongswan "gets crazy" after a few reloads, wipes SAD and doesn't remove old SPD
This is a recent regression in 2.2. diag_ipsec_spd.php shows "No IPsec security associations" when there are active, ... Chris Buechler
09:47 PM Bug #3980 (Resolved): wrong static routes added for remote P2 subnets
A static route for the remote network of every P2 is added in 2.2, pointing to WAN's gateway IP. I'm guessing the int... Chris Buechler
09:32 PM Bug #3961 (Resolved): only first of multiple P2s works in 2.2
the issue described here is resolved. The two Ermal noted we'll discuss Chris Buechler
09:33 AM Bug #3961: only first of multiple P2s works in 2.2
I have done testing on this.
It works even today as is.
List of issues i am after:
- Racoon does not like agress...
Ermal Luçi
08:53 PM Bug #3979 (Resolved): 2.2 IPsec NAT-T / MOBIKE IKEv2 control
The enable/disable/force NAT-T settings from earlier versions don't do anything in 2.2. It appears in newer strongswa... Chris Buechler
07:38 PM Bug #3913 (Confirmed): if_bridge missing ALTQ support
no change Chris Buechler
07:37 PM Bug #3957 (Confirmed): 2.2 tap missing ALTQ
tun is fine, tap not. Chris Buechler
07:35 PM Bug #3974 (Resolved): DNS Resolver: Advanced - Error in description
looks good, thanks Warren Chris Buechler
07:00 AM Bug #3974 (Feedback): DNS Resolver: Advanced - Error in description
Applied in changeset commit:d5566d43f4ace5036b5e5476d975bb8d13ce3b6f. Warren Baker
05:23 AM Bug #3974: DNS Resolver: Advanced - Error in description
Yeah i have the changes done. Just haven't submitted a pull request just yet. There are a few more which Im still goi... Warren Baker
05:10 AM Bug #3974: DNS Resolver: Advanced - Error in description
I have a bit of code to make that all consistent. I also see that Wagonza just made some updates to the related files... Phillip Davis
01:38 AM Bug #3974: DNS Resolver: Advanced - Error in description
Just noticed that the same issue exists for a few other items on the same page:
Outgoing TCP Buffers 0 vs 10
In...
Dustin Dembeck
01:28 AM Bug #3974 (Resolved): DNS Resolver: Advanced - Error in description
Go to Services -> DNS Resolver -> Advanced -> Outgoing TCP Buffers and Incoming TCP Buffers (/services_unbound_advan... Dustin Dembeck
07:18 PM Bug #2650: FTP helper breaks TCP sequence numbers on 2nd WAN
assigning to me for further testing. Unchanged in 2.2 from prior releases, not a common enough issue to hold up and p... Chris Buechler
07:01 PM Bug #1928 (Resolved): Can't sync voucher database when carp peer is also active
fixed. Voucher sync is separate from CP's config sync, it does work. Chris Buechler
06:55 PM Bug #3361 (Confirmed): DHCP6 WAN is not obtaining a default gateway
no change Chris Buechler
05:54 PM Feature #3978 (Needs Patch): Backup and Restore configuration
Chris Buechler
04:58 PM Feature #3978 (Needs Patch): Backup and Restore configuration
Hi,
It's possible to add a custom area to select only backup or restore
-One for Limiter
-One for Layer7
Than...
Julien Bénic
05:35 PM pfSense Packages Bug #3977: Squid-dev 3.3.11_1 pkg installs but does not start on 2-2-BETA
Nev Secular wrote:
> 2.2-BETA (i386) built on Thu Oct 30 13:58:57 CDT 2014 FreeBSD 10.1-RC3
> After installing squi...
Nev Secular
04:42 PM pfSense Packages Bug #3977 (Resolved): Squid-dev 3.3.11_1 pkg installs but does not start on 2-2-BETA
2.2-BETA (i386) built on Thu Oct 30 13:58:57 CDT 2014 FreeBSD 10.1-RC3
After installing squid-dev 3.3.11_1 pkg squid...
Nev Secular
05:27 PM Revision f384d8a5: Merge pull request #1329 from phil-davis/patch-3
Renato Botelho
04:43 PM Revision a3fad592: Fixup dhcpd interface enabled check
Phil Davis
03:31 PM Bug #3951 (Resolved): Processes like filterdns and ipfw-classifyd accumulate many open file handles
Ermal Luçi
03:04 PM Revision ba667cc6: Fix console set interface IP address
Problem as per forum https://forum.pfsense.org/index.php?topic=83651.0
The problem comes whenever services_dhcpd_conf...
Phil Davis
02:30 PM Bug #3941 (Confirmed): adding a DHCP client interface results in missing default gateway on 2.2
that didn't fix the issue described here Chris Buechler
01:32 PM Bug #3970 (Confirmed): some files not removed on upgrade to 2.2
/tmp/post_upgrade_command.php is executed after new files are in place and before reboot, probably the root cause is ... Renato Botelho
12:56 PM Revision ec290464: Merge pull request #1328 from wagonza/master
Renato Botelho
12:54 PM Revision fe9d4894: Fix indent
Renato Botelho
12:52 PM Revision 2783e408: Revert "Indent better"
This reverts commit a431bfc9e698c753d9a54218af9076184deb6251. Renato Botelho
12:45 PM Revision d5566d43: Make sure defaults values are actually used. Fixes #3974
Warren Baker
11:48 AM pfSense Packages Bug #3975 (Rejected): Gateway Monitoring Offline
not true, please post more info to the forum or list for assistance. Chris Buechler
05:27 AM pfSense Packages Bug #3975 (Rejected): Gateway Monitoring Offline
PfSense 2.2 shows gateways as always offline Russell Wilson
11:45 AM Bug #3976 (Resolved): VLAN Interfaces on LAGG get orphaned on LAGG change
that is replicable on 2.1.x but not 2.2, already fixed there. Chris Buechler
11:04 AM Bug #3976 (Resolved): VLAN Interfaces on LAGG get orphaned on LAGG change
Reproduce:
1. Create LAGG with e.g. em3 + em4, LACP and a nice description
2. Create a few vlans and assign them ...
Jens Weibler
10:48 AM Revision 7bb24e18: Merge pull request #1327 from wagonza/pfSense-master
Renato Botelho
10:30 AM Bug #1629: invalid state table entries after WAN IP change
It's not the gateway that needs states killed, it's the old WAN IP. Chris Buechler
06:36 AM Bug #1629: invalid state table entries after WAN IP change
I'm on ... Anonymous
10:08 AM Revision 46a989ce: Indent here as well
Warren Baker
10:08 AM Revision a431bfc9: Indent better
Warren Baker
10:04 AM Revision 1b436de1: Be consistent with the other pages
Warren Baker
10:03 AM Revision be11b6f1: Add braces
Warren Baker
08:27 AM Revision 4c3abd34: Fix obviously broken test in rc.initial.setlanip
IMO might as well back-port any obviously wrong code to 2.1 branch, just in case anybody on 2.1.n cares for it or the... Phil Davis
07:54 AM Revision 0a89d059: Merge pull request #1324 from phil-davis/patch-3
Renato Botelho
06:04 AM Revision 8727b3c8: Set interface address from consol tidy output
While trying to see why this is not working for me (forum https://forum.pfsense.org/index.php?topic=83651.0 ) I have ... Phil Davis
03:12 AM Bug #3940 (Resolved): check_reload_status uses deprecated libevent-1.4
Renato Botelho
02:35 AM Bug #3940: check_reload_status uses deprecated libevent-1.4
It also looks good on my custom build - no high CPU load. Thomas Hilse

11/02/2014

05:48 PM Bug #3973 (Resolved): Route 53 dynamic DNS provider fails to update record
Existing records are not updating with the Route 53 dynamic DNS provider.
Records that do not exist are created p...
Grant Horning
08:58 AM Bug #3951: Processes like filterdns and ipfw-classifyd accumulate many open file handles
Updated to:
2.2-BETA (amd64)
built on Sat Nov 01 21:36:28 CDT 2014
FreeBSD 10.1-RC4
Now filterdns has just 8 th...
Phillip Davis
05:46 AM Bug #3951: Processes like filterdns and ipfw-classifyd accumulate many open file handles
My main 2.1.5 production system is the big offender with this - it has over 4000 in filterdns fstat. But I can't upgr... Phillip Davis

11/01/2014

11:20 PM Revision ce21dfca: Correct dispaly of checkboxes for ipsec
Ermal LUÇI
10:41 PM Revision 8cb7d3e3: Properly configure NAT Tranversal setting.
Ermal LUÇI
07:54 PM Revision 6af85718: Remove debugging code
Ermal LUÇI
05:56 PM Revision f3dd7e8c: Properly test if FCGI is calling or are being triggered from shell. Normally Fixes #3361
Ermal LUÇI
05:55 PM Revision 9fdc167f: Properly test if FCGI is calling or are being triggered from shell. Normally Fixes #3361
Ermal LUÇI
05:49 PM Revision d338018f: Fixes #3938. Do more error checking.
Ermal LUÇI
05:44 PM Revision 935fcedb: Fixes #3941. When optimizations of the loops were made this brought the problems of overriding default gateway by dynamic interfaces. Try to stick to the first found for now!
Ermal LUÇI
05:43 PM Revision d35dfaae: Fixes #3941. When optimizations of the loops were made this brought the problems of overriding default gateway by dynamic interfaces. Try to stick to the first found for now!
Ermal LUÇI
03:54 PM pfSense Packages Bug #3972: Avahi daemon doesn't start due to missing folder for requisite dbus-daemon.
Working AVAHI on 2.2
mkdir /var/run/dbus
chown messagebus:messagebus /var/run/dbus
dbus-daemon --system
Aaron...
Bill Crowder
01:04 PM pfSense Packages Bug #3972: Avahi daemon doesn't start due to missing folder for requisite dbus-daemon.
A general note Jim Pingle
12:58 PM pfSense Packages Bug #3972: Avahi daemon doesn't start due to missing folder for requisite dbus-daemon.
Jim P wrote:
> While this is being fixed, it may also warrant adding a <service> tag for dbus.
Was that a general...
Aaron Outhier
12:47 PM pfSense Packages Bug #3972: Avahi daemon doesn't start due to missing folder for requisite dbus-daemon.
While this is being fixed, it may also warrant adding a <service> tag for dbus. Jim Pingle
12:36 PM pfSense Packages Bug #3972: Avahi daemon doesn't start due to missing folder for requisite dbus-daemon.
Oops! I confused the terms "Assignee" and "Assigner". I put myself as the assignee, thinking that I was supposed to d... Aaron Outhier
12:33 PM pfSense Packages Bug #3972 (Resolved): Avahi daemon doesn't start due to missing folder for requisite dbus-daemon.
Avahi package version 0.6.31 pkg v1.06 has a bug which prevents it from working. This bug should be easy to fix. I ha... Aaron Outhier
03:16 PM Bug #3913: if_bridge missing ALTQ support
Well sorry to bring bad news, but i still got the same error message (i have removed the shaper rules and recreated t... Orsiris de Jong
01:36 PM Bug #3967 (Confirmed): Need to restore IP aliases on CARP IPs in 2.2
that does work, but there are issues with that approach. One, you have to remember what VHID you're using on that, an... Chris Buechler
01:12 PM Bug #3967 (Feedback): Need to restore IP aliases on CARP IPs in 2.2
Getting back to this.
Apparently i just made conversion code to convert any such aliases to carp on same vhid.
So...
Ermal Luçi
01:00 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Applied in changeset commit:f3dd7e8cdb11077486421364ea3a11c411ba807b. Ermal Luçi
01:00 PM Bug #3361: DHCP6 WAN is not obtaining a default gateway
Applied in changeset commit:9fdc167f4ef1c8fd1b76ba9ca6e56c8085dbe672. Ermal Luçi
12:51 PM Bug #3361 (Feedback): DHCP6 WAN is not obtaining a default gateway
Ermal Luçi
01:00 PM Bug #3938: Captive Portal PHP Error at bootup on current snapshots
Applied in changeset commit:d338018f4798ea41975589f8c5b111568747e572. Ermal Luçi
12:44 PM Bug #3938 (Feedback): Captive Portal PHP Error at bootup on current snapshots
Ermal Luçi
12:50 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
Applied in changeset commit:935fcedbca2dbe8c3d9eb41bc5739b511a9ec19a. Ermal Luçi
12:50 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
Applied in changeset commit:d35dfaaecb5eabedade43738ba4f76967a7425a3. Ermal Luçi
12:39 PM Bug #3941 (Feedback): adding a DHCP client interface results in missing default gateway on 2.2
Ermal Luçi
01:52 AM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
most I've found thus far is it still happens after removing all the "route delete default" commands from dhclient-scr... Chris Buechler
12:45 PM Bug #3692: apinger loss % gets stuck
People have confirmed that the behaviour is improved.
Only the graph part needs improvement.
Ermal Luçi
12:23 PM Bug #3951 (Feedback): Processes like filterdns and ipfw-classifyd accumulate many open file handles
Ermal Luçi
12:05 PM Bug #3951: Processes like filterdns and ipfw-classifyd accumulate many open file handles
I think i found the cause.
Please test with new snapshots.
Ermal Luçi
09:07 AM Feature #3971 (Resolved): IPv6 - Preserve the DUID used for WAN DHCP-PD in the configuration file

+Feature Request+
Preserve the DUID used to obtain the DHCP-PD addressing on the WAN in config.xml
Secondary ...
David Williams
06:42 AM Revision 038f6e96: clarify logs generated by newwanip(v6) when restarting packages, it's not only IP changes that end up here (by design).
Chris Buechler
01:05 AM Bug #3963: PPPoE client interface status wrong while attempting to connect
not the issue it initially appeared to be, assigned to me for review in the future. behavior is no diff than previous... Chris Buechler

10/31/2014

10:05 PM Revision a94a16cd: s/a/an/ and speling.
derelict-pf
09:55 PM Revision 162a7b4e: s/then/than/
derelict-pf
09:13 PM Bug #3666: PMTUD is broken for NATed traffic
Ermal - no change with the kernel you built. I have a test setup up now that you can reach. /msg me for info. Chris Buechler
05:11 PM Bug #3970 (Resolved): some files not removed on upgrade to 2.2
There is at least one file from earlier versions that has to be removed in the process of upgrading to 2.2, with setk... Chris Buechler
02:46 PM Bug #3961: only first of multiple P2s works in 2.2
this is for site to site VPNs with > 1 P2. One easy way to replicate, setup a site to site IPsec between 2.1.5 and 2.... Chris Buechler
02:39 PM Bug #3961 (Feedback): only first of multiple P2s works in 2.2
It works for me for mobile clients which this issue is about!
The unity plugin sends split-include sections now.
Ermal Luçi
02:26 PM Revision 4045cf1e: Fix two more instances of rrd.tgz renaming.
Jim Pingle
02:26 PM Revision 8560c756: Fix two more instances of rrd.tgz renaming.
Jim Pingle
02:24 PM Bug #3913 (Feedback): if_bridge missing ALTQ support
Should work correctly on new snapshots. Ermal Luçi
02:15 PM Bug #3957 (Feedback): 2.2 tap missing ALTQ
Ermal Luçi
02:12 PM Bug #3957: 2.2 tap missing ALTQ
Ok reproduced only for TAP, tun is ok.
Also i think tap behaved the same before.
Ermal Luçi
02:04 PM Bug #3957: 2.2 tap missing ALTQ
I cannot replicate this on tun/tap?!!!
I do not even see changes in code to not support it!
Ermal Luçi
01:30 PM Bug #3941: adding a DHCP client interface results in missing default gateway on 2.2
I'll take this one Chris Buechler
12:44 PM Bug #3870 (Closed): re(4) NICs on APU are unable to hardcode speed/duplex properly
PC Engines not aware of the issue, but not surprised by it given Realtek's horrible documentation.
We've confirme...
Chris Buechler
12:39 PM Bug #3876 (Resolved): pfsync is not synchronizing states on 2.2
looks to be fine, works in both directions from testing. Chris Buechler
08:08 AM Bug #3960 (Feedback): deleting or changing phase 2 doesn't remove former P2
I couldn't reproduce it, I changed local or remote subnet and it worked as expected. Can you confirm it is still happ... Renato Botelho
07:27 AM Bug #3969 (Resolved): apinger configuration for DHCPv6 gateway is missing interface scope on source IP and target
When using a DHCPv6 WAN, apinger sets the srcip to be the interface link-local address but it does not set the scope ... Jim Pingle
06:45 AM Bug #3940: check_reload_status uses deprecated libevent-1.4
New snapshots are available, using libevent 2.0 and check_reload_status with fixes. Renato Botelho
04:06 AM Bug #3940: check_reload_status uses deprecated libevent-1.4
pfsense-tools repo already have the final patch applied, please try it or wait new snapshots today yet. Renato Botelho
03:00 AM Bug #3940: check_reload_status uses deprecated libevent-1.4
After applying your patch there are still 3 statements with "socket_close_command(fd, ev);" left:
root@pfsense-bui...
Thomas Hilse
02:24 AM Revision c656bc75: Fix getext to gettext typo
Phil Davis
02:23 AM Revision 41aa5cd4: Fix getext to gettext typo
Phil Davis
02:23 AM Revision 29af6265: Fix getext to gettext typo
Phil Davis
02:22 AM Revision 24516832: Fix getext to gettext typo
Phil Davis
02:21 AM Revision b3f0b2e1: Fix getext to gettext typo
Phil Davis
02:10 AM Revision 687712ee: More gettext typos
Phil Davis
02:10 AM Revision 95169728: More gettext typos
Phil Davis
02:09 AM Revision c69f62b8: More gettext typos
Phil Davis
02:07 AM Revision 91ee10c0: More gettext typos
Phil Davis
01:30 AM Revision e4982b90: fix typoed gettext
Chris Buechler

10/30/2014

09:37 PM Revision 1ae41bfe: Kill states associated with the old WAN IP when WAN IP has changed. Retain
hidden config option to wipe all states on IP change, as there seemed to
be circumstances where the 'pfctl -k $oldip'...
Chris Buechler
08:35 PM Revision 737b18f2: Allow accept_unencrypted_mainmode_messages to be enabled if needed
Ermal LUÇI
06:15 PM Revision 461eac09: only kill all states if the IP changed. ticket #1629
Chris Buechler
05:03 PM Bug #1629 (Resolved): invalid state table entries after WAN IP change
this is fixed. The states of the former WAN IP are now killed post-IP change, which should resolve nearly all cases w... Chris Buechler
04:59 PM Bug #3921 (Resolved): max-packets option missing from pfctl
issue here is resolved Chris Buechler
04:23 PM Bug #3921 (Feedback): max-packets option missing from pfctl
Its expected and resolving this is not in plan for 2.2.
Also that is not what this ticket is about.
Ermal Luçi
04:02 PM Bug #1928: Can't sync voucher database when carp peer is also active
I am unsure if this should be allowed!
Normally switching to master it should have the latest voucher status synched...
Ermal Luçi
03:04 PM Bug #3876 (Feedback): pfsync is not synchronizing states on 2.2
Seems to be working for me now. Ermal Luçi
02:06 PM Bug #3760 (Confirmed): reply-to with TCP and IPv6 generates broken checksums
the most common scenario here is fixed, IPv4 is fine, but IPv6 has regressed from 2.1.x. reply-to with v6 works in pr... Chris Buechler
01:54 PM Bug #3947 (Resolved): "ipsec_starter: Bad file descriptor" spams system log
This seems to be resolved with confirmation from https://forum.pfsense.org/index.php?topic=81440.msg457606#msg457606 Ermal Luçi
01:43 PM Bug #3949 (Confirmed): Dynamic DNS public IP check always uses default gateway
Chris Buechler
01:42 PM Bug #3967 (Confirmed): Need to restore IP aliases on CARP IPs in 2.2
Chris Buechler
01:42 PM Bug #3968 (Confirmed): Incorrect gateway is assumed when using tun + topology subnet
I re-opened it after confirming that atypical circumstance. Your pull request is wrong though, it fixes a rare edge c... Chris Buechler
01:31 PM Bug #3968: Incorrect gateway is assumed when using tun + topology subnet
Well, I won't argue. If you see no bug then there is no bug.
Dmitriy K
01:28 PM Bug #3968 (New): Incorrect gateway is assumed when using tun + topology subnet
Chris Buechler
01:13 PM Bug #3968: Incorrect gateway is assumed when using tun + topology subnet
this is valid with topology subnet in newer versions Chris Buechler
01:10 PM Bug #3968: Incorrect gateway is assumed when using tun + topology subnet
I know that pfsense team wants to release 2.2 asap but its quality will suffer if fast decisions were taken place.
...
Dmitriy K
12:55 PM Bug #3968 (Rejected): Incorrect gateway is assumed when using tun + topology subnet
scratch that, can happen with topology subnet Chris Buechler
07:23 AM Bug #3968 (Resolved): Incorrect gateway is assumed when using tun + topology subnet
The script */usr/local/sbin/ovpn-linkup* has en error where network mask is returned as a gateway when no gateway pro... Dmitriy K
12:29 PM Bug #3870: re(4) NICs on APU are unable to hardcode speed/duplex properly
I contacted Pascal @ PC Engines to see if that's an issue they're aware of and if they have any further info on it.
...
Chris Buechler
10:44 AM Bug #3870: re(4) NICs on APU are unable to hardcode speed/duplex properly
Boy I sure hope this is somehow fixable in software - we have a fair handful of APUs deployed already and continue to... → luckman212
12:41 AM Bug #3870: re(4) NICs on APU are unable to hardcode speed/duplex properly
Linux much happier on SD card in the APU, couldn't get anything to boot from USB flash.
TLDR version: either the...
Chris Buechler
12:12 AM Bug #3870: re(4) NICs on APU are unable to hardcode speed/duplex properly
Either OpenBSD has the same problem, or this is a hardware issue. ... Chris Buechler
10:21 AM Bug #2406: No IP alias within the subnet of a CARP IP can be deleted
Chris Buechler wrote:
> This is fixed. You can't remove the last IP alias on the subnet of a CARP IP because it'll b...
Nei Ka
07:47 AM Bug #3940: check_reload_status uses deprecated libevent-1.4
That previous patch is not correct, consider this one. Renato Botelho

10/29/2014

10:49 PM Bug #3964 (Resolved): Web interface fails to load on first boot
fixed Chris Buechler
10:43 PM Bug #3894: OpenVPN client started multiple times when connecting to FQDN where connectivity to server is delayed
The specific issue here is OpenVPN client is launched multiple times when connecting to FQDN with "resolv-retry infin... Chris Buechler
08:39 PM Revision 5274102e: Hide burst for limiters, since it doesn't do anything. more details in
ticket #3933 Chris Buechler
06:52 PM Bug #3940 (Feedback): check_reload_status uses deprecated libevent-1.4
Thomas, could you try attached patch, built with libevent 2.0 and let me know the result? Renato Botelho
09:01 AM Bug #3940 (Confirmed): check_reload_status uses deprecated libevent-1.4
I built a custom image and confirmed it. We are not seeing it on our snapshots because builder was not updated and st... Renato Botelho
06:35 PM Bug #3937 (Resolved): Interfaces Dashboard Widget - Font to big and scaling wrong
fixed. Chris Buechler
05:33 PM Bug #3967 (Resolved): Need to restore IP aliases on CARP IPs in 2.2
Ticket for what Ermal and I discussed earlier re: IP aliases on CARP. That functionality is effectively gone from 2.2... Chris Buechler
05:28 PM Bug #3760 (Feedback): reply-to with TCP and IPv6 generates broken checksums
with a kernel Ermal built with his changes as committed earlier, v4 reply-to looks to be fine in all scenarios. Will ... Chris Buechler
02:45 PM Bug #3760: reply-to with TCP and IPv6 generates broken checksums
Current status is broken checksums on IPv6, source NAT doesn't apply to translate the IP back on IPv4 (though return ... Chris Buechler
05:26 PM Bug #3870: re(4) NICs on APU are unable to hardcode speed/duplex properly
I'll try this on Linux to see how that behaves, should help narrow down whether it's hardware or driver. Chris Buechler
05:25 PM Bug #1634: Limiter and bridge needs special handling
to me to review in combination with the other limiter tickets.
non-regression and uncommon issue, removing 2.2 ta...
Chris Buechler
03:36 PM Bug #3913 (Confirmed): if_bridge missing ALTQ support
hm, not sure what I was trying at the time, apparently I missed assigning the bridge or something. thanks for the fol... Chris Buechler
02:41 AM Bug #3913: if_bridge missing ALTQ support
Hello,
Sorry for the late testing.
I tried to reenable traffic shaping via the wizard but get this one:
[[There...
Orsiris de Jong
03:34 PM Feature #3933 (Confirmed): Limiter burst doesn't have any effect
dummynet burst on stock FreeBSD 10.1 does indeed work how I'd expect it to work. Ours doesn't have any impact whatsoe... Chris Buechler
01:02 PM Revision a4372874: Fix a typo on array index, related to ticket #3963
Renato Botelho
11:16 AM Bug #3963: PPPoE client interface status wrong while attempting to connect
Yeah it really should say "Connecting", how difficult would it be to make that happen? I don't think this is a regres... Chris Buechler
07:56 AM Bug #3963 (Feedback): PPPoE client interface status wrong while attempting to connect
After doing somo analysis, my understanding is 'Status' is supposed to be up, since interface exists on operating sys... Renato Botelho
11:10 AM Feature #3365 (Resolved): Implement package signing
After discussion with Jeremy, we're satisfied this is good for 2.2. Chris Buechler
10:47 AM Feature #3365: Implement package signing
We'll create a secured key repository, and signing keys will be imported into it for access. Renato will create the ... Jeremy Porter
06:08 AM Revision 002d286c: fix up text
Chris Buechler
12:53 AM Bug #1943: PPPoE won't reconnect after link loss when using vr(4) NICs on certain ISPs only
this may or may not still be an issue with 2.2, much has changed, and this is something we've never been able to repl... Chris Buechler
12:50 AM Bug #3961 (Confirmed): only first of multiple P2s works in 2.2
Chris Buechler
12:48 AM Bug #3890 (Resolved): Aliases multiple CIDR ranges show error message
Chris Buechler
12:39 AM Bug #3966 (Confirmed): OpenVPN crashes with AES-NI + AES-CBC
Chris Buechler
12:39 AM Bug #3966 (Resolved): OpenVPN crashes with AES-NI + AES-CBC
On systems with AES-NI enabled, OpenVPN using AES-128-CBC, AES-192-CBC, and AES-256-CBC crashes on start. ... Chris Buechler

10/28/2014

09:33 PM Revision eea2ad5d: FreeBSD fails to set advskew back to 0 after you set it to any other
value. That's a separate issue that needs fixing upstream, but in the mean
time, we can work around it by removing al...
Chris Buechler
07:06 PM Revision 70eef835: Remove redundancy as pointed out by phil-davis
Renato Botelho
07:06 PM Revision 44c7d73c: Decode recently created cert and key. It fixes #3964. While here, fix logical condition to create a new cert if crt or key is not present
Renato Botelho
06:31 PM Revision 569e2fdf: Add option to kill all states on IP change, currently a hidden option for more testing. ticket #1629
Chris Buechler
05:06 PM Bug #3910 (Confirmed): Cannot set advskew back to 0
That is correct, we're running the commands correctly to set it back to 0. The source of the issue is FreeBSD 10.1 wo... Chris Buechler
05:00 PM Revision fd057a56: Merge pull request #1317 from phil-davis/patch-1
Renato Botelho
04:55 PM Revision 0a8dd27b: Remove redundancy as pointed out by phil-davis
Renato Botelho
04:26 PM Revision 7c199791: Merge pull request #1297 from phil-davis/patch-23
Renato Botelho
03:23 PM Bug #2325: Limiters don't work on OPT WAN rules w/rdr
needs review along with the other limiter tickets, there is overlap between them. Chris Buechler
02:20 PM Bug #3964: Web interface fails to load on first boot
Applied in changeset commit:44c7d73c4a1aa2cca3a932447ef6b6be2034badd. Renato Botelho
07:30 AM Bug #3964 (Feedback): Web interface fails to load on first boot
Applied in changeset commit:143c22f7719836d5decee0da0ec52e61e79fd6a2. Renato Botelho
12:08 AM Bug #3964 (Resolved): Web interface fails to load on first boot
cert.pem file is missing on first boot of clean 2.2 nano install, which leaves the web interface dead. ... Chris Buechler
01:32 PM Bug #1629: invalid state table entries after WAN IP change
I committed a change to add a new option that kills all states upon IP change. That's going to be the answer for thos... Chris Buechler
12:17 PM Revision 143c22f7: Decode recently created cert and key. It fixes #3964. While here, fix logical condition to create a new cert if crt or key is not present
Renato Botelho
11:51 AM Bug #3890 (Feedback): Aliases multiple CIDR ranges show error message
Pull request has been merged Renato Botelho
11:49 AM Revision 0a8d7fe9: Back to use listr instead of vncellt since it has small fonts and mitigate changes of go outside the sidget. It should fix #3937
Renato Botelho
11:24 AM Revision 30cb409d: Simplify logic
Renato Botelho
11:10 AM Revision bf50b0a4: Remove unecessary variables
Renato Botelho
11:08 AM Revision 9c76c0f1: Whitespace and indent
Renato Botelho
08:48 AM Bug #3965 (Resolved): dhcp6c started before bridge configured at boot, preventing interface tracking
Setup:
- WAN interface configured for DHCPv6 prefix discovery
- LAN interface configured for IPv6, tracking interfa...
Gregor Riepl
07:48 AM Bug #3937: Interfaces Dashboard Widget - Font to big and scaling wrong

That change is an improvement and keeps the widget from being pushed off the side of the dash.
Call it a perso...
David Williams
07:00 AM Bug #3937 (Feedback): Interfaces Dashboard Widget - Font to big and scaling wrong
Applied in changeset commit:0a8d7fe996275febad7ee28ec3daf70101928cc6. Renato Botelho
 

Also available in: Atom