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

Shell Fails on Service Dependencies on CentOS 7 #157

Open
darkn3rd opened this issue Dec 7, 2015 · 0 comments
Open

Shell Fails on Service Dependencies on CentOS 7 #157

darkn3rd opened this issue Dec 7, 2015 · 0 comments

Comments

@darkn3rd
Copy link

darkn3rd commented Dec 7, 2015

Is there anything I could do to help further debug?

[root@node ~]# blueprint-create -S web-shell
# [blueprint] using cached blueprintignore(5) rules
# [blueprint] searching for PEAR/PECL packages
# [blueprint] searching for Yum packages
# [blueprint] searching for configuration files
# [blueprint] searching for APT packages
# [blueprint] searching for Ruby gems
# [blueprint] searching for npm packages
# [blueprint] searching for software built from source
# [blueprint] searching for Python packages
# [blueprint] searching for service dependencies
Traceback (most recent call last):
  File "/bin/blueprint-create", line 79, in <module>
    filename = getattr(b, options.generate)(options.relaxed).dumpf()
  File "/usr/lib/python2.7/site-packages/blueprint/frontend/sh.py", line 333, in dumpf
    f.write('{0}\n'.format(out))
  File "/usr/lib64/python2.7/codecs.py", line 691, in write
    return self.writer.write(data)
  File "/usr/lib64/python2.7/codecs.py", line 351, in write
    data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 138: ordinal not in range(128)

Puppet and Chef seemed to work.

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

1 participant