On Wed, 5 Sep 2001, Andrew Ryan wrote:
> Has anyone else running 0.99.1 seen this bug?
i just installed mon.cgi-1.52 last night and i get this:
MON: Operation Status: Summary View
> Cannot connect to the mon server. Check the mon process to see if it
> is running.
> Could not get server time on mon server "localhost": 520 command could
> not be executed (perhaps you don't have permissions in auth.cf?) Could
> not get server time on mon server "localhost": 520 command could not be
> executed (perhaps you don't have permissions in auth.cf?)
in auth.cf i have "servertime: all"
in /var/log/messages i see:
Sep 5 10:13:48 xxxx mon[5333]: client command "servertime"
Sep 5 10:13:48 xxxx mon[5333]: user '' tried 'servertime', not authenticated
in mon.cgi i have
%loginhash = ("username","read", "password","read");
and there is an entry in monusers.cf for that account, and it works:
: dp ~$; telnet xxxx mon
[...]
login read read
220 login accepted
however when i do "servertime" it gives me
servertime
520 command could not be executed
even though
servertime: all
so there is definitely more to investigate.