Displaying 12 results from an estimated 12 matches for "jayeola".
2010 Apr 06
2
kickstart + domU for static IP
...t;
clearpart --all --initlabel --drives=xvda
part /boot --fstype ext3 --size=100 --ondisk=xvda --asprimary
part / --fstype ext3 --size=10240 --grow --ondisk=xvda --asprimary
part swap --size=1024 --ondisk=xvda --asprimary
%packages
@base
@core
# sudo cat /etc/xen/dns1.cfg
ramdisk = "/home/jayeola/virt/images/centos_domU/initrd.img"
kernel = "/home/jayeola/virt/images/centos_domU/vmlinuz"name = "dns1"
maxmem = 1024
memory = 1024
vcpus = 1
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
disk = [ "tap:aio:/home/jaye...
2006 Dec 15
12
Numbering of releases
Am I right in thinking that the numbering of the versions are in synch
with the gcc version that one is recommened to build with? In other
words "use gcc version 3.foo".
--
John Maclean - 07739 171 531
MSc (DIC)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Feb 24
7
Creation of additional image within a domU
Chaps,
Perhaps this question is a little basic for this list but I''m not
really sure of the simplest method or best tool for the job.
I''ve created some images with `dd=/dev/zero ....` and I''m using them
for the domUs now. Some of them have been running for a few months
with no probs. Trouble is that I''d like to create a separate partition
within the domU.
2007 Jun 03
0
xen and wireless domUs
Hi chaps,
host = laptop
dom0 = debian testing
domU = various
problem = providing wireless to my domUs
references = http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Virtualization-en-US/ch-virt-laptop-configurations.html
That ref has been good so far in that a CentOS instance has got an IP
with dummy0.
host machine:-
cat /etc/issue && cat /etc/network/interfaces
Debian
2007 Jul 28
0
request for info - X on an IBM
I can install xen fine on this laptop. trouble is that I have no
output from terminals or X when I use Fedora based distros. Has
anything changed in relation to this bug? I''d rather stick to this
list to avoid cross or double posting but do tell me if this is the
correct list or not.
[https://launchpad.net/distros/fedora/+bug/74023]
Here''s the output of lspci:-
/sbin/lspci -v
2007 Nov 15
0
domUs not booting 2-core box, clues required
Chaps,
Do any of run Xen on a 2-core box that you built from source? If so
did you build your own images? I''m curious as I''ve built images on a
single-core node and they run --fine-- on that machine.
However, as soon as they start on a two-core box they die.
/var/log/xen/xend.log gives
" VM <name_of_domain> restarting too fast (1.400056 seconds
since the last
2010 Apr 04
1
Cobbler or manual set up for local repo
Chaps,
Is cobbler overkill or is it simpler to set up a local repo and rsync
it with a mirror?
--
John Maclean
07739 171 531
MSc (DIC)
Enterprise Linux Systems Engineer
2010 Apr 24
1
creating a local repo
rsync'ing ain't working for me. Is this the right syntax?
rsync -avrt rsync://mirror.ovh.net/centos/5.4/updates/i386
--exclude=debug/ updates/
rsync: getaddrinfo: mirror.ovh.net 873: Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(107)
[receiver=2.6.8]
--
John Maclean
07739 171 531
MSc (DIC)
Enterprise Linux Systems Engineer
2010 May 01
0
Request for rss feeds
Who would be the right person(s) to ask for rss feeds on the main
centos website?
--
John Maclean
07739 171 531
MSc (DIC)
Enterprise Linux Systems Engineer
2010 Dec 08
2
Puppet in a virtual environment
Morning chaps,
From my understanding the puppet master must have a hostname of
"puppet". Is this correct? I''d like to be able to call this box
whatever I like. I think that I can do that within
/etc/puppet/puppet.conf.
--
John Maclean
MSc (DIC)
Enterprise Linux Systems Engineer
--
You received this message because you are subscribed to the Google Groups "Puppet
2007 Sep 30
1
Best way to exploit VT chip
Chaps,
I finally have access to a VT enabled box. What would be the best way
to get the most out of Xen and VT? A number of questions here. Bear
with me. They may seem simple but all I did previously was get the
source code, study it a bit, read the README and build from source.
Now that I have a dual-core machine how does Xen know how to split
resources for the instances?
Does one give any