On 06/17/2012 11:33 PM, Casey Price wrote:
Hi all,

Just noticed a problem on one of my virtualized xen QMT boxes when
running qtp-ami-up2date

Received the following error:

/usr/sbin/qtp-config: line 168: 1.el5: syntax error: invalid arithmetic
operator (error token is ".el5")

I'm running CentOS 5.8 i386. Any ideas?

Thanks,

--
Casey Price


Leave it to CJ to break something. ;)

Please post:
# rpm -q | grep toaster | sort

That part of the code is comparing the installed version of a package to the version listed as current. It's a little tricky to do, at least in a shell script. Given that it's choking on "1.el5", where it appears to need simply "1", I'm guessing that a package that is installed on your system which has "el5" in it at the end, where the stock QMT packages do not. The result of the command above may show us this.

Have you built your own customized version of any packages?

--
-Eric 'shubes'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to