Installed OpenFPC directly from GoogleCode on a blank Ubuntu 12.04 box.
Followed installation instructions from the OpenFPC site in terms of installing
dependencies and configuring the OpenFPC config file.
What steps will reproduce the problem?
1. Browse to login screen
2. Enter uid/pw and click 'Login'
What is the expected output? What do you see instead?
I expect to login and be presented with a screen showing search options,
instead the screen just refreshes and stays at the login screen. The Apache2
error log shows the following errors:
[Mon Jun 25 13:39:44 2012] [notice] caught SIGTERM, shutting down
[Mon Jun 25 13:40:19 2012] [notice] Apache/2.2.22 (Ubuntu)
PHP/5.3.10-1ubuntu3.2 with Suhosin-Patch configured -- resuming normal
operations
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: A session
had already been started - ignoring session_start() in
/usr/share/openfpc/www/includes/functions.php on line 570
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: auth in /usr/share/openfpc/www/includes/functions.php on line 572
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: op in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: ipv in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: cxtid in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: sessp in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: srcip in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: dstip in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: srcport in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: dstport in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: start_date in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: end_date in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: protocol in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: logline in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: comment in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: bpf in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: op in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: username in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: password in /usr/share/openfpc/www/includes/functions.php on line 443
[Mon Jun 25 13:44:37 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
variable: out in /usr/share/openfpc/www/login.php on line 64
[Mon Jun 25 13:44:40 2012] [error] [client 10.5.25.172] File does not exist:
/var/www/favicon.ico
[Mon Jun 25 13:44:44 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: auth in /usr/share/openfpc/www/login.php on line 128, referer:
http://10.1.47.115/openfpc/login.php
[Mon Jun 25 13:44:44 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
variable: out in /usr/share/openfpc/www/includes/functions.php on line 579,
referer: http://10.1.47.115/openfpc/login.php
[Mon Jun 25 13:44:44 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: op in /usr/share/openfpc/www/includes/functions.php on line 443,
referer: http://10.1.47.115/openfpc/login.php
[Mon Jun 25 13:44:44 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: username in /usr/share/openfpc/www/includes/functions.php on line 443,
referer: http://10.1.47.115/openfpc/login.php
[Mon Jun 25 13:44:44 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
index: password in /usr/share/openfpc/www/includes/functions.php on line 443,
referer: http://10.1.47.115/openfpc/login.php
[Mon Jun 25 13:44:44 2012] [error] [client 10.5.25.172] PHP Notice: Undefined
variable: out in /usr/share/openfpc/www/login.php on line 64, referer:
http://10.1.47.115/openfpc/login.php
[Mon Jun 25 13:44:44 2012] [error] [client 10.5.25.172] File does not exist:
/var/www/favicon.ico
What version of the product are you using? On what operating system?
Latest code release from Googlecode repository as of 06/22/12 on Ubuntu server
12.04 64-bit.
Please provide any additional information below.
I've also attached my only openfpc-default.conf file which hasn't been modified
much from the default proxy example provided.
Original issue reported on code.google.com by jeffrey....@gmail.com on 25 Jun 2012 at 6:19
Original issue reported on code.google.com by
jeffrey....@gmail.com
on 25 Jun 2012 at 6:19Attachments: