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

blueprint create <hostname> fails on RHEL 6.4 #143

Open
shawn-m-adams opened this issue Jul 12, 2013 · 2 comments
Open

blueprint create <hostname> fails on RHEL 6.4 #143

shawn-m-adams opened this issue Jul 12, 2013 · 2 comments

Comments

@shawn-m-adams
Copy link

Good morning.

when running "blueprint create" on newly installed blueprint (git cloned and installed yesterday) I get;

blueprint create lhn

[blueprint] using cached blueprintignore(5) rules

[blueprint] searching for PEAR/PECL packages

[blueprint] searching for software built from source

[blueprint] searching for Yum packages

[blueprint] searching for APT packages

Traceback (most recent call last):
File "/usr/local/bin/blueprint-create", line 84, in
b = blueprint.cli.create(options, args)
File "/usr/lib/python2.6/site-packages/blueprint/cli.py", line 32, in create
b = blueprint.Blueprint.create(args[0])
File "/usr/lib/python2.6/site-packages/blueprint/init.py", line 69, in create
getattr(backend, funcname)(b, r)
File "/usr/lib/python2.6/site-packages/blueprint/backend/apt.py", line 22, in apt
stdout = fnull, stderr = fnull)
File "/usr/lib64/python2.6/subprocess.py", line 478, in call
p = Popen(_popenargs, *_kwargs)
File "/usr/lib64/python2.6/subprocess.py", line 639, in init
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

@shawn-m-adams
Copy link
Author

applying the indicated changes did not fix the issue.

@rcrowley rcrowley reopened this Jul 12, 2013
@shawn-m-adams
Copy link
Author

What do you need from me next?

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