PacketFence - BTS - PacketFence
View Issue Details
0001148PacketFenceconfigurationpublic2011-01-04 16:202011-01-26 15:44
fgaudreault 
obilodeau 
normalmajorsometimes
closedfixed 
2.0.0 
2.0.12.0.1 
9176bb80e4c8ee69c1dfb6061a55599d11a2025e
0001148: configurator.pl is not building clean configuration files
While installing the software using the configurator.pl, we ended up with an incomplete and messed up set of configuration files.

The database variable is missing in the pf.conf, networks.conf is not having the proper information in it, and scan variable is not under the right section in pf.conf.

Other variables and configuration files may be set with unproper values.
No tags attached.
Issue History
2011-01-04 16:20fgaudreaultNew Issue
2011-01-21 14:26obilodeauNote Added: 0001825
2011-01-21 14:51obilodeaumtn revision => 9176bb80e4c8ee69c1dfb6061a55599d11a2025e
2011-01-21 14:51obilodeauNote Added: 0001826
2011-01-21 14:51obilodeauStatusnew => resolved
2011-01-21 14:51obilodeauFixed in Version => 2.0.1
2011-01-21 14:51obilodeauResolutionopen => fixed
2011-01-21 14:51obilodeauAssigned To => obilodeau
2011-01-26 15:44obilodeauStatusresolved => closed

Notes
(0001825)
obilodeau   
2011-01-21 14:26   
Database settings are not populated by configurator.pl nor installer.pl. The installer explicitly mentions to do your configuration yourself:

            print
                " ** NOTE: AFTER RUNNING THE CONFIGURATOR, BE SURE TO CHECK THAT $conf_dir/pf.conf\n";
            print " REFLECTS YOUR MYSQL CONFIGURATION:\n";
            print " - HOST: $mysql_host\n";
            print " - PORT: $mysql_port\n";
            print " - USER: $pfuser\n";
            print " - PASS: $pfpass\n";
            print " - DB : $mysql_db\n";


Unable to reproduce issue regarding scan section.

Confirmed a creation of a [network <network-address>] section in conf/pf.conf that has nothing to do there.

Confirmed glitches and annoyances with setting up networks.
(0001826)
obilodeau   
2011-01-21 14:51   
configurator.pl no longer putting empty [network <network-address>] statements in conf/pf.conf