<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: unicode... command not found in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096839#M71006</link>
    <description>kbd is also apparently where the font latarcyrheb-sun16 is located, and for some reason, after i fixed the problem as I described before, logging in created the error "findfont [cannot locate latarcyrheb-sun16]" or similar error. This happened until I installed console-tools and then reinstall kbd. I can't guarantee that this was what fixed the problem since I also installed anything that said "Font" in the RPMS directory and then did a rpm -Uvh to kbd again.</description>
    <pubDate>Thu, 28 Oct 2004 13:53:14 GMT</pubDate>
    <dc:creator>Philip Waters</dc:creator>
    <dc:date>2004-10-28T13:53:14Z</dc:date>
    <item>
      <title>unicode... command not found</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096833#M71000</link>
      <description>I install a very slender version of RedHat Linux since we access remote sites via modem, sometimes at 9600 BAUD, and a graphical interface at that speed is miserable (final product is RainingData's D3 programs with D3 running as an application on Linux).  Installing RedHat 9.0 with this 'slender' installation (around 600 Mb) results in error messages like 'unicode_start command not found' and likewise for '_stop'.  These messages only show up on the console which is usually stuck away in some computer room and rarely observed after installing in the customers site.  The message seems to cause no problems except its appearance is embarrising when the customer sees it and wonders what it means and we can only say, "We have not idea but no one has died from it so far".  What module of modules does one have to install to get rid of this message?  I am putting all RPMs onto the Linux partition so that I can 'fix' the problem after the sysems are installed.</description>
      <pubDate>Sun, 19 Oct 2003 18:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096833#M71000</guid>
      <dc:creator>Ray Labahn</dc:creator>
      <dc:date>2003-10-19T18:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: unicode... command not found</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096834#M71001</link>
      <description>Well since you do not seem to need it, how about disabeling this service for the runlevels you use? I am not a Redhat person, but the scripts will be in /etc/init.d and there certainly will be a graphical tool to enable/disable service on a per runlevel basis.</description>
      <pubDate>Sun, 19 Oct 2003 18:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096834#M71001</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-19T18:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: unicode... command not found</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096835#M71002</link>
      <description>The 'unicode_start' and 'unicode_stop' routines are provided by the package 'kbd', and are to allow unicode fonts and applications to run on the console of a Linux box.&lt;BR /&gt; &lt;BR /&gt;I'm unsure where these are called from (not able to find them on the 10 sec look at the RH8 &amp;amp; 9 boxes here, but somehow related to '/etc/init.d/keytable'), but you should be able to get rid of the message by installing this package.&lt;BR /&gt; &lt;BR /&gt;It's dependancy table is pretty simple, so you shouldn't have to install anything else.</description>
      <pubDate>Sun, 19 Oct 2003 19:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096835#M71002</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-10-19T19:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: unicode... command not found</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096836#M71003</link>
      <description>I had a look on my system's but found nothing contained unicode &lt;BR /&gt;&lt;BR /&gt;"grep -i "unicode" /etc/init.d  &lt;BR /&gt;&lt;BR /&gt;revealed nothing on my RH 9.0 system (this has  many things started)&lt;BR /&gt;&lt;BR /&gt;but I thing the following may futher help you&lt;BR /&gt;&lt;BR /&gt;man unicode&lt;BR /&gt;man utf-8&lt;BR /&gt;and&lt;BR /&gt;cat /etc/sysconfig/i18n&lt;BR /&gt;&lt;BR /&gt;The above file could in your case define to utf and this could be remplaced by unicode.&lt;BR /&gt;&lt;BR /&gt;But beware this will could change a lot of your font display on console&lt;BR /&gt;&lt;BR /&gt;In a few words not sure but check this could help you out.&lt;BR /&gt;&lt;BR /&gt;J-P ( please do not forget to assign points tks. )&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 11:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096836#M71003</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-20T11:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: unicode... command not found</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096837#M71004</link>
      <description>There seems to be a problem with Unicode chars when installing RH with support for languages other than US english. I have installed norwegian support and get garbled man pages...&lt;BR /&gt;&lt;BR /&gt;Perhaps this could be related to your problem. The workaround that works for me is to make sure my /etc/sysconfig/i18n file has &lt;BR /&gt;&lt;BR /&gt;LANG="en_US" &lt;BR /&gt;&lt;BR /&gt;in it instead of &lt;BR /&gt;&lt;BR /&gt;LANG="something no_bokmal"&lt;BR /&gt;&lt;BR /&gt;See the related URL: &lt;A href="http://www.aplawrence.com/Bofcusm/1840.html" target="_blank"&gt;http://www.aplawrence.com/Bofcusm/1840.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 05:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096837#M71004</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2003-10-21T05:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: unicode... command not found</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096838#M71005</link>
      <description>Because you did a 'slender' installation you probably used "Select Individual Packages" and just like I do (and did) uncheck anything you don't recognize. &lt;BR /&gt;&lt;BR /&gt;you need to make sure the package "kbd" is installed. &lt;BR /&gt;&lt;BR /&gt;From faqs.org's website:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/docs/linux_scratch/chapter06/kbd.html" target="_blank"&gt;http://www.faqs.org/docs/linux_scratch/chapter06/kbd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;6.43.3. Contents of Kbd&lt;BR /&gt;Last checked against version 1.06.&lt;BR /&gt;&lt;BR /&gt;6.43.3.1. Program Files&lt;BR /&gt;chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, setfont, setkeycodes, setleds, setlogcons, setmetamode, setvesablank, showfont, &lt;BR /&gt;showkey, unicode_start, and unicode_stop&lt;BR /&gt;----------------^      ------------^&lt;BR /&gt;&lt;BR /&gt;Now if I could just figure out which package I didn't install that makes my command prompt say -bash-2.05b# instead of [root@hostname]#&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 13:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096838#M71005</guid>
      <dc:creator>Philip Waters</dc:creator>
      <dc:date>2004-10-28T13:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: unicode... command not found</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096839#M71006</link>
      <description>kbd is also apparently where the font latarcyrheb-sun16 is located, and for some reason, after i fixed the problem as I described before, logging in created the error "findfont [cannot locate latarcyrheb-sun16]" or similar error. This happened until I installed console-tools and then reinstall kbd. I can't guarantee that this was what fixed the problem since I also installed anything that said "Font" in the RPMS directory and then did a rpm -Uvh to kbd again.</description>
      <pubDate>Thu, 28 Oct 2004 13:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unicode-command-not-found/m-p/3096839#M71006</guid>
      <dc:creator>Philip Waters</dc:creator>
      <dc:date>2004-10-28T13:53:14Z</dc:date>
    </item>
  </channel>
</rss>

