Displaying 20 results from an estimated 34 matches for "tgh".
Did you mean:
tg3
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
http://lists.xensource.com/xen-users
2005 Jul 22
1
could anyone help me out
Hello
I am a rookie ,I have got a silly question,I download
xen-2.0.6-src.tgz ,and put it in /tgh, and tar zxvf it ,got xen-2.0
in /tgh ,then cd /tgh/xen-2.0 ,and make dist ,then I got some
directories : xen ,linux-2.6.11-xenO,linux-2.6.11-xenU and so on ,but I
don`t get vmlinuz-2.6.11-xen0 or xenU ,
I don`t kown much about how to compile kernel , and I must have made
some silly mistakes ,an...
2010 Jun 02
6
How do you hangup a call without terminating your session?
...sing an attendant, so when ** is dialled I'd like processing to return to
the attendant so the user can place a subsequent call. I have setup
features.conf to include:
[featuremap]
disconnect => **
My Dial command looks like this:
Dial("SIP/14165551212@<MyProvider>,30,TgH,"")
This Dial command is buried in a context that is called using the Gosub
command. When I press ** the Dial command exits and processing continues as
expected given the 'g' option, but when processing returns to the calling
context after the Return statement is reached, the ca...
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);
2006 Jun 11
2
seemingly simple read.table question
I have a file that I thought would be fairly simple to read in using read.table but I am having problems ( as usual ).
each line of the file is of the form ( just 20 lines or so )
financials XXX, YYY, ZZZ
automobiles RTR, ABC, TGH
so the first field in the line is the industry and the other fields
( seperated by commas ) in the line are stock identifiers of stocks
in that industry. note that there is no comma between the industry
and the first stock identifier in the group which i guess might
complicate things ?
my goal is...
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
2005 Jul 05
1
config file
Hi
I try to setup a domain ,but I don`t what to edit in config file,such
as [disk], I have read manual online ,but can anyone give me an example
anyone help me ?
[root@tgh grub]# xm create ttyconfig -c
Using config file "/etc/xen/ttyconfig".
Error: Error creating domain: vbd: Segment not found:
uname=file:/xen/ttylinux/rootfs
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xe...
2007 Jan 25
4
shadow page code
APIs such as sh_invlpg and sh_update_cr3 take a pointer to the virtual cpu on which it needs to operate as an argument. However, it appears that the call can only operate on the currently executing vcpu.
Regards,
K. Y
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Jan 08
6
Xen 3.0.4 - Ballooning
Hi,
Maybe it''s a dumb question, but I''m actually trying to understand how
the memory allocation works within Xen.
I try to give 128MB to a domU and see if it increases for example when I
"nano" a 500mb file, but the process
just get killed when it reachs the 128MB memory limit.
How do I configure the guests so they can ask for more memory until a
limit is reached
2007 Nov 08
16
HVM domain with write caching going on somewhere to disk
I just about have my PV block device drivers booting, except just before
the login screen appears I get a message that the registry couldn''t be
written out. I''m pretty sure that this is because some data from the
int13 interface provided by the qemu intel ide driver that has been
written, hasn''t actually made it to the block device (lvm volume in my
case).
I''ve
2007 Nov 28
20
Page tables in Xen
Hi,
I have a question about memory page tables in Xen. As far as I
understood, every modification
to page table will go through Xen(hypervisor). Is it so that all page
tables are actually allocated
in Xen(hypervisor) instead of guest OS(domain)? Also, is it the case
that Xen(hypervisor) needs to
maintain a page table for each process running in every domain?
Thanks
Haifeng
2007 Nov 21
9
How to virtualize Xen itself?
Hello,
Is it possible to run a Xen server inside of a kqemu/kvm/virtualbox VM?
I am new to Xen, and Linux in general. (Just installed Ubuntu 7.10 on my main laptop)
The idea would be to try and learn about Xen before attempting to deploy on real HW.
-- Thanks
P.S. I do have an Intel VT capable CPU, if that matters.
---------------------------------
Never miss a thing. Make Yahoo
2007 Nov 21
9
How to virtualize Xen itself?
Hello,
Is it possible to run a Xen server inside of a kqemu/kvm/virtualbox VM?
I am new to Xen, and Linux in general. (Just installed Ubuntu 7.10 on my main laptop)
The idea would be to try and learn about Xen before attempting to deploy on real HW.
-- Thanks
P.S. I do have an Intel VT capable CPU, if that matters.
---------------------------------
Never miss a thing. Make Yahoo
2007 Mar 15
12
performance counters
In order to be meaningful and usable together with other measuring methods,
their use in my opinion should impose as little overhead as possible. With that,
I wonder why per-cpu counters use atomic operations.
Thanks, Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Jul 04
2
A Question :xend start
Hi
I installed xen-2.0.6 ,and boot up it ,when I try to run "xend
start",there are some ERROR in/var/log/xend-debug.log as follows:
OSError: [Errno 2] No such file or directory:
''/var/lib/xen/xend-db/domain/''
''/var/lib/xen/xend-db/domain/''
y: ''/var/lib/xen/xend-db/domain/''
What should I do ? Anyone help me
My Sytem is redhat9
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
2008 May 15
1
Using Nagios in CentOS (It was Re: Somewhat OT: (Nagios))
2008/5/14 Thomas Harold <tgh at tgharold.com>:
> Sergio Belkin wrote:
>>
>> 2008/5/13 <jleaver+centos at reachone.com>:
>>
>> OK, you won :) I'm going to test nagios. I am using centos 5.1
>> x86_64. Do I lose much if I use rpm from rpmforge (version 2.9)?
>>
>
> We...
2007 Mar 15
4
Xen-unstable (Error: Unable to connect to xend)
Hi,
I have installed xen3.0.4.1 from source and every thing works well. Now I
need to upgrade to xen-unstable. It is compiled and installed successfully
(at least it seems to be) and I''m able to boot and run dom0.
But Xend does not work. "xend start" gives no warning or error but running "xm
list" I see:
Error: Unable to connect to xend: No such file or
2007 Mar 13
4
vmx status report against changeset 14356 - 1 new issue
Hi,All
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Two platforms (PAE/32E) test all are based on SMP, It means that we boot
up SMP guest OS in VMX.
Here is the test summary:
New issue (1)
================================================
1) Fails to restore VMX guests
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=929
Issues List (3):
2006 Oct 11
9
time synchronization problem (using NTP)
Hi,
using SLES10 I''m unable to synchronize the time of DomU with that of Dom0. There
is a persistent offset of about 3 seconds!
Here''s a small history (not actual output):
remote refid st t when poll reach delay offset jitter
rkdvmso1.dvm.kl 192.168.0.11 5 u - 64 1 0.136 -2977.1 0.099
*rkdvmso1.dvm.kl 192.168.0.11 5 u 2 64