Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Fletcher Haynes
I will try that tomorrow...I moved it to a new RHEL server this afternoon (which has 4.0.6) to see if that made a difference. Working fine so far. Was the XML encoding bug that is listed as fixed the problem? On Thu, Sep 5, 2013 at 2:50 PM, Louis Munro wrote: > Try upgrading to 4.0.6 :-) > > -

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Louis Munro
Try upgrading to 4.0.6 :-) -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (866) 353-6153 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) On 2013-09-05, at 15:40 , Fletcher Haynes wrote: > Just to be sure, here is my ou

[PacketFence-users] Guest registrationby sponsor

2013-09-05 Thread philipp . bieber
Hi list, we have been using PF 3.4.1 for some time and are setting up a new 4.0.5-2 one right now. So far everything works quite well. The setup: The pf system runs on a CentOS 6.4 machine with two interface, one in our WiFi VLAN, one connected to an internet access. As an admin I can set up gues

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Fletcher Haynes
Not to hijack Dave's thread, but I started having this issue again two days ago. Except this time, I am not getting any DB handle errors. This is all I see in radius.log: Wed Sep 4 20:54:22 2013 : Error: Discarding duplicate request from client 158.104.249.7 port 32768 - ID: 82 due to unfinished r

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Fletcher Haynes
This is 4.0.5-2. I did find that bug report and verified that the change made to fix it (adding proper headers, I believe it was) is present in the code. On Thu, Sep 5, 2013 at 12:36 PM, Fletcher Haynes wrote: > Here is the output: > mysql> show status like 'threads_created'; > +

[PacketFence-users] ANN: PacketFence 4.0.6 released

2013-09-05 Thread Francis Lachapelle
The Inverse team is pleased to announce the immediate availability of PacketFence 4.0.6. This is a minor release with some new features, enhancements and important bug fixes. This release is considered ready for production use and upgrading from 4.0.5 is strongly advised. What is PacketFence ?

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Fletcher Haynes
Just to be sure, here is my output from the commands you had Dave run: root@packetfence-1:/usr/local/pf# dpkg -s packetfence | egrep -i 'package:|status:|version:' Package: packetfence Status: install ok installed Version: 4.0.5-2 root@packetfence-1:/usr/local/pf# grep HTTPHEADER /usr/local/pf/radd

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Fletcher Haynes
Here is the output: mysql> show status like 'threads_created'; +-+---+ | Variable_name | Value | +-+---+ | Threads_created | 269 | +-+---+ 1 row in set (0.00 sec) mysql> show status like 'connections'; +---+---+ | Vari

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Bulanda, Dave G
Louis, All I get in the webservices_error_log is : Argument "" isn't numeric in numeric eq (==) at /usr/local/pf/lib/pf/radius.pm line 160. The webservices_access_log has lots of: 127.0.0.1 - - [05/Sep/2013:00:40:12 -0400] "POST / HTTP/1.1" 200 699 "-" "-" 127.0.0.1 - - [05/Sep/2013:00:40:12

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Louis Munro
What version of PF is this? The was an XML parsing related bug fixed in 4.0.5-2. The error in the logs was exactly the same as what you are seeing. -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (866) 353-6153 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) a

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Louis Munro
Actually, Just show us mysql> show status like 'threads_created'; In addition to mysql> show status like 'connections'; That will give us a better picture of the issue. Regards, -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (866) 353-6153 Inverse inc. :: Le

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Fletcher Haynes
I cleared the radacct (had around 1 million rows) and radacct_log (had around 7 million rows) tables, turned off all accounting for our wireless, and now I am back to getting this error: Error: rlm_perl: perl_embed:: module = /usr/local/pf/raddb//packetfence.pm , func = post_auth exit status= synt

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Louis Munro
Hi Fletcher, 8 could still be too low to make any significant difference. What is the output of the following two commands? mysql> show status like 'connections'; mysql> show status like 'threads_created'; Regards, -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 ::

Re: [PacketFence-users] Dell 55xx switches and SNMP.pm not able to obtain MAC address

2013-09-05 Thread Bill Arlofski
On 09/03/13 23:01, Richard Fox wrote: > Bill, > > Were you able to get this working, I am working with Dell Powerconnect 6248 > and having issues as well. > > Thanks OK, so the Dell 62xx switches are pretty much like the 34xx switches with regards to the MAC addresses of devices attached to port

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Fletcher Haynes
Hi Louis and Ludovic, I set it to 8 yesterday and still had the issue. I had also run MySQL primer and followed its recommendations, but will run MySQL Tuner and see what it says. Thank you! On Thu, Sep 5, 2013 at 9:01 AM, Louis Munro wrote: > Hi Fletcher. > > In mysql, what is the value of t

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Tim DeNike
Sounds stupid. But try less cores. If your host goes into a wait state for an unavailable core it can cause pauses. Your mileage may vary. ;) Sent from my iPhone On Sep 5, 2013, at 10:59 AM, Fletcher Haynes wrote: Not to hijack Dave's thread, but I started having this issue again two days ago.

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Louis Munro
Hi Fletcher. In mysql, what is the value of thread_cache_size? If it is 0, try setting it to 4 (to begin with). Regards, -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (866) 353-6153 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packe

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Ludovic Marcotte
On 2013-09-05 10:04 AM, Fletcher Haynes wrote: I see a lot of these, then it handles a few more requests and then dies. From what I can tell, this indicates a slow backend DB, but I have it running on a separate VM with 4GB of RAM and 4 cores. MySQL spikes 100% regularly on one CPU, memory is a

Re: [PacketFence-users] ad source guest sponsor

2013-09-05 Thread Francis Lachapelle
Hi Johannes On 2013-09-05, at 4:34 AM, Johannes Lavre wrote: > I created an AD source that works fine and added a mark as sponsor rule that > some mails on the list suggests but get Email is not allowed to sponsor guest > access. Im running latest version 4.0.5-2 > Here is the packetfence.log

Re: [PacketFence-users] FreeRadius Stopping

2013-09-05 Thread Louis Munro
Hi Dave, Have you checked for errors in logs/webservices_errors_log and logs/webservices_access_log ? The packetfence module of FreeRADIUS calls on this webservice. The issue could be related to that. Regards, -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (8

[PacketFence-users] ad source guest sponsor

2013-09-05 Thread Johannes Lavre
I created an AD source that works fine and added a mark as sponsor rule that some mails on the list suggests but get Email is not allowed to sponsor guest access. Im running latest version 4.0.5-2 Here is the packetfence.log output: guest-selfregistration.cgi(0) INFO: Looking up username for ema