leichongxiang / sshpt

Automatically exported from code.google.com/p/sshpt
0 stars 0 forks source link

Problems to run yum remotelly #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. I'm running this command
./sshpt.py -f ../servers -a ../user -s " yum --disablerepo=* --enablerepo=remi 
update php -y"

What is the expected output? What do you see instead?

I expected that PHP version is upgraded to the latest version. But no.

For exmaple, I have php-5.3.15-1.el5.remi.x86_64 and the latest version is 
php-5.3.17-1.el5.remi.x86_64

Yum command is not running correctly in my servers.
"Yum update " local with success.

What version of the product are you using? On what operating system?

$ ./sshpt.py --version
1.2.0

Ubuntu 12.04.1 LTS

Please provide any additional information below.

I have patched sshpt.py with patch provided in issue 10. But this not solve the 
problem.

Original issue reported on code.google.com by diabli...@gmail.com on 21 Sep 2012 at 5:26