Created
January 11, 2016 23:36
-
-
Save logikal/f4e0c91cdaaa284f9f6e to your computer and use it in GitHub Desktop.
st2actionrunner not installing correctly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@default-centos-6-chef-11 bin]# yum info stactions | |
Loaded plugins: security, verify | |
Error: No matching Packages to list | |
[root@default-centos-6-chef-11 bin]# yum info st2actions | |
Loaded plugins: security, verify | |
Installed Packages | |
Name : st2actions | |
Arch : noarch | |
Version : 1.2.0 | |
Release : 8 | |
Size : 533 k | |
Repo : installed | |
From repo : stackstorm | |
Summary : ST2 Actions | |
URL : https://github.com/StackStorm/st2 | |
License : Apache | |
Description : An automation plaform that needs a much better description than this. | |
[root@default-centos-6-chef-11 bin]# yum verify st2actions | |
Loaded plugins: security, verify | |
==================== Installed Packages ==================== | |
st2actions.noarch : ST2 Actions | |
File: /usr/bin/st2actionrunner | |
Problem: file is missing | |
File: /usr/lib/python2.7/site-packages/st2actions/bin/st2actionrunner | |
Problem: file is missing | |
verify done | |
[root@default-centos-6-chef-11 bin]# yum remove st2actions | |
Loaded plugins: security, verify | |
Setting up Remove Process | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package st2actions.noarch 0:1.2.0-8 will be erased | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
====================================================================================================================================================== | |
Package Arch Version Repository Size | |
====================================================================================================================================================== | |
Removing: | |
st2actions noarch 1.2.0-8 @stackstorm 533 k | |
Transaction Summary | |
====================================================================================================================================================== | |
Remove 1 Package(s) | |
Installed size: 533 k | |
Is this ok [y/N]: y | |
Downloading Packages: | |
Running rpm_check_debug | |
Running Transaction Test | |
Transaction Test Succeeded | |
Running Transaction | |
Erasing : st2actions-1.2.0-8.noarch 1/1 | |
Verifying : st2actions-1.2.0-8.noarch 1/1 | |
Removed: | |
st2actions.noarch 0:1.2.0-8 | |
Complete! | |
[root@default-centos-6-chef-11 bin]# yum install st2actions | |
Loaded plugins: security, verify | |
Setting up Install Process | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package st2actions.noarch 0:1.2.0-8 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
====================================================================================================================================================== | |
Package Arch Version Repository Size | |
====================================================================================================================================================== | |
Installing: | |
st2actions noarch 1.2.0-8 stackstorm 134 k | |
Transaction Summary | |
====================================================================================================================================================== | |
Install 1 Package(s) | |
Total download size: 134 k | |
Installed size: 533 k | |
Is this ok [y/N]: y | |
Downloading Packages: | |
st2actions-1.2.0-8.noarch.rpm | 134 kB 00:00 | |
Running rpm_check_debug | |
Running Transaction Test | |
Transaction Test Succeeded | |
Running Transaction | |
Installing : st2actions-1.2.0-8.noarch 1/1 | |
Verifying : st2actions-1.2.0-8.noarch 1/1 | |
Installed: | |
st2actions.noarch 0:1.2.0-8 | |
Complete! | |
[root@default-centos-6-chef-11 bin]# yum verify st2actions | |
Loaded plugins: security, verify | |
verify done | |
[root@default-centos-6-chef-11 bin]# cat /etc/redhat-release | |
CentOS release 6.6 (Final) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment