search for: lc_

Displaying 20 results from an estimated 82 matches for "lc_".

Did you mean: l__
2014 Feb 25
1
Bug: Environment vars are changed before use (locale LANG, LC_*)
Hi I am using OpenSSH_6.2p2 Ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 11 Feb 2013 on a Ubuntu 13.10 release for access to various kinds of systems. This recent Ubuntu OS insists on standard conforming locales, i.e. de_DE.UTF-8 instead of de_DE.utf8 as in the previous release. When I am using SSH to communicate with another system not being able to process the standard conformant setting (in my case
2024 Dec 20
1
PAM session setup and environment variables
...d, so extra > > care should be taken not to forward there accidentally any environment > > variables that could affect that privileged code in an unintended way. > > > > While XDG_SESSION_CLASS and XDG_SESSION_TYPE variables mentioned by Michal > > are harmless, those LC_* variables AcceptEnv'ed in many default setups are > > also likely to be OK, allowing arbitrary variables listed in AcceptEnv > > could be risky given that some PAM session modules like pam_namespace and > > pam_exec invoke external executables and could be affected by e.g. LD...
2024 Dec 19
1
PAM session setup and environment variables
...session code is privileged, so extra > care should be taken not to forward there accidentally any environment > variables that could affect that privileged code in an unintended way. > > While XDG_SESSION_CLASS and XDG_SESSION_TYPE variables mentioned by Michal > are harmless, those LC_* variables AcceptEnv'ed in many default setups are > also likely to be OK, allowing arbitrary variables listed in AcceptEnv > could be risky given that some PAM session modules like pam_namespace and > pam_exec invoke external executables and could be affected by e.g. LD_* > variabl...
2014 Jul 19
1
[PATCH] don't always call setlocale() on Windows
Windows (MSVC, MinGW) version of setlocale don't care about LC_* environment variables. For example, flac cannot pass the test for --until and --skip options the script calls it with --skip=0:01.1001 and it expects decimal comma (--skip=0:01,1001) on my system. One solution is to write a local version of strtod that always accepts both decimal comma and decima...
2014 Feb 27
1
R and LANGUAGE
...ed? >> >> Kasper > Hi Kasper: > Good guess, but wrong ;o) Actually, the problem is in > Sys.getlocale() Recent versions of R have this in its > help... > Note that the ?LANGUAGE? environment variable has > precedence over ?"LC_MESSAGES"? in selecting the language > for message translation on most R platforms. > However, the function itself just ignores LANGUAGE. I > searched bugzilla, but did not find anything related to > LANGUAGE or Sys.getlocale() I guess this is a feature :o) Note t...
1998 May 19
1
Beware of dangerous enviroment (Re: Overflows in minicom)
...or NLSPATH. Don''t know about 2.0, > separate GNU gettext, or libc5. I have browsed various versions of libc and found a handful of weak points where the value of an enviroment variable is trusted more than necessary. Variable Impact NLSPATH can read arbitrary file LANGUAGE, LANG, LC_* dtto (if the value starts with a sufficient number of "../") TZ dtto (../) LD_PROFILE_OUTPUT can overwrite arbitrary file (not verified) Quite a lot of harm can be caused even with read-only access. Think of getting read access to /dev/*, esp. /dev/mem and /dev/port (welcome to t...
2007 Apr 18
14
puppet does not speak french ;)
i got a little idea there, should not puppet use environement LANG=C when managing facts or packages etc... ? i have LANG=fr_FR.UTF-8 and puppet choke on quite a few facts (erors messages with uname for exemple: Pour en savoir davantage, faites: « uname --help ». ) and also with packages updates : /usr/bin/apt-cache policy mysql-client-4.1 => err:
2018 Mar 08
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...-- Platform = x86_64-w64-mingw32 OS = Windows 10 Pro 1709 chs R version = 3.4.3 Active code page = 936 (Simplified Chinese) ---STEPS TO REPRODUCE--- 1. Run cmd and start bin\x64\R.exe 2. Note that all Chinese characters in the startup banner are missing 3. > Sys.getlocale() [1] "LC_COLLATE=Chinese (Simplified)_China.936;LC_CTYPE=Chinese (Simplified) _China.936;LC_MONETARY=Chinese (Simplified)_China.936;LC_NUMERIC=C;LC_ TIME=Chinese (Simplified)_China.936" 4. > print("ABC\u4f60\u597dDEF") [1] "ABCDEF" (Unicode code points for "???") 5. Us...
2009 Feb 26
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
...------------------------------ CC| |t7nm6lz02 at sneakemail.com --- Comment #3 from Peter Valdemar M?rch <t7nm6lz02 at sneakemail.com> 2009-02-27 03:48:42 --- It is really quite simple. I'll try to be short: I have an environment var, e.g. LC_PAPER set. I don't want to send it over ssh. This is *only* possible by removing LC_* from the default SendEnv line in /etc/ssh/ssh_config affecting all users and requiring root permissions (unless I'm mistaken). Please provide non-root means to counter the SendEnv LC_* setting in root'...
2007 Feb 13
0
[Bug 1285] no way to override SendEnv directive in /etc/ssh/ssh_config
...e systemwide ssh_config file (/etc/ssh/ssh_config on my system), there is no way to override this in the per-user config file. I'm using OpenSSH 4.2p1 on my machine, but I checked the source code on WebCVS and the situation is the same in the most recent version. I have a value for one of the LC_* environment variables that I want to affect my local ssh client program, but which should _not_ be sent to the remote server, because the value causes errors on other machines. The /etc/ssh/ssh_config file on my system has the line "SendEnv LANG LC_*". It seems the only way I can achie...
2004 Jul 22
3
Tag encoding
...ring up, the character encoding for tags. In some of my OGG:s, non-ASCII characters show up like this: ? -> a ? -> "a ? -> "o etc. While when I set new tags, they later all show up as '#'. What kind of encodings are used in these cases. Which is preferred? (I have no LC_* environment variables set, btw.)
2013 Jun 25
2
[PATCH] also override library path for hotplug scripts
...0") exec 2>>/var/log/xen/xen-hotplug.log export PATH="${BINDIR}:${SBINDIR}:${LIBEXEC}:${PRIVATE_BINDIR}:/sbin:/bin:/usr/bin:/usr/sbin:$PATH" +export LD_LIBRARY_PATH="${LIBDIR}${LD_LIBRARY_PATH+:}$LD_LIBRARY_PATH" export LANG="POSIX" unset $(set | grep ^LC_ | cut -d= -f1) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2013 Sep 13
1
openssh (6.2p2), inherit host environment variables to subsystem sftp-server process
Hi, is there a regular way that a subsystem process (sftpserver here) inherits environment variables from its parent (sshd)? Namely LANG and LC_* variables. In my case it's important to get the variable of hosting environment and not from client side (AcceptEnv). Regards Martin -- Registered Linux User #87175, http://linuxcounter.net
2013 Sep 17
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
...vio at polettix.it> --- Created attachment 2336 --> https://bugzilla.mindrot.org/attachment.cgi?id=2336&action=edit Patch to address fallback options to SendEnv This patch allows the specification of negated patterns in SendEnv. Hence, you can set e.g.: Host whatever SendEnv !LANG !LC_* in your ~/.ssh/config file, and this will override (eliminating it) any global option like: Host * SendEnv LANG LC_* that might be inaccessible to non-root users. The patch relies on the order of evaluation of the patterns to match. This assumes that the patterns from the user-local files a...
2014 Nov 22
3
R string comparisons may vary with platform (plain text)
...seen this. If it?s not some setting I?m unaware of, maybe someone should look into it. Sorry I haven?t taken the time to read the source code myself. Thanks, Stuart R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Platform: x86_64-unknown-linux-gnu (64-bit) Sys.getlocale() [1] "LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF -8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_ NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICA TION=C" "-1" > "1" [1] TRUE "-1" &lt...
2008 Sep 09
2
Problem of "sort" utf8 file.
Hi all, I have 2 linux distro ?? ubuntu and centos. My problem is that the sort command has different behavior when sorting Chinese string encoded in utf8 file. On Ubuntu, it is OK. But on CentOS, it WRONG. I google this problem and it seems that's because of LC_COLLATE. So I change "/etc/sysconfig/i18n" on CentOS and now the 2 have the same LC_** like this: CentOS: ============================= [root at localhost ~]# locale LANG=zh_CN.UTF-8 LC_CTYPE=zh_CN.UTF-8 LC_NUMERIC="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_COLLATE=zh_CN....
2008 Aug 28
1
Second X11 call with invalid display crashes R after first X11 call. (PR#12628)
...hat refer to fixing this. My system is Ubuntu 7.10 with R 2.7.2 from latest repository, also happens with an R 2.7.0 binary I've got hanging around compiled from source and also happens on other systems I've tried. > sessionInfo() R version 2.7.2 (2008-08-25) i486-pc-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_GB.UTF-8;LC_ MONETARY=C;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRESS=C;L C_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets m...
2018 Apr 05
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...version = 3.4.3 > > Active code page = 936 (Simplified Chinese) > > > ---STEPS TO REPRODUCE--- > > 1. Run cmd and start bin\x64\R.exe > > > 2. Note that all Chinese characters in the startup banner are missing > > > 3. > Sys.getlocale() > > [1] "LC_COLLATE=Chinese (Simplified)_China.936;LC_CTYPE=Chinese (Simplified) > _China.936;LC_MONETARY=Chinese (Simplified)_China.936;LC_NUMERIC=C;LC_ > TIME=Chinese (Simplified)_China.936" > > 4. > print("ABC\u4f60\u597dDEF") > [1] "ABCDEF" > (Unicode code point...
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers, I was wondering if anyone is porting S lib packages for design of experiments: conf.design, glim, graff(all from statlib)? I was able to change the format of S packages into R (including docs). In conf.design, by W. Venables, sort.list function is missing from R. I just put sort.list <- sort, but I got more error messages. Before doing more work, would like to know if this
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers, I was wondering if anyone is porting S lib packages for design of experiments: conf.design, glim, graff(all from statlib)? I was able to change the format of S packages into R (including docs). In conf.design, by W. Venables, sort.list function is missing from R. I just put sort.list <- sort, but I got more error messages. Before doing more work, would like to know if this