<?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_map.xxxx does not exist in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710169#M580943</link>
    <description>I know this kind of an old thread, but I recently installed samba 2.2.5 on hpux11i and received the same unicode messages.&lt;BR /&gt;&lt;BR /&gt;To get the unicodes I did the following-&lt;BR /&gt;&lt;BR /&gt;I restored a copy of the source for samba 2.2.5&lt;BR /&gt;&lt;BR /&gt;I put a copy of samba2.2.5/source/codepages to a linux system.&lt;BR /&gt;&lt;BR /&gt;I ran "make_unicodemap" on each of the CP*.TXT files to create each unicode_map.### file.&lt;BR /&gt;&lt;BR /&gt;I copied the unicode_map.### files to /usr/local/samba/lib/codepages.&lt;BR /&gt;&lt;BR /&gt;Now the warnings have gone away...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have attached a .tgz file with this reply of the "compiled" unicode_map files.&lt;BR /&gt;&lt;BR /&gt;Hope this can help someone else dealing with samba.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Fri, 11 Oct 2002 13:39:59 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2002-10-11T13:39:59Z</dc:date>
    <item>
      <title>unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710162#M580936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;after installing Samba 2.2.3a I see these errors in the&lt;BR /&gt;/var/opt/samba/log.smbd-file.&lt;BR /&gt;&lt;BR /&gt;I installed Samba on HP-UX 11.0 and have domain security enabled.&lt;BR /&gt;I can access my shares and everything seems to work just fine, but why do I&lt;BR /&gt;get those errors ? The files they refer to exist although the error says&lt;BR /&gt;they don't.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582)&lt;BR /&gt;&lt;BR /&gt;  load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.850 does&lt;BR /&gt;not exist.&lt;BR /&gt;&lt;BR /&gt;[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582)&lt;BR /&gt;&lt;BR /&gt;  load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.ISO8859-1&lt;BR /&gt;does not exist.&lt;BR /&gt;&lt;BR /&gt;Anyone an idea ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Jeroen.</description>
      <pubDate>Wed, 24 Apr 2002 14:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710162#M580936</guid>
      <dc:creator>Jeroen_D</dc:creator>
      <dc:date>2002-04-24T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710163#M580937</link>
      <description>What userid is running smbd and nmbd?&lt;BR /&gt;The reason I ask is it could be permissions on the files.&lt;BR /&gt;&lt;BR /&gt;Peace....</description>
      <pubDate>Wed, 24 Apr 2002 15:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710163#M580937</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-24T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710164#M580938</link>
      <description>Hi Jeroen,&lt;BR /&gt;&lt;BR /&gt; These appear to be errors due to the Codepage or char map the particular Windows clients are announcing when they access the share. Samba is looking for the map file &amp;amp; cannot find it.&lt;BR /&gt; If the users are not complaining about it, they can be ignored. Else the client(s) will have to set a  codepage Samba knows before they connect.&lt;BR /&gt; Check the dir the error msg references to see just what codepages it does know.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 15:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710164#M580938</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-24T15:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710165#M580939</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the smbd and nmbd are running in the root-context as shown by ps -ef | grep mbd&lt;BR /&gt;I have done a chmod 777 on the files in the codepages directory but still the same error.&lt;BR /&gt;&lt;BR /&gt;I have these files in the /opt/samba/lib/codepages-dir :&lt;BR /&gt;&lt;BR /&gt;hpc160-2:/opt/samba/lib/codepages # ll&lt;BR /&gt;total 24&lt;BR /&gt;-rwxrwxrwx   1 root       sys            196 Apr 18 14:14 codepage.437&lt;BR /&gt;-rwxrwxrwx   1 root       sys            148 Apr 18 14:14 codepage.737&lt;BR /&gt;-rwxrwxrwx   1 root       sys            388 Apr 18 14:14 codepage.775&lt;BR /&gt;-rwxrwxrwx   1 root       sys            132 Apr 18 14:14 codepage.850&lt;BR /&gt;-rwxrwxrwx   1 root       sys            172 Apr 18 14:14 codepage.852&lt;BR /&gt;-rwxrwxrwx   1 root       sys            132 Apr 18 14:14 codepage.857&lt;BR /&gt;-rwxrwxrwx   1 root       sys            460 Apr 18 14:14 codepage.861&lt;BR /&gt;-rwxrwxrwx   1 root       sys            588 Apr 18 14:14 codepage.866&lt;BR /&gt;-rwxrwxrwx   1 root       sys              8 Apr 18 14:14 codepage.932&lt;BR /&gt;-rwxrwxrwx   1 root       sys              8 Apr 18 14:14 codepage.936&lt;BR /&gt;-rwxrwxrwx   1 root       sys              8 Apr 18 14:14 codepage.949&lt;BR /&gt;-rwxrwxrwx   1 root       sys              8 Apr 18 14:14 codepage.950&lt;BR /&gt;hpc160-2:/opt/samba/lib/codepages #&lt;BR /&gt;&lt;BR /&gt;They came with Samba....I find it quite weird that the most used codepages (every Samba I've installed lacks em) aren't there. Most of the time our clients are Win2k's.&lt;BR /&gt;This is the latest version : 2.2.3a but I had these errors on previous versions too.&lt;BR /&gt;&lt;BR /&gt;The users aren't complaining so I guess I can leave the error as it is....&lt;BR /&gt;&lt;BR /&gt;Jeroen.</description>
      <pubDate>Thu, 25 Apr 2002 06:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710165#M580939</guid>
      <dc:creator>Jeroen_D</dc:creator>
      <dc:date>2002-04-25T06:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710166#M580940</link>
      <description />
      <pubDate>Thu, 25 Apr 2002 12:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710166#M580940</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-25T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710167#M580941</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks for looking up the info. &lt;BR /&gt;I tried with the server security setting and had the &lt;BR /&gt;same error.&lt;BR /&gt;&lt;BR /&gt;I also did a "chcp" on my PC and found out I needed 437 :&lt;BR /&gt;C:\&amp;gt;chcp&lt;BR /&gt;Active code page: 437&lt;BR /&gt;&lt;BR /&gt;I changed the smb.conf but then I had this error :&lt;BR /&gt;&lt;BR /&gt;[2002/04/25 15:58:24, 0] lib/util_unistr.c:(582)&lt;BR /&gt;  load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.437 does not e&lt;BR /&gt;xist.&lt;BR /&gt;[2002/04/25 15:58:24, 0] lib/util_unistr.c:(582)&lt;BR /&gt;  load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.ISO8859-1 does&lt;BR /&gt; not exist.&lt;BR /&gt;&lt;BR /&gt;Apparently Samba still wants to see ISO8859-1 which requires codepages 850.&lt;BR /&gt;&lt;BR /&gt;The users don't have problems but this "problem" is weird. Am I truly the only one who is experiencing this ?&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help,&lt;BR /&gt;Jeroen.</description>
      <pubDate>Thu, 25 Apr 2002 13:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710167#M580941</guid>
      <dc:creator>Jeroen_D</dc:creator>
      <dc:date>2002-04-25T13:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710168#M580942</link>
      <description>I installed Samba on HP-UX 11.0.I can not access my shares from Windows NT/2000 client but on Unix client I can see. I have added all my clients in smb.conf file.&lt;BR /&gt;&lt;BR /&gt;I am getting following errors. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582) &lt;BR /&gt;&lt;BR /&gt;load_unicode_map: filename /usr/local/samba/lib/codepages/unicode_map.850 does &lt;BR /&gt;not exist. &lt;BR /&gt;&lt;BR /&gt;[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582) &lt;BR /&gt;&lt;BR /&gt;load_unicode_map: filename /usr/local/samba/lib/codepages/unicode_map.ISO8859-1 &lt;BR /&gt;does not exist. &lt;BR /&gt;&lt;BR /&gt;Anyone an idea ? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Mahmood</description>
      <pubDate>Thu, 25 Jul 2002 17:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710168#M580942</guid>
      <dc:creator>Mahmood Akhtar</dc:creator>
      <dc:date>2002-07-25T17:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710169#M580943</link>
      <description>I know this kind of an old thread, but I recently installed samba 2.2.5 on hpux11i and received the same unicode messages.&lt;BR /&gt;&lt;BR /&gt;To get the unicodes I did the following-&lt;BR /&gt;&lt;BR /&gt;I restored a copy of the source for samba 2.2.5&lt;BR /&gt;&lt;BR /&gt;I put a copy of samba2.2.5/source/codepages to a linux system.&lt;BR /&gt;&lt;BR /&gt;I ran "make_unicodemap" on each of the CP*.TXT files to create each unicode_map.### file.&lt;BR /&gt;&lt;BR /&gt;I copied the unicode_map.### files to /usr/local/samba/lib/codepages.&lt;BR /&gt;&lt;BR /&gt;Now the warnings have gone away...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have attached a .tgz file with this reply of the "compiled" unicode_map files.&lt;BR /&gt;&lt;BR /&gt;Hope this can help someone else dealing with samba.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 11 Oct 2002 13:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710169#M580943</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-10-11T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: unicode_map.xxxx does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710170#M580944</link>
      <description>Thanks Rodney,&lt;BR /&gt;&lt;BR /&gt;unfortunately I can't get the attachment (I get an error from ITRC).&lt;BR /&gt;&lt;BR /&gt;Apparently, those people who created the binary packages that we can download from the samba-site didn't do their job very well. hmz..."job", guess I should say "spare time". Luckily the error isn't bad and does not interrupt the most important function of Samba. That is : file sharing.&lt;BR /&gt;&lt;BR /&gt;You do not need to repost the files for me, since I'll get the errors with every new version imho. I'm just glad I now know why I got them.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Jeroen.</description>
      <pubDate>Mon, 14 Oct 2002 05:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unicode-map-xxxx-does-not-exist/m-p/2710170#M580944</guid>
      <dc:creator>Jeroen_D</dc:creator>
      <dc:date>2002-10-14T05:49:18Z</dc:date>
    </item>
  </channel>
</rss>

