Displaying 6 results from an estimated 6 matches for "509890".
Did you mean:
509820
2008 Dec 27
2
Bug#509890: xen-utils-3.2-1: qemu-dm is on amd64 not built for xenfv and xenpv
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: grave
Justification: renders package unusable
qemu-dm sends out this:
-
supported machines are:
pc Standard PC (default)
isapc ISA-only PC
-
instead of:
-
Supported machines are:
xenfv Xen Fully-virtualized PC (default)
xenpv Xen Para-virtualized PC
-
this renders any tries to use HVM fail.
-- System Information:
2015 Aug 21
0
Processed: closing 509890
Processing commands for control at bugs.debian.org:
> close 509890
Bug #509890 [src:xen] xen-utils-3.2-1: qemu-dm is on amd64 not built for xenfv and xenpv
Marked Bug as done
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
509890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509890
Debian Bug Tracking System
Contact owner a...
2008 Dec 27
0
Bug#509890: possible solution: compile source-deb
apt-get source xen-utils-3.2-1
cd xen-3-3.2.1/tools/ioemu/
make
sudo cp i386-dm/qemu-dm /usr/lib/xen/bin/
-
works here. Strange.
2015 Jul 14
0
Processed: reassign 514918 to src:xen, reassign 516610 to src:xen, reassign 517007 to src:xen ...
...#618576 [src:xen] xen-3.2-1: VNC display over HVM XEN 3/Lenny AMD64, displays a blank screen when Debian-Installer Squeeze AMD64 is running on it
The source 'xen' and version '3.2.1-2' do not appear to match any binary packages
Marked as found in versions xen/3.2.1-2.
> reassign 509890 src:xen 3.2.1-2
Bug #509890 [xen-utils-3.2-1] xen-utils-3.2-1: qemu-dm is on amd64 not built for xenfv and xenpv
Warning: Unknown package 'xen-utils-3.2-1'
Bug reassigned from package 'xen-utils-3.2-1' to 'src:xen'.
No longer marked as found in versions xen-3/3.2.1-2.
Ignori...
2011 Nov 18
0
Kalman Filter with dlm
I have built a Kalman Filter model for flu forecasting as shown below.
Y - Target Variable X1 - Predictor1 X2 - Predictor2
While forecasting into the future, I will NOT have data for all three
variables. So, I am predicting X1 and X2 using two Kalman filters. The code
is below
x1.model <- dlmModSeas(52) + dlmModPoly(1, dV=5, dW=10)
x2.model <- dlmModSeas(52) + dlmModPoly(1, dV=10,