mflorell wrote:Are all of the perl modules installed properly?
Is manager.conf configured properly?
the perl modules is installed in my FC6...
n this is my manager.conf:
;
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
displayconnects = yes
;[mark]
;secret = mysecret
;deny=0.0.0.0/0.0.0.0
;permit=209.16.236.73/255.255.255.0
;
; writetimeout = 100
;
[cron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
[updatecron]
secret = 1234
read = command
write = command
[listencron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = command
[sendcron]
secret = 1234
read = command
write = system,call,log,verbose,command,agent,user
anything need to be change?