Anonymous | Login | 2024-11-22 23:44 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001419 | PacketFence | dhcp | public | 2012-04-09 14:40 | 2015-02-18 10:59 | |||
Reporter | obilodeau | |||||||
Assigned To | ||||||||
Priority | normal | Severity | minor | Reproducibility | random | |||
Status | closed | Resolution | open | |||||
Platform | Linux | OS | RHEL / CentOS | OS Version | 5 | |||
Product Version | ||||||||
Target Version | Fixed in Version | |||||||
Summary | 0001419: pfdhcplistener warning: Unable to open VLAN proc description for eth0 | |||||||
Description | WARN: Unable to open VLAN proc description for eth0: No such file or directory (pf::util::get_vlan_from_int) Is it since we run a listener on management interface by default? | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | ||||||||
fixed in mtn revision | ||||||||
Attached Files | ||||||||
Notes | |
(0003270) muhlig (reporter) 2012-11-07 04:49 |
Actually the warning is because of eth0 not being 802.1q _tagged_ VLAN. There is no entry for eth0 in /proc/net/vlan directory. Does the listener work correctly on the untagged interface? If yes, we shouldn't try to get VLAN from this interface. If no, we should make Management VLAN tagged. AFAICS it works (INFO: DHCP detector on eth0 enabled), so we probably could get rid of the warning by checking if the interface is tagged and if it is not, forget about VLAN tag. |
(0003918) lmunro (administrator) 2015-02-18 10:59 |
Obsolete bug tracker entries. PF 4 introduced changes that either make these irrelevant or impossible to reproduce. New issues are moving to github issues. |
Issue History | |||
Date Modified | Username | Field | Change |
2012-04-09 14:40 | obilodeau | New Issue | |
2012-10-19 12:09 | fgaudreault | Target Version | => general |
2012-11-07 04:49 | muhlig | Note Added: 0003270 | |
2015-02-18 10:59 | lmunro | Note Added: 0003918 | |
2015-02-18 10:59 | lmunro | Status | new => closed |
Copyright © 2000 - 2012 MantisBT Group |