LightSquid and 500 - Internal Server Error
-
This recept helped to me:
ln -s /usr/local/bin/perl /usr/bin/perlThank you, dvserg.
-
I am having the same problem as AudiAddict now. It seems unrelated to the perl path issue. I think the package is broken, it does not install anything into /usr/loca/www/ so the lightsquid directory does not exist.
-
Jep I'm also still having this same problem.
Even when I create the directories myself and give them chhmod 777, nothing happends.. no files get created
-
Problem fixed with the help of dvserg!! (THANKS!!)
He asked me to post the instructions
- Remove package from GUI
- Go to the firewall shell and type pkg_info
- If lightsquid is listed, use PKG_delete to remove it (pkg_delete lightsquid-1.7.1_1)
- Reinstall from GUI now and it should be fixed!
-
That fixed the problem, thanks dvserg and Audi!
-
YAYYYYYYY.
That fixed my final issue with pfsense.
Finally pfsense 1.2.1 with squid/squidguard/bandwidthd/lightsquid ALL WORK!!!!!! -
Geat!Thanks wilagobler,Thanks dvserg! ;D ;D ;D ;D
-
I´ve done this but cant get Lightsquid to work. Same error message still after the manual uninstall. =/ Any other tips?
-
Uninstall like explained above and then reinstall the package in the gui
then type in the shell :
ln -s /usr/local/bin/perl /usr/bin/perl
Make sure the log setting is switched on for squid and set to the standard dir and then go to lightsquid and refresh/update settings and it should work.
-
That totally fixed it! Thank you! =) A great addon to squid! Now I dont really now how I managed without it. =)
-
Hi all,
I've tried all the suggestions but still cant get lightsquid report to display anything other than the following:
"LigthSquid diagnostic.
Error : report folder '/var/lightsquid/report' not contain any valid data! Please run lightparser.pl (and check 'report' folder content)
Please check config file !Variable value
$tplpatph /usr/local/www/lightsquid/tpl
$templatename base
$langpatph /usr/local/share/lightsquid/lang
$langname eng
$reportpath /var/lightsquid/report
Access to '/var/lightsquid/report' folder yesfolder content:
/var/lightsquid/report folder has no data (files/folders) in it so there is a definate problem. Does anyone have any other suggestions?
Thanks,
helwoe
-
1. You must check squid logging for enable, use some time squid, and after refresh LS from GUI
2. And check perl for exists - type 'pkg_info' from console (post here pls). -
Thanks for the reply.
I took a break (college professor insists we do this) after a few hours and took another look, lightsquid report was working!
Nice tool to play with!
Cheers
-
Hi all! Still having problems with lightsquid. :-\
I reinstalled the package as directed in this thread, made the symlink (ln -s /usr/local/bin/perl /usr/bin/perl), checked permissions on index.cgi, graph.cgi and restarted the box several times. Still getting the 500 error when I ask for the graphics reports. Text reports work OK. Any tips or leads that could help me?
BR
-
Anyone has some leads on this issue? It seems to be resolved but it is not working for me!. :'( Please any help will be appreciated.
Best regards.
-
Anyone has some leads on this issue? It seems to be resolved but it is not working for me!. :'( Please any help will be appreciated.
Best regards.
Possible look you 'pkg_info' from shell?
-
Yes, this is my pkg_info from the shell.
pkg_info
bandwidthd-2.0.1 Tracks bandwidth usage by IP address
bsdinstaller-2.0.2007.0827 BSD Installer mega-package
cpdup-1.05 A comprehensive filesystem mirroring program
freetype2-2.1.10_3 A free and portable TrueType font rendering engine
freetype2-2.2.1_1 A free and portable TrueType font rendering engine
gd-2.0.33_4,1 A graphics library for fast creation of images
grub-0.97 GRand Unified Bootloader
jpeg-6b_4 IJG's jpeg compression utilities
libart_lgpl-2.3.19,1 Library for high-performance 2D graphics
libiconv-1.9.2_2 A character set conversion library
lightsquid-1.7.1 A light and fast web based squid proxy traffic analyser
lighttpd-1.4.18 A secure, fast, compliant, and very flexible Web Server
lua-5.0.2_1 Small, compilable scripting language providing easy access
openldap-client-2.3.40 Open source LDAP client implementation
pcre-6.6_1 Perl Compatible Regular Expressions library
perl-5.8.8 Practical Extraction and Report Language
pkg-config-0.21 A utility to retrieve information about installed libraries
pkgconfig-0.20 A utility to retrieve information about installed libraries
png-1.2.12_1 Library for manipulating PNG images
png-1.2.14 Library for manipulating PNG images
png-1.2.8_3 Library for manipulating PNG images
squid-2.6.18 HTTP Caching Proxy
squid_radius_auth-1.0.8 RADIUS authenticator for squid proxy 2.5 and laterBR.
-
Last time I had a problem, the instructions in this thread worked for me.
In summary:
While it was installed in the WebGUI, go to the shell.
pkg_delete lightsquid*
ln -s /usr/local/bin/perl /usr/bin/perl
Go back to the webgui and install it again.After that, it worked like a charm.
-
So, you mean to run the pkg_delete command before uninstalling the package from the GUI? Humm, I´ll try! Thanks.
BR -
Yes, run the pkg_delete command while it is still installed from the WebGUI.
I also added this procedure to the Wiki as an FAQ, so let me know if it doesn't work for you.