similar to: Should I be able to dynamically load metals at runtime?

Displaying 20 results from an estimated 30000 matches similar to: "Should I be able to dynamically load metals at runtime?"

2018 Apr 24
0
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
On 24 April 2018 at 17:16, <m.roth at 5-cent.us> wrote: > Adam Tauno Williams wrote: >> On Mon, 2017-08-07 at 15:26 +0000, KM wrote: >>> All,This happens on all of our CentOS 7 VMs. but as stated in the >>> email trail, the file softlockup_thresh does not exist. Should it be >>> added? What is the best way to get rid of this behavior. >>>
2016 Mar 11
3
Openshot 2.x (beta) on C7??
On 3/11/2016 2:02 AM, Sorin Srbu wrote: >>> Looks like installing openshot 2.x on C7 isn't as trivial >> >> It is not trivial at all. The best way to handle this will be to find the >> required packages in Fedora and rebuild them. > > So what's the easy way? > > Switch to Ubuntu or something? 8-O Maybe Fedora, maybe Ubuntu? It's more
2007 Jul 06
2
Make #underscore reversible
Hello All, I''ve submitted a patch (http://dev.rubyonrails.org/ticket/8898) to enable #underscore to be reversible. I had trouble creating a class named "CRSContact", and it turns out that underscore and camelize are not reversible in cases where there are 3 or more capital letters. As there is a dependency between class name and file name I think it would be beneficial for
2016 Mar 14
0
Openshot 2.x (beta) on C7??
> -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of Chris Beattie > Sent: den 11 mars 2016 16:53 > To: 'CentOS mailing list' > Subject: Re: [CentOS] Openshot 2.x (beta) on C7?? > > On 3/11/2016 2:02 AM, Sorin Srbu wrote: > >>> Looks like installing openshot 2.x on C7 isn't as trivial
2010 Aug 26
2
[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
On 08/26/2010 11:53, Eric Christopher wrote: > It basically means that a pseudo wasn't lowered to something that the jit can output before the jit was run. Is this on ToT? > I don't know what is ToT. 42 meanings listed here http://acronyms.thefreedictionary.com/TOT don't seem to apply. Yuri
2010 Jun 25
0
[BISECT] gpxelinux.0 stalls at Trying to load: pxelinux.cfg/.....
While trying out gpxelinux.0, I realized that it didn't work in the latest release candidate. This is what happens: This is a screenshot from a VM: http://bsfh.ath.cx/gpxe.png It hangs there for a long time. I tried in two configurations: 1) Qemu KVM with tap networking, ISC dhcpd and tftp from iputils on the host. 2) Desktop, dnsmasq from OpenWRT as dhcp/tftp server. The only difference on
2013 Aug 28
0
Investigating memory performance: bare metal vs. xen-pv vs. xen-hvm
I''ve been trying to compare memory access speed between bare-metal, xen-pv and xen-pvhvm (hvm with pv drivers). In all 3 setups I''m running the same kernel (3.6.6), built with support for xen, on a 64 core AMD Opteron 6378. The output of xm info (relevant parts): machine : x86_64 nr_cpus : 64 nr_nodes : 8 cores_per_socket : 16
2006 May 24
2
Has Many Through + Join Model + Forms + Confused?
Hello, I''m trying to implement something like the following scenario. I''ve got "Alloys" (blends of metals), "Metals" and "Percentages" I want to implement this using a join model, not using a has_and_belongs_to_many relationship. (If i''m wrong about that, let me know). Basically, i have the following tables: Metals id name Alloys
2012 Feb 23
1
perform t.test by rows and columns in data frame
Dear R Help, I have been struggling with this problem without making much headway. I am attempting to avoid using a loop, and would appreciate any suggestions you may have. I am not well versed in R and apologize in advance if I have missed something obvious. I have a data set with multiple sites along a river where metal concentrations were measured. Three sites are located upstream of a mine
2011 May 09
1
Failure when posting an XML file to a rails metal app
I''m trying to write some rails metal code to handle a large XML file post, but I''m receiving a 500 from my server. If I use a POST but don''t provide a file to upload, everything works and I receive a 200 response, but if I provide a file (the -d flag with curl), I receive a 500. Here''s the curl command I''m using: curl -siX POST
2010 Jun 01
1
Specify filename using rails Metal
Hi, I''m using Rails Metal to serve certain files, But i don''t know how to change the filename ... Here is the code in Metal where i send the file : [200, { ''Content-Type'' => file.content_type}, [file.read]] I tried to specify ''filename''=>''test.zip''... but without success... Anyone has a clue ? Thanks, regards. --
2011 Mar 12
1
Stepwise Discriminant... in R
Hello R list, I'm looking to do some stepwise discriminant function analysis (DFA) based on the minimization of Wilks' lambda in R to end up with a composite signature (of metals "Al","Sb","Bi","Cr","Ba") capable of discriminating 100% of the source factors (LANDUSE: "A","B","C"). The Wilks' lambda
2015 Aug 25
0
OPUS on bare metal ARM
On 8/25/15, 12:25 AM, Treuillard, Benjamin wrote: > The aim of my project is to transmit voice over CAN bus. CAN? 8 byte transactions. CRC. Bit stuffing on 5 bit repeats. Automatic retransmits. No ordering. Really? I guess if you *have* to, but I would pick pretty much *any* interface standard *other* than CAN for audio. > The main issue I have is that opus fail to allocate memory,
2020 May 01
0
Bare Metal vs Containers/vms
Hi All, I vaguely remember someone at Astricon making the case for having multiple containers/vps each running asterisk vs using asterisk direct on bare metal. Something about getting better performance. Does anyone have any insight on this? TIA and stay safe Dovid PS I know vps != containers I just don’t recall if the argument was for vps, containers or both instead of installing direct on
2019 Feb 11
0
bare-metal backup before update--options?
> Hi all! > > I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6 > because (1) it has an Nvidia card, and (2) I've heard of problems > upgrading on top of software RAID (using RAID1 with 2 drives). > > I need to upgrade it to stay secure, and I want to do a bare-metal backup > first (so I can put it all back as it now is, in case it
2010 Aug 26
0
[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
On Aug 26, 2010, at 12:41 PM, Yuri wrote: > On 08/26/2010 11:53, Eric Christopher wrote: >> It basically means that a pseudo wasn't lowered to something that the jit can output before the jit was run. Is this on ToT? >> > > I don't know what is ToT. 42 meanings listed here http://acronyms.thefreedictionary.com/TOT don't seem to apply.\ ToT = "top of
2019 Feb 12
1
bare-metal backup before update--options?
On Mon, Feb 11, 2019 at 04:16:38PM +0100, Simon Matter via CentOS wrote: > > Hi all! > > > > I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6 > > because (1) it has an Nvidia card, and (2) I've heard of problems > > upgrading on top of software RAID (using RAID1 with 2 drives). > > > > I need to upgrade it to stay
2007 Jun 27
1
Active Scaffold controllers created dynamically at runtime?
Does anyone know how to link Rails'' routes into anonymous controller classes created at runtime (defined with their superclass as ActionController::Base)? I''m trying to create a plugin for all of my projects that dynamically creates an active_scaffold controller for each model. It would essentially be like a scaffold_all_models for active_scaffold. I believe the original
2019 Feb 13
2
changing variable naming rules in LLVM codebase
> On Feb 12, 2019, at 4:02 AM, Björn Pettersson A via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > (Sorry if this subject already has been discussed, but I could not find any clear rules/recommendations.) > > What would the recommendation be for acronyms (I’ve seen the rule about avoiding them unless they are “well known”, > but sometimes an acronym is useful, and we
2018 Apr 24
2
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
Adam Tauno Williams wrote: > On Mon, 2017-08-07 at 15:26 +0000, KM wrote: >> All,This happens on all of our CentOS 7 VMs.? but as stated in the >> email trail, the file softlockup_thresh does not exist.? Should it be >> added?? What is the best way to get rid of this behavior. >> Thanks in advance and sorry if I missed something along the way.KM > > Yes, I see this