- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unicode_map.xxxx does not exist
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:28 AM
04-24-2002 07:28 AM
after installing Samba 2.2.3a I see these errors in the
/var/opt/samba/log.smbd-file.
I installed Samba on HP-UX 11.0 and have domain security enabled.
I can access my shares and everything seems to work just fine, but why do I
get those errors ? The files they refer to exist although the error says
they don't.
[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582)
load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.850 does
not exist.
[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582)
load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.ISO8859-1
does not exist.
Anyone an idea ?
Thanks in advance,
Jeroen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:25 AM
04-24-2002 08:25 AM
Re: unicode_map.xxxx does not exist
The reason I ask is it could be permissions on the files.
Peace....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:42 AM
04-24-2002 08:42 AM
Re: unicode_map.xxxx does not exist
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 & cannot find it.
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.
Check the dir the error msg references to see just what codepages it does know.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 11:05 PM
04-24-2002 11:05 PM
Re: unicode_map.xxxx does not exist
the smbd and nmbd are running in the root-context as shown by ps -ef | grep mbd
I have done a chmod 777 on the files in the codepages directory but still the same error.
I have these files in the /opt/samba/lib/codepages-dir :
hpc160-2:/opt/samba/lib/codepages # ll
total 24
-rwxrwxrwx 1 root sys 196 Apr 18 14:14 codepage.437
-rwxrwxrwx 1 root sys 148 Apr 18 14:14 codepage.737
-rwxrwxrwx 1 root sys 388 Apr 18 14:14 codepage.775
-rwxrwxrwx 1 root sys 132 Apr 18 14:14 codepage.850
-rwxrwxrwx 1 root sys 172 Apr 18 14:14 codepage.852
-rwxrwxrwx 1 root sys 132 Apr 18 14:14 codepage.857
-rwxrwxrwx 1 root sys 460 Apr 18 14:14 codepage.861
-rwxrwxrwx 1 root sys 588 Apr 18 14:14 codepage.866
-rwxrwxrwx 1 root sys 8 Apr 18 14:14 codepage.932
-rwxrwxrwx 1 root sys 8 Apr 18 14:14 codepage.936
-rwxrwxrwx 1 root sys 8 Apr 18 14:14 codepage.949
-rwxrwxrwx 1 root sys 8 Apr 18 14:14 codepage.950
hpc160-2:/opt/samba/lib/codepages #
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.
This is the latest version : 2.2.3a but I had these errors on previous versions too.
The users aren't complaining so I guess I can leave the error as it is....
Jeroen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 05:34 AM
04-25-2002 05:34 AM
Re: unicode_map.xxxx does not exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 06:18 AM
04-25-2002 06:18 AM
Re: unicode_map.xxxx does not exist
thanks for looking up the info.
I tried with the server security setting and had the
same error.
I also did a "chcp" on my PC and found out I needed 437 :
C:\>chcp
Active code page: 437
I changed the smb.conf but then I had this error :
[2002/04/25 15:58:24, 0] lib/util_unistr.c:(582)
load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.437 does not e
xist.
[2002/04/25 15:58:24, 0] lib/util_unistr.c:(582)
load_unicode_map: filename /opt/samba/lib/codepages/unicode_map.ISO8859-1 does
not exist.
Apparently Samba still wants to see ISO8859-1 which requires codepages 850.
The users don't have problems but this "problem" is weird. Am I truly the only one who is experiencing this ?
Thanks for all the help,
Jeroen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 10:04 AM
07-25-2002 10:04 AM
Re: unicode_map.xxxx does not exist
I am getting following errors.
[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582)
load_unicode_map: filename /usr/local/samba/lib/codepages/unicode_map.850 does
not exist.
[2002/04/23 16:15:55, 0] lib/util_unistr.c:(582)
load_unicode_map: filename /usr/local/samba/lib/codepages/unicode_map.ISO8859-1
does not exist.
Anyone an idea ?
Thanks in advance,
Mahmood
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:39 AM
10-11-2002 06:39 AM
SolutionTo get the unicodes I did the following-
I restored a copy of the source for samba 2.2.5
I put a copy of samba2.2.5/source/codepages to a linux system.
I ran "make_unicodemap" on each of the CP*.TXT files to create each unicode_map.### file.
I copied the unicode_map.### files to /usr/local/samba/lib/codepages.
Now the warnings have gone away...
I have attached a .tgz file with this reply of the "compiled" unicode_map files.
Hope this can help someone else dealing with samba.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2002 10:49 PM
10-13-2002 10:49 PM
Re: unicode_map.xxxx does not exist
unfortunately I can't get the attachment (I get an error from ITRC).
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.
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.
Best regards,
Jeroen.