Displaying 20 results from an estimated 100 matches similar to: "Cri-o 1.13 package"
2019 Feb 07
0
Cri-o 1.13 package
On 07/02/2019 15:45, Matheus Eduardo Bonifacio Morais wrote:
> Hi there,
>
> I was looking for cri-o 1.13 package to install on CentOS 7.6 but it
> seems that we only have 1.11 packaged.
>
> There is any alternative to 1.13 package to CenOS 7.6 or if I want to
> use it I should build from source?
>
> Thanks.
Hi,
building 1.13 is on my ever-growing list of tasks, I
2009 Apr 28
2
Build Windows binary
Hi everyone,
I'm trying to use the online resource, http://win-builder.r-
project.org/ in order to build an R package for colleagues on Windows
machines (I'm on Mac OS X). I'm not getting an email response from
the server (even in my junk mail box). The site explains that the
email address is need on the maintainer line in the DESCRIPTION
file. Mine is listed as follows:
2013 Sep 08
7
PATCH: x86-64 support and SSE intrinscis code
It's not possible to use ia32/*.nasm code in 64-bit compiles.
There's still no 64-bit asm code in FLAC. I'm not familiar with asm too,
so I wrote SSE-accelerated code using intrinsics.
This code uses two new preprocessor macros:
FLAC__CPU_X86_64 (analogous to FLAC__CPU_IA32)
and FLAC__HAS_X86INTRIN (analogous to FLAC__HAS_NASM)
Patch for cpu.c/cpu.h adds CPU features (sse3, ssse3)
2007 Feb 08
2
cannot set ENV['RAILS_RELATIVE_URL_ROOT']
i am on lighttpd now, and i cannot set
cannot set enviroment variable:
i added this line to enviroment.rb, but it doesn not work!!
ENV[''RAILS_RELATIVE_URL_ROOT''] = ''something''
links on my page are ok, but all links to images, stylesheets etc are
broken, (because relative_url_root returns ''''), what else can I do?
thanks. f.
--
Posted via
2008 Apr 18
2
Line-wrap problem
I'm wondering if someone can tell me how R determines where to wrap
lines in its output.
I'd like to understand this because occasionally often after running
a script the output of R no longer wraps at the correct location.
For example, the statement, '1:40' would ordinarily return something
like this...
[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
2013 Sep 15
2
PATCH: x86-64 support and SSE intrinscis code
Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> The biggest of these tweaks weas to disable the intrinsics version
> fero FLAC__CPU_IA32 because I couldn't get this to compile on
> i386-linux (and we have the nasm versions). Still open to re-enabling
> this if someone can get it to work.
I know you're a skilled programmer, but... maybe you forgot to add -msse
2003 Oct 10
1
Multiple plots?
Here's a beginner question: How do I plot two different sets of points
simultaneously, e.g. (Xapples, Yapples) and (Xoranges, Yoranges),
preferably in different colors?
Matthew
2016 Feb 23
3
Re: guestmount without fstab
On Tue, Feb 23, 2016 at 06:21:34PM +0100, Pino Toscano wrote:
> On Tuesday 23 February 2016 15:21:17 Richard W.M. Jones wrote:
> > As for the particular question about lack of /etc/fstab. Are you
> > getting some kind of error when using the guestmount -i option? It
> > used to be (a long time ago) that libguestfs inspection[1] could not
> > handle guests that did not
2018 Jul 02
3
subset con los casos presentes en otra df
Buenas, una vez más. Utilizo:
data <- subset(data,data$Key %in% data2$Key)
para quedarme con los casos de data que están también en data2, de
acuerdo a la variable Key.
¿Cómo sería si quiero que sean los que coinciden en Key1 y Key2? Pense
hacer un collapse con Key1 y key2, tanto en data como data2, y usarlo
como uso key en el ejemplo de arriba, pero debe haber una forma más
2016 Feb 25
0
Re: guestmount without fstab
On 02/23/2016 08:42 PM, Richard W.M. Jones wrote:
> On Tue, Feb 23, 2016 at 06:21:34PM +0100, Pino Toscano wrote:
>> On Tuesday 23 February 2016 15:21:17 Richard W.M. Jones wrote:
>>> As for the particular question about lack of /etc/fstab. Are you
>>> getting some kind of error when using the guestmount -i option? It
>>> used to be (a long time ago) that
2016 Sep 22
0
Virtualization SIG membership
Hi,
can I join the Virtualization SIG? I am interested in packaging docker
with Lokesh Mandvekar.
Thank you very much,
Fero
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL:
2019 Feb 12
0
CVE-2019-5736
Hi,
builds fixing CVE-2019-5736 in runc and docker are in cbs:
https://cbs.centos.org/koji/buildinfo?buildID=25142
https://cbs.centos.org/koji/buildinfo?buildID=25136
The security flaw is quite severe. Please, what should be done? I am not
very well versed in the processes and do not want to neglect anything.
Thank you very much and have a nice day,
Fero
-------------- next part
2013 Sep 15
0
PATCH: x86-64 support and SSE intrinscis code
lvqcl wrote:
> It's not possible to use ia32/*.nasm code in 64-bit compiles.
> There's still no 64-bit asm code in FLAC. I'm not familiar with asm too,
> so I wrote SSE-accelerated code using intrinsics.
Thanks for your work on this.
I've applied these patches, updated the configure script to detect
the required features and then tweaked things slightly.
The biggest of
2013 Sep 16
0
PATCH: x86-64 support and SSE intrinscis code
lvqcl wrote:
> Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
>
> > The biggest of these tweaks weas to disable the intrinsics version
> > fero FLAC__CPU_IA32 because I couldn't get this to compile on
> > i386-linux (and we have the nasm versions). Still open to re-enabling
> > this if someone can get it to work.
>
>
> I know you're a
2008 Mar 13
4
AJAX slow - to_json responsible?
Hello.
I am building full-ajax back-end, which consits of many quite big
partials. As the system grows up, performance is problem. After every
click, partial is refreshed, if needed. I am now at 0.5 sec / request. I
tried to simply disable ajax and the result was quite suprising: the
same page is rendered over 2x faster. I update 80% of page in case of
ajax. (Please dont tell: dont use ajax when
2004 Apr 02
0
ARQUIVO PROIBIDO (your_document.pif) EM SUA MENSAGEM
ALERTA: ARQUIVO PROIBIDO
Nosso sistema de inspe??o de conte?do encontrou
um arquivo proibido: your_document.pif
em sua email para o destinat?rio:
-> gleydson at cipsga.org.br
A entrega da mensagem foi bloqueada!
Por favor, verifique seu sistema. Ele pode estar contaminado por v?rus.
Para sua refer?ncia, aqui est?o os cabe?alhos da mensagem com problemas:
------------------------- BEGIN
2016 Aug 02
3
Problem with sieve configuration on dovecot+debian_jessie+ISPC3
I'm new-ish to dovecot and sieve (haven't used it extensively till now)
and I'm not sure that I configured everything propperly.
The problem is that we're trying to get the following sieve code to run:
require ["fileinto", "regex", "date", "relational", "vacation",
"duplicate"];
require "duplicate";
if
1997 Sep 03
0
Announce: chkexploit 1.13
chkexploit 1.13 is now available, see lsm below. There are
some bugfixes from version 1.12 and tests for new exploits:
* lynx;
* smbmount;
* request-route.
Begin3
Title: chkexploit
Version: 1.13
Entered-date: 31AUG97
Description: Check the system for vulnerabilities to some publicly
available exploits.
Keywords: security exploits vulnerabilities
2013 Jan 17
1
NB: automake 1.13 miscompiles ocaml/Makefile.am
If you rebuild the Makefiles using automake >= 1.13 then you'll likely
hit this error:
Makefile:1904: *** unterminated variable reference. Stop.
This is caused by automake miscompiling GNU make macros that appear in
the 'TESTS' variable decl in 'ocaml/Makefile.am'.
I posted a bug about this upstream. It hasn't appeared yet, but it
should turn up here in the near
2008 Sep 01
2
Wine 1.13 and KDE 3.5.10
Hello,
An update for KDE was released recently for Kubuntu 8.04.1 (Hardy Heron), after applying the update I installed Wine, the installation goes fine, however, I noticed it doesn't create entries on the KMenu (you don't see the Wine Applications options and the Browse Local Drive and Applications) I also noticed Wine was also upgraded to 1.13, what I've mentioned, are those changes