Amanda-Users

[Amanda-users] Script "Exec format error" ?

2009-04-10 01:50:48
Subject: [Amanda-users] Script "Exec format error" ?
From: Topper <amanda-forum AT backupcentral DOT com>
To: amanda-users AT amanda DOT org
Date: Fri, 10 Apr 2009 01:42:55 -0400
FAILED "Script 'abas-stop' command 'PRE-HOST-ESTIMATE': sendsize: error [exec 
/usr/libexec/amanda/application/abas-stop: Exec format error]"

What does this means ? The pre/post scripts are not ran. Scripts run on 

ll /usr/libexec/amanda/application/
4 -rwxr-xr-x  1 amandabackup disk    96 Apr  8 16:43 abas-start*
4 -rwxr-xr-x  1 amandabackup disk   208 Apr  8 16:00 abas-stop*

The dumper define:

define dumptype abas-local-compress {
   global
   program "GNUTAR"
   comment "compression dumped with tar exclude Upload and tmp"
   compress client best
   exclude list "/etc/amanda/DailySet1/abas.exclude"
   priority high
   strategy noinc
    script {
    comment "Stop Abas ERP"
    plugin  "abas-stop"            # filename of the script, in the dumper dir
    execute-where client              # server or client
    execute-on pre-host-estimate
    }
    script {
    comment "Start Abas ERP"
    plugin  "abas-start"           # filename of the script, in the dumper dir
    execute-where client              # server or client
    execute-on post-host-backup
    property "mailto" "root"  # can set arbitrary properties
    }
}


Thanks in advance

+----------------------------------------------------------------------
|This was sent by topper AT abv DOT bg via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



<Prev in Thread] Current Thread [Next in Thread>