Displaying 20 results from an estimated 100 matches similar to: "Re: FreeBSD PVHVM call for testing"
2008 Mar 05
1
swap_pager: indefinite wait buffer
My server just literally was brought to it's knees with this message
spewing on the console:
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 1203133, size: 4096
(blkno and size were varying)
Some searching says that this is or was a bug. Has this been fixed
yet? If so, what should I upgrade to? I'm currently running 6.3
Michael Grant
2008 Nov 17
4
swap_pager: indefinite wait
Hello,
I manage a www (apache), database (postgresql) and e-mail (qmail) with
about 100 Internet domains.
We recently purchased a DELL MD3000i server with data access through
ISCSI protocol.
I installed a new server with FreeBSD 7.0 compiled kernel with ISCSI
(v. 2.1) and SCHED_ULE scheduler.
The server's local disk configuration is:
512 MB /
1024 MB SWAP
254 MB / var
2048MB / var/ qmail
512
2006 Apr 21
1
iir + Tyan S2460 + SMP problems
We're having problems with FreeBSD 5.4, 6.0, and 6.1 and an ICP Vortex
GDT8546RZ 4 port SATA RAID card in a Tyan S2460 system with dual AMD
Athlon MP 1600+ CPUs. We do not have any problems with this
configuration under FreeBSD 4.11, and we have the same ICP cards in
Tyan based Opterion system (S2882 and S4882) run with out problems
under FreeBSD 5.4 and 6.1.
We can reproduce the problem on
2003 Aug 11
1
swap_pager: out of swap space
Aug 11 03:56:34 danux /kernel: swap_pager: out of swap space
Aug 11 04:02:34 danux /kernel: swap_pager_getswapspace: failed
Aug 11 04:02:34 danux /kernel: pid 278 (XFree86), uid 0, was killed: out
of swap space
i was actually looking at the screen and then everything stopped (mouse
etc). i could not switch to console, but a ctrl+alt+del rebooted fine.
one thing that could be taking a lot of
2003 Sep 09
1
Make installworld failure
Good Day,
Please cc me ( eperrin@cseven.ca ) on responses to this, I am not on either
mailing list anymore.
I cvsup'ed on the STABLE branch today (September 9th) at around 2:30PM EDT.
No problems with buildworld or kernel build, but I am getting failures
during installworld
Error and output from uname -a are below.
vm/pmap.h -> vm/pmap.ph
vm/swap_pager.h -> vm/swap_pager.ph
vm/vm.h
2003 Apr 18
2
USE_GCC=3.2 vs make clean in ports
hello all!
i've installed gcc-3.2 about a month ago and put "USE_GCC=3.2" into
/etc/make.conf.
now "make clean" for any of ports leads to smth like
Apr 18 12:38:54 alc /kernel: swap_pager: out of swap space
Apr 18 12:38:54 alc /kernel: swap_pager_getswapspace: failed
Apr 18 12:38:54 alc /kernel: pid 219 (XFree86), uid 0, was killed: out
of swap space
"ps ax"
2013 Jun 19
0
Re: FreeBSD PVHVM call for testing
On 19 Jun 2013, at 13:34, Roger Pau Monné <roger.pau@citrix.com> wrote:
>
> Could you provide the boot log of the DomU, backtrace, Xen version and
> Dom0 kernel version?
I did not have a console attached when it rebooted, so I did not have a log of the initial boot. Now that I did, I see that it fails to mount its root volume.
It had been running previously on pvhvm_v10 for about
2012 Dec 22
2
Strange problem with... ZFS? Disk? Controller?
Hello,
I'm running FreeBSD 9.0/amd64, pure ZFS setup, one Seagate disk
ST2000NM0011 SN02 on LSI Logic (mpt) controller.
Yes, I know that running one disk on RAID controller is a bit weird, I
have to find yet if it is possible to connect disk to internal SATA
controller.
About two days ago, system became SLOW. Disk usage is constantly 100%,
and sometimes I'm getting swap_pager:
2013 Oct 19
1
Going from -STABLE to -RELEASE with freebsd-update support?
I have an old server box that I've traditionally updated from source.
I'd like to switch over to -RELEASE and use freebsd-update in the
future. What's the easiest way to achieve that?
Will just untarring the relevantrelease distro files work?
--
Regards,
Mike
2013 Dec 26
0
PVHVM example for xen 4.3.1
Hello,
I'm looking for an example configuration for a PVHVM domU that works with 4.3.1. The one at http://wiki.xen.org/wiki/Xen_Linux_PV_on_HVM_drivers causes 3 warnings and some errors:
WARNING: ignoring "kernel" directive for HVM guest. Use "firmware_override" instead if you really want a non-default firmware
WARNING: ignoring device_model directive.
WARNING: Use
2010 Aug 23
0
[GIT] Xen pvhvm driver, emulated device unplug fixes
Hi Linus,
These patches make it possible to inhibit the Xen emulated device unplug
on the kernel command line (mostly "Just In Case") and renames
xen_emul_unplug=ignore to the clearer xen_emul_unplug=unnecessary.
Since it changes the name of a command line option we''d like to get it
in before 2.6.36 proper.
The third changeset is a pure cleanup which you could ignore for
2013 Jun 27
0
I have a problem with PVHVM guests when save/restore
Hello users,
I have a problem when I save/restore a PVHVM guest.
I installed xen-4.1.2 on my server. And I run a PVHVM guest on LVM.
And my PVHVM guest is ubuntu-12.04.2-desktop.
Actually when I save a machine, it acts fine.
(Of course, when I saved it, There were some processes like movie player)
But, When I restore it, It seems more slow.
Additionally, machine finally die after a while.
I
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Jun 19
0
Re: FreeBSD PVHVM call for testing
Hi,
On 19 Jun 2013, at 18:52, Justin T. Gibbs <gibbs@FreeBSD.org> wrote:
>> I guess the kernel-toolchain takes a long time to build…and from what I can see it does a clean before rebuilding also.
>>
>> I''m doing the kernel-toolchain step only now and will report how long it took.
This seems to be it, that took roughly 2 hours to build. The actual kernel is
2013 Jun 19
0
Re: FreeBSD PVHVM call for testing
On 19/06/13 14:33, Jeroen van der Ham wrote:
>
> On 19 Jun 2013, at 14:20, Roger Pau Monné <roger.pau@citrix.com> wrote:
>> That''s because Justin recently pushed a commit that changed the ad
>> translation to ada, you should change your /etc/fstab to ada0p2. It''s
>> commit 526f3ad11acb296481215d7c2915b3f30f1844f6.
>
>
> Ah, you may want
2012 Jan 30
4
[PATCH] xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callback
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c
index 492ade8..d99346e 100644
--- a/arch/x86/pci/xen.c
+++ b/arch/x86/pci/xen.c
@@ -374,7 +374,7 @@ int __init pci_xen_init(void)
int __init pci_xen_hvm_init(void)
{
- if (!xen_feature(XENFEAT_hvm_pirqs))
+ if (!xen_have_vector_callback ||
2009 Jul 26
2
smoothScatter problems
Hello,
I'm having some trouble getting a good result for a smoothScatter plot.
I have some data that I want to log-plot, but when I use smoothScatter
the result is not correct.
The problem seems to be that with the log="x" argument smoothScatter
calculates the bins linearly, so the plot will be skewed towards the right.
See for example:
2013 Jul 12
3
Xen Balloon Driver on PVHVM CentOS6
Hi List,
I'm trying to work out the balloon driver on CentOS6 HVM but it seems to be
not working with default 2.6.32 or newer 3.4 kernel.
Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from
centos repo ?
PV is fine and is able to balloon.
My host is Xen 4.1.2 with dom0 as 3.4.46-8.el6.centos.alt.x86_64
My guest is CentOS6.4 with kernel 3.4.46-8.el6.centos.alt.x86_64