search for: fero

Displaying 20 results from an estimated 20 matches for "fero".

Did you mean: eero
2009 Apr 28
2
Build Windows binary
...ge 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: Maintainer: Matthew Fero <mfero at fhcrc.org> Any suggestions? Matthew
2019 Feb 07
2
Cri-o 1.13 package
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. -- Matheus Eduardo Bonif?cio Morais Analista de Infraestrutura de TI, Plataforma e Aplica??es Confedera??o Sicredi Centro Administrativo Sicredi ? Porto Alegre +55
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)
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 compiler option? -msse for SSE code, -msse...
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
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
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
2016 Feb 25
0
Re: guestmount without fstab
...> > Something to fix with the new inspection code :-) > > Rich. > My intended use-case was to mount a container image that lacks kernel, fstab and bootloader, not a full virtual machine. Thank you very much for the explanation. I will try different approaches. Have a nice day, Fero
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: <http://lists.centos.org/pipermail/centos-virt/attachments/20160922/fa8e47a8/attachment-0002.sig>
2019 Feb 07
0
Cri-o 1.13 package
...> 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 definitely want to do it but will not give you any ETA. Fero -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20190207/ffd73566/attachment.sig>
2019 Feb 12
0
CVE-2019-5736
...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 -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20190212/f9338078/attachment.sig>
2013 Sep 15
0
PATCH: x86-64 support and SSE intrinscis code
...iar 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 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. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.c...
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 skilled programmer, but... maybe you forgot to add -msse compiler option? &...
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
2008 Mar 13
4
AJAX slow - to_json responsible?
...te 80% of page in case of ajax. (Please dont tell: dont use ajax when updating 80% of page... thats not the point.) So the ajax (page.replace :partial=>) is significantly slower than non-ajax? Are there ways to improve performance? I''am not very deep in rails, some suggestions? Thanks. Fero. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
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
2016 Aug 02
3
Problem with sieve configuration on dovecot+debian_jessie+ISPC3
...smtpd.key ssl_protocols = !SSLv2 !SSLv3 userdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } protocol imap { mail_plugins = quota imap_quota } protocol pop3 { mail_plugins = quota pop3_uidl_format = %08Xu%08Xv } protocol lda { mail_plugins = sieve quota } # uname -a Linux fero 2.6.32-45-pve #1 SMP Wed Mar 30 12:22:08 CEST 2016 x86_64 GNU/Linux It's a Debain Jessie VM running ISPC3. -- Srdac(an pozdrav | Best regards Filip Lonc(ar ___________________________________________ WarpMax hosting *WarpMax hosting* *A* Tehnolos(ki park Varaz(din, Zagrebac(ka 89, Va...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...nat at gmx.de> Cc: Jaya Kumar <jayalk at intworks.biz> Cc: Paul Mackerras <paulus at samba.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Russell King <linux at arm.linux.org.uk> Cc: Jingoo Han <jg1.han at samsung.com> Cc: Ferenc Bakonyi <fero at drama.obuda.kando.hu> Cc: Antonino Daplas <adaplas at gmail.com> Cc: Maik Broemme <mbroemme at plusserver.de> Cc: David Brown <davidb at codeaurora.org> Cc: Daniel Walker <dwalker at fifo99.com> Cc: Bryan Huntsman <bryanh at codeaurora.org> Cc: Wan ZongShun...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...nat at gmx.de> Cc: Jaya Kumar <jayalk at intworks.biz> Cc: Paul Mackerras <paulus at samba.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Russell King <linux at arm.linux.org.uk> Cc: Jingoo Han <jg1.han at samsung.com> Cc: Ferenc Bakonyi <fero at drama.obuda.kando.hu> Cc: Antonino Daplas <adaplas at gmail.com> Cc: Maik Broemme <mbroemme at plusserver.de> Cc: David Brown <davidb at codeaurora.org> Cc: Daniel Walker <dwalker at fifo99.com> Cc: Bryan Huntsman <bryanh at codeaurora.org> Cc: Wan ZongShun...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...nat at gmx.de> Cc: Jaya Kumar <jayalk at intworks.biz> Cc: Paul Mackerras <paulus at samba.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Russell King <linux at arm.linux.org.uk> Cc: Jingoo Han <jg1.han at samsung.com> Cc: Ferenc Bakonyi <fero at drama.obuda.kando.hu> Cc: Antonino Daplas <adaplas at gmail.com> Cc: Maik Broemme <mbroemme at plusserver.de> Cc: David Brown <davidb at codeaurora.org> Cc: Daniel Walker <dwalker at fifo99.com> Cc: Bryan Huntsman <bryanh at codeaurora.org> Cc: Wan ZongShun...