Displaying 20 results from an estimated 2000 matches similar to: ""disk" option in hvm config file"
2011 Jul 23
9
[PATCH] Replace bios_relocate hook with bios_load hook in hvmloader
Hi,
These set of patches are affected by replacing bios_relocate hook with
bios_load hook in hvmloader. The patches for code files config.h and
hvmloader.c also contains part of the contents of Enabling UEFI BIOS(OVMF)
support in Xen-unstable HVM. Is there any problem with these patches? Thank
you very much.
# HG changeset patch
# User gbtju85@gmail.com
#
Replace bios_relocate hook with
2005 Dec 17
3
some beginnerkernel questions
Hi List,
I run XEN 2 since some month (unfortunatly installed by a fiend of mine).
Recently I bought some new hardware and tried to get XEN 3 running on a
Debian Sarge 3.1.
I installed via the Debian installer a RAID 1 with LVM. even though there
are some devfs_mk_dir errors systems comes up.
Now I installed XEN but system doe not boot as the boot device seems not to
be recocnized by the
2006 Apr 15
3
Dom0 searching for NFS root
Dear all,
I''ve installed Xen 3.0.1 on my laptop and dom0 is boot normaly execpt
it''s could not using X, i haven''t trying to boot guest OS. my laptop
configuration is Toshiba Portege R150 with Debian Sarge on it.
And then I installed same version of Xen into our server with Debian
Sarge and Kernel 2.4. Booting dom0 is not success , xen always trying
look dor NFS root and
2006 Dec 21
2
ghost 8.x and newer
Hi all,
I love syslinux!! It works great.
Problem. GHost 8.x and higher... With ghost 7.5 and earlier I was able to
boot floppy images from my tftp server.
But as you all know Ghost 8.x and higher had a bloated ghost.exe that does
not fit on a single 1.44mb floopy image file.
Has any one had any luck in getting ghost 8.x and higher to work with
syslinux and memdisk? I have tried to create over
2012 May 11
15
Errors of doing "make install-tools" with xen-4.2-unstable?
Hi,
When I do the "make install-tools" with xen-4.2-unstable, there are some
errors about "warn_unused_result".
Is it the error in code or the error in the compiling environment? Thank
you so much.
gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99
-Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_TOOLS__
-MMD -MF .tapdisk-queue.o.d
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi,
I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0)
and TPM emulator. However, I cannot find the TPM backed driver in this
version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the
kernel config file. The config file for Dom0 is attached. Maybe it provides
some useful information.
So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.
2004 Mar 16
2
about pxe booting, no boot filename found
hello,
I have a problem about pxe booting.
I have two isolated machines, one(server) has got dhcp and tftp servers
working correctly ( I am pretty confident with this). The other machine
(client) using floopy to boot with pxe-request. The problem is, the client
cannot get the bootfile("/tftpboot/pxelinux.0"), it always report no boot
filename found. I also found the IP address, which
2018 Jun 29
1
is "map untrusted to domain" possible?
2018-06-29 17:07 GMT+08:00 Rowland Penny via samba <samba at lists.samba.org>:
> Why do you still have a dos client, even I (an inept programmer) could
> crack its password in minutes.
some tool/utility only has dos version. if you want to input/output
something to dos, then samba is the best partner. you won't want
usb-disk or floopy under dos. BTW, dos has universal storage
2016 Jun 30
4
[PATCH 0/4] p2v: Send ^C to remote end to cancel the conversion.
(I don't have a BZ# for this yet, but I'm expecting it to be
filed as an RFE)
Currently if the user is in the virt-p2v GUI and cancels the
conversion, all that happens is we abruptly close the ssh session to
virt-v2v.
That is bad .. possibly (or maybe not). But in any case there is an
alternative: we can send a ^C key to the virt-v2v process, which it
could catch and handle gracefully,
2013 Jun 27
20
SPICE with Upstream QEMU and qxl VGA cause Windows BSOD
Hi all,
These days I installed xen 4.3 unstable from source and recompiled qemu upstream with spice support.
After xl create , the windows domU started successfully and spice client can visit the VDI. However, it display blue screen
before entering the windows welcome screen.
Is it a bug in current upstream qemu support?
My domU configuration file is:
builder =
2010 Apr 22
25
Scrubbing free ram
Hi everyone,
I am working on a project whose goal is evaluating
the performance of the vTPM Manager. For this project I am using Xen
4.1, Kernel 2.6.31.13 with Fedora11. I I finished all installation and
configuration parts. Now I need to boot the system with Xen but while
booting, it is freezing at the step "scrubbing free ram". What can be
cause this problem and how can I figure it
2010 Apr 22
25
Scrubbing free ram
Hi everyone,
I am working on a project whose goal is evaluating
the performance of the vTPM Manager. For this project I am using Xen
4.1, Kernel 2.6.31.13 with Fedora11. I I finished all installation and
configuration parts. Now I need to boot the system with Xen but while
booting, it is freezing at the step "scrubbing free ram". What can be
cause this problem and how can I figure it
2006 May 03
2
cannot use fanny in package cluster (PR#8830)
Full_Name: Guan-Hua Huang
Version: 2.0.1
OS: Linux
Submission from: (NULL) (140.113.114.123)
I install the package cluster by using install.packages("cluster"). After
install it, it runs fine for function clara, but it does not work for function
fanny. I did the following things:
library(cluster)
set.seed(21)
x <- rbind(cbind(rnorm(10, 0, 0.5), rnorm(10, 0, 0.5)),
2011 Jul 22
1
[PATCH 3 of 3] Enable UEFI BIOS(OVMF) support in Xen-unstable HVM
[This email is either empty or too large to be displayed at this time]
2005 Feb 05
4
Creating collections
I''m trying to create a form where a collection is created, using the
example from the Rails 0.9.5 weblog posting:
http://weblog.rubyonrails.com/archives/2005/01/26/rails-095-a-world-of-
fixes-and-tweaks/
I''m having a bit of trouble. The controller currently looks like this:
class StudentController < ApplicationController
def new
render_text @params.inspect
2012 Mar 21
4
Can not boot the OVMF
Hi Attilio
I have updated to the upstream Xen and try to boot into OVMF bios. Instead
of fetching the OVMF code from the git mirror, I just copy the OVMF bios
to ovmf directory.
I use the bios="ovmf" in the HVM config file. But, there is an error when I
create the domain.
root@gavin-laptop:~# xl create hvm_ubuntu.hvm
Parsing config file /root/hvm_ubuntu.hvm
WARNING: specifying
2006 Jan 05
3
Remotely reboot SIP Phones ?
Hi,
Can you give me some councils of remotely rebooting sip phones in asterisk
server? How to configure sip_notify.conf and sip.conf? Kind regards,
Guan
; Reboot Polycom Phone
Event=>check-sync
Content-Length=>0
; Untested (Reboot Sipura Phone)
Event=>resync
Content-Length=>0
; Untested (Reboot GrandStream Phone)
Event=>sys-control
; Untested (Reboot Cisco Phone)
2014 Jul 08
2
Re: How to get uuid info inside a lxc container created by libvirt_lxc
于 2014年07月08日 12:06, Eric Blake 写道:
> On 07/07/2014 10:02 PM, Qiang Guan wrote:
>> Hi ,
>>
>> Is there anyway to get uuid info inside a lxc container which is created
>> by libvirt_lxc?
>>
>> For kvm, we can use dmidecode or lshw to get this info inside vm. Is
>> there any tools
>> to do this thing for libvirt lxc?
> Per the docs:
>
2018 Nov 19
2
Per-write cycle count with ReadAdvance - Do I really need that?
It does not work. I have tried to use the latest master today. But tblgen
still give me information like
error: Resources are defined for both SchedRead and its alias on processor
MyArchModel
def : ReadAdvance<MyReadVector, 3, [MyWriteAddVector]>;
^
Unless I change "MyReadVector" to another read like "MyReadVector1", it
would not work. Debugging into tblgen, there is
2005 Jul 18
2
Asterisk/Hylafax <=> Receive/Send faxes
Hi,
Can you tell me how to configure Hylafax + Asterisk in order to be able to
receive/send faxes.
Best regards,
Guan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050718/a1c6a47b/attachment.htm