Should have already done that, I think!
On 13 Jul 2012, at 16:57, Bryan McLellan (JIRA) wrote:
>
> [ http://tickets.opscode.com/browse/CHEF-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25305#comment-25305 ]
>
> Bryan McLellan commented on CHEF-3288:
> --------------------------------------
>
> Thank you for taking the time to help make Chef better! We require a Contributor License Agreement (CLA) from contributors to help protect all Chef users. It is easy to complete one online. Instructions to do so are on our wiki, which is linked below. Once your account is updated, you will have access to 'resolve' tickets that indicates to the code review team that your contribution is ready for review.
>
> http://wiki.opscode.com/display/chef/How+to+Contribute
>
>> Running knife with unicode input gives rise to error: "data not multiple of block length (OpenSSL::Cipher::CipherError)"
>> ------------------------------------------------------------------------------------------------------------------------
>>
>> Key: CHEF-3288
>> URL: http://tickets.opscode.com/browse/CHEF-3288
>> Project: Chef
>> Issue Type: Bug
>> Components: Knife
>> Affects Versions: 10.12.0
>> Reporter: Chris Parsons
>>
>> Attempting to run a unicode command via chef will give the following stacktrace.
>> This is traced to an underlying bug in Net::SSH. A workaround is given on the following pull request:
>> https://github.com/opscode/chef/pull/334
>> Might need further discussion before merging.
>
> –
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
–
Chris Parsons
chris.p@rsons.org
http://twitter.com/chrismdp
http://pa.rsons.org
I've since discovered the original issue is me using unicode characters to describe the role on the command line.