Displaying 20 results from an estimated 23 matches for "chcp".
Did you mean:
chap
2008 Jan 18
5
Temporarily setting the output language for cmd.exe
Hi all,
One of the net-ping users reported that the Net::Ping::External library
was returning false positives on Vista. Basically, it does a ''ping -n1
host'' and checks for certain error strings.
The problem is that the error strings it checks for are in English. The
user in question is using a cmd.exe that''s entirely in Swedish (I think).
Is there any way I can
2016 Dec 26
0
DDNS with Bind
...tative for
> update zone (NOTAUTH) Dez 26 17:30:05 addc-01 logger[989]: DHCP-DNS
> Update failed: 02 Dez 26 17:30:05 addc-01 dhcpd[803]: execute:
> /etc/dhcp/bin/dhcp-dyndns.sh exit status 512
If I ran the script by hand:
/etc/dhcp/bin/dhcp-dyndns.sh add 192.168.56.210 08:00:27:13:99:73 chcp-c
1
Everything is working fine:
- ----------------
Sending update to 127.0.0.1#53
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 9096
;; flags:; ZONE: 1, PREREQ: 0, UPDATE: 2, ADDITIONAL: 1
;; UPDATE SECTION:
210.56.168.192.in-addr.arpa. 0 ANY PTR
21...
2004 Oct 26
4
Yet another charset problem
Hi,
I am well aware that the charset problem has been discussed many times
over. But after two days of googling and testing, I did not make any
progress. I am mounting Windows XP Pro shares with french filenames
on a Linux. The linux is a 2.4.27 kernel with the following settings:
CONFIG_SMB_FS=y
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="UTF8"
CONFIG_SMB_NLS=y
CONFIG_NLS=y
2004 Nov 14
0
Windows 2000/2003 shares -> danish character problem
...solution in
SOLVED - Re: [Samba] Windows 2000/2003 shares -> danish character problem
(http://lists.samba.org/archive/samba/2004-August/090470.html)
but Skolelinux which is based on Debian Woody has a kernel that doesn't
support cifs(to my limited knowledge).
So I tried to follow up the chcp 850-suggestion in the last paragraph from
Martin.
Solution
You may need a win2kx server install cd.
On a 2003 server:
As a administrator open Control Panel -> Regional And Language Settings ->
Advanced tab:
Select a Scandinavian Language in Language for nonunicode programs
On a 2000 ser...
2016 Dec 26
5
DDNS with Bind
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I try to set up a ADDC with bind9 and dhcp-Server for dynamic
DNS-updates. I followd the wiki:
https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_wi
th_BIND9
My problem is, that the PTR Record will not be updated, because the
script is using the wrong reverse-zone:
- ---------------------
Dez 26 17:30:05 addc-01 named[512]:
2003 Dec 01
0
No subject
...have no effect whatsoever. I still get the
graphical box characters, even after stopping and restarting the server.
I tried going into the Win2K Regional Options control panel and playing
with the default system locale, but even if I make this English(UK), it
doesn't help. It does make 'chcp' report that the default is 850 instead
of 437, but despite the documentation's suggestion that this output from
chcp would indicate success, the file explorer still shows the wrong
characters.
This is especially problematic because I cannot access these files! The
samba server will si...
2007 Sep 20
1
Locale problems with too-fancy quotes in Windows CMD.exe
'Fancy' quotes are displayed incorrectly when running R from Windows'
CMD shell (Start -> Run -> CMD; latin small letter ae and capital
letter AE; as a script or interactively)). Is this a system
configuration issue, and if so how can I correct it?
C:\R>Rscript -e sQuote('x')
[1] "?x?"
C:\R>R --version
R version 2.6.0 beta (2007-09-20 r42920)
Copyright
2005 Jan 10
3
chinese characters
..., and 'client code page' set to 936) in the smb.conf file
(as per the man page).
Is there anything else I need to do? Is there anywhere that explains how
this is supposed to work. How do I use the server with computers using
different 'code pages', as reported by the dos command chcp?
Thanks for any help.
Max.
2004 Jul 21
1
Windows 2000/2003 shares -> danish character problem.
...when this filename is requested of the Windows
server it of course denies any knowledge of such a thing.
When I write a file that has '???' *inside* there are no problems
displaying that. I have tried googling for clues for quite a while now
and haven't found that much other than 'chcp 850' on the Windows
machine. This doesn't seem to alleviate the problem when the Windows box
is the server... Is it a matter of forcing cp850 at a much earlier state
(running just chcp gives '437')?
Any takers? :)
--
###
Martin Moeller
Liga LinDist ApS.
Faelledvej 16D
DK-2200 C...
2011 Nov 03
4
JSON problem while installing rails
Hello all.
I try to install ruby on rails and I am litle stuck now because of
following error:
http://pastebin.com/BmFyuRs6
Can someone help me?
I using Windows 7 Ultimate, Ruby 1.9.2-p180 and RubyGems 1.8.11.
What I did before run: gem install rails?
1. installing ruby through ruby installer
2. C:\Users\h4cky\Downloads\rubygems-1.8.10>ruby setup.rb
3.
2011 May 04
1
issue with "strange" characters (locale settings)
...quot;"
Warning message:
In Sys.setlocale("LC_ALL", "en_US.UTF-8") :
OS reports request to set locale to "en_US.UTF-8" cannot be honored
>
In addition, I have attempted to make the change directly from the windows
command prompt, using: "chcp 65001" and variations of that, but that didn't
change anything.
I have searched the list and the web and have found others bringing forth a
similar issues, but have not been able to find a solution. I looks like this
is an issue of how Windows and R interact. Unfortunately,...
2018 Apr 28
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...ect characters in RGui? It should, and does on my system, as RGui uses Unicode internally. By correct I mean the characters shown e.g. here
>
>https://msdn.microsoft.com/en-us/library/cc194923.aspx
>https://msdn.microsoft.com/en-us/library/cc194920.aspx
>
>What is the output of "chcp" in the terminal, before you run R.exe? It may be different from what Sys.getlocale() gives in R.
>
>If you take the sequence of the "fputc" commands you captured by the debugger, and create a trivial console application to just run them - would the characters display correctly...
2018 Mar 08
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Hello everyone,
I am new to R and I have experienced some bugs when using Rterm on Windows.
Chinese characters in the console output are discarded by Rterm, and trying
to type them into the console will crash the Rterm application.
---ENVIRONMENT---
Platform = x86_64-w64-mingw32
OS = Windows 10 Pro 1709 chs
R version = 3.4.3
Active code page = 936 (Simplified Chinese)
---STEPS TO
2010 May 20
1
rsync and the iconv-switch
...ding german
characters like ??, ?, ??.
The daemon running on a SLES10. The Rsync version is: 3.0.3, Protocol
version:30.
My Client is a Windows XP machine with Rsync: 3.0.4 (or alternative 3.0.6),
Protocol version:30.
For the conversion between both machines I use the ??iconv=850,UTF-8? ?
switch.
chcp told me that 850 is my codepage on my windowsmachine and locale on
Linux said ther UTF-8 is the current code page.
Now I use the command
Rsync.exe ?agzv ?-iconv=850,utf8 /cygdrive/source Rsync://destination
my output says:
Rsync: connection unexpectedly closed <0 bytes received so far> [se...
2002 Nov 11
1
Samba and non-ASCII characters
...great!) but I have a
problem with *some* non-ASCII characters.
Here are some details:
- Windows (Win98, Win2k and WinXP) clients use Portuguese-Brazillian (pt-BR)
as language.
- Linux distribuition: Mandrake 9.0 with the latest updates (from
MandrakeSoft) and Portuguese-Brazillian support.
- 'chcp' from a command prompt give me: Active code page = 850
- Some relevant options in my smb.conf:
client code page = 850
character set = ISO8859-1
default case = lower
preserve case = yes
case sensitive = no
short preserve case = yes
I'm logged as root in my Linux box and as admin...
2019 Dec 13
0
Wine release 5.0-rc1
...Mod Organizer (Skyrim)
46842 C# 'double.TryParse( String.Empty, out number)' incorrectly succeeds with .NET Framework 4.0 and WinVer set to 'Windows 7'
47126 GCC 9.x compilation warnings for Wine 4.7
47459 ListBox LB_SETSEL doesn't scroll to newly selected item
47960 chcp.com does not exist
48077 UPlay fails to start : "Error at hooking API NtProtectVirtualMemory" (UPlay's hooking engine can't handle ENDBR32 instruction inserted at non-hotpatch API entries due to distro build environments '-fcf-protection')
48082 Visual C++ Express 20...
2009 Aug 28
2
Code Page Changes
...mply as question marks, which is Oracle's way of telling you that there is a code page mismatch (i.e., that your client has submitted a character code for which there is no valid match in the database character set).
If I was running natively on Windows, I would at this point issue the command chcp 850 and re-launch PL/SQL Developer. Now the client tool runs with the right code page, the extended characters get stored correctly (I fired up Windows in a virtual machine to prove this).
However, I don't know what the equivalent is in Wine, or if such a code page change is even possible ther...
2001 Dec 20
1
accented share name ok with smbclient but not with smbmount
...s
short preserve case =3D yes
case sensitive =3D no
valid chars =3D =E9:=C9 =E8:=C8 =EA:=CA =E0:=C0 =EE:=CE =F4:=D4 =E7=
:=C7 =FB:=DB =EB:=CB
Any ideas about an extra option I'm missing.
I'm sure WinNT box is running 850 codepage, since I've checked with C:\>
chcp command.
Finally, what puzzles evem more is that smbclient seems to work with
the accented name:
smbclient '//ub228184/of=E0rs' -I xxx.xxx.xxx.xxx -U ofors%*****
added interface ip=3Dxxx.xxx.xxx.xxx bcast=3Dxxx.xxx.xxx.x nmask=3Dxxx.xxx.=
xxx.x
Domain=3D[wwwwwww] OS=3D[Windows NT 4.0] Se...
2011 May 05
1
issue with "strange" characters (readHTMLTable)
...> In Sys.setlocale("LC_ALL", "en_US.UTF-8") :
> OS reports request to set locale to "en_US.UTF-8" cannot be honored
> >
> In addition, I have attempted to make the change directly from the
windows
> command prompt, using: "chcp 65001" and variations of that, but that
didn't
> change anything.
> I have searched the list and the web and have found others bringing forth
a
> similar issues, but have not been able to find a solution. I looks like
this
> is an issue of how Window...
2018 Apr 05
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...s display the correct characters in RGui? It
should, and does on my system, as RGui uses Unicode internally. By
correct I mean the characters shown e.g. here
https://msdn.microsoft.com/en-us/library/cc194923.aspx
https://msdn.microsoft.com/en-us/library/cc194920.aspx
What is the output of "chcp" in the terminal, before you run R.exe? It
may be different from what Sys.getlocale() gives in R.
If you take the sequence of the "fputc" commands you captured by the
debugger, and create a trivial console application to just run them -
would the characters display correctly in t...