Displaying 20 results from an estimated 600 matches similar to: "High memory needs [SOLVED]"
2012 Dec 15
3
Cannot build custom locale with utf-8 charset
I am trying, without success, to compile a custom locale for the utf-8
character set. I have issued this command:
localedef --no-archive -f UTF-8 -i
/usr/share/i18n/locales/en_CA at yyyy-mmm-dd en_CA at yyyy-mmm-dd.utf8
which produces the requisite files without reporting an error but
which none-the-less insists on using the iso-8859-1 charset:
LC_ALL=en_CA at yyyy-mm-dd locale charmap
2016 Aug 09
0
Localedef runs but doesn't change locale
Hello everyone,
When I run the command localedef -c -i en_GB -f UTF-8 en_GB.utf-8 the
command runs with no errors but running locale still shows:
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
2004 Oct 04
2
smbmount and UTF-8 characters
Hello list!
Sorry to be a pain, but I've hunted high and low and can't seem to find
the answer.
I have a Slackware 10 system and a Microsoft Windows 2000 system.
On the Windows 2000 system are lots of files with extended characters -
like (tm), (r) and characters with umlauts.
I used the "locale" command and set LC_ALL=en_US.UTF8.
I am running KDE and in the Konqueror
1999 Apr 11
0
Problem with swedish characters
How can I get the swedist characters ? ? ? to work when I download files
with smbclient or using smbmount ?
I have this in my smb.conf
client code page = 850
character set = iso8859-1
(I'm using RedHat 5.2, samba-2.0.3 and have LC_CTYPE=sv_SE and have done a
localedef -i sv_SE -f ISO-8859-1 sv_SE)
/Magnus
_|_|_| _| _| _|_|_| _| _| _|_|
_| _| _| _|
2013 May 10
4
remotely mounting client disks in p2v server
Just spent a little time poking around w/ p2v and am attaching the
following pseudo-code for consideration. Note the patches aren't commit
ready yet, just looking for thoughts
- The first is a fix to get client image building process working on F17.
It seems the version of ksflatten there didn't expand the nested %includes
which was causing errors (also --interpreter image-minimizer
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:
2010 Jul 26
2
chan_skinny still maintained?
Hi,
I've managed to acquire a few Cisco handsets (7905, 7920) and would like to
use them with Asterisk.
Rather than simply switching to the SIP firmware I thought I'd use these
with chan_skinny - partly because this is Cisco's primary firmware and
therefore the phones might be more stable, and partly to help test
chan_skinny as it seems to be generally underused. (Is functionality
2015 Jan 19
2
[LLVMdev] Vectorization Cost Models and Multi-Instruction Patterns?
Hi all,
While tinkering with saturation instructions, I hit problems with the
cost model calculations.
The loop vectorizer cost model accumulates the individual TTI cost
model of each instruction. For saturating arithmetic, this is a gross
overestimate, since you have 2 sexts (inputs), 2 icmps + 2 selects
(for the saturation), and a truncate (output); these all fold alway.
With an intrinsic,
2008 Oct 21
3
Bug#503000: logcheck fails due to a perl warning
Package: logcheck
Version: 1.2.68
Severity: important
I upgraded my lenny server today. I guess the previous update is something like two weeks ago.
Now logcheck started sending mails containing only this perl error:
This email is sent by logcheck. If you wish to no-longer receive it,
you can either deinstall the logcheck package or modify its
configuration file (/etc/logcheck/logcheck.conf).
2006 May 16
2
Determining length of speex file speech
Hello,
I would like to run a script over a speex file which determines, how
long the speech contained in the speex file is.
So I run through the ogg file, skip the first two ogg _pages_ (speex
header and comment header, both contain IMHO only 1 ogg _packet_), and
then count in any ogg page the number of the ogg _frames_ (which, unless
I used -nframes while encoding, which I did not), and multiply
2010 Apr 09
1
Rsge: recursive parallelization
In principle, I'd like to be able to do something like this:
sge.parLapply(seq(10), function(x) parLapply(seq(x), function(x) x^2))
In practice, however, I have to resort to acrobatics like this:
sge.options(sge.remove.files=FALSE)
sge.options(sge.qsub.options='-cwd -V')
sge.parLapply(seq(10),
function(x) {
sge.options(sge.save.global=TRUE)
2013 Dec 01
0
How to create polygons representing sampled forest plots, and how to compute D1 matrix between these polygons ?
Hi everyone,
I am facing a problem I really do not know how to resolve about detecting
significant spatial structures in a region I am studying.
The study is about the Miombo forest (wooded savanna). I am working in a 10
ha permanent forest plot, where all trees are mapped and identified. I
sampled 24 more or less regulately scattered plots of 25 x 25 m over the 10
ha. In each plot of 25 x 25 m
2020 Nov 03
0
[patch V3 05/37] asm-generic: Provide kmap_size.h
kmap_types.h is a misnomer because the old atomic MAP based array does not
exist anymore and the whole indirection of architectures including
kmap_types.h is inconinstent and does not allow to provide guard page
debugging for this misfeature.
Add a common header file which defines the mapping stack size for all
architectures. Will be used when converting architectures over to a
generic
2012 Apr 13
0
My apologies
I feel I have to apologize for not having been able to contribute in any
way to the wiki area.
I probably gravely overestimated my technical abilities, as I never
could understand how to produce content to the wiki.
Yes, I have tried to 'do my homework' by reading older docs-list
entries, searching and browsing the wiki help area, but I never got
anywhere.
I even took the (wrong) liberty
2006 May 16
0
Determining length of speex file speech
On Tue, May 16, 2006 at 03:29:47PM +0200, Bj?rn Thalheim wrote:
>
> I would like to run a script over a speex file which determines, how
> long the speech contained in the speex file is.
> So I run through the ogg file, skip the first two ogg _pages_ (speex
> header and comment header, both contain IMHO only 1 ogg _packet_), and
> then count in any ogg page the number of the ogg
2009 Sep 06
1
Is there something like qt-faststart for theora?
One thing I noticed though when reading about ffmpeg to make the h.264
was that for internet, you could use qt-faststart to move some stuff (I
think called MOOV) to the front of the file allowing the file to start
playing before it was finished downloading.
That certainly helps quite a bit, I was wondering if there is a similar
type of thing for theora? Theora files I host do not seem to
2012 Feb 13
1
non linear quantile regression - Median not plotting where it should
Hi,
I'm attempting to calculate the 0.25 and 0.97 quantiles for tree height (0-50 meters) against tree age (0-300 years) and I am running into some difficulty with the plotted grafic. I've run the examples in the quantreg help and can get those to work properly and by plugging in my data I can also get the lines plotted on my dataset. Unfortunately I'm running into a problem with the
2017 Feb 06
3
Centos6.8 and Python33
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as
installation request a different python version...
[root at sge ~]$ yum install python33 python33-python-tools
[root at sge ~]$ scl enable python33 bash
===== *this load Python 3.3.2* ===
[root at sge ~]$ easy_install pip
[root at sge ~]$ pip install numpy
Collecting numpy
Using cached numpy-1.12.0.zip
2004 Sep 06
4
Cox regression for prevalence estimates
Hello, I'm an MD working in an eye clinic. I'm learning by myself to use R
for use in my research works and for implementation in a software project.
There are some authors who recomends the use of Cox regression as a
substitute for Logistic regression (<a
href="http://www.biomedcentral.com/1471-2288/3/21.pdf"> Barros AJD, Hirakata
VN. BMCMedical Research Methodology, 2003;
2013 Feb 20
0
Bayesian mixing model
Fellow R users,
I'm using the BCE {BCE} function to run a Bayesian sediment mixing model. The aim is to find the optimum % contribution from each of the 4 source areas that can yield the target geochemistry.
I have geochemistry for 4 source areas called Rat:
Rat<-read.table(text="CaO MgO Na2O Al2O3
Topsoils 2.511250 0.7445500 0.7085500 14.10375
ChannelBanks