Displaying 20 results from an estimated 57538 matches for "detail".
Did you mean:
details
2010 Sep 14
1
[PATCH] Fix bad declaration in host-register
.../host-register.rb
@@ -393,14 +393,13 @@ class HostRegister < Qmf::ConsoleHandler
# if we have a match, then update the database and remove
# the received data to avoid creating a dupe later
@logger.info "Searching for existing record for: #{detail.macaddr.upcase} in host #{host_qmf.hostname}"
- # if detail.interface ~ /eth.*\..*/ || detail.interface ~ /vnet.*/
- if detail.interface =~ /eth\d+\.\d+/ || detail.interface =~ /vnet\d+/
- @logger.info "Don't manage #{detail.interface.inspect}"
+ if detail.interface_name =...
2010 Aug 18
2
[PATCH] Don't show vlan interfaces in NIC host management
.../host-register.rb
@@ -393,13 +393,18 @@ class HostRegister < Qmf::ConsoleHandler
# if we have a match, then update the database and remove
# the received data to avoid creating a dupe later
@logger.info "Searching for existing record for: #{detail.macaddr.upcase} in host #{host_qmf.hostname}"
- if detail.macaddr.upcase == nic.mac
+ # if detail.interface ~ /eth.*\..*/ || detail.interface ~ /vnet.*/
+ if detail.interface =~ /eth\d+\.\d+/ || detail.interface =~ /vnet\d+/
+ @logger.info "Don't manage #{detail.i...
2012 Nov 25
2
Cannot open root device xvda1 or unknown-block(0,0)
...(all Gentoo) with kernel 3.5.7 and
Xen 4.1.1. Each Dom has it''s own md (md0 for Dom0, md1 for Dom1 etc). Dom0
works fine so far, however, I''m stuck trying to create DomUs. It appears the
xvda1 device on DomU is not created or accessible:
Parsing config file dom1
domainbuilder: detail: xc_dom_allocate: cmdline="root=/dev/xvda1 console=hvc0
root=/dev/xvda1 ro 3", features="(null)"
domainbuilder: detail: xc_dom_kernel_mem: called
domainbuilder: detail: xc_dom_boot_xen_init: ver 4.1, caps xen-3.0-x86_64
xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_...
2017 Apr 10
2
clang build failures using Visual Studio
...(C) Microsoft Corporation. All rights reserved.
ClangDiagnosticsEmitter.cpp
c:\program files (x86)\microsoft visual
studio\2017\community\VC\Tools\MSVC\14.10.25017\include\xmemory(126): error
C2678: binary '*': no operator found which takes a left-hand operand of
type 'const
llvm::detail::DenseSetImpl<ValueT,llvm::DenseMap<ValueT,llvm::detail::DenseSetEmpty,ValueInfoT,llvm::detail::DenseSetPair<ValueT>>,ValueInfoT>::Iterator'
(or there is no acceptable conversion)
with
[
ValueT=const llvm::Record *,
Value...
2018 Jul 25
2
are the LLD libraries thread safe?
...ing 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,
llvm::DenseMapInfo<llvm::CachedHashStringRef>,
llvm::detail::DenseMapPair<llvm::CachedHashStringRef, int> >,
llvm::CachedHashStringRef, int,
llvm::DenseMapInfo<llvm::CachedHashStringRef>,
llvm::detail::DenseMapPair<llvm::CachedHashStringRef, int>
>::moveFromOldBuckets(llvm::detail::DenseMapPair<llvm::CachedHashStringRef,
int>*,...
2018 Jul 25
2
are the LLD libraries thread safe?
...e 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, llvm::DenseMapInfo<llvm::CachedHashStringRef>,
>> llvm::detail::DenseMapPair<llvm::CachedHashStringRef, int> >,
>> llvm::CachedHashStringRef, int, llvm::DenseMapInfo<llvm::CachedHashStringRef>,
>> llvm::detail::DenseMapPair<llvm::CachedHashStringRef, int>
>> >::moveFromOldBuckets(llvm::detail::DenseMapPair<llvm::Cac...
2012 Jun 08
3
cannot boot guest VM
...dev=xvda, backend phy unsuitable as phys path not a block device
libxl: debug: libxl_device.c:144:disk_try_backend: Disk vdev=xvda, backend tap unsuitable because blktap not available
libxl: debug: libxl_device.c:219:libxl__device_disk_set_backend: Disk vdev=xvda, using backend qdisk
domainbuilder: detail: xc_dom_allocate: cmdline="debian-installer/exit/always_halt=true -- console=hvc0", features="(null)"
domainbuilder: detail: xc_dom_kernel_file: filename="vmlinuz-2.6.32-5-amd64"
domainbuilder: detail: xc_dom_malloc_filemap : 2367 kB
domainbuilder: detail: xc_dom_ra...
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: libxl_dom.c:238:hvm_set_viridian_features: time_ref_count
group enabled
xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0xbad04
xc:...
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...
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''...
2010 Nov 05
1
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
...inux-gnu/4.2.1/install-tools/include
316 ./gcc-4.2/lib/gcc/x86_64-linux-gnu/4.2.1/install-tools
920 ./gcc-4.2/lib/gcc/x86_64-linux-gnu/4.2.1
924 ./gcc-4.2/lib/gcc/x86_64-linux-gnu
928 ./gcc-4.2/lib/gcc
1232 ./gcc-4.2/lib
292 ./gcc-4.2/include/c++/4.2.1/debug
24 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/tree_policy
72 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_
28 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator
52 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_
44 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_
104 ./gcc-4.2/include/c++/4.2.1/ext/pb...
2011 Nov 24
1
[PATCH] Rename mdadm_ apis to md_
This change renames the following 2 apis:
* mdadm_create -> md_create
* mdadm_detail -> md_detail
This is more consistent with list_md_devices, and removes a reference to an
implementation detail from the api.
---
daemon/md.c | 24 ++++++++++++------------
generator/generator_actions.ml | 4 ++--
regressions/test-list-filesystems.sh | 2 +...
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
...ead 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
are all working perfectly. Is there something I'm missing, or is this a
bug?
[1] http://dovecot.org/pipermail/dovecot/2012-July/136987.htm
Script started on Sun Jan 5 23:25:04 2014
$ doveconf -n
# 2.2.9: /usr/local/...
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
...gt; 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: 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: libxl_dom.c:238:hvm_set_viridian_features: time_ref_count
> group enabled
> xc: detail: elf_parse_binary: phdr: paddr=0x100000 m...
2006 Mar 15
0
Ajax_generator as a component for master/detail use?
I''m experimenting with the Ajax Generator for the first 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...
2010 Nov 05
2
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
...inux-gnu/4.2.1/install-tools/include
316 ./gcc-4.2/lib/gcc/x86_64-linux-gnu/4.2.1/install-tools
920 ./gcc-4.2/lib/gcc/x86_64-linux-gnu/4.2.1
924 ./gcc-4.2/lib/gcc/x86_64-linux-gnu
928 ./gcc-4.2/lib/gcc
1232 ./gcc-4.2/lib
292 ./gcc-4.2/include/c++/4.2.1/debug
24 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/tree_policy
72 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_
28 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator
52 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_
44 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_
104 ./gcc-4.2/include/c++/4.2.1/ext/pb...
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
...: target get error. /local/domain/2/target.
Key lost : keysym=0xffe7(65511)
Key lost : keysym=0xffe7(65511)
__END__
Here''s running xl create on domutest with the -v option:
__START__
[root@xentest2012 noauto]# xl -v create -c domutest.cfg
Parsing config file domutest.cfg
domainbuilder: detail: xc_dom_allocate: cmdline="(hd0)/boot/grub/menu.lst", features="(null)"
domainbuilder: detail: xc_dom_kernel_file: filename="/usr/lib/xen/boot/pv-grub-x86_64.gz"
domainbuilder: detail: xc_dom_malloc_filemap : 1130 kB
domainbuilder: detail: xc_dom_malloc :...