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 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*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 12:15 PM
*To:* packetfence-users@lists.sourceforge.net
*Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

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 configurator, you will need to re-do it.


Thanks,

On 01/08/2016 01:07 PM, Jason Maher wrote:

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 sec)

*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 11:50 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@lists.sourceforge.net>
*Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

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 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.  Commands end with ; or \g.

Your MySQL connection id is 473

Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All
rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current
input statement.

mysql>

*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 11:33 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@lists.sourceforge.net>
    *Subject:* Re: [PacketFence-users] Packetfence Dependencies
trouble

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
/etc/init.d/packetfence start

[sudo] password for musl:

* Starting packetfence service|command

httpd.admin|already started

redis_queue|already started

Checking configuration sanity...

Could not write namespace config::PfDefault to L2 cache !
This is bad.

Could not write namespace config::Documentation to L2
cache ! This is bad.

Could not write namespace config::Cluster to L2 cache !
This is bad.

Could not write namespace config::PfDefault to L2 cache !
This is bad.

Could not write namespace config::Documentation to L2
cache ! This is bad.

Could not write namespace config::Cluster to L2 cache !
This is bad.

unable to connect to database: Access denied for user
'pf'@'localhost' (using password: YES) at
/usr/local/pf/lib/pf/version.pm line 42.

*Jason A. Maher*

*Network Engineer*


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 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.  Commands end with ; or \g.

Your MySQL connection id is 473

Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights 
reserved.


Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input 
statement.


mysql>

*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 11:33 AM
*To:* packetfence-users@lists.sourceforge.net
*Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

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
/etc/init.d/packetfence start

[sudo] password for musl:

* Starting packetfence service|command

httpd.admin|already started

redis_queue|already started

Checking configuration sanity...

Could not write namespace config::PfDefault to L2 cache ! This is bad.

Could not write namespace config::Documentation to L2 cache ! This
is bad.

Could not write namespace config::Cluster to L2 cache ! This is bad.

Could not write namespace config::PfDefault to L2 cache ! This is bad.

Could not write namespace config::Documentation to L2 cache ! This
is bad.

Could not write namespace config::Cluster to L2 cache ! This is bad.

unable to connect to database: Access denied for user
'pf'@'localhost' (using password: YES) at
/usr/local/pf/lib/pf/version.pm line 42.

*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 10:40 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@lists.sourceforge.net>
    *Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

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 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 [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 8:10 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@lists.sourceforge.net>
*Subject:* Re: [PacketFence-users] Packetfence Dependencies
trouble

Jason,

Is mysql running?

Did you went through the configurator already?

Thanks,

On 01/07/2016 05:57 PM, Jason Maher wrote:

Next problem…. Im receiving these errors.

musl@PacketFence:/usr/local/pf/conf$ sudo
/etc/init.d/packetfence restart

* Stopping packetfence service|command

carbon-cache|already stopped

carbon-relay|already stopped

collectd|already stopped

dhcpd|already stopped

haproxy|already stopped

httpd.aaa|already stopped

httpd.admin|stop

httpd.graphite|already stopped

httpd.portal|already stopped

httpd.proxy|already stopped

httpd.webservices|already stopped

iptables|already stopped

p0f|already stopped

pfbandwidthd|already stopped

pfdetect|already stopped

pfdns|already stopped

pfmon|already stopped

pfqueue|already stopped

pfsetvlan|already stopped

radiusd-acct|already stopped

radiusd|already stopped

radsniff3|already stopped

redis_queue|stop

snmptrapd|already stopped

snort|already stopped

 

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


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 12:15 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 configurator, you will need to re-do it.

Thanks,
On 01/08/2016 01:07 PM, Jason Maher wrote:
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 sec)


Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:50 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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.  Commands end with ; or \g.
Your MySQL connection id is 473
Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:33 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 /etc/init.d/packetfence start
[sudo] password for musl:
* Starting packetfence  
 service|command
httpd.admin|already started
redis_queue|already started
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
unable to connect to database: Access denied for user 'pf'@'localhost' (using 
password: YES) at /usr/local/pf/lib/pf/version.pm line 42.

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 10:40 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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 [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 8:10 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-user

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 configurator, you will need to re-do it.


Thanks,

On 01/08/2016 01:07 PM, Jason Maher wrote:


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 sec)

*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 11:50 AM
*To:* packetfence-users@lists.sourceforge.net
*Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

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 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.  Commands end with ; or \g.

Your MySQL connection id is 473

Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights
reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current
input statement.

mysql>

*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 11:33 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@lists.sourceforge.net>
    *Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

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
/etc/init.d/packetfence start

[sudo] password for musl:

* Starting packetfence service|command

httpd.admin|already started

redis_queue|already started

Checking configuration sanity...

Could not write namespace config::PfDefault to L2 cache ! This
is bad.

Could not write namespace config::Documentation to L2 cache !
This is bad.

Could not write namespace config::Cluster to L2 cache ! This
is bad.

Could not write namespace config::PfDefault to L2 cache ! This
is bad.

Could not write namespace config::Documentation to L2 cache !
This is bad.

Could not write namespace config::Cluster to L2 cache ! This
is bad.

unable to connect to database: Access denied for user
'pf'@'localhost' (using password: YES) at
/usr/local/pf/lib/pf/version.pm line 42.

*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 10:40 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@lists.sourceforge.net>
    *Subject:* Re: [PacketFence-users] Packetfence Dependencies
trouble

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 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 [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 8:10 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@list

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 Message-
> From: Sallee, Jake [mailto:jake.sal...@umhb.edu]
> Sent: Friday, January 08, 2016 1:08 PM
> To: packetfence-users@lists.sourceforge.net
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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: 254-295-4658
> Phax: 254-295-4221
> 
> From: Antoine Amacher [aamac...@inverse.ca]
> Sent: Friday, January 08, 2016 12:48 PM
> To: packetfence-users@lists.sourceforge.net
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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 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
>
>
> From: Antoine Amacher [mailto:aamac...@inverse.ca]
> Sent: Friday, January 08, 2016 12:15 PM
> To: 
> packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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 configurator, you will need to re-do it.
>
> Thanks,
> On 01/08/2016 01:07 PM, Jason Maher wrote:
> 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 sec)
>
>
> Jason A. Maher
> Network Engineer
> Multi-State Lottery
> P: 515-453-1408
> F: 515-453-1420
>
>
> From: Antoine Amacher [mailto:aamac...@inverse.ca]
> Sent: Friday, January 08, 2016 11:50 AM
> To: 
> packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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 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.  Commands end with ; or \g.
> Your MySQL connection id is 473
> Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)
>
> Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
>
> Oracle is a registered trademark of Oracle Corporation and/or its affiliates. 
> Other names may be trademarks of their respective owners.
>
> Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
>
> mysql>
>
> Jason A. Maher
> Network Engineer
> Multi-State Lottery
> P: 515-453-1408
> F: 515-453-1420
>
>
> From: Antoine Amacher [mailto:aamac...@inverse.ca]
> Sent: Friday, January 08, 2016 11:33 AM
> To: 
> packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> Are you able to connect to the

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: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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: 254-295-4658
Phax: 254-295-4221

From: Antoine Amacher [aamac...@inverse.ca]
Sent: Friday, January 08, 2016 12:48 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 12:15 PM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 configurator, you will need to re-do it.

Thanks,
On 01/08/2016 01:07 PM, Jason Maher wrote:
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 sec)


Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:50 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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.  Commands end with ; or \g.
Your MySQL connection id is 473
Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. 
Other names may be trademarks of their respective owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:33 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 /etc/init.d/packetfence start 
[sudo] password for musl:
* Starting packetfence  
 service|command
httpd.admin|already started
redis_queue|already started
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not wr

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 
/usr/local/pf/conf/httpd.conf.d/httpd.admin -Ddebian
pf2997  2995  0 12:32 ?00:00:00 /usr/sbin/apache2 -f 
/usr/local/pf/conf/httpd.conf.d/httpd.admin -Ddebian
musl  3194  1848  0 14:47 pts/100:00:00 grep --color=auto httpd.admin

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 12:49 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 12:15 PM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 configurator, you will need to re-do it.

Thanks,
On 01/08/2016 01:07 PM, Jason Maher wrote:
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 sec)


Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:50 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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.  Commands end with ; or \g.
Your MySQL connection id is 473
Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:33 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 /etc/init.d/packetfence start
[sudo] password for musl:
* Starting packetfence  
 service|command
httpd.admin|already started
redis_queue|already started
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
unable to 

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 sec)


Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:50 AM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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.  Commands end with ; or \g.
Your MySQL connection id is 473
Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:33 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 /etc/init.d/packetfence start
[sudo] password for musl:
* Starting packetfence  
 service|command
httpd.admin|already started
redis_queue|already started
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
unable to connect to database: Access denied for user 'pf'@'localhost' (using 
password: YES) at /usr/local/pf/lib/pf/version.pm line 42.

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 10:40 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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 [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 8:10 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

Jason,

Is mysql running?

Did you went through the configurator already?

Thanks,
On 01/07/2016 05:57 PM, Jason Maher wrote:
Next problem Im receiving these errors.


musl@PacketFence:/usr/local/pf/conf$ sudo /etc/init.d/packetfence restart
* Stopping packetfence  
service|command
carbon-cache|already stopped
carbon-relay|already stopped
collectd|already stopped
dhcpd|already stopped
haproxy|already stopped
httpd.aaa|already stopped
httpd.admin|stop
httpd.graphite|already stopped
httpd.portal|already stopped
httpd.proxy|already stopped
httpd.webservices|already stopped
iptables|already stopped
p0f|already stopped
pfbandwidthd|already stopped
pfdetect|already stopped
pfdns|already stopped
pfmon|already stopped
pfqueue|already stopped
pfsetvlan|already stopped
radiusd-acct|already stopped
ra

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: 254-295-4658
Phax: 254-295-4221

From: Antoine Amacher [aamac...@inverse.ca]
Sent: Friday, January 08, 2016 12:48 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 12:15 PM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 configurator, you will need to re-do it.

Thanks,
On 01/08/2016 01:07 PM, Jason Maher wrote:
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 sec)


Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:50 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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.  Commands end with ; or \g.
Your MySQL connection id is 473
Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:33 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 /etc/init.d/packetfence start
[sudo] password for musl:
* Starting packetfence  
 service|command
httpd.admin|already started
redis_queue|already started
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
unable to connect to database: Access denied for user 'pf'@'localhost' (using 
password: YES) at /usr/local/pf/lib/pf/version.pm line 42.

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailt

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: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 Message-
> From: Sallee, Jake [mailto:jake.sal...@umhb.edu]
> Sent: Friday, January 08, 2016 1:08 PM
> To: packetfence-users@lists.sourceforge.net
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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: 254-295-4658
> Phax: 254-295-4221
> 
> From: Antoine Amacher [aamac...@inverse.ca]
> Sent: Friday, January 08, 2016 12:48 PM
> To: packetfence-users@lists.sourceforge.net
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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 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
>
>
> From: Antoine Amacher [mailto:aamac...@inverse.ca]
> Sent: Friday, January 08, 2016 12:15 PM
> To:
> packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists
> .sourceforge.net>
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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 configurator, you will need to re-do it.
>
> Thanks,
> On 01/08/2016 01:07 PM, Jason Maher wrote:
> 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 sec)
>
>
> Jason A. Maher
> Network Engineer
> Multi-State Lottery
> P: 515-453-1408
> F: 515-453-1420
>
>
> From: Antoine Amacher [mailto:aamac...@inverse.ca]
> Sent: Friday, January 08, 2016 11:50 AM
> To:
> packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists
> .sourceforge.net>
> Subject: Re: [PacketFence-users] Packetfence Dependencies trouble
>
> 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 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.  Commands end with ; or \g.
> Your MySQL connection id is 473
> Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)
>
> Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
>
> Oracle is a registered trademark of Oracle Corporation and/or its affiliates. 
> Other names may be trademarks of their respective owners.
>
> Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
>
> mysql>
>
> Jason A. Maher
> Network Engineer
&g

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 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 [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 8:10 AM
*To:* packetfence-users@lists.sourceforge.net
*Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

Jason,

Is mysql running?

Did you went through the configurator already?

Thanks,

On 01/07/2016 05:57 PM, Jason Maher wrote:

Next problem…. Im receiving these errors.

musl@PacketFence:/usr/local/pf/conf$ sudo /etc/init.d/packetfence
restart

* Stopping packetfence service|command

carbon-cache|already stopped

carbon-relay|already stopped

collectd|already stopped

dhcpd|already stopped

haproxy|already stopped

httpd.aaa|already stopped

httpd.admin|stop

httpd.graphite|already stopped

httpd.portal|already stopped

httpd.proxy|already stopped

httpd.webservices|already stopped

iptables|already stopped

p0f|already stopped

pfbandwidthd|already stopped

pfdetect|already stopped

pfdns|already stopped

pfmon|already stopped

pfqueue|already stopped

pfsetvlan|already stopped

radiusd-acct|already stopped

radiusd|already stopped

radsniff3|already stopped

redis_queue|stop

snmptrapd|already stopped

snort|already stopped

statsd|already stopped

suricata|already stopped

keepalived|already stopped

* Starting packetfence service|command

Could not write namespace config::PfDefault to L2 cache ! This is bad.

Could not write namespace config::Documentation to L2 cache ! This
is bad.

Could not write namespace config::Cluster to L2 cache ! This is bad.

Could not write namespace config::Pf to L2 cache ! This is bad.

Could not write namespace interfaces to L2 cache ! This is bad.

Could not write namespace config::Network to L2 cache ! This is bad.

Could not write namespace config::Authentication to L2 cache !
This is bad.

Could not write namespace config::Switch to L2 cache ! This is bad.

Could not write namespace config::Domain to L2 cache ! This is bad.

Could not write namespace resource::fqdn to L2 cache ! This is bad.

Could not write namespace config::AdminRoles to L2 cache ! This is
bad.

Could not write namespace config::ApacheFilters to L2 cache ! This
is bad.

Could not write namespace config::Authentication to L2 cache !
This is bad.

Could not write namespace resource::authentication_config_hash to
L2 cache ! This is bad.

Could not write namespace resource::authentication_lookup to L2
cache ! This is bad.

Could not write namespace resource::authentication_sources to L2
cache ! This is bad.

Could not write namespace config::Profiles to L2 cache ! This is bad.

Could not write namespace resource::guest_self_registration to L2
cache ! This is bad.

Could not write namespace config::BillingTiers to L2 cache ! This
is bad.

Could not write namespace config::Cluster to L2 cache ! This is bad.

Could not write namespace config::Pf to L2 cache ! This is bad.

Could not write namespace resource::CaptivePortal to L2 cache !
This is bad.

Could not write namespace resource::Database to L2 cache ! This is
bad.

Could not write namespace resource::fqdn to L2 cache ! This is bad.

Could not write namespace config::Pfdetect to L2 cache ! This is bad.

Could not write namespace interfaces to L2 cache ! This is bad.

Could not write namespace interfaces::listen_ints to L2 cache !
This is bad.

Could not write namespace interfaces::dhcplistener_ints to L2
cache ! This is bad.

Could not write namespace interfaces::ha_ints to L2 cache ! This
is bad.

Could not write namespace interfaces::internal_nets to L2 cache !
This is bad.

Could not write namespace interfaces::inline_enforcement_nets to
L2 cache ! This is bad.

Could not write namespace interfaces::vlan_enforcement_nets to L2
cache ! This is bad.

Could not write namespace interfaces::monitor_int to L2 cache !
This is bad.

Could not write namespace interfaces::management_network to L2
cache ! This is bad.

Could not write namespace interfaces::portal_ints to L2 cache !
This is bad.

Could not write namespace interfaces::inline_nets to L2 cache !
This is bad.

Could not write namespace interfaces::routed_isolation_nets to L2
cache ! This is bad.

Could not write namespace interfaces::routed_registration_nets to
L2 cache ! This is bad

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 [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 8:10 AM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

Jason,

Is mysql running?

Did you went through the configurator already?

Thanks,
On 01/07/2016 05:57 PM, Jason Maher wrote:
Next problem Im receiving these errors.


musl@PacketFence:/usr/local/pf/conf$ sudo /etc/init.d/packetfence restart
* Stopping packetfence  
service|command
carbon-cache|already stopped
carbon-relay|already stopped
collectd|already stopped
dhcpd|already stopped
haproxy|already stopped
httpd.aaa|already stopped
httpd.admin|stop
httpd.graphite|already stopped
httpd.portal|already stopped
httpd.proxy|already stopped
httpd.webservices|already stopped
iptables|already stopped
p0f|already stopped
pfbandwidthd|already stopped
pfdetect|already stopped
pfdns|already stopped
pfmon|already stopped
pfqueue|already stopped
pfsetvlan|already stopped
radiusd-acct|already stopped
radiusd|already stopped
radsniff3|already stopped
redis_queue|stop
snmptrapd|already stopped
snort|already stopped
statsd|already stopped
suricata|already stopped
keepalived|already stopped
* Starting packetfence  
service|command
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::Pf to L2 cache ! This is bad.
Could not write namespace interfaces to L2 cache ! This is bad.
Could not write namespace config::Network to L2 cache ! This is bad.
Could not write namespace config::Authentication to L2 cache ! This is bad.
Could not write namespace config::Switch to L2 cache ! This is bad.
Could not write namespace config::Domain to L2 cache ! This is bad.
Could not write namespace resource::fqdn to L2 cache ! This is bad.
Could not write namespace config::AdminRoles to L2 cache ! This is bad.
Could not write namespace config::ApacheFilters to L2 cache ! This is bad.
Could not write namespace config::Authentication to L2 cache ! This is bad.
Could not write namespace resource::authentication_config_hash to L2 cache ! 
This is bad.
Could not write namespace resource::authentication_lookup to L2 cache ! This is 
bad.
Could not write namespace resource::authentication_sources to L2 cache ! This 
is bad.
Could not write namespace config::Profiles to L2 cache ! This is bad.
Could not write namespace resource::guest_self_registration to L2 cache ! This 
is bad.
Could not write namespace config::BillingTiers to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::Pf to L2 cache ! This is bad.
Could not write namespace resource::CaptivePortal to L2 cache ! This is bad.
Could not write namespace resource::Database to L2 cache ! This is bad.
Could not write namespace resource::fqdn to L2 cache ! This is bad.
Could not write namespace config::Pfdetect to L2 cache ! This is bad.
Could not write namespace interfaces to L2 cache ! This is bad.
Could not write namespace interfaces::listen_ints to L2 cache ! This is bad.
Could not write namespace interfaces::dhcplistener_ints to L2 cache ! This is 
bad.
Could not write namespace interfaces::ha_ints to L2 cache ! This is bad.
Could not write namespace interfaces::internal_nets to L2 cache ! This is bad.
Could not write namespace interfaces::inline_enforcement_nets to L2 cache ! 
This is bad.
Could not write namespace interfaces::vlan_enforcement_nets to L2 cache ! This 
is bad.
Could not write namespace interfaces::monitor_int to L2 cache ! This is bad.
Could not write namespace interfaces::management_network to L2 cache ! This is 
bad.
Could not write namespace interfaces::portal_ints to L2 cache ! This is bad.
Could not write namespace interfaces::inline_nets to L2 cache ! This is bad.
Could not write namespace interfaces::routed_isolation_nets to L2 cache ! This 
is bad.
Could not write namespace interfaces::routed_registration_nets to L2 cache ! 
This is bad.
Could not write namespace resource::cluster_servers to L2 cache ! This is bad.
Could not write namespace resource::cluster_hosts to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Domain to L2 cache ! This is bad.
Could not write namespace resource::domain_dns_servers to L2 cache ! This is 
bad.
Could not write namespace config::Firewall_SSO to L2 cache

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 /etc/init.d/packetfence start

[sudo] password for musl:

* Starting packetfence service|command

httpd.admin|already started

redis_queue|already started

Checking configuration sanity...

Could not write namespace config::PfDefault to L2 cache ! This is bad.

Could not write namespace config::Documentation to L2 cache ! This is bad.

Could not write namespace config::Cluster to L2 cache ! This is bad.

Could not write namespace config::PfDefault to L2 cache ! This is bad.

Could not write namespace config::Documentation to L2 cache ! This is bad.

Could not write namespace config::Cluster to L2 cache ! This is bad.

unable to connect to database: Access denied for user 'pf'@'localhost' 
(using password: YES) at /usr/local/pf/lib/pf/version.pm line 42.


*Jason A. Maher*

*Network Engineer*

*Multi-State Lottery*

*P: 515-453-1408*

*F: 515-453-1420*

*From:*Antoine Amacher [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 10:40 AM
*To:* packetfence-users@lists.sourceforge.net
*Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

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 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 [mailto:aamac...@inverse.ca]
*Sent:* Friday, January 08, 2016 8:10 AM
*To:* packetfence-users@lists.sourceforge.net
<mailto:packetfence-users@lists.sourceforge.net>
*Subject:* Re: [PacketFence-users] Packetfence Dependencies trouble

Jason,

Is mysql running?

Did you went through the configurator already?

Thanks,

On 01/07/2016 05:57 PM, Jason Maher wrote:

Next problem…. Im receiving these errors.

musl@PacketFence:/usr/local/pf/conf$ sudo
/etc/init.d/packetfence restart

* Stopping packetfence service|command

carbon-cache|already stopped

carbon-relay|already stopped

collectd|already stopped

dhcpd|already stopped

haproxy|already stopped

httpd.aaa|already stopped

httpd.admin|stop

httpd.graphite|already stopped

httpd.portal|already stopped

httpd.proxy|already stopped

httpd.webservices|already stopped

iptables|already stopped

p0f|already stopped

pfbandwidthd|already stopped

pfdetect|already stopped

pfdns|already stopped

pfmon|already stopped

pfqueue|already stopped

pfsetvlan|already stopped

radiusd-acct|already stopped

radiusd|already stopped

radsniff3|already stopped

redis_queue|stop

snmptrapd|already stopped

snort|already stopped

statsd|already stopped

suricata|already stopped

keepalived|already stopped

* Starting packetfence service|command

Could not write namespace config::PfDefault to L2 cache ! This
is bad.

Could not write namespace config::Documentation to L2 cache !
This is bad.

Could not write namespace config::Cluster to L2 cache ! This
is bad.

Could not write namespace config::Pf to L2 cache ! This is bad.

Could not write namespace interfaces to L2 cache ! This is bad.

Could not write namespace config::Network to L2 cache ! This
is bad.

Could not write namespace config::Authentication to L2 cache !
This is bad.

Could not write namespace config::Switch to L2 cache ! This is
bad.

Could not write namespace config::Domain to L2 cache ! This is
bad.

Could not write namespace resource::fqdn to L2 cache ! This is
bad.

Could not write namespace config::AdminRoles to L2 cache !
This is bad.

Could not write namespace config::ApacheFilters to L2 cache !
This is bad.

Could not write namespace config::Authentication to L2 cache !
This is bad.

Could not write namespace resource::authentication_config_hash
to L2 cache ! This is bad.

Could not write namespace resource::authentication_lookup to
L2 cache ! This is bad.

Could not write namespace resource::authentication_sources to
L2 cache ! This is bad.

Could not write namespace config::Profiles to L2 cache ! This
is bad.

Could not write nam

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  
 service|command
httpd.admin|already started
redis_queue|already started
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
unable to connect to database: Access denied for user 'pf'@'localhost' (using 
password: YES) at /usr/local/pf/lib/pf/version.pm line 42.

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 10:40 AM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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 [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 8:10 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

Jason,

Is mysql running?

Did you went through the configurator already?

Thanks,
On 01/07/2016 05:57 PM, Jason Maher wrote:
Next problem Im receiving these errors.


musl@PacketFence:/usr/local/pf/conf$ sudo /etc/init.d/packetfence restart
* Stopping packetfence  
service|command
carbon-cache|already stopped
carbon-relay|already stopped
collectd|already stopped
dhcpd|already stopped
haproxy|already stopped
httpd.aaa|already stopped
httpd.admin|stop
httpd.graphite|already stopped
httpd.portal|already stopped
httpd.proxy|already stopped
httpd.webservices|already stopped
iptables|already stopped
p0f|already stopped
pfbandwidthd|already stopped
pfdetect|already stopped
pfdns|already stopped
pfmon|already stopped
pfqueue|already stopped
pfsetvlan|already stopped
radiusd-acct|already stopped
radiusd|already stopped
radsniff3|already stopped
redis_queue|stop
snmptrapd|already stopped
snort|already stopped
statsd|already stopped
suricata|already stopped
keepalived|already stopped
* Starting packetfence  
service|command
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::Pf to L2 cache ! This is bad.
Could not write namespace interfaces to L2 cache ! This is bad.
Could not write namespace config::Network to L2 cache ! This is bad.
Could not write namespace config::Authentication to L2 cache ! This is bad.
Could not write namespace config::Switch to L2 cache ! This is bad.
Could not write namespace config::Domain to L2 cache ! This is bad.
Could not write namespace resource::fqdn to L2 cache ! This is bad.
Could not write namespace config::AdminRoles to L2 cache ! This is bad.
Could not write namespace config::ApacheFilters to L2 cache ! This is bad.
Could not write namespace config::Authentication to L2 cache ! This is bad.
Could not write namespace resource::authentication_config_hash to L2 cache ! 
This is bad.
Could not write namespace resource::authentication_lookup to L2 cache ! This is 
bad.
Could not write namespace resource::authentication_sources to L2 cache ! This 
is bad.
Could not write namespace config::Profiles to L2 cache ! This is bad.
Could not write namespace resource::guest_self_registration to L2 cache ! This 
is bad.
Could not write namespace config::BillingTiers to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::Pf to L2 cache ! This is bad.
Could not write namespace resource::CaptivePortal to L2 cache ! This is bad.
Could not write namespace resource::Database to L2 cache ! This is bad.
Could not write namespace resource::fqdn to L2 cache ! This is bad.
Could not write namespace config::Pfdetect to L2

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.  Commands end with ; or \g.
Your MySQL connection id is 473
Server version: 5.5.46-0ubuntu0.12.04.2 (Ubuntu)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 11:33 AM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 /etc/init.d/packetfence start
[sudo] password for musl:
* Starting packetfence  
 service|command
httpd.admin|already started
redis_queue|already started
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
unable to connect to database: Access denied for user 'pf'@'localhost' (using 
password: YES) at /usr/local/pf/lib/pf/version.pm line 42.

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Antoine Amacher [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 10:40 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

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 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 [mailto:aamac...@inverse.ca]
Sent: Friday, January 08, 2016 8:10 AM
To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

Jason,

Is mysql running?

Did you went through the configurator already?

Thanks,
On 01/07/2016 05:57 PM, Jason Maher wrote:
Next problem Im receiving these errors.


musl@PacketFence:/usr/local/pf/conf$ sudo /etc/init.d/packetfence restart
* Stopping packetfence  
service|command
carbon-cache|already stopped
carbon-relay|already stopped
collectd|already stopped
dhcpd|already stopped
haproxy|already stopped
httpd.aaa|already stopped
httpd.admin|stop
httpd.graphite|already stopped
httpd.portal|already stopped
httpd.proxy|already stopped
httpd.webservices|already stopped
iptables|already stopped
p0f|already stopped
pfbandwidthd|already stopped
pfdetect|already stopped
pfdns|already stopped
pfmon|already stopped
pfqueue|already stopped
pfsetvlan|already stopped
radiusd-acct|already stopped
radiusd|already stopped
radsniff3|already stopped
redis_queue|stop
snmptrapd|already stopped
snort|already stopped
statsd|already stopped
suricata|already stopped
keepalived|already stopped
* Starting packetfence  
service|command
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::Pf to L2 cache ! This is bad.
Could not write namespace interfaces to L2 cache ! This is bad.
Could not write namespace config::Network to L2 cache ! This is bad.
Could not write namespace config::Authentication to L2 cache ! This is bad.
Could not write namespace config::Switch to L2 cache ! This is bad.
Could not write namespace config::Domain to L2 cache ! Thi

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-07 Thread Jason Maher
::inline_enforcement_nets to L2 cache ! 
This is bad.
Could not write namespace interfaces::vlan_enforcement_nets to L2 cache ! This 
is bad.
Could not write namespace interfaces::monitor_int to L2 cache ! This is bad.
Could not write namespace interfaces::management_network to L2 cache ! This is 
bad.
Could not write namespace interfaces::portal_ints to L2 cache ! This is bad.
Could not write namespace interfaces::inline_nets to L2 cache ! This is bad.
Could not write namespace interfaces::routed_isolation_nets to L2 cache ! This 
is bad.
Could not write namespace interfaces::routed_registration_nets to L2 cache ! 
This is bad.
Could not write namespace config::PKI_Provider to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Pf to L2 cache ! This is bad.
Could not write namespace resource::CaptivePortal to L2 cache ! This is bad.
Could not write namespace resource::Database to L2 cache ! This is bad.
Could not write namespace resource::fqdn to L2 cache ! This is bad.
Could not write namespace config::Pfdetect to L2 cache ! This is bad.
Could not write namespace interfaces to L2 cache ! This is bad.
Could not write namespace interfaces::listen_ints to L2 cache ! This is bad.
Could not write namespace interfaces::dhcplistener_ints to L2 cache ! This is 
bad.
Could not write namespace interfaces::ha_ints to L2 cache ! This is bad.
Could not write namespace interfaces::internal_nets to L2 cache ! This is bad.
Could not write namespace interfaces::inline_enforcement_nets to L2 cache ! 
This is bad.
Could not write namespace interfaces::vlan_enforcement_nets to L2 cache ! This 
is bad.
Could not write namespace interfaces::monitor_int to L2 cache ! This is bad.
Could not write namespace interfaces::management_network to L2 cache ! This is 
bad.
Could not write namespace interfaces::portal_ints to L2 cache ! This is bad.
Could not write namespace interfaces::inline_nets to L2 cache ! This is bad.
Could not write namespace interfaces::routed_isolation_nets to L2 cache ! This 
is bad.
Could not write namespace interfaces::routed_registration_nets to L2 cache ! 
This is bad.
Could not write namespace config::Profiles to L2 cache ! This is bad.
Could not write namespace FilterEngine::Profile to L2 cache ! This is bad.
Could not write namespace resource::URI_Filters to L2 cache ! This is bad.
Could not write namespace config::Provisioning to L2 cache ! This is bad.
Could not write namespace config::RadiusFilters to L2 cache ! This is bad.
Could not write namespace FilterEngine::RadiusScopes to L2 cache ! This is bad.
Could not write namespace config::Realm to L2 cache ! This is bad.
Could not write namespace config::Scan to L2 cache ! This is bad.
Could not write namespace config::Switch to L2 cache ! This is bad.
Could not write namespace resource::default_switch to L2 cache ! This is bad.
Could not write namespace resource::switches_ranges to L2 cache ! This is bad.
Could not write namespace config::Violations to L2 cache ! This is bad.
Could not write namespace FilterEngine::Violation to L2 cache ! This is bad.
Could not write namespace resource::accounting_triggers to L2 cache ! This is 
bad.
Could not write namespace resource::bandwidth_expired_violations to L2 cache ! 
This is bad.
Could not write namespace config::VlanFilters to L2 cache ! This is bad.
Could not write namespace FilterEngine::VlanScopes to L2 cache ! This is bad.
Could not write namespace config::Wmi to L2 cache ! This is bad.
Could not write namespace resource::array_test to L2 cache ! This is bad.
Could not write namespace resource::reverse_fqdn to L2 cache ! This is bad.
apache2: Could not reliably determine the server's fully qualified domain name, 
using 127.0.1.1 for ServerName
httpd.admin|start
redis_queue|start
Checking configuration sanity...
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
Could not write namespace config::PfDefault to L2 cache ! This is bad.
Could not write namespace config::Documentation to L2 cache ! This is bad.
Could not write namespace config::Cluster to L2 cache ! This is bad.
unable to connect to database: Access denied for user 'pf'@'localhost' (using 
password: YES) at /usr/local/pf/lib/pf/version.pm line 42.

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Jason Maher
Sent: Thursday, January 07, 2016 11:07 AM
To: packetfence-users@lists.sourceforge.net
Subject: RE: [PacketFence-users] Packetfence Dependencies trouble

Your right guys!  I ended up resolving this by using the command:

Sudo rm -rf /var/lib/apt/lists/*

sudo apt-get update


Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


From: Louis Munro [mailto:lmu...@inverse.ca]
Sent: Thursday, January 07, 2016 9:46 AM
To: 
packetfence

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-06 Thread Sallee, Jake
I may be mistaken, but I didn't think 14.04 was supported.

Perhaps someone else can correct me if I am wrong?

If 14.04 is not supported and you still want to attempt it, we should move this 
conversation to the dev list.

Jake Sallee
Godfather of Bandwidth
System Engineer
University of Mary Hardin-Baylor
WWW.UMHB.EDU

900 College St.
Belton, Texas
76513

Fone: 254-295-4658
Phax: 254-295-4221

From: Jason Maher [ja...@musl.com]
Sent: Tuesday, January 05, 2016 4:44 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble


Ubuntu-14.04.1 64bit



The following packages have unmet dependencies:

packetfence : Depends: apache2.2-common but it is not installable

   Depends: libapache-ssllookup-perl but it is not going to be 
installed

   Depends: libscalar-list-utils-perl (>= 1.42)

   Depends: libiptables-libiptc-perl but it is not going to be 
installed

   Depends: libdata-swap-perl but it is not going to be installed

   Depends: liblinux-fd-perl but it is not going to be installed

   Depends: libcrypt-openssl-pkcs12-perl but it is not going to be 
installed

   Depends: libsereal-encoder-perl but it is not going to be 
installed

   Depends: libsereal-decoder-perl but it is not going to be 
installed

   Depends: libdata-serializer-sereal-perl (>= 1.04) but it is not 
going to be installed

   Depends: libcrypt-openssl-pkcs10-perl but it is not going to be 
installed

   Depends: libposix-2008-perl but it is not going to be installed

   Depends: libdata-messagepack-stream-perl but it is not going to 
be installed

   Depends: libdata-messagepack-perl but it is not going to be 
installed

   Depends: libcatalyst-perl (>= 5.90011) but it is not going to be 
installed

   Depends: libcatalyst-modules-perl but it is not going to be 
installed

   Depends: libauthen-htpasswd-perl but it is not going to be 
installed

   Depends: libcatalyst-authentication-credential-http-perl but it 
is not going to be installed

   Depends: libcatalyst-authentication-store-htpasswd-perl but it 
is not going to be installed

   Depends: libcatalyst-plugin-unicode-encoding-perl

   Depends: libcatalyst-view-tt-perl (>= 0.37) but it is not going 
to be installed

   Depends: libjson-maybexs-perl but it is not going to be installed

   Depends: libjson-xs-perl (>= 3) but it is not going to be 
installed

   Depends: libhtml-formhandler-perl (= 0.40013-2) but 0.40050-2 is 
to be installed

   Depends: libredis-fast-perl but it is not going to be installed

   Depends: libnet-dns-perl (= 0.66-3) but 0.68-1.2build1 is to be 
installed

   Depends: python-twisted-bin (<= 13.0) but 13.2.0-1ubuntu1 is to 
be installed

   Depends: python-twisted-core (<= 13.0) but 13.2.0-1ubuntu1 is to 
be installed

   PreDepends: freeradius (>= 2.2.5) but it is not going to be 
installed

   PreDepends: freeradius-ldap but it is not going to be installed

   PreDepends: freeradius-postgresql but it is not going to be 
installed

   PreDepends: freeradius-mysql but it is not going to be installed

   PreDepends: freeradius-krb5 but it is not going to be installed

   PreDepends: fingerbank (>= 2.1.0) but it is not going to be 
installed

   PreDepends: fingerbank (< 3.0.0) but it is not going to be 
installed

   PreDepends: libnet-wmiclient-perl but it is not going to be 
installed

E: Unable to correct problems, you have held broken packages.







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: Tuesday, January 05, 2016 4:39 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble



We're going to need some more info.



What is the Base OS (distro and version) and the complete log of the failed 
install at least.



Jake Sallee

Godfather of Bandwidth

System Engineer

University of Mary Hardin-Baylor

WWW.UMHB.EDU<http://WWW.UMHB.EDU>



900 College St.

Belton, Texas

76513



Fone: 254-295-4658

Phax: 254-295-4221



From: Jason Maher [ja...@musl.com]

Sent: Tuesday, January 05, 2016 4:18 PM

To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>

Subject: [PacketFence-users] Packetfence Dependencies trouble



When installing the PacketFence package I run into a series of “unmet 
dependencies”



Packetfence : Depends: apache2.2-common but i

Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-06 Thread Louis Munro

> On Jan 6, 2016, at 9:18 , Sallee, Jake  wrote:
> 
> 
> Perhaps someone else can correct me if I am wrong?


You are correct.
Getting all dependencies to resolve on 14.04 is an exercise left to the user.


Regards,
--
Louis Munro
lmu...@inverse.ca  ::  www.inverse.ca 
+1.514.447.4918 x125  :: +1 (866) 353-6153 x125
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)--
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-06 Thread Louis Munro
12.04.

Regards,
--
Louis Munro
lmu...@inverse.ca  ::  www.inverse.ca 
+1.514.447.4918 x125  :: +1 (866) 353-6153 x125
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

> On Jan 6, 2016, at 11:10 , Jason Maher  wrote:
> 
> Which version of Ubuntu is supported?
> 
> Jason A. Maher
> Network Engineer
> Multi-State Lottery
> P: 515-453-1408
> F: 515-453-1420
> 

--
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-06 Thread Jason Maher
Which version of Ubuntu is supported?

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: Wednesday, January 06, 2016 8:19 AM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble

I may be mistaken, but I didn't think 14.04 was supported.

Perhaps someone else can correct me if I am wrong?

If 14.04 is not supported and you still want to attempt it, we should move this 
conversation to the dev list.

Jake Sallee
Godfather of Bandwidth
System Engineer
University of Mary Hardin-Baylor
WWW.UMHB.EDU

900 College St.
Belton, Texas
76513

Fone: 254-295-4658
Phax: 254-295-4221

From: Jason Maher [ja...@musl.com]
Sent: Tuesday, January 05, 2016 4:44 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble


Ubuntu-14.04.1 64bit



The following packages have unmet dependencies:

packetfence : Depends: apache2.2-common but it is not installable

   Depends: libapache-ssllookup-perl but it is not going to be 
installed

   Depends: libscalar-list-utils-perl (>= 1.42)

   Depends: libiptables-libiptc-perl but it is not going to be 
installed

   Depends: libdata-swap-perl but it is not going to be installed

   Depends: liblinux-fd-perl but it is not going to be installed

   Depends: libcrypt-openssl-pkcs12-perl but it is not going to be 
installed

   Depends: libsereal-encoder-perl but it is not going to be 
installed

   Depends: libsereal-decoder-perl but it is not going to be 
installed

   Depends: libdata-serializer-sereal-perl (>= 1.04) but it is not 
going to be installed

   Depends: libcrypt-openssl-pkcs10-perl but it is not going to be 
installed

   Depends: libposix-2008-perl but it is not going to be installed

   Depends: libdata-messagepack-stream-perl but it is not going to 
be installed

   Depends: libdata-messagepack-perl but it is not going to be 
installed

   Depends: libcatalyst-perl (>= 5.90011) but it is not going to be 
installed

   Depends: libcatalyst-modules-perl but it is not going to be 
installed

   Depends: libauthen-htpasswd-perl but it is not going to be 
installed

   Depends: libcatalyst-authentication-credential-http-perl but it 
is not going to be installed

   Depends: libcatalyst-authentication-store-htpasswd-perl but it 
is not going to be installed

   Depends: libcatalyst-plugin-unicode-encoding-perl

   Depends: libcatalyst-view-tt-perl (>= 0.37) but it is not going 
to be installed

   Depends: libjson-maybexs-perl but it is not going to be installed

   Depends: libjson-xs-perl (>= 3) but it is not going to be 
installed

   Depends: libhtml-formhandler-perl (= 0.40013-2) but 0.40050-2 is 
to be installed

   Depends: libredis-fast-perl but it is not going to be installed

   Depends: libnet-dns-perl (= 0.66-3) but 0.68-1.2build1 is to be 
installed

   Depends: python-twisted-bin (<= 13.0) but 13.2.0-1ubuntu1 is to 
be installed

   Depends: python-twisted-core (<= 13.0) but 13.2.0-1ubuntu1 is to 
be installed

   PreDepends: freeradius (>= 2.2.5) but it is not going to be 
installed

   PreDepends: freeradius-ldap but it is not going to be installed

   PreDepends: freeradius-postgresql but it is not going to be 
installed

   PreDepends: freeradius-mysql but it is not going to be installed

   PreDepends: freeradius-krb5 but it is not going to be installed

   PreDepends: fingerbank (>= 2.1.0) but it is not going to be 
installed

   PreDepends: fingerbank (< 3.0.0) but it is not going to be 
installed

   PreDepends: libnet-wmiclient-perl but it is not going to be 
installed

E: Unable to correct problems, you have held broken packages.







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: Tuesday, January 05, 2016 4:39 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble



We're going to need some more info.



What is the Base OS (distro and version) and the complete log of the failed 
install at least.



Jake Sallee

Godfather of Bandwidth

System Engineer

University of Mary Hardin-Baylor

WWW.UMHB.EDU<http://WWW.UMHB.EDU>



900 College St.

Belton, Texas

76513



Fone: 254-295-4658

Phax: 254-295-4221



From: Jason Maher [ja...@

[PacketFence-users] Packetfence Dependencies trouble

2016-01-05 Thread Jason Maher
When installing the PacketFence package I run into a series of "unmet 
dependencies"

Packetfence : Depends: apache2.2-common but it is not installable
Depends on libapache-sslookup-per but it is not going to be installed
Depends: libscalar-list-utils-perl
Etc...

Unable to crrect problems, you have held broken packages...

Any thoughts?

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


CONFIDENTIAL INFORMATION DO NOT DISTRIBUTE - The information in this email and 
any attachments is confidential, privileged and intended only for the recipient 
listed above. If you have received this message in error, please notify the 
sender immediately by email or telephone and delete the original message. Do 
not distribute the contents of this email or any attachments without specific 
authorization of the sender.
--
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-05 Thread Sallee, Jake
We're going to need some more info.

What is the Base OS (distro and version) and the complete log of the failed 
install at least.

Jake Sallee
Godfather of Bandwidth
System Engineer
University of Mary Hardin-Baylor
WWW.UMHB.EDU

900 College St.
Belton, Texas
76513

Fone: 254-295-4658
Phax: 254-295-4221

From: Jason Maher [ja...@musl.com]
Sent: Tuesday, January 05, 2016 4:18 PM
To: packetfence-users@lists.sourceforge.net
Subject: [PacketFence-users] Packetfence Dependencies trouble

When installing the PacketFence package I run into a series of “unmet 
dependencies”

Packetfence : Depends: apache2.2-common but it is not installable
Depends on libapache-sslookup-per but it is not going to be installed
Depends: libscalar-list-utils-perl
Etc…

Unable to crrect problems, you have held broken packages…

Any thoughts?

Jason A. Maher
Network Engineer
Multi-State Lottery
P: 515-453-1408
F: 515-453-1420


CONFIDENTIAL INFORMATION DO NOT DISTRIBUTE - The information in this email and 
any attachments is confidential, privileged and intended only for the recipient 
listed above. If you have received this message in error, please notify the 
sender immediately by email or telephone and delete the original message. Do 
not distribute the contents of this email or any attachments without specific 
authorization of the sender.

--
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] Packetfence Dependencies trouble

2016-01-05 Thread Jason Maher
Ubuntu-14.04.1 64bit



The following packages have unmet dependencies:

packetfence : Depends: apache2.2-common but it is not installable

   Depends: libapache-ssllookup-perl but it is not going to be 
installed

   Depends: libscalar-list-utils-perl (>= 1.42)

   Depends: libiptables-libiptc-perl but it is not going to be 
installed

   Depends: libdata-swap-perl but it is not going to be installed

   Depends: liblinux-fd-perl but it is not going to be installed

   Depends: libcrypt-openssl-pkcs12-perl but it is not going to be 
installed

   Depends: libsereal-encoder-perl but it is not going to be 
installed

   Depends: libsereal-decoder-perl but it is not going to be 
installed

   Depends: libdata-serializer-sereal-perl (>= 1.04) but it is not 
going to be installed

   Depends: libcrypt-openssl-pkcs10-perl but it is not going to be 
installed

   Depends: libposix-2008-perl but it is not going to be installed

   Depends: libdata-messagepack-stream-perl but it is not going to 
be installed

   Depends: libdata-messagepack-perl but it is not going to be 
installed

   Depends: libcatalyst-perl (>= 5.90011) but it is not going to be 
installed

   Depends: libcatalyst-modules-perl but it is not going to be 
installed

   Depends: libauthen-htpasswd-perl but it is not going to be 
installed

   Depends: libcatalyst-authentication-credential-http-perl but it 
is not going to be installed

   Depends: libcatalyst-authentication-store-htpasswd-perl but it 
is not going to be installed

   Depends: libcatalyst-plugin-unicode-encoding-perl

   Depends: libcatalyst-view-tt-perl (>= 0.37) but it is not going 
to be installed

   Depends: libjson-maybexs-perl but it is not going to be installed

   Depends: libjson-xs-perl (>= 3) but it is not going to be 
installed

   Depends: libhtml-formhandler-perl (= 0.40013-2) but 0.40050-2 is 
to be installed

   Depends: libredis-fast-perl but it is not going to be installed

   Depends: libnet-dns-perl (= 0.66-3) but 0.68-1.2build1 is to be 
installed

   Depends: python-twisted-bin (<= 13.0) but 13.2.0-1ubuntu1 is to 
be installed

   Depends: python-twisted-core (<= 13.0) but 13.2.0-1ubuntu1 is to 
be installed

   PreDepends: freeradius (>= 2.2.5) but it is not going to be 
installed

   PreDepends: freeradius-ldap but it is not going to be installed

   PreDepends: freeradius-postgresql but it is not going to be 
installed

   PreDepends: freeradius-mysql but it is not going to be installed

   PreDepends: freeradius-krb5 but it is not going to be installed

   PreDepends: fingerbank (>= 2.1.0) but it is not going to be 
installed

   PreDepends: fingerbank (< 3.0.0) but it is not going to be 
installed

   PreDepends: libnet-wmiclient-perl but it is not going to be 
installed

E: Unable to correct problems, you have held broken packages.







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: Tuesday, January 05, 2016 4:39 PM
To: packetfence-users@lists.sourceforge.net
Subject: Re: [PacketFence-users] Packetfence Dependencies trouble



We're going to need some more info.



What is the Base OS (distro and version) and the complete log of the failed 
install at least.



Jake Sallee

Godfather of Bandwidth

System Engineer

University of Mary Hardin-Baylor

WWW.UMHB.EDU<http://WWW.UMHB.EDU>



900 College St.

Belton, Texas

76513



Fone: 254-295-4658

Phax: 254-295-4221



From: Jason Maher [ja...@musl.com]

Sent: Tuesday, January 05, 2016 4:18 PM

To: 
packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>

Subject: [PacketFence-users] Packetfence Dependencies trouble



When installing the PacketFence package I run into a series of "unmet 
dependencies"



Packetfence : Depends: apache2.2-common but it is not installable Depends on 
libapache-sslookup-per but it is not going to be installed

Depends: libscalar-list-utils-perl

Etc...



Unable to crrect problems, you have held broken packages...



Any thoughts?



Jason A. Maher

Network Engineer

Multi-State Lottery

P: 515-453-1408

F: 515-453-1420





CONFIDENTIAL INFORMATION DO NOT DISTRIBUTE - The information in this email and 
any attachments is confidential, privileged and intended only for the recipient 
listed above. If you have received this message in error, please notify the 
sender immediately by email or telephone and delete t