search for: details

Displaying 20 results from an estimated 57278 matches for "details".

2010 Sep 14
1
[PATCH] Fix bad declaration in host-register
...terface.inspect}" + if detail.interface_name =~ /eth\d+\.\d+/ || detail.interface_name =~ /vnet\d+/ + @logger.info "Don't manage #{detail.interface_name.inspect}" else if detail.macaddr.upcase == nic.mac - @logger.info "Updating details for: #{detail.interface} [#{nic.mac}]}" + @logger.info "Updating details for: #{detail.interface_name} [#{nic.mac}]}" nic.bandwidth = detail.bandwidth - nic.interface_name = detail.interface + nic.interface...
2010 Aug 18
2
[PATCH] Don't show vlan interfaces in NIC host management
...*\..*/ || detail.interface ~ /vnet.*/ + if detail.interface =~ /eth\d+\.\d+/ || detail.interface =~ /vnet\d+/ + @logger.info "Don't manage #{detail.interface.inspect}" + else + if detail.macaddr.upcase == nic.mac @logger.info "Updating details for: #{detail.interface} [#{nic.mac}]}" nic.bandwidth = detail.bandwidth nic.interface_name = detail.interface nic.save! found = true nic_info.delete(detail) + end...
2012 Nov 25
2
Cannot open root device xvda1 or unknown-block(0,0)
...g: name = "dom1" bootloader = "/usr/bin/pygrub" root = "/dev/xvda1 ro" extra = "3" # runlevel memory = 5000 disk = [ ''phy:/dev/md1,xvda1,w'' ] # vif = [ ''ip=78.46.97.66, vifname=veth1'' ] # none for now Here are some details on the Dom0 kernel (grepping for "xen"): CONFIG_XEN=y CONFIG_XEN_DOM0=y CONFIG_XEN_PRIVILEGED_GUEST=y CONFIG_XEN_PVHVM=y CONFIG_XEN_MAX_DOMAIN_MEMORY=500 CONFIG_XEN_SAVE_RESTORE=y CONFIG_PCI_XEN=y CONFIG_XEN_PCIDEV_FRONTEND=y # CONFIG_XEN_BLKDEV_FRONTEND is not set CONFIG_XEN_BLKDEV_BACK...
2017 Apr 10
2
clang build failures using Visual Studio
Anyone run into this before? I'm trying to get a Windows native build using Visual Studio of LLVM, Clang, and LLD 4.0.0. So far LLVM built successfully, but I'm getting these cryptic error messages when building Clang: Microsoft (R) Build Engine version 15.1.1012.6693 Copyright (C) Microsoft Corporation. All rights reserved. ClangDiagnosticsEmitter.cpp c:\program files
2018 Jul 25
2
are the LLD libraries thread safe?
E.g. Is it intended to be allowed to call lld::elf::link in 2 different threads at the same time? Follows is an example Valgrind error I ran into when doing the above. I'll try putting a global resource lock on invoking LLD and see if it solves the problem. ==5467== Invalid write of size 8 ==5467== at 0x525509: llvm::DenseMapBase<llvm::DenseMap<llvm::CachedHashStringRef, int,
2018 Jul 25
2
are the LLD libraries thread safe?
Hi Andrew, LLD relies on various bits of global state which are manipulated during the link, so I wouldn't expect it to be thread safe at that level, although it does attempt to reset that global state at the start of each call to link(), so it should be callable sequentially. Regards, James On 25 July 2018 at 02:37, Andrew Kelley via llvm-dev < llvm-dev at lists.llvm.org> wrote:
2012 Jun 08
3
cannot boot guest VM
Hi, I''m trying to boot a PV VM I just installed (following http://wiki.xen.org/wiki/Debian_Guest_Installation_Using_Debian_Installer) without success. My XEN installation is xen-unstable 54c8c9eaee92+ on a Debian unstable machine (x86_64), kernel 3.3.4+. The VM I installed is, again, a Debian unstable x86_64. The installation went smoothly; I used an 8GB file as a disk back-end. I went
2013 Oct 08
10
xl console regression on xen-unstable
...ld not read tty from store: No such file or directory I tried on Sid minimal (debian unstable) and Precise desktop (Ubuntu 12.04) pv domUs. I haven''t use it for a long time (probably some months), I don''t remember what is the last test build where was working. If you need more details tell me and I''ll post them. Thanks for any reply.
2015 Oct 01
5
xen and spice problem
Hi it is possible to use xen and spice already? If yes is there any howto or doc how? If I turn on spice in cfg of a hvm domU, I get this error: Parsing config from /etc/xen/marax.cfg libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: base group enabled libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: freq group enabled libxl: detail:
2007 May 15
5
About a simple insert
Ok, my problem is that I have a form with a client''s information. Now in the form, I ask the client for his info, which inserts into the table "clients", and then I have another text input where he has to provide a specific detail that i want to be inserted into the table "details". How can I insert this data into 2 different tables? -- 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...
2006 Oct 05
2
update_attributes
I''m working on a form that updates a product record and several associated detail records. The detail records are showing and populating okay in the form. But when it hits the controller, I get Couldn''t find Detail with ID=detail AND (details.product_id = 38). The :detail params seem to refer to the correct record id. Anyone have an idea how to fix this? Here''s the controller: def edit if request.get? @product = Product.find(params[:id], :order=>''gender, size'', :include=>''det...
2010 Nov 05
1
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
Hi I am trying to create a new LLVM project that uses autoconf to configure it. the example requires me to define * LLVM_SRC_ROOT - The root of the LLVM source tree. * LLVM_OBJ_ROOT - The root of the LLVM object tree Is this required? Why? I just want to use the libraries that were installed using Ubuntu 10.04. I can compile programs using llvmc $ llvmc --version Low Level
2011 Nov 24
1
[PATCH] Rename mdadm_ apis to md_
...iff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 925640f..c0ef261 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -6432,7 +6432,7 @@ To get the current values of filesystem parameters, see C<guestfs_tune2fs_l>. For precise details of how tune2fs works, see the L<tune2fs(8)> man page."); - ("mdadm_create", (RErr, [String "name"; DeviceList "devices"], [Int64 "missingbitmap"; Int "nrdevices"; Int "spare"; Int64 "chunk"; String "level&quot...
2008 Aug 24
11
link_to_function check javascript attribute
How could I check the value of an javascript object''s attribute? <div id="new_item_details" style="display:none"></div> <%= link_to_function("Show details...", nil, :id => "show_details") do |page| page.visual_effect(:toggle_blind, :new_item_details) if (page[:new_item_details].style.visibility == "none") &...
2014 Jan 06
1
Dovecot LMTP does not pass envelope recipient +detail to sieve
I found this[1] thread that describes the same problem with dovecot-LDA, but the solution (add X-Original-To: header) has no effect with LMTP. My sendmail LMTP configuration: FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp') Sendmail's address test indicates that sendmail is providing user+detail to LMTP (see below). Except for this problem, dovecot, LMTP, and sieve
2019 Nov 16
2
Sieve and recipient_delimiter
I use recipient_delimiter addresseses quiet a bit, and I want to put several of them into a mailbox if anyof (header :contains ["to"] [ ?FOO", ?foo", ?bar", ?florin"]) { fileinto :create ?later"; stop; } When I get an email addressed to me+FOO at example.com or me_florin at example.com, the messages end up in my inbox (Yes, I have both + and _
2015 Oct 01
0
xen and spice problem
On Thu, Oct 1, 2015 at 10:06 AM, Christoph <mangel at gmx.de> wrote: > Hi > > it is possible to use xen and spice already? If yes is there any howto or > doc how? Fabio has been the one working on getting spice working. Fabio, any ideas? > > If I turn on spice in cfg of a hvm domU, I get this error: > > Parsing config from /etc/xen/marax.cfg > libxl: detail:
2006 Mar 15
0
Ajax_generator as a component for master/detail use?
...t time and I''m trying to setup a master/detail edit page. My goal is to display both the Master info and the detail records on a single page. And allow detail records to be created/edited/deleted on the fly. Not sure its possible, but that''s what I''m trying to do. === Details I have an existing master table of clients. I''ve just created a detail table of todos. (Plural of todo). I''ve used the "script/generate ajax_scaffold todo" to create a basic todos MVC set. Note the plural todos. For some reason the ajax generator created files with...
2010 Nov 05
2
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
Hi I am trying to create a new LLVM project that uses autoconf to configure it. the example requires me to define * LLVM_SRC_ROOT - The root of the LLVM source tree. * LLVM_OBJ_ROOT - The root of the LLVM object tree Is this required? Why? I just want to use the libraries that were installed using Ubuntu 10.04. I can compile programs using llvmc $ llvmc --version Low Level
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
Hello! I was asking for help on the Freenode channel, and I was pointed here. I have a situation where, using xl, I can create a functional PV domU, with or without pv-grub, but I cannot access the console. Firing up xend and using xm works without trouble. Since xend and company is being deprecated, I would like to transition to using the xl toolstack. The system is an Arch Linux system