Lightsquid Errors

From PFSenseDocs

Jump to: navigation, search


Some people have encountered problems with the lightsquid package generating 500 Server Errors when it is accessed.

Those who have encountered this issue have had success by removing the package from the console, and ensuring that a proper link to the perl binary is in place where lightsquid expects it. Like so:

  • Install lightsquid using the WebGUI
  • From the shell or Diagnostics > Command:
pkg_delete lightsquid\*
  • From the shell or Diagnostics > Command:
ln -s /usr/local/bin/perl /usr/bin/perl
  • Install lightsquid again from the WebGUI
Personal tools