Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Set UTF8 fo LC_ALL in Vagrant environment #114

Merged
merged 1 commit into from
Jan 27, 2016

Conversation

TomHAnderson
Copy link

To reproduce:

vagrant up
vagrant reload --provision

This results in:

==> default: Error: /Stage[main]/Puphpet_php/Service[php5-fpm]: Could not evaluate: invalid byte sequence in US-ASCII

The problem is caused because there are i18n characters in the file due to an authors name. To fix this on an existing install run sudo

sh -c "echo 'LC_ALL=en_US.UTF-8' >> /etc/environment"

@weierophinney weierophinney added this to the 1.3.2 milestone Jan 27, 2016
@weierophinney weierophinney self-assigned this Jan 27, 2016
@weierophinney weierophinney merged commit efc810f into zfcampus:master Jan 27, 2016
weierophinney added a commit that referenced this pull request Jan 27, 2016
Set UTF8 fo LC_ALL in Vagrant environment
weierophinney added a commit that referenced this pull request Jan 27, 2016
weierophinney added a commit that referenced this pull request Jan 27, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants