Ad Widget

Collapse

Service installation Odd "file not found" error 1.8.x

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dpbaker57
    Member
    • Aug 2010
    • 33

    #1

    Service installation Odd "file not found" error 1.8.x

    When I try to install the zabbix agent on just one of our Windows 2008 32bit servers I get an error. It works elsewhere just fine. It is the 32 bit agent. I've tried several different version of the pre-compiled binaries of 1.8. Anyone with a clue on what is going wrong or what to look at?

    command:
    c:\zabbix_agentd.exe --install --config c:\zabbix_agentd.conf

    error:
    zabbix_agentd.exe [3340]: ERROR: cannot create service [Zabbix Agent]: [0x00000002] The system cannot find the file specified.

    Config file contents:
    Server=10.30.10.10,10.18.8.33,192.168.140.201,10.1 .2.7
    Hostname=SERVERNAME
    StartAgents=5
    DebugLevel=3
    LogFile=C:\temp\zabbix_agentd.log
    Timeout=3

    The folder C:\temp exists and System and the admin doing the install have write permissions. SERVERNAME is a placeholder for the simple name of the server I'm trying to install this on. It has the correct value when I run this.
Working...