Actions
Bug #4007
closed"Last activity" in CP status blank
Start date:
11/13/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
Description
"Last activity" in CP status page is blank in 2.2.
Updated by Chris Buechler about 10 years ago
root of this issue is line 1135 in captiveportal.inc:
$ipfwoutput = pfSense_ipfw_getTablestats($cpzone, 1, $ip, $mac);
$ipfwoutput always ends up blank.
Updated by Chris Buechler about 10 years ago
- Priority changed from Normal to High
same root issue is likely breaking other things as well
Updated by Renato Botelho about 10 years ago
- Status changed from New to Feedback
Did you try latest snapshots? I pushed a fix for this yesterday, commit 27c2e32e
Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Confirmed
Yeah, that was with the most recent gitsynced code as of last night. The rest of those fixes were fine, this one didn't change behavior.
Updated by Renato Botelho about 10 years ago
Looks like it's a problem on ipfw patch:
[2.2-BETA][root@pfs22amd64.home]/root: ipfw -x 2 table 2 list 10.20.20.10/32 mac 08:00:27:69:67:b4 2027 [2.2-BETA][root@pfs22amd64.home]/root: ipfw -x 2 table 2 entrystats 10.20.20.10 ipfw: setsockopt(IP_FW_TABLE_XLISTENTRY): Invalid argument
Updated by Ermal Luçi about 10 years ago
- Status changed from Confirmed to Feedback
Next snapshots include patches that fix the behaviour.
Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Confirmed
no change. We have a test environment up internally. Ermal, ask me re: details.
Updated by Ermal Luçi about 10 years ago
- Status changed from Confirmed to Feedback
Actions