Displaying 6 results from an estimated 6 matches for "ryanchan404".
2009 Sep 12
1
Offical way to install Ubuntu (PV) inside CentOS/Xen ?
Hello,
Any offical way to install Ubuntu (PV) as guest inside CentOS/Xen ?
Most of the tutorial require us to download kernel image from third party sites.
What are the correct way?
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Aug 16
2
SIOCSIFADDR: No such device
I have encountered the error " SIOCSIFADDR: No such device" in one my
Xen Guest (others VM are okay, and have checked they are using
different mac address).
Follow this link
(http://blog.kabisa.nl/2009/12/11/xen-how-to-fix-siocsifaddr-no-such-device/)
to remove the file "/etc/udev/rules.d/z25_persistent-net.rules. " and
didn''t help
My guest VM is running Ubuntu
2012 Jan 03
1
AWS Elastic Beanstalk & Puppet
Anyone have experience and willing to share for Beanstalk?
e.g.
How does Puppet fit in when we mainly use AWS Elastic Beanstalk?
Seems most features are provided by Beanstalk.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email
2011 Nov 07
5
Multiline code block within a list
Hello,
How to correctly made multiline code block within a list, like..
* foo
* bar
* ``` Code 1
Code 2
Code 3
```
* Another list item
The above markup is not working, what I want is Code 1, Code 2 and
Code 3 appear in different lines.
Thanks.
2010 Aug 29
3
Error: Bootloader isn''t executable when installing Ubuntu 10.04 on CentOS 5.3/Xen 3.0
I am running Xen 3.0 (64bit) on CentOS 5.3, and I want to install
Ubuntu 10.04 using the steps below:
1. Create a new disk with LVM
2. Downlaod vmlinuz & initrd.gz from
http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/xen/
3. /usr/sbin/xm create -c /etc/xen/ubuntu.cfg install=true
4. Format the whole disk as EXT3, mount as /
5. The installer show some
2009 Aug 23
1
Performance tunning CentOS / Xen
Hello,
I have followed standard documents to install CentOS 5.3 & Xen.
After playing around, stuffs are OK.
So I move forward to tune the performance, are there any recommended
documents/tutorial that specialized on performance tuning VM
host/guest, on CentOS / Xen architecture?
Thanks