search for: cp932

Displaying 20 results from an estimated 40 matches for "cp932".

2007 Jun 24
2
problem gsub in the locale of CP932 and SJIS (PR#9751)
Full_Name: Ei-ji Nakama Version: R-2.5.0 OS: any Submission from: (NULL) (219.117.236.5) problem by operation of gsub in the locale of CP932 and SJIS. The inconvenient character code which used 0x5c after the first byte. --- R-2.5.0.orig/src/main/character.c 2007-04-03 11:05:05.000000000 +0900 +++ R-2.5.0/src/main/character.c 2007-06-24 22:31:06.000000000 +0900 @@ -986,6 +986,17 @@ char *p = repl; n = strlen(repl) -...
2015 Dec 28
2
vfs_fruit: cannot remove any file
...10.11.2 El Capitan OS X 10.10.5 Yosemite OS X 10.9.5 Mavericks can remove: OS X 10.8.5 Mountain Lion OS X 10.7.5 Lion OS X 10.6.8 Snow Leopard Windows 7 Environment: Fedora rawhide samba-4.3.3-0.fc24 smb.conf: [global] workgroup = LOCALNET server string = %h dos charset = CP932 log file = /var/log/samba/log.%m max log size = 50 security = user passdb backend = smbpasswd load printers = yes cups options = raw [Test 1] path = /export/test1/ writable = yes vfs objects = catia fruit streams_xattr fruit:lo...
2015 Dec 29
2
vfs_fruit: cannot remove any file
...0.7.5 Lion >> OS X 10.6.8 Snow Leopard >> Windows 7 >> >> Environment: >> Fedora rawhide >> samba-4.3.3-0.fc24 >> >> smb.conf: >> [global] >> workgroup = LOCALNET >> server string = %h >> dos charset = CP932 >> log file = /var/log/samba/log.%m >> max log size = 50 >> security = user >> passdb backend = smbpasswd >> load printers = yes >> cups options = raw >> [Test 1] >> path = /export/test1/ >>...
2004 Sep 13
1
mount.cifs doesn't do japanese?
On a FC2 system (which includes kernel 2.6.5 and samba-3.0.3), I am able to use "smbmount" to mount filesystems with japanese filenames on them by specifying codepage=cp932. But when I mount with "mount.cifs" the translation from SJIS to UTF-8 isn't done right: # uname -a Linux 5nave 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux # smbclient --version Version 3.0.3-5 # mount.cifs --version mount.cifs version: 1.2 #...
2018 Sep 18
3
Share cannot be accessed when samba is in Domain with security enabled
...l=SMB3 client max protocol=SMB3 dns proxy=no wins server=0.0.0.0, 0.0.0.0 name resolve order=lmhosts host wins bcast map to guest=bad uid guest only=yes guest account=root local master=no encrypt passwords=yes ntlm auth=yes deadtime=60 server signing=auto client signing=auto dos charset=CP932 #my share [SHIVA_SHARE] path=/etc/test browseable=yes writeable=no public=no guest ok=yes available=1 ##############END########### Regards, Shivappa > On Sep 18, 2018, at 12:46, Rowland Penny <rpenny at samba.org> wrote: > > On Tue, 18 Sep 2018 07:56:43 +0100 > Rowland Pen...
2013 May 01
1
"nis homedir" issue on samba- 3.6.9-151.el6 (CentOS 6.4 64bit)
...t command = /usr/bin/lpr -P%p %s; rm %s lpq command = /usr/bin/lpq -P%p lprm command = /usr/bin/lprm -P%p %j printcap cache time = 0 ### speed tuning socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE write raw = yes read raw = no ### for japanese font :( dos charset = cp932 display charset = cp932 unix charset = cp932 ; profiles drammatically slow the logout so I disabled ; [profiles] ; comment = Network Profiles Share ; path = /etc/samba/profiles ; read only = No ; store dos attribute = Yes ; create mask = 0600 ; directory mask = 0700 ; browseable = n...
2007 Aug 22
0
PDF file not getting deleted in File Share Folder!
...ere are the Smb.conf parameters that we used [global] private dir = /usr/local/samba/samba/3.0.25b/tdbstore security = user map to guest = Bad User use spnego = yes client use spnego = Yes dos charset = CP932 unix charset = CP932 display charset = CP932 debuglevel = 0 netbios name = 234567 workgroup = workgroup client signing = auto server signing = auto server string = SMB Ser...
2015 Dec 26
3
vfs_fruit: xattr imcompatible with netatalk
On 26/12/15 17:08, HAT wrote: > Hi, > I'm testing samba 4.3.3 vfs_fruit on Fedora rawhide. > > The EAs are not seen from clients yet. > > smb.conf: > path = /export/test1/ > writable = yes > vfs objects = catia fruit streams_xattr > fruit:locking = netatalk > fruit:encoding = native > streams_xattr:prefix = user.
2013 May 13
0
"nis homedir" doesn't work
...t command = /usr/bin/lpr -P%p %s; rm %s lpq command = /usr/bin/lpq -P%p lprm command = /usr/bin/lprm -P%p %j printcap cache time = 0 ### speed tuning socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE write raw = yes read raw = no ### for japanese font :( dos charset = cp932 display charset = cp932 unix charset = cp932 ; profiles drammatically slow the logout so I disabled ; [profiles] ; comment = Network Profiles Share ; path = /etc/samba/profiles ; read only = No ; store dos attribute = Yes ; create mask = 0600 ; directory mask = 0700 ; browseable = n...
2015 Dec 26
1
vfs_fruit: xattr imcompatible with netatalk
...reams_xattr:store_stream_type = no > > > > Is that your entire smb.conf or just the share ? > > $ /etc/samba# cat /etc/samba/smb.conf | grep -v \; | grep -v \# | grep -v ^$ > [global] > workgroup = LOCALNET > server string = %h > dos charset = CP932 > log file = /var/log/samba/log.%m > max log size = 50 > security = user > passdb backend = smbpasswd > load printers = yes > cups options = raw you need "ea support = yes". -Ralph -- SerNet GmbH, Bahnhofsallee 1b, 3708...
2015 Dec 26
1
vfs_fruit: xattr imcompatible with netatalk
...> streams_xattr:store_stream_type = no >> Is that your entire smb.conf or just the share ? > $ /etc/samba# cat /etc/samba/smb.conf | grep -v \; | grep -v \# | grep -v ^$ > [global] > workgroup = LOCALNET > server string = %h > dos charset = CP932 > log file = /var/log/samba/log.%m > max log size = 50 > security = user > passdb backend = smbpasswd > load printers = yes > cups options = raw > [Test 1] > path = /export/test1/ > writable = yes >...
2004 May 22
1
English & Japanese Languages
I just upgraded our two servers to samba-3.0.4-1 (From 2.2.x) on Red Hat 9.0. We have 80 U.S. PC's and 5 Japanese PC's on the main server, and 8 Japanese PC's on the 2nd server. After the upgrade, none of the Japanese PC's can read their files stored on either server. In 2.2, there was code page of 932 set to enable Japanese languages. That gave errors, and is ignored, in
2011 Sep 01
3
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...c:4:2: error: #error #error ^ 1 error generated. Though, you should know, MBCS still has an issue; E>bin\clang.exe -S 表はダメ文字\表はダメ文字.c clang: error: no such file or directory: '表はダメ文字\表はダメ文字.c' clang: error: no input files Note, "表" is represented as "0x95 0x5C" in CP932. In principle, IMHHHO; - argv should be treated as "blackbox" byte stream. - Don't assume "wmain(argc, wchar_t **argv)". mingw does not have one. Then, argv must be presented as the default codepage. - A few codepage (eg. cp932 Japanese shift jis) might contain 0x5C(...
2013 Sep 12
1
Configure samba 3.4 running with mysql backend
...mapped group". Here is content of samba configuration file: [global] workgroup = WORKGROUP security = user wins support = yes server string = SRDOC hosts allow = 10.10.10.1 unix charset = UTF-8 dos charset = CP932 unix password sync = no passwd program = /usr/bin/passwd %u username map = /usr/local/samba/lib/smbusers log level = 5 syslog = 0 max log size = 100000 map to guest = bad user smb ports = 139 445 load printers = No pass...
2006 Apr 04
0
Need help debugging (long)
...conv_close (cd=0x0) at iconv_close.c:36 #8 0x0829106d in smb_iconv_close (cd=0x8412a28) at lib/iconv.c:315 #9 0x08265ca0 in charset_name (ch=CH_DISPLAY) at lib/charcnv.c:82 #10 0x08265d80 in init_iconv () at lib/charcnv.c:127 #11 0x080895f7 in handle_charset (snum=-2, pszParmValue=0x83e98f4 "CP932", ptr=0x83d2064) at param/loadparm.c:3078 #12 0x0808a4b0 in lp_do_parameter (snum=-2, pszParmName=0x83e98e8 "dos charset", pszParmValue=0x83e98f4 "CP932") at param/loadparm.c:3483 #13 0x0808a76b in do_parameter (pszParmName=0x83e98e8 "dos charse...
2016 Apr 26
3
Can't access by NetBIOS Aliases or IP Address
...is NetBIOS aliase) net use g: \\mysamba01\myshare or net use g: \\192.168.0.1\myshare The previous version, 4.1.17+dfsg-2+deb8u2 works fine, and I can access share by NetBIOS Aliases or IP Address. Any suggestions will be appreciated. ----------smb.conf---------- [global] dos charset = CP932 unix charset = UTF-8 workgroup = foo realm = foo.LOCAL netbios name = mysamba netbios aliases = mysamba01 security = ADS map to guest = Bad Password server max protocol = SMB2 follow symlinks = yes unix extensions = No...
2004 May 28
0
Samba 3 PDC & BDC Servers
...roups = yes disable netbios = yes use client driver = yes time server = yes wins support = yes name resolve order = wins lmhosts bcast When I added the server at the remote site, I set up the global section like this: [global] # dos charset = CP932 dos charset = UTF-8 # unix charset = EUC-JP unix charset = UTF-8 display charset = CP932 workgroup = OFFICE server string = remoteserver security = domain obey pam restrictions = Yes password server = mainserver...
2020 Jun 01
1
Extended attributes not working on mac
...gt; fruit:encoding = native > fruit:model = MacSamba > fruit:posix_rename = yes > fruit:veto_appledouble = no > fruit:wipe_intentionally_left_blank_rfork = yes > fruit:delete_empty_adfiles = yes > streams_xattr:prefix = > streams_xattr:store_stream_type = no > dos charset = CP932 > log level = 3 vfs:5 > > [Buchhaltung] > vfs objects = catia fruit streams_xattr > path = /home/buchhaltung > read only = No > valid users = martin > fruit:resource = stream > fruit:metadata = stream > fruit:encoding = native > streams_xattr:prefix = > streams...
2020 May 29
3
Extended attributes not working on mac
I worked with Netatalk for years and want to switch to Samba now. Currently i use Ubuntu 20.04. and Debian 9 before, i had no issues with netatalk at all. As soon as i try to add a color tag (e.g. yellow) with Mac OS 10.15.5, the tag appears shortly but hides one second later. The file system is ZFS with no special options configured. I tried the Ubuntu package but also the builds from source
2013 Oct 04
5
Samba problem
...;s password: Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.9-151.el6_4.1] tree connect failed: NT_STATUS_ACCESS_DENIED My smb.conf file, below, is taken from the book I am using. Any suggestions or help would be much appreciated. Thank you, Joe Hesse [global] unix charset = UTF-8 dos charset = CP932 workgroup = WORKGROUP server string = CentOS netbios name = CentOS dns proxy = no wins support = no interfaces = 127.0.0.0/8 192.168.0.0/24 eth0 bind interfaces only = no log file = /var/log/samba/log.%m max log size = 1000 syslog only = no syslog = 0 panic action = /usr/share/samba/panic-action %d...