xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* which linux distribution for XEN
@ 2012-02-11 23:02 Javanshir Farzin
  2012-02-13  7:14 ` Daniel Castro
  2012-02-13 10:46 ` Ian Campbell
  0 siblings, 2 replies; 4+ messages in thread
From: Javanshir Farzin @ 2012-02-11 23:02 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 204 bytes --]

Hello,
I want to change XEN source code after that I will copile it, and I will survey change's effect. I have ubuntu 11.4 and centos 5.2. Which of the linux distributions is suitable for my job?
thanks

[-- Attachment #1.2: Type: text/html, Size: 321 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: which linux distribution for XEN
  2012-02-11 23:02 Javanshir Farzin
@ 2012-02-13  7:14 ` Daniel Castro
  2012-02-13 10:46 ` Ian Campbell
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Castro @ 2012-02-13  7:14 UTC (permalink / raw)
  To: Javanshir Farzin; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 855 bytes --]

On Sun, Feb 12, 2012 at 8:02 AM, Javanshir Farzin <j.farzin@yahoo.com>wrote:

> Hello,
> I want to change XEN source code after that I will copile it, and I will
> survey change's effect. I have ubuntu 11.4 and centos 5.2. Which of the
> linux distributions is suitable for my job?
> thanks


I run ubuntu Kernel 2.6.32 without problems. Exactly what do you intend to
do that would requiere a specific version of Linux?


> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>


-- 
+-=====---------------------------+
| +---------------------------------+ | This space intentionally blank for
notetaking.
| |   | Daniel Castro,                |
| |   | Consultant/Programmer.|
| |   | U Andes                         |
+-------------------------------------+

[-- Attachment #1.2: Type: text/html, Size: 1559 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: which linux distribution for XEN
  2012-02-11 23:02 Javanshir Farzin
  2012-02-13  7:14 ` Daniel Castro
@ 2012-02-13 10:46 ` Ian Campbell
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2012-02-13 10:46 UTC (permalink / raw)
  To: Javanshir Farzin; +Cc: xen-devel@lists.xensource.com

On Sat, 2012-02-11 at 23:02 +0000, Javanshir Farzin wrote:
> I want to change XEN source code after that I will copile it, and I
> will survey change's effect. I have ubuntu 11.4 and centos 5.2. Which
> of the linux distributions is suitable for my job?
> thanks

If you are interested in developing Xen (as opposed to "just" using it)
then really any distro is fine since you aren't dependent on the
standard of their packaged support for Xen.

I suggest using the distro you are most familiar with, both Ubuntu and
CentOS are perfectly reasonable choices IMHO.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: which linux distribution for XEN
       [not found] ` <1331200711.88900.YahooMailClassic@web161501.mail.bf1.yahoo.com>
@ 2012-03-08 10:14   ` Daniel Castro
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Castro @ 2012-03-08 10:14 UTC (permalink / raw)
  To: Javanshir Farzin; +Cc: xen-devel

On Thu, Mar 8, 2012 at 6:58 PM, Javanshir Farzin <j.farzin@yahoo.com> wrote:
>
>
> hello Daniel ,
> I obey your guide and use ubuntu 11.10.I familiar with this linux distribution.however,
> I compiled and installed  xen 4.1.2 source after that compiled kernel 3.0.21 source and installed it.
> after I booted system then I installed a DOMU HVM guest in my system using virt-manager.
> xm list  command show DOM0 and DOMU -two item- but when I want run these commands:
>
> root@pc# service xend start
> root@pc#
>
> ------------------------
> root@pc# service xend start
> libvirtd: unrecognized service
> root@pc#
>
> please guide me to active xend and libvirtd services.
> I installed libvit-bin package but I don't know how to solve this problem.
> thanks
Sorry, I am not familiar with virt-manager. Check the /etc/init.d/
script first for the necessary services. You did not get any errors on
compile, right?

>
>
> --- On Mon, 13/2/12, Daniel Castro <evil.dani@gmail.com> wrote:
>
>
> From: Daniel Castro <evil.dani@gmail.com>
> Subject: Re: [Xen-devel] which linux distribution for XEN
> To: "Javanshir Farzin" <j.farzin@yahoo.com>
> Date: Monday, 13 February, 2012, 1:39 PM
>
>
>
>
> On Mon, Feb 13, 2012 at 6:37 PM, Javanshir Farzin <j.farzin@yahoo.com> wrote:
>
>
> I want to change some part of XEN source for some research goals. Ubuntu doesn't have DOM0 kernel, and it's about 800MB to download then I want to install a linux distribution that supports XEN completely with no error / exceptions.
>
> Please do not top post.
> Yes Currently ubuntu does not offer support for dom0 out-of-the-box. Yet it can be installed/compiled. Its just a matter of 1 or two simple steps. Not having such support means that a simple apt-get might not work.  But you will not encounter any real problems there, Xen can be installed/compiled on almost all distros.
> Cent OS, Debian and Ubuntu are common distros for it. You can pick the one you are most familiar with.
> Daniel
>
>
> --- On Mon, 13/2/12, Daniel Castro <evil.dani@gmail.com> wrote:
>
>
> From: Daniel Castro <evil.dani@gmail.com>
> Subject: Re: [Xen-devel] which linux distribution for XEN
> To: "Javanshir Farzin" <j.farzin@yahoo.com>
> Cc: xen-devel@lists.xensource.com
> Date: Monday, 13 February, 2012, 10:44 AM
>
>
>
>
> On Sun, Feb 12, 2012 at 8:02 AM, Javanshir Farzin <j.farzin@yahoo.com> wrote:
>
> Hello,
> I want to change XEN source code after that I will copile it, and I will survey change's effect. I have ubuntu 11.4 and centos 5.2. Which of the linux distributions is suitable for my job?
> thanks
>
>
> I run ubuntu Kernel 2.6.32 without problems. Exactly what do you intend to do that would requiere a specific version of Linux?
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>
>
> --
> +-=====---------------------------+
> | +---------------------------------+ | This space intentionally blank for notetaking.
> | |   | Daniel Castro,                |
> | |   | Consultant/Programmer.|
> | |   | U Andes                         |
> +-------------------------------------+
>
>
>
>
> --
> +-=====---------------------------+
> | +---------------------------------+ | This space intentionally blank for notetaking.
> | |   | Daniel Castro,                |
> | |   | Consultant/Programmer.|
> | |   | U Andes                         |
> +-------------------------------------+
>



--
+-=====---------------------------+
| +---------------------------------+ | This space intentionally blank
for notetaking.
| |   | Daniel Castro,                |
| |   | Consultant/Programmer.|
| |   | U Andes                         |
+-------------------------------------+

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-08 10:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAP2B859GsY2TDZGi8AFL6=L0CuNDfoY2TRiqto9+BwMHEXt8Cw@mail.gmail.com>
     [not found] ` <1331200711.88900.YahooMailClassic@web161501.mail.bf1.yahoo.com>
2012-03-08 10:14   ` which linux distribution for XEN Daniel Castro
2012-02-11 23:02 Javanshir Farzin
2012-02-13  7:14 ` Daniel Castro
2012-02-13 10:46 ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).