PacketFence - BTS - PacketFence
View Issue Details
0001326PacketFencehardware modulespublic2011-11-04 11:402011-12-30 23:28
fgaudreault 
obilodeau 
lowtweakrandom
closedno change required 
3.0.2 
3.1.0 
0001326: Aruba.pm triggers an error on 802.1X deauth
Nov 04 11:37:39 pfcmd_vlan(10280) INFO: wireless deauthentication of a 802.1x MAC (main::)
Use of uninitialized value in concatenation (.) or string at
    /usr/local/pf/lib/pf/SNMP/Aruba.pm line 276 (0000001)
    (W uninitialized) An undefined value was used as if it were already
    defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.
    
    To help you figure out what was undefined, perl will try to tell you the
    name of the variable (if any) that was undefined. In some cases it cannot
    do this, so it also tells you what operation you used the undefined value
    in. Note, however, that perl optimizes your program and the operation
    displayed in the warning may not necessarily appear literally in your
    program. For example, "that $foo" is usually optimized into "that "
    . $foo, and the warning will refer to the concatenation (.) operator,
    even though there is no . in your program.
That happened when I forgot to configure the Telnet settings.
No tags attached.
Issue History
2011-11-04 11:40fgaudreaultNew Issue
2011-11-04 12:05fgaudreaultAdditional Information Updated
2011-12-21 15:43obilodeauNote Added: 0002479
2011-12-21 15:43obilodeauStatusnew => closed
2011-12-21 15:43obilodeauResolutionopen => no change required
2011-12-21 15:43obilodeauFixed in Version => trunk
2011-12-21 16:07obilodeauAssigned To => obilodeau
2011-12-30 23:28obilodeauFixed in Versiontrunk => 3.1.0

Notes
(0002479)
obilodeau   
2011-12-21 15:43   
Telnet is no longer required and is disabled by default. radiusSecret must be present in switches.conf otherwise nothing works. Kind of 'fixed'.