Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Antoine Amacher
How are you trying to reach the admin page? What does the following command give you as a result? ps -edf | grep httpd.admin Try to manually disable iptables before reaching the page: service iptables off Thanks, On 01/08/2016 01:38 PM, Jason Maher wrote: I cant drop either database

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Antoine Amacher
Is the user pf existing in the database, while logged as root, do: use mysql; select * from user where User="pf" \G If the user is present and is still doesn't work you could try to change the password of the user pf. On 01/08/2016 12:38 PM, Jason Maher wrote: Looks like root worked but pf

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
I cant drop either database because it claims it doesn't exist. Neither does the file conf/currently-at I don't think I can reach the admin section because the web page doesn't start up due to all the erros. Jason A. Maher Network Engineer Multi-State Lottery P: 515-453-1408 F: 515-453-1420

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Antoine Amacher
The easiest way here will be to recreate your database. Connect as root in mysql and do: drop database pf; drop database pf_graphite; You also need to remove a file with: rm conf/currently-at After that restart PacketFence, and when you try to reach the admin you will be redirected to the

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Antoine Amacher
Jason, https://@YOUR_PF_MANAGEMENT_IP:1443 Will lead you to the configurator. On 01/08/2016 03:48 PM, Jason Maher wrote: > How do I run the web based configurator post install? > > Jason A. Maher > Network Engineer > Multi-State Lottery > P: 515-453-1408 > F: 515-453-1420 > > > > -Original

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
How do I run the web based configurator post install? Jason A. Maher Network Engineer Multi-State Lottery P: 515-453-1408 F: 515-453-1420 -Original Message- From: Sallee, Jake [mailto:jake.sal...@umhb.edu] Sent: Friday, January 08, 2016 1:08 PM To:

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
musl@PacketFence:/usr/local/pf/conf$ ps -edf | grep httpd.admin root 2995 1 0 12:32 ?00:00:08 /usr/sbin/apache2 -f /usr/local/pf/conf/httpd.conf.d/httpd.admin -Ddebian pf2996 2995 0 12:32 ?00:00:00 /usr/sbin/apache2 -f

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
Looks like the user isn't present. How do I go about creating one? mysql> use mysql; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> select * from user where User="pf" \G Empty set (0.00

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Sallee, Jake
Did you run the web-based configurator? It is the first step after you install. No PF user and no PF data base sounds like you may have missed that step. Jake Sallee Godfather of Bandwidth System Engineer University of Mary Hardin-Baylor WWW.UMHB.EDU 900 College St. Belton, Texas 76513 Fone:

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
Ok this worked... ill get back to you guys next week when im further along. Jason A. Maher Network Engineer Multi-State Lottery P: 515-453-1408 F: 515-453-1420 -Original Message- From: Antoine Amacher [mailto:aamac...@inverse.ca] Sent: Friday, January 08, 2016 2:53 PM To:

Re: [PacketFence-users] 5.0.2 is out

2016-01-08 Thread Morris, Andi
Hi again, I've found the bug and the fix on github. I'm not familiar with github at all though, can anyone please advise me how I can patch the files? https://github.com/inverse-inc/packetfence/commit/d9c88a93aa11348d33d350e0871a3880e21126f1 Cheers, Andi From: Morris, Andi

Re: [PacketFence-users] 5.0.2 is out

2016-01-08 Thread Morris, Andi
Thanks very much Fabrice. From: Durand fabrice [mailto:fdur...@inverse.ca] Sent: 08 January 2016 12:48 To: packetfence-users@lists.sourceforge.net Subject: Re: [PacketFence-users] 5.0.2 is out Hello Andi, cd /usr/local/pf wget

Re: [PacketFence-users] 5.0.2 is out

2016-01-08 Thread Durand fabrice
Hello Andi, cd /usr/local/pf wget https://github.com/inverse-inc/packetfence/commit/d9c88a93aa11348d33d350e0871a3880e21126f1.diff patch -p1 --dry-run < d9c88a93aa11348d33d350e0871a3880e21126f1.diff all is ok, there is no conflict ? patch -p1 < d9c88a93aa11348d33d350e0871a3880e21126f1.diff

Re: [PacketFence-users] Installing packetfence on ubuntu 14.04 LTS

2016-01-08 Thread Charm Quark
Dear Louis, Thank for your prompt response, if that is the case I think I will try and package it myself or just down grade the OS. :) Best Regards Anselm On Mon, Jan 4, 2016 at 5:52 PM, Louis Munro wrote: > Dear Charm Quark, > > As you may have surmised, PacketFence on

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Antoine Amacher
Can you verify that the password in conf/pfconfig.conf for the user pf is the one you setup during the configurator? Thank you On 01/08/2016 11:12 AM, Jason Maher wrote: Yes it is and yes I have. Uptime: 68221 Threads: 1 Questions: 106 Slow queries: 0 Opens: 48 Flush tables: 1 Open

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
Yes it is and yes I have. Uptime: 68221 Threads: 1 Questions: 106 Slow queries: 0 Opens: 48 Flush tables: 1 Open tables: 41 Queries per second avg: 0.001 Jason A. Maher Network Engineer Multi-State Lottery P: 515-453-1408 F: 515-453-1420 From: Antoine Amacher

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Antoine Amacher
Are you able to connect to the database? with for instance: mysql -u pf -p or mysql -u root -p Thanks, On 01/08/2016 12:12 PM, Jason Maher wrote: I updated this file with the correct password… now I only have these errors left. ^Cmusl@PacketFence:/usr/local/pf/conf$ sudo

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
I updated this file with the correct password... now I only have these errors left. ^Cmusl@PacketFence:/usr/local/pf/conf$ sudo /etc/init.d/packetfence start [sudo] password for musl: * Starting packetfence

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-08 Thread Jason Maher
Looks like root worked but pf did not. musl@PacketFence:/usr/local/pf/conf$ mysql -u pf -p Enter password: ERROR 1045 (28000): Access denied for user 'pf'@'localhost' (using password: YES) musl@PacketFence:/usr/local/pf/conf$ mysql -u root -p Enter password: Welcome to the MySQL monitor.