Re: [Mtx-general] need help on debug log
Brought to you by:
elgreen,
robertnelson
|
From: W B. <ws...@pa...> - 2003-07-08 08:05:26
|
> Mikkel Gadegaard wrote: > > Hi there, > > When I run amanda I get an error. I look in /tmp/amanda and find the following debug log: > > chg-zd-mtx: debug 1 pid 12149 ruid 0 euid 0: start at Tue Jul 8 09:39:55 2003 > 09:39:55 Arg info: > $# = 1 > $0 = "/usr/lib/amanda/chg-zd-mtx" > $1 = "-info" > 09:39:55 Running: mtx status > 09:39:55 Exit code: 127 > Stderr: > /usr/lib/amanda/chg-zd-mtx: line 387: mtx: command not found I don't use amanda, but, it looks like amanda doesn't have mtx in it's PATH. Find your mtx path and check how you launch amanda so that it get's the correct PATH that includes mtx's directory. Or, just put mtx in /usr/bin. Should find it there with even a default PATH. Wes |