Displaying 20 results from an estimated 24 matches for "tidyhost".
Did you mean:
tidyhosts
2008 Jan 23
2
VNC port confusion
Hi,
I''m trying to figure out how XEN decides which VNC port a particular
VM will associate with. From what little there is in the
documentation, it indicates that XEN will choose 5900+DomainID. From
experience, this doesn''e seem to happen. When I start a guest domain,
and do "xm list" its domainID shows as "22", however, when I netstat
-a , it shows listening
2011 May 18
3
Weird xl mem-set behavior
Hello,
I''m struggling to handle the amount of memory that dom0 gets on some system.
It''s a system with 8GB of RAM, running 2.6.38-6 with pv_ops and Xen 4.1
If I want to set the amount of memory for dom0, I get very bogus
results. See here: http://pastebin.com/gRgY9ERN If I use the M
notation (xl mem-set 0 4096M) the outcome is similarily unpredictable,
and sometimes I get the
2010 May 24
7
Random dom0 lock up
Hi guys,
Having a weird issue with a Dom0. When we were running 2.6.18.8 kernel
the server would lock up every 2 weeks for no reason. Its been a
difficult one to resolve as there are no errors. We have now upgraded
to 2.6.32.13 and the lock ups are more often. For example today it
crashed in the morning, then it was rebooted and it crashed again about
5 hours later, no logs.
The
2011 Oct 05
11
compiling kernel in Centos Domu
Hi,
Im trying to compile kernel 3.0.4 inside Centos 5 DomU
The steps I do are
Make bzImage
Make modules
Make modules_install
Depmod -a
mkinitrd /boot/initrd.img-3.0.4 3.0.4
but them im getting this
-bash-3.2# mkinitrd /boot/initrd.img-3.0.4 3.0.4
ls: /etc/modprobe.d/*.conf: No such file or directory
No module ehci-hcd found for kernel 3.0.4, aborting.
If I exclude the
2011 Mar 30
13
Grub2 xen priority order
Hey all,
I have moved 10_Linux to 50_Linux and ran update-grub which is fine.
The problem I have is that there is xen-syms in /boot And that is being put first in the boot list which is incorrect.
How do you make /xen.gz at the top so it is booted first?
Thanks
Ian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2011 Mar 18
2
xen 4.0.1 from source on Debian Squeeze grub2
Hi,
Can someone help.
Ive setup xen on a fresh build but are having problems setting up grub.
Ive run update-grub which has scanned the /boot folder and created the
entries in /boot/grub/grub.cfg but im not sure how to add the
dom0_mem=512M parameter?
Thanks
Ian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2010 Jun 08
32
Problems with GPLPV network latency
Hi,
DomU is a Win2008 R2 64
When i install the GPLPV drivers the network latency goes from 15ms to
random numbers up to 1200ms and eventually dies. If you run a ping from
the DomU to another host the network stays alive but the high latency is
still there.
Further more if i try and uninstall the network driver i am unable to
use the old one (realtek) as it cannot detect the device.
2009 Jun 23
7
Dom 0 firewall
Hi,
Ive built a new server using xen debian lenny packages. Im trying to
firewall dom 0 which i can do ok but it then blocks access to the dom
Us. Has anyone managed to do this successfully?
Thanks
Ian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Jul 12
5
best kernel
What is the best kernel to run? is it better to run 3.4.4 or one from xen
git?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2012 May 21
6
Pvgrub on Debian dom0
Hi,
Having a problem getting a domu to boot correctly.
When I enter xl create guest it boots straight into grubdom.
If I enter the config location in grubdom t boots as expected.
The location of the grub.cfg is the same in my domu config as what in entering but just will not work.
Any ideas?
Ian
.
2008 Apr 24
1
make error
Hi,
I am trying to make xen but am getting the following problem when
compiling, does anyone know what is wrong?
Checking check_crypto_lib: OK
Checking check_curl: unused, OK
Checking check_openssl_devel:
*** Check for openssl headers FAILED
Checking check_python: OK
Checking check_python_devel: OK
Checking check_x11_devel: OK
Checking check_xgettext: OK
Checking check_xml2:
2011 Jan 19
1
Cannot install gnome on guest VM?
hello,
I believe I have started guest VM now. Is there any GUI support for guest
VM? I tried to "apt-get install gnome", but it doesnot work. My host OS is
ubuntu 10.10.
2011/1/18 Ian Tobin <itobin@tidyhosts.com>
> Hi,
>
>
>
> On debian you need to create or open
>
>
>
> /etc/modprobe.d/local-loop
>
>
>
> and add
>
>
>
> options loop max_loop=128
>
>
>
> I assume it’s the same for Ubuntu, reboot when complete
>
>
>
> Thanks...
2011 May 13
3
XEN Dom 0 boot and Out of Memory issue
Hi all,
Recently I build XEN 4.1 (from the xen.org) on centIOS 5.5 (kernel 2.6.38.4). After changing the grub file and rebooting the machine, I am continuously getting out of memory error. The content of my grub file:
default=0
timeout=5
serial --unit=0 --speed=115200
terminal --timeout=10 console serial
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.38.4)
root
2009 May 12
7
Trying to install windows as guest
Hello everyone,
I am trying to install windows xp as a guest OS. It runs through the
installer just fine, but every time I reboot, it keeps booting back to
the installer.
Here is my config:
------------<code>---------------------------------------
kernel="/usr/lib/xen/boot/hvmloader"
builder="hvm"
memory=512
device_model=''/usr/lib/xen/bin/qemu-dm''
2012 May 18
0
4. Re: domU backup strategy (Simon Hobson)
...f "total_memory" simply "disappearing", but the lack of an
explanation does take my sleep.
Any thoughts?
Kind regards,
Eduardo Bragatto
On Thu, Aug 18, 2011 at 3:34 AM, Fajar A. Nugraha <list@fajar.net> wrote:
> On Thu, Aug 18, 2011 at 1:02 PM, Ian Tobin <itobin@tidyhosts.com> wrote:
> > Hey,
> >
> > I set the dom0 min men to 512m in xend-config.sxp and ballooning is
> already enabled. I rebooted and it initially shows 512m but one the vms
> are booted it drops to 256 .
> >
> > Any other thoughts?
>
> DISABLE ballooning...
2010 Jun 11
10
Slow TCP performance between Windows Vista and Xen PV-on-HVM guest
I am running a Xen HVM guest with netfront PV drivers. This is running SLES10 SP3 inside the guest. The Dom0 is also SLES10 SP3.
Now I am trying to communicate from that HVM guest to a Windows Visa or also Windows 7 machine and I am getting really poor TCP performance. When tracing on the network traffic, I can see that no packets are dropped or missing or anything, but what happens is that the
2011 Apr 14
0
Xen 4.1 auto shutting down of DomUs at reboot
Hi,
Im just setting up a new server which I have nearly complete.
I have the DomUs automatically starting by placing the sym links in
/etc/xen/auto and by executing /etc/init.d/xendomains on startup however
I cannot get them to shutdown gracefully.
I have set in /etc/default/xendomains to shutdown and not save but it
seems this setting is ignored and the DomUs just get killed. Is
2010 Apr 22
0
Installing Netware 6.5 Sp8
Hey,
I attempted to install netware a while ago but failed miserably. I am
now attempting this again and have got much further.
The issue im having now is that when installing via VNC it gets to the
network detection and attempts to load RTSSRV.LAN but then complains
about the driver failing to load and deletes the driver which then means
i cannot continue with the install.
I have
2007 Mar 17
0
RE: [Xen-users] Re: upgrading Xen3.0.4-1 to Xen-unstable ...
Hi,
On a slightly different topic there seems to be some sort of issue with
Intel chipset 915G and windows 2003. The guests seem to stop responding
after some time unless you connect via VNC to the guest and move the
mouse over the window, the guest them comes back to life.
Another guy said it was like a symptom that he had seen before called
''lost interupt'' I was wondering if
2007 Feb 16
1
Sucessful IPtables config on Dom0 anyone?
Hi,
we are trying to secure our Xen boxes with IPtables on Dom0 but we always seem to get cut off and
can only cure it be rebooting the box.
Has anyone got a sucessful config they can share that secures the server with one nic?
We are using Xen 3.0.4
thanks
Ian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com