Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 2.7 install fails with following error: retcode: 3010 #141

Open
rterbush opened this issue Nov 13, 2015 · 2 comments
Open

Python 2.7 install fails with following error: retcode: 3010 #141

rterbush opened this issue Nov 13, 2015 · 2 comments

Comments

@rterbush
Copy link
Contributor

Not sure if this is an issue with the package definition, or my target minion.

2015-11-13 17:44:24,159 [salt.loaded.int.module.cmdmod][ERROR   ][1836] Command ['msiexec', '/i', 'c:\\salt\\var\\cache
\\salt\\minion\\extrn_files\\base\\www.python.org\\ftp\\python\\2.7.10\\python-2.7.10.amd64.msi', '/qn', 'ALLUSERS=1','/norestart', 'ALLUSERS="1"'] failed with return code: 3010
2015-11-13 17:44:24,160 [salt.loaded.int.module.cmdmod][ERROR   ][1836] retcode: 3010
2015-11-13 17:45:44,240 [salt.state       ][ERROR   ][1836] {'_comment': 'Registry not updated.', 'python2_x64': {'new': '2.7.10150', 'old': ''}}
@TheBigBear
Copy link
Contributor

@rterbush not sure. MS say that error 3010 is:

ERROR_SUCCESS_REBOOT_REQUIRED   3010    A restart is required to complete the install. This message is indicative of a success. This does not include installs where the ForceReboot action is run.

Do you know if the box is OK and had the software installed on it, but just needs a reboot now?

What message do you get if you try installing it again using salt after a reboot of the machine in question?

@rterbush
Copy link
Contributor Author

The issue is that with failhard: true, this stops the provisioning process for what I would not expect to be considered an ERROR. Warning, yes, but not an error. Again, not sure whose camp this falls in, but raising it here first.

Trying to reboot this one time after packages are installed that require a reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants