Penguin

Differences between current version and predecessor to the previous major change of iLO.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Wednesday, December 30, 2009 10:50:02 am by AristotlePagaltzis
Older page: version 3 Last edited on Wednesday, December 30, 2009 9:02:53 am by JohnMcPherson Revert
@@ -19,14 +19,15 @@
  <pre> 
  debug1: Sending env LANG = en_NZ.UTF-8 
  </pre> 
  
- This confuses old versions of the iLO. If you don't want to install a newer iLO firmware (you can get it from the [HP] website), work around it with  
+ This confuses old versions of the iLO. If you don't want to install a newer iLO firmware (you can get it from the [HP] website), you can work around this by completely unsetting the <tt>LANG</tt> EnvironmentVariable:  
  
  <pre> 
- unset LANG  
- ssh $ilo 
+ env -u LANG ssh $ilo 
  </pre> 
- Note that LANG needs to be completely unset; if you just do "<tt>LANG= ssh -v $server</tt>" you'll see that your ssh client still sends  
+  
+ Note that "<tt>LANG= ssh -v $server</tt>" only sets the variable to the empty string which your [SSH] client will still send, which is enough to confuse iLO:  
+  
  <pre> 
  debug1: Sending env LANG = 
  </pre>