similar to: Query cache disabled in Changeset 7419?

Displaying 20 results from an estimated 10000 matches similar to: "Query cache disabled in Changeset 7419?"

2006 Oct 10
3
W2K3 Server Installation fails with ACPI=1 on xen-3.0.3-rc3 changeset 11732
Hello ! I installed Windows 2003 Server (RC2) sucessfully on xen 3.0.3-rc3 changeset 11732. XEN and DOM0 is 64-bit X86_64 based. The hardware I use is a Athlon 64 X2 3800+ (EE, Energy Efficient Version) on a simple ASUS M2N-MX Mainboard. However I wasn''t able to run the installation with ACPI enabled in the config file for the domain (acpi=1). The setup procedure simply freezes after
2009 May 15
1
Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
Yes, build issue has been resolved perfectly by Changeset 19594. However, NO  hotplug logs again. root@ServerJaunty:/var/log/xen# ls -l total 788 -rw-r--r-- 1 root root 184025 2009-05-15 11:12 domain-builder-ng.log -rw-r--r-- 1 root root 157480 2009-05-15 11:09 xend-debug.log -rw-r--r-- 1 root root 446867 2009-05-15 11:14 xend.log I''ve also made same test on F11 preview ( obviously not
2008 Jan 03
2
Interresting Changeset for Rails Trunk...
>From http://blog.codefront.net/2008/01/02/whats-new-on-edge-rails-the-pilot/ A native Mongrel handler has been introduced. This is so that it can be worked on independent of Mongrel?s release cycle (the Rails handler is currently in the Mongrel codebase). Jeremy Kemper (bitsweat) has already made a minor performance improvement by moving the mutex from the handler itself into the dispatcher.
2007 May 29
1
Is is possible to use the latest changeset and old linux kernel?
Hi, I tried to use the latest changeset of xen-unstable with an old linux kernel (2.6.16.33), because some of my codes are developed based on that Linux version. It seems that 2.6.18 changes quite a bit interfaces from 2.6.16.33. I set the "LINUX_VER = 2.6.16.33" in the file "buildconfigs/mk.linux-2.6-xen". When I did "make world", the xen builder did
2006 Jun 12
9
Several issues in ChangeSet 10319
We found several issues in ChangeSet 10319. ChangeSet 10314 should work according to our test log. 1, xen0 can not be compiled for IA-32/IA-32pae host since ChangeSet 10318. We tried gcc 3.4.2 and 4.1.0 but both failed. 2. On IA32e host, VMX can not be created. "xm cr" complains: Error: Not an HVM capable platform, we stop creating. 3, On IA32e host, "reboot" can not
2008 Dec 29
1
Guest time and TSCs since changeset 17716
Changeset 17716 provides monotonically increasing guest time for HVM domains, by using the per-domain pl_time structure. hvm_get_guest_time and hvm_set_guest_time were changed to use this. Previously, the guest time was stored directly in the TSC offset fields of the vmx/smv control structures. Since pt_freeze_time and pt_thaw_time use hvm_get/set_guest_time, they now no longer freeze TSC
2006 Oct 24
1
Changeset 5358 - Jamis
In http://dev.rubyonrails.org/changeset/5358 and the new alternative deprecation method, deprecate :link_image_to => :link_to_image should probably use the message version, as both link_image_to and link_to_image should be deprecated (according to the comments at least): deprecate :link_image_to => "Use link_to(image_tag()) instead"
2007 Jan 19
1
Hang in the creation of virtual machine on RHEL 5 - changeset 13495: e2539ab3580a2539ab3580a
Hi, I am running on "Dell PC Model No: DHS" running RHEL 5 snapshot 5 (kernel-2.6.18-1.2910.el5) I built xen-unstable source using the changeset 13495. . Dom0 came up. I tried creating a file based Virtual Machine and tried running CentOS 4.3. The command "xm create -c master.cfg" where master.cfg is the configuration file gives an error Error: (22,
2011 Mar 15
6
[PATCH] ept: Fix bug in changeset 22526:7a5ee3800417
This fixes a bug in changeset 22526:7a5ee3800417, where the wrong value is read when deciding whether to flush the VTd tables. The effect is minor: in situations where the p2m entry is changed but the mfn is the same, the VTd tables will be unnecessarily flushed. old_entry is left untouched in the second case, since having a present old_entry will cause the an unnecessary check to be taken at
2007 Jul 31
1
changeset 355
I have a question about changeset 355 for "Initial support for controllers to be nested in modules and directories." I have probably overlooked something here, but it appears to me that something is missing to be able to route to those nested controllers. Looking in Merb::Dispatcher, it looks like the workflow goes like this. route = route_path(request_uri) route_path then calls
2007 May 08
3
assert_difference eval magic in [6693]
I just saw Marcel''s change to assert_difference that changes the method API to take a string param that is evaled in a lambda. http://dev.rubyonrails.org/changeset/6693 I much preferred the old API, since it''s simple enough to pass a lambda. Passing a string means the lambda is in the wrong scope and doesn''t have access to objects in the test case scope. For an
2012 May 21
4
Build error of libxl in xen-unstable changeset 25374
I have built on clean system with xen-unstable 25374 and stops with this error: gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -D__XEN_TOOLS__ -MMD -MF .libxl.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -Werror -Wno-format-zero-length
2008 Jan 26
2
dovecot HEAD, assertion failed after 7193:e5af14239137 changeset
Hi! Using HEAD, and after the 7193:e5af14239137 changeset (Store physical message sizes also to dovecot-uidlist if needed.) I'm getting this: (gdb) bt full #0 0x0a0a80dd in kill () from /usr/lib/libc.so.41.0 No symbol table info available. #1 0x0a0e04a7 in abort () at /usr/src/lib/libc/stdlib/abort.c:65 p = (struct atexit *) 0x84992000 cleanup_called = 0 mask =
2009 May 12
6
Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
>That is, I think the following config should work on those Ubuntu >systems > PYTHON=python > PYTHON_PREFIX_ARG='''' >although you may need to do > PREFIX=/usr/local >too. # make tools fails on Ubuntu 9.04 Server with Config.mk suggested above This one Config.mk (untouched) works fine:- PYTHON ?= python PYTHON_PREFIX_ARG ?=
2005 Aug 22
0
Bug Report: Xen-Testing Changeset 3511
Xen-Testing Changeset 3511 - performance fix backported from unstable Dom0 kernel compiled from the above changeset is unbootable (Debian Sarge). Xen started fine, but the dom0 kernel rebooted the server. The boot messages scrolled up too fast and disappeared into the reboot blank screen that I am unable to pinpoint the cause. However, Xen ''noreboot'' showed map_vm_area on
2007 Jan 18
7
CRITICAL - DB Adapters - Syntax Errors
Anyone else notice that changeset 5980[1] hosed several of the db adapters? Specifically: activerecord/lib/active_record/connection_adapters/frontbase_adapter.rb activerecord/lib/active_record/connection_adapters/mysql_adapter.rb activerecord/lib/active_record/connection_adapters/openbase_adapter.rb activerecord/lib/active_record/connection_adapters/oracle_adapter.rb Someone has already filed
2007 Sep 09
1
MultiTerm query segfault - remote denial of service
Hi ferreteers, I came across a segfault in the query parser. It had already been reported[1] and fixed[2], but it can lead to a denial of service. If you use Ferret anywhere that you allow users to execute queries, those users can crash your Ruby process with a specially crafted query. I''m sure you''re all using Monit or something for your Rails or drb processes, so
2007 Mar 21
0
Please apply unstable changeset 14220 to 3.0.4...
I have just spent half a day at Sun debugging a 3.0.4 boot problem, which turns out to be fixed by unstable changeset 14220 (but I only discovered that after I had figured out what the "fix" was). Attached is a copy of "hg export 14220", which applies cleanly to 3.0.4 testing. I don''t think I need a "signed off" on this, as it''s a patch by Keir
2005 Oct 16
0
ROR 14.0 Candidate has Blocking bug from Changeset 2465
I have filed a ticket #2486 on a blocking but that is created by changeset 2465... seems that change calls "mysql_config" thru a shellout exec. This is a problem for windows in that mysql_config is a shell script and is not provided for windows mysql installs. Also, calling this on systems without a mysql installation should also result in an error. I am posting this here hoping
2005 Sep 18
0
Timer ISR/1: Time went backwards, Changeset 6902
Changeset 6902 Sep 18 13:37:23 inyoureyes kernel: 1: 5077390000000 Sep 18 13:37:23 inyoureyes kernel: Timer ISR/1: Time went backwards: delta=-34786504 cpu_delta=15257914 shadow=5076506780929 off=938478409 processed=50770Sep 18 13:37:23 inyoureyes kernel: 0: 5077480044418 Sep 18 13:37:23 inyoureyes kernel: 1: 5077430000000 Sep 18 13:37:23 inyoureyes kernel: Timer ISR/1: Time went backwards: