Hi Ian, Not sure which platform you’re on, those are escape characters that help print output with colours. Disable colors for normal UTF8 output;
set color false You can also change the prompt with any other utf8 character; for example simply: set prompt > Hope this helps. > On 05-Dec-2014, at 1:06 am, Ian Forde <[email protected]> wrote: > > (Just joined the list and had this forwarded to me - please forgive if > threading is broken) > > Quick Cloudmonkey question (CS 4.3.1, Cloudmonkey 5.3.0) - I noticed in > the archives there are questions regarding cloudmonkey and embedded > control characters. We’re still getting them and can’t get rid of them. > For example… (note that the “Prompt” line does have the monkey icon - hope > it shows up here…) > > In ~/.cloudmonkey/config: > > [ui] > color = false > prompt = 🐵> > display = default > > From CLI: > > [root@sjmpc-hv2 cloudmanager_utils]# cloudmonkey list domains > display=default color=false id=bd9ed4bb-7bb0-4c85-bb91-3bc2a28671f2 > count = 1 > domain: > id = bd9ed4bb-7bb0-4c85-bb91-3bc2a28671f2 > name = ops-test > haschild = False > level = 1 > parentdomainid = d2c768d7-5b10-11e4-9b04-2c44fd848fa4 > parentdomainname = ROOT > path = ROOT/ops-test > =========================================================================== > ===== > [root@sjmpc-hv2 cloudmanager_utils]# > > > > But send the output into a file, and we see the following: > > ^[[?1034hcount = 1 > domain: > id = bd9ed4bb-7bb0-4c85-bb91-3bc2a28671f2 > name = ops-test > haschild = False > level = 1 > parentdomainid = d2c768d7-5b10-11e4-9b04-2c44fd848fa4 > parentdomainname = ROOT > path = ROOT/ops-test > =========================================================================== > ===== > > > Where the “^[[?1034h” bit is constantly output no matter what… it > basically makes us have to have bash hacks around almost every call of > cloudmonkey. Is there a way to definitively make it NOT do this? > > > -I > > > On 12/4/14, 11:21 AM, "Yiping Zhang" <[email protected]> wrote: > >> >> >> On 12/4/14, 3:45 AM, "Rohit Yadav" <[email protected]> wrote: >> >>> Hi all, >>> >>> We want to work on the next release of CloudMonkey do you have any >>> issues that we should fix, or any new feature you want? Thanks. >>> >>> -- >>> Regards, >>> Rohit Yadav >>> Software Architect, ShapeBlue >>> M. +91 8826230892 | [email protected] >>> Blog: bhaisaab.org | Twitter: @_bhaisaab >>> >>> Find out more about ShapeBlue and our range of CloudStack related >>> services >>> >>> IaaS Cloud Design & >>> Build<http://shapeblue.com/iaas-cloud-design-and-build//> >>> CSForge rapid IaaS deployment framework<http://shapeblue.com/csforge/> >>> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> >>> CloudStack Software >>> Engineering<http://shapeblue.com/cloudstack-software-engineering/> >>> CloudStack Infrastructure >>> Support<http://shapeblue.com/cloudstack-infrastructure-support/> >>> CloudStack Bootcamp Training >>> Courses<http://shapeblue.com/cloudstack-training/> >>> >>> This email and any attachments to it may be confidential and are intended >>> solely for the use of the individual to whom it is addressed. Any views >>> or opinions expressed are solely those of the author and do not >>> necessarily represent those of Shape Blue Ltd or related companies. If >>> you are not the intended recipient of this email, you must neither take >>> any action based upon its contents, nor copy or show it to anyone. Please >>> contact the sender if you believe you have received this email in error. >>> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue >>> Services India LLP is a company incorporated in India and is operated >>> under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is >>> a company incorporated in Brasil and is operated under license from Shape >>> Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of >>> South Africa and is traded under license from Shape Blue Ltd. ShapeBlue >>> is a registered trademark. >> > Regards, Rohit Yadav Software Architect, ShapeBlue M. +91 88 262 30892 | [email protected] Blog: bhaisaab.org | Twitter: @_bhaisaab Find out more about ShapeBlue and our range of CloudStack related services IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> CloudStack Software Engineering<http://shapeblue.com/cloudstack-software-engineering/> CloudStack Infrastructure Support<http://shapeblue.com/cloudstack-infrastructure-support/> CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/> This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of Shape Blue Ltd or related companies. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error. Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services India LLP is a company incorporated in India and is operated under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is a registered trademark.
