search for: _64

Displaying 20 results from an estimated 31 matches for "_64".

Did you mean: 64
2009 Feb 25
3
HVM Linux DomU doesn''t start
...TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc As we can see, svm is available and hvm should be possible. See also this: # cat /sys/hypervisor/properties/capabilities xen-3.0-x86\_64 xen-3.0-x86\_32p hvm-3.0-x86\_32 / hvm-3.0-x86\_32p hvm-3.0-x86\_64 We are trying to build a HVM Linux with a handmade 2.6.16.5 Kernel which includes some unknown changes. This Kernel is a requirement and there are no xen PV-patches for a kernel that old. We try to boot a CD-ROM iso first, but eve...
2015 Jul 14
2
[LLVMdev] [llvm] [libunwind] r207467 misprint
Hi Nick! In r207467 you added code(libunwind: DwarfInstructions.hpp): assert(lastReg <= (int)cieInfo.returnAddressRegister && "register range does not contain return address register"); for (int i = 0; i <= lastReg; ++i) { ..... else if (i == (int)cieInfo.returnAddressRegister) There is misprint here: lastReg should be >=
2018 Feb 27
2
Failed to get quota limits
...gt; > > > > > > > > > >> > > > > > > > > > \[2018-02-13 08:16:14.020981\] W \[glusterfsd.c:1360:cleanup\_and\_exit\] >> > > > > > > > > > >> > > > > > > > > > (-->/lib/x86_64-linux-gnu/libpthread.so.0(+0x8064) \[0x7f92aaeef064\] >> > > > > > > > > > >> > > > > > > > > > -->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xe5) \[0x55d8ddb85f75\] >> > > > > > > > > > >> &gt...
2018 Feb 24
0
Failed to get quota limits
...a\_list/ > > > > > > > > > > > > > > > > > > > > \[2018-02-13 08:16:14.020981\] W \[glusterfsd.c:1360:cleanup\_and\_exit\] > > > > > > > > > > > > > > > > > > > > (-->/lib/x86_64-linux-gnu/libpthread.so.0(+0x8064) \[0x7f92aaeef064\] > > > > > > > > > > > > > > > > > > > > -->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xe5) \[0x55d8ddb85f75\] > > > > > > > > > > > > > > &g...
2018 Feb 27
0
Failed to get quota limits
...gt; > > > > > > > > > > > > > > > > > \[2018-02-13 08:16:14.020981\] W \[glusterfsd.c:1360:cleanup\_and\_exit\] > > > > > > > > > > > > > > > > > > > > > > > > (-->/lib/x86_64-linux-gnu/libpthread.so.0(+0x8064) \[0x7f92aaeef064\] > > > > > > > > > > > > > > > > > > > > > > > > -->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xe5) \[0x55d8ddb85f75\] > > > > > > > > > > &gt...
2011 Dec 26
1
Another virt-p2v blew up
...mat:raw" "iface:ide" libguestfs: trace: add_drive_opts = 0 libguestfs: trace: set_network true libguestfs: trace: set_network = 0 libguestfs: trace: launch libguestfs: [00028ms] febootstrap-supermin-helper --verbose -u 36 -g 36 -f check sum '/usr/lib64/guestfs/supermin.d' x86_64 supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null) supermin helper [00001ms] inputs[0] = /usr/lib64/guestfs/supermin.d checking modpath /lib/modules/3.1.0-7.fc16.x86_64 is a directory picked vmlinuz-3.1.0-7.fc16.x86_64 bec...
2018 Feb 19
2
[6.0.0 Release] TIme to wrap it up
Dear everyone, The release schedule has snuck up on me again, and it's time to wrap up the release. We won't make it to the final tag on the 21st as per the schedule, but I would like to get all outstanding blockers fixed and rc3 tagged by Friday. Hopefully this would be the last rc and we could go to final soon after. If you're involved in a release-blocking bug (see
2018 Feb 20
0
[lldb-dev] [6.0.0 Release] TIme to wrap it up
On 19.02.2018 16:57, Hans Wennborg via lldb-dev wrote: > I would also like to get the release notes ready this week. If you've > been meaning to write something but didn't get around to it yet, now > is the time. > Notes regarding the X86(_64) backend: Preliminary support for Sanitizers and sibling features on NetBSD (ASan, UBsan, TSan, MSan, SafeStack, libFuzzer). Feel free to improve the wording. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 85...
2016 May 09
2
C++ CreateConstGEP questions
...hecking or casting? Or choose to not supply the type and get whatever they get? But for CreateConstGEP2_32, there is only the variety with the type supplied: Value * CreateConstGEP2_32 (Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1, const Twine &Name="") For CreateConstGEP2_64, there is only the version with no Type supplied: Value * CreateConstGEP2_64 (Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name="") Same for CreateConstGEP1_64 -- no Type* parameter. Can anybody offer insight into the strange lack of symmetry here? Why does GEP2_32 re...
2018 Aug 21
7
[lld] avoid emitting PLT entries for ifuncs
Hello, We've recently started using ifuncs in the x86(_64) FreeBSD kernel. Currently lld will emit a PLT entry for each ifunc, so ifunc calls are more expensive that those of regular functions. In our kernel, this overhead isn't really necessary: if lld instead emits PC-relative relocations for each ifunc call site, where each relocation references a...
2010 May 31
9
VT-x not found..
Hi Everyone, I upgraded my CentOS 5.5 to Xen 3.4.2 using this guide: http://www.syntaxtechnology.com/2010/01/upgrade-xen-3-0-on-centos-5-4-x86_64-to-xen-3-4-2/ Now, using the new kernel that it gave me, the system doesn''t seem to be able to detect vt-x.. In virt-manager, Local Install Media and Network Boot are greyed out.. Any ideas? Thanks _______________________________________________ Xen-users mailing list Xen-users@lists...
2018 Feb 23
2
Failed to get quota limits
....020681] I [fuse-bridge.c:5081:fuse_thread_proc] 0-fuse: >>>>>>>>> unmounting /var/run/gluster/myvolume_quota_list/ >>>>>>>>> [2018-02-13 08:16:14.020981] W [glusterfsd.c:1360:cleanup_and_exit] >>>>>>>>> (-->/lib/x86_64-linux-gnu/libpthread.so.0(+0x8064) [0x7f92aaeef064] >>>>>>>>> -->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xe5) [0x55d8ddb85f75] >>>>>>>>> -->/usr/sbin/glusterfs(cleanup_and_exit+0x57) [0x55d8ddb85d97] ) 0-: >>>>>>>>...
2013 Sep 02
1
Sweave: printing an underscore in the output from an R command
I am working with Sweave and would like to print out into my latex document the result of the R command version$platform So what I first tried in my .Rnw document was \Sexpr{print(version$platform)}. However, the output from this command is the string "x86_64-apple-darwin10.8.0" (without the quotes). This contains an underscore, which is a special character in tex and so I get an error message from latex. I can get round this by using sub to replace underscore with a space, but I would like to know how to print the underscore if I really wanted to...
2008 Jan 11
8
How do you run WEBrick under Rails 2.x?
It appears that Mongrel is now the default development server for Rails as of 2.x. I''m assuming this because I''m unable to run Mongrel (for reasons I don''t totally understand yet - I am running Windows and I keep getting asked for MSVCR80.dll which is a _64 bit_ dll on my Win XP machine) and if I issue ruby script/server, I see the same errors that I get when I try to start Mongrel. Is Mongrel the new default for the Rails development server, and if so, how can I continue to run WEBrick under Rails 2.x? Thanks, Wes -- Posted via http://www.ruby-for...
2015 Feb 24
0
FTS Solr = No search results for Body Search - (serious issue, please help)
...nnector ? Started SocketConnector at 0.0.0.0:8983 9001 [searcherExecutor-6-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Registered new searcher Searcher at 7dfcb28[collection1] main{StandardDirectoryReader(segments_4g:789:nrt _6z(4.10.2):C16672 _44(4.10.2):C6996 _56(4.10.2):C3672 _64(4.10.2):C4000 _8y(4.10.2):C3143 _7v(4.10.2):C673 _7b(4.10.2):C830 _85(4.10.2):C3754 _7k(4.10.2):C3975 _8f(4.10.2):C1516 _7n(4.10.2):C67 _9a(4.10.2):C677 _8o(4.10.2):C38 _8v(4.10.2):C40 _9l(4.10.2):C2705 _8x(4.10.2):C43 _90(4.10.2):C16 _9b(4.10.2):C22 _9d(4.10.2):C44 _9f(4.10.2):C84 _9h(4.10.2):C83...
2006 Dec 07
1
Speex compile/rpmbuild issue on x86_64
Not sure if it is just my configuration but building the RPM on Centos x86_64 fails. Also not sure if this is to be fixed in the Makefile or in the configure. The rpm compile proceeds apace until the build reaches the %files section. Here it uses the _libdir directive to look for the libraries that have just been compiled. However in an x86_64 environment the _libdir dir...
2013 Jan 28
1
yum killed, ipa\* and xorg\* a mess
yum update was killed at an inopportune time, leaving ipa\* and xorg\* in an inconsistent state. yum-complete-transaction looks like it it's going to erase the entire system and then fails. >From the transaction files, the following are in: install 0:ipa-python-2.2.0-17.el6_3.1.x86_64 install 0:ipa-client-2.2.0-17.el6_3.1.x86_64 install 0:xorg-x11-server-common-1.10.6-1.0.1.el6.centos.x86_64 install 0:ipa-admintools-2.2.0-17.el6_3.1.x86_64 rpm -q ipa-server returns: ipa-server-2.2.0-16.el6.x86_64 ipa-server-2.2.0-17.el6_3.1.x86_64 rpm -q ipa-server-selinux returns: ipa-serve...
2012 Nov 25
2
Cannot open root device xvda1 or unknown-block(0,0)
...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_64 domainbuilder: detail: xc_dom_parse_image: called domainbuilder: detail: xc_dom_find_loader: trying multiboot-binary loader ... domainbuilder: detail: loader probe failed domainbuilder: detail: xc_dom_find_loader: trying Linux bzImage...
2008 Feb 25
4
TDM400P dialout problem
Using asterisk 1.4.18 and zaptel 1.4.9 on x86_64, I am having trouble dialing out to the pstn. The call is initiated at Zap/1-1 and should exit via Zap/3. I get the following: -- Starting simple switch on 'Zap/1-1' -- Executing [2111 at internal:1] Dial("Zap/1-1", "Zap/3/8801234") in new stack [Feb 25 02:36:59] DEBU...
2024 Jan 26
1
Gluster communication via TLS client problem
...Gluster volume stopped and glusterd restarted. Then set the following parameters: gluster volume set gv1 auth.ssl-allow '*' gluster volume set gv1 client.ssl on gluster volume set gv1 server.ssl on When mounting the volume on the peers, I get the following messages: ------------------- _64-linux-gnu/libglusterfs.so.0(runner_log+0x100) [0x7ffa11782640] ) 0-management: Ran script: /var/lib/glusterd/hooks/1/start/post/S30samba-start.sh --volname=gv1 --first=yes --version=1 --volume-op=start --gd-workdir=/var/lib/glusterd 0-socket.management: SSL support for MGMT is ENABLED IO path i...