Bug 146323 - kernel: smbfs: failed to load nls '866'
Summary: kernel: smbfs: failed to load nls '866'
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-26 22:50 UTC by Cyril Zlachevsky
Modified: 2015-01-04 22:16 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-28 08:18:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Cyril Zlachevsky 2005-01-26 22:50:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041111 Firefox/1.0

Description of problem:
I get wrong codepage (non 866, non-cyrillic) if try to mount smbfs
filesystem mountpoint with codepage=866 option
In /var/log/messages I get message:

Jan 27 00:41:44 warp kernel: Unable to load NLS charset 866
Jan 27 00:41:44 warp kernel: smbfs: failed to load nls '866'
Jan 27 00:41:44 warp kernel: SELinux: initialized (dev smbfs, type
smbfs), uses genfs_contexts
Jan 27 00:41:44 warp mount.smbfs[7775]: [2005/01/27 00:41:44, 0]
client/smbmount.c:send_fs_socket(406)
Jan 27 00:41:44 warp mount.smbfs[7775]:   mount.smbfs: entering daemon
mode for service \\192.168.134.8\E, pid=7775

Version-Release number of selected component (if applicable):
samba-common-3.0.10-1.fc3
samba-client-3.0.10-1.fc3
samba-3.0.10-1.fc3 
kernel-2.6.10-1.741_FC3

How reproducible:
Always

Steps to Reproduce:
1. smbmount //192.168.134.8/E /mnt/XP -o codepage=866
2. check /var/log/messages and /mnt/XP    

Additional info:

Comment 1 Dave Jones 2005-02-02 04:24:28 UTC
can you retry with the -1.753 kernel in updates-testing ?


Comment 2 Cyril Zlachevsky 2005-02-16 10:55:55 UTC
I try the -1.766 kernel. This bug in newest kernel present too :(

Comment 3 Dave Jones 2005-07-15 20:47:19 UTC
An update has been released for Fedora Core 3 (kernel-2.6.12-1.1372_FC3) which
may contain a fix for your problem.   Please update to this new kernel, and
report whether or not it fixes your problem.

If you have updated to Fedora Core 4 since this bug was opened, and the problem
still occurs with the latest updates for that release, please change the version
field of this bug to 'fc4'.

Thank you.

Comment 4 Cyril Zlachevsky 2005-07-17 12:10:07 UTC
kernel-2.6.12-1.1372_FC3 - bug unfixed:
# smbmount //192.168.134.8/E /mnt/XP -o codepage=866
opts: codepage=866
passthrough options 'codepage=866'
mount.smbfs started (version 3.0.10-1.fc3)
added interface ip=192.168.134.3 bcast=192.168.134.255 nmask=255.255.255.0
Connecting to 192.168.134.8 at port 445
Password:
[root@warp ~]# less /var/log/messages
Jul 17 15:07:50 warp kernel: Unable to load NLS charset 866
Jul 17 15:07:50 warp kernel: smbfs: failed to load nls '866'
Jul 17 15:07:50 warp kernel: SELinux: initialized (dev smbfs, type smbfs), uses
genfs_contexts
Jul 17 15:07:50 warp mount.smbfs[4414]: [2005/07/17 15:07:50, 0]
client/smbmount.c:send_fs_socket(406)
Jul 17 15:07:50 warp mount.smbfs[4414]:   mount.smbfs: entering daemon mode for
service \\192.168.134.8\E, pid=4414


Comment 5 Dave Jones 2005-07-30 00:33:36 UTC
please try with 'codepage=cp866'

Comment 6 Cyril Zlachevsky 2005-09-28 11:33:21 UTC
yes 'codepage=cp866' is worked fine!


Note You need to log in before you can comment on or make changes to this bug.