Displaying 20 results from an estimated 4000 matches similar to: "A Question :xend start"
2007 Apr 28
4
confused about the balloon code
hi
I try to understand the code of balloon ,and got confused about the
following parts of code:
static int decrease_reservation(unsigned long nr_pages)
{
....
if (!PageHighMem(page)) {
v = phys_to_virt(pfn << PAGE_SHIFT);
scrub_pages(v, 1);
ret = HYPERVISOR_update_va_mapping(
(unsigned long)v, __pte_ma(0), 0);
2005 Jun 30
2
Question xm is xend running ??
thanks for help,
xend start is OK
but xm list failed as follows
How to fix it ??
I am look forward to your directions
[root@tgh Twisted-1.3.0]# xend start
[root@tgh Twisted-1.3.0]# xm list
(111, ''Connection refused'')
Error: Error connecting to xend, is xend running?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Mar 01
7
hvm_init_ap_contexts
Why is there an argument returned in the function below (of hvm.h),
knowing that there is void?
static inline void
hvm_init_ap_context(struct vcpu_guest_context *ctxt,
int vcpuid, int trampoline_vector)
{
return hvm_funcs.init_ap_context(ctxt, vcpuid, trampoline_vector);
}
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2006 Oct 27
3
Kernel 2.2.18 to 2.2.25 as HVM on xen 3.0.3 freeze every 28s or less
Hi,
For various bad reasons I must run a kernel 2.2.X and I tried to get it
running on Xen 3.0.3.
The virtual machine freeze every 28s (or less) for 1-3 secs which makes it
unusable as demonstrated by:
# while true; do date; sleep 1; done
Thu Oct 26 18:03:36 PDT 2006
<missing>
Thu Oct 26 18:03:38 PDT 2006
or
# ping my-xen
64 bytes from 172.21.1.102: icmp_seq=0 ttl=255 time=8.5 ms
64
2007 Dec 02
5
HA Xen cluster live migration
Hello,
We have successfully implemented a 2-node HA Xen cluster with DRBD, LVM
and heartbeat, that can do live migration.
I wrote up some details here:
http://te.to/~ts1/xen_cluster.html
I''d like to say thank you to all the people writing these great software.
--
Takeshi
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Dec 02
5
HA Xen cluster live migration
Hello,
We have successfully implemented a 2-node HA Xen cluster with DRBD, LVM
and heartbeat, that can do live migration.
I wrote up some details here:
http://te.to/~ts1/xen_cluster.html
I''d like to say thank you to all the people writing these great software.
--
Takeshi
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Apr 24
3
could netcard be hotpluged in a running VM?
hi
I have try to "xm block-attach " to hotplug a disk into a running paraVM
and I want to kown whether the netcard could be hotpluged into a
running paraVM?
if it could , how to do it?
could you holp me
Thanks in advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Apr 18
4
FWD: RE: Bad network performance between VMs in a doma in.
Dual Core AMD Opteron(tm) Processor 280, 2 units. All configs are native.
исходное сообщение
Тема: RE: [Xen-users] Bad network performance between VMs in a domain.
От: zvoice@snto.ru
Дата: 18.04.2007 11.15
In my next message i ll give you to your questions, but i think the problem is when the packet comes from vif to bridge and then from bridge to another vif. But what is strange, that packets
2006 Jun 09
15
[RFC][PATCH] Secure XML-RPC for Xend
Hi,
The following patch implements a secure XML-RPC protocol for Xend.
Instead of using HTTPS with basic authentication and dealing with all
that nasty OpenSSL/PAM integration, it just uses SSH. This gives you
all the properties you want (great security and PAM integration) with
very little code.
There are some minor issues so I''d rather it not be applied
immediately.
2003 May 19
2
Illegal instruction on a new asterisk build.
Hi. I have asterisk (cvs build from tonight) running fine on a RedHat9
box, with zaptel hardware.
On a second RedHat9 box (with no zaptel hardware) I've built the
same version, apparently with no errors, but immediately upon invoking
asterisk I get: Illegal instruction.
running under gdb, it shows that its failing in ast_ulaw_init as shown
below:
[New Thread 16384 (LWP 1097)]
Program
2004 Aug 06
3
Compiling Icecast2 on RedHat9 or maybe another Linux
Hi Dave,
I am now trying to compile Icecast2 under RedHat9. I get some errors when I
try to ./configure so the make file is not created. Can you take a look at
the attached file and tell me what is wrong? I tried to compile it on
another RedHat9 computer but I got the same results...
I think I will dedicate one computer ONLY to icecast2. In this case, could
you advise me the best Linux
2004 Apr 14
5
Samba 3.0.2a and ADS w2k3 Kerberos authentication problem
I am using Samba 3.0.2a as Domain member into ADS w2k3 domain. net ads
join -U administrator work fine.
This integration include support of kerberos ( krb5.conf) and winbind
wbinfo -u and -g works fine.
I am able to mapped Samba shares with IP address (\\192.168.0.x\share)
but it does not works if I use netbios name ( \\redhat9\share) the
system asks me for authentication but never I get into
2005 Jun 10
1
Starting bandwidth Mgmt
Hello all.
I am really new in the world of bandwidth management.I just want to finish a
task.i want to give IP Based Bandwidth Management.I am using RedHat9 Linux
and wish to use "HTB" for controlling bandwidth.I don''t want to controll
bandwidth application wise.I wanted to know what other tools are required
for bandwidth management besides HTB.I have learned that htb comes
2003 Sep 01
3
No rpm for RedHat9
You say that there are rpm-packages for rc2 available for redhat9.
But when i browse the ftp directory, i saw that it is empty.
How come?
--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualit?tssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7.
2010 Dec 21
4
tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
Hello,
I''m using Xen (installed from source - "hg clone
http://xenbits.xen.org/xen-4.0-testing.hg") on Debian Lenny. Dom0 kernel is
2.6.32-bpo.5-xen-686.
Until now I have successfully ran the Lucid Ubuntu as domU guest, defining
disks as (and also as file:):
disk = [''tap2:aio:/home/xen/domains/lucid/disk.img,xvda1,w'',
2005 Feb 18
2
Asterisk + RedHat9 - Libpri problem
I install the Asterisk into a RedHat9, exactly like manual says, and I'm
having the attached error message when try to install libpri.
Please, help on it.
-------------- next part --------------
[root@LinuxLab zaptel]# cd ..
[root@LinuxLab src]# cd libpri/
[root@LinuxLab libpri]# make clean; make install
Makefile:93: .depend: No such file or directory
./mkdep -Wall -Werror -Wstrict-prototypes
2004 Aug 17
2
loosed accent french codepages , upgrading from samba 2.2.7a (RedHat9) to samba 3.0.2a Mandrake10
hello Samba codepagers ...
I have a linux server for XP pro and Win9x stations.
I am migrating the server from RedHat9 (samba 2.2.7a) to Mandrake 10
(samba 3.0.2a)
The problem :
The french accents and the case options of the filenames are no longer
recognized by the WinXP Pro Stations.
(preserve case = no, default case = low ...)
i tried a lot of CHARSET but it did nothing
samba 3 seems
2004 Jul 06
2
ztdummy running, but moh & meetme don't work
Any thoughts on the following?
I am running asterisk from CVS (downloaded yesterday's
version, just to be sure) on a test system with no
digium cards in it, so I have installed ztdummy (see
logs and screenshots below) as a timing source.
When I call the music on hold extension from a Sipura
Sip connected analog phone, I hear nothing and start
getting
Warning[98310]: chan_sip.c:674
2003 Dec 04
5
Experiences with Fedora 1
Hi all-
Over the past week or two, I've been trying out asterisk under Fedora 1
Linux (RedHat). In my setup (single and dual Xeon motherboards), I have so
far had a very good experience in terms of performance. In doing E1 load
testing, I've found that Fedora handles heavy load much better than RedHat9,
probably because of its better use of the multi-threading capabilities of
the Xeon.
2008 Oct 08
6
pci pass-through failure on xen 3.3.0
Hi all,
I downloaded the xen 3.3.0 and now testing the pci pass-through with the
NIC.
Using late binding, the pci slot 0000:08:01.0 is assigned to pciback.
But pci related xm commands are not working.
For eg:
linux-242:/home/xen-3.3.0 # xm pci-list-assignable-devices
Unexpected error: <type ''exceptions.OSError''>
Please report to