Problem Module squidguard - webmin

In my office all accessing to internet through proxy server squid which installed Opensuse 10.3.
Because accessing our internet is only limited at outside office hours, hence at our proxy squid is using Helping programs that is squidguard. This matter is done to facilitate arrangement access time.
Moment determine time access this through our Webmin meet mistake message like this:

Error - Perl Execution failed
Undefined Subroutine & main::chown called at / usr/libexec/webmin/squidguard/save_weekly.cgi lino 63

I check file save_weekly.cgi at line 63 and change &chown($config{conf}) by & sgchown($config{conf}).
Error above disappearing.

This is simple tips from me hopefully good for reader.

2 comments:

  1. or in ubuntu change &chown($config{'conf'}); to
    &sgchown($config{'conf'});

    many thanks for that tip man.
    oddly enough when it did work after making the change you highlighted, i could see all my previous attempts that had caused the error.

    ReplyDelete
  2. if every message board made posting a constructive comment to an existing post as easy as this blog does, the internet would be a better place for all. thankyou!

    ReplyDelete

Featured Post

Install gammu on centos 7

To install Gammu on CentOS 7, follow these steps: 1. Update the system: Bash sudo yum update 2. Install dependencies: Bash sudo yum install...