Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread Shanker Balan
Comments inline.

On 23-Jan-2014, at 3:49 am, motty cruz  wrote:

> Hi Shanker,
> do you mind telling me version of Libvirt you're running?
>
> I'm running the following version:
> qemu-img-0.12.1.2-2.415.el6_5.3.x86_64

[root@kvm1-2 ~]# rpm -q qemu-img libvirt
qemu-img-0.12.1.2-2.415.el6_5.3.x86_64
libvirt-0.10.2-29.el6_5.2.x86_64
[root@kvm1-2 ~]# lsb_release -a
LSB Version::base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID:CentOS
Description:CentOS release 6.5 (Final)
Release:6.5
Codename:Final
[root@kvm1-2 ~]#


--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
Bangalore - 560 055

Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread motty cruz
Thanks Nux, yes I confirm that selinux is off,

Thanks,


On Wed, Jan 22, 2014 at 2:53 PM, Nux!  wrote:

> On 22.01.2014 22:42, motty cruz wrote:
>
>> I would like to figure this out, I don't like this limitation so I wonder
>> if is my configuration:
>> /etc/libvirt/libvirt.conf
>> #uri_default = "qemu:///system"
>> listen_tls = 0
>> listen_tcp = 1
>> tcp_port = "16059"
>> auth_tcp = "none"
>> mdns_adv = 0
>>
>>
>> /etc/libvirt/libvirtd.conf
>> listen_tls=0
>>
>> listen_tcp=1
>>
>> tcp_port="16509"
>>
>> auth_tcp="none"
>> mdns_adv = 0
>>
>> /etc/libvirt/qemu.conf
>> #seccomp_sandbox = 1
>>
>> cgroup_controllers=["cpu"]
>>
>> security_driver="none"
>>
>> user="root"
>>
>> group="root"
>>
>> vnc_listen="0.0.0.0"
>>
>> as mentioned in previous E-mails here is list of installed packages:
>> libvirt-client-0.10.2-29.el6_5.2.x86_64
>> libvirt-0.10.2-29.el6_5.2.x86_64
>> libvirt-python-0.10.2-29.el6_5.2.x86_64
>>
>>
>>
>>
>>
>> On Wed, Jan 22, 2014 at 2:20 PM, motty cruz  wrote:
>>
>>  I meant to include :
>>> libvirt-client-0.10.2-29.el6_5.2.x86_64
>>> libvirt-0.10.2-29.el6_5.2.x86_64
>>> libvirt-python-0.10.2-29.el6_5.2.x86_64
>>>
>>
> Just did an install and worked great. I uploaded the template here:
> http://li.nux.ro/download/cloudstack/images/
>
> Other than that, at first glance your setup seems fine. Do you have
> selinux off?
>
>
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread Nux!

On 22.01.2014 22:42, motty cruz wrote:
I would like to figure this out, I don't like this limitation so I 
wonder

if is my configuration:
/etc/libvirt/libvirt.conf
#uri_default = "qemu:///system"
listen_tls = 0
listen_tcp = 1
tcp_port = "16059"
auth_tcp = "none"
mdns_adv = 0


/etc/libvirt/libvirtd.conf
listen_tls=0

listen_tcp=1

tcp_port="16509"

auth_tcp="none"
mdns_adv = 0

/etc/libvirt/qemu.conf
#seccomp_sandbox = 1

cgroup_controllers=["cpu"]

security_driver="none"

user="root"

group="root"

vnc_listen="0.0.0.0"

as mentioned in previous E-mails here is list of installed packages:
libvirt-client-0.10.2-29.el6_5.2.x86_64
libvirt-0.10.2-29.el6_5.2.x86_64
libvirt-python-0.10.2-29.el6_5.2.x86_64





On Wed, Jan 22, 2014 at 2:20 PM, motty cruz  
wrote:



I meant to include :
libvirt-client-0.10.2-29.el6_5.2.x86_64
libvirt-0.10.2-29.el6_5.2.x86_64
libvirt-python-0.10.2-29.el6_5.2.x86_64


Just did an install and worked great. I uploaded the template here:
http://li.nux.ro/download/cloudstack/images/

Other than that, at first glance your setup seems fine. Do you have 
selinux off?


Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread motty cruz
I would like to figure this out, I don't like this limitation so I wonder
if is my configuration:
/etc/libvirt/libvirt.conf
#uri_default = "qemu:///system"
listen_tls = 0
listen_tcp = 1
tcp_port = "16059"
auth_tcp = "none"
mdns_adv = 0


/etc/libvirt/libvirtd.conf
listen_tls=0

listen_tcp=1

tcp_port="16509"

auth_tcp="none"
mdns_adv = 0

/etc/libvirt/qemu.conf
#seccomp_sandbox = 1

cgroup_controllers=["cpu"]

security_driver="none"

user="root"

group="root"

vnc_listen="0.0.0.0"

as mentioned in previous E-mails here is list of installed packages:
libvirt-client-0.10.2-29.el6_5.2.x86_64
libvirt-0.10.2-29.el6_5.2.x86_64
libvirt-python-0.10.2-29.el6_5.2.x86_64





On Wed, Jan 22, 2014 at 2:20 PM, motty cruz  wrote:

> I meant to include :
> libvirt-client-0.10.2-29.el6_5.2.x86_64
> libvirt-0.10.2-29.el6_5.2.x86_64
> libvirt-python-0.10.2-29.el6_5.2.x86_64
>
>
> On Wed, Jan 22, 2014 at 2:19 PM, motty cruz  wrote:
>
>> Hi Shanker,
>> do you mind telling me version of Libvirt you're running?
>>
>> I'm running the following version:
>> qemu-img-0.12.1.2-2.415.el6_5.3.x86_64
>>
>>
>>
>> On Wed, Jan 22, 2014 at 7:27 AM, Shanker Balan <
>> shanker.ba...@shapeblue.com> wrote:
>>
>>> On 22-Jan-2014, at 8:36 pm, motty cruz  wrote:
>>>
>>> > Thank you all for your support on this matter. I was able to install
>>> > FreeBSD 8.4 i386 and FreeBSD 9.2 i386 but not success installing 64bit
>>> > version. any ideas what should I change? as mentioned before I
>>> installed
>>> > CentOS from template and from ISO 64bit version.
>>> >
>>> > FreeBSD 10 boots from the ISO but stall just after show options for
>>> single
>>> > user mode, it says "booting .. / "
>>> >
>>> > Thanks,
>>>
>>> I have some details here:
>>>
>>> http://shankerbalan.net/blog/freebsd-10-on-cloudstack-kvm/
>>>
>>> --
>>> @shankerbalan
>>>
>>> M: +91 98860 60539 | O: +91 (80) 67935867
>>> shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
>>> ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade
>>> Centre, Bangalore - 560 055
>>>
>>> Need Enterprise Grade Support for Apache CloudStack?
>>> Our CloudStack Infrastructure Support<
>>> http://shapeblue.com/cloudstack-infrastructure-support/> offers the
>>> best 24/7 SLA for CloudStack Environments.
>>>
>>> Apache CloudStack Bootcamp training courses
>>>
>>> **NEW!** CloudStack 4.2.1 training<
>>> http://shapeblue.com/cloudstack-training/>
>>> 18th-19th February 2014, Brazil. Classroom<
>>> http://shapeblue.com/cloudstack-training/>
>>> 17th-23rd March 2014, Region A. Instructor led, On-line<
>>> http://shapeblue.com/cloudstack-training/>
>>> 24th-28th March 2014, Region B. Instructor led, On-line<
>>> http://shapeblue.com/cloudstack-training/>
>>> 16th-20th June 2014, Region A. Instructor led, On-line<
>>> http://shapeblue.com/cloudstack-training/>
>>> 23rd-27th June 2014, Region B. Instructor led, On-line<
>>> http://shapeblue.com/cloudstack-training/>
>>>
>>> This email and any attachments to it may be confidential and are
>>> intended solely for the use of the individual to whom it is addressed. Any
>>> views or opinions expressed are solely those of the author and do not
>>> necessarily represent those of Shape Blue Ltd or related companies. If you
>>> are not the intended recipient of this email, you must neither take any
>>> action based upon its contents, nor copy or show it to anyone. Please
>>> contact the sender if you believe you have received this email in error.
>>> Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue
>>> Services India LLP is a company incorporated in India and is operated under
>>> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a
>>> company incorporated in Brasil and is operated under license from Shape
>>> Blue Ltd. ShapeBlue is a registered trademark.
>>>
>>
>>
>


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread motty cruz
I meant to include :
libvirt-client-0.10.2-29.el6_5.2.x86_64
libvirt-0.10.2-29.el6_5.2.x86_64
libvirt-python-0.10.2-29.el6_5.2.x86_64


On Wed, Jan 22, 2014 at 2:19 PM, motty cruz  wrote:

> Hi Shanker,
> do you mind telling me version of Libvirt you're running?
>
> I'm running the following version:
> qemu-img-0.12.1.2-2.415.el6_5.3.x86_64
>
>
>
> On Wed, Jan 22, 2014 at 7:27 AM, Shanker Balan <
> shanker.ba...@shapeblue.com> wrote:
>
>> On 22-Jan-2014, at 8:36 pm, motty cruz  wrote:
>>
>> > Thank you all for your support on this matter. I was able to install
>> > FreeBSD 8.4 i386 and FreeBSD 9.2 i386 but not success installing 64bit
>> > version. any ideas what should I change? as mentioned before I installed
>> > CentOS from template and from ISO 64bit version.
>> >
>> > FreeBSD 10 boots from the ISO but stall just after show options for
>> single
>> > user mode, it says "booting .. / "
>> >
>> > Thanks,
>>
>> I have some details here:
>>
>> http://shankerbalan.net/blog/freebsd-10-on-cloudstack-kvm/
>>
>> --
>> @shankerbalan
>>
>> M: +91 98860 60539 | O: +91 (80) 67935867
>> shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
>> ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre,
>> Bangalore - 560 055
>>
>> Need Enterprise Grade Support for Apache CloudStack?
>> Our CloudStack Infrastructure Support<
>> http://shapeblue.com/cloudstack-infrastructure-support/> offers the best
>> 24/7 SLA for CloudStack Environments.
>>
>> Apache CloudStack Bootcamp training courses
>>
>> **NEW!** CloudStack 4.2.1 training<
>> http://shapeblue.com/cloudstack-training/>
>> 18th-19th February 2014, Brazil. Classroom<
>> http://shapeblue.com/cloudstack-training/>
>> 17th-23rd March 2014, Region A. Instructor led, On-line<
>> http://shapeblue.com/cloudstack-training/>
>> 24th-28th March 2014, Region B. Instructor led, On-line<
>> http://shapeblue.com/cloudstack-training/>
>> 16th-20th June 2014, Region A. Instructor led, On-line<
>> http://shapeblue.com/cloudstack-training/>
>> 23rd-27th June 2014, Region B. Instructor led, On-line<
>> http://shapeblue.com/cloudstack-training/>
>>
>> This email and any attachments to it may be confidential and are intended
>> solely for the use of the individual to whom it is addressed. Any views or
>> opinions expressed are solely those of the author and do not necessarily
>> represent those of Shape Blue Ltd or related companies. If you are not the
>> intended recipient of this email, you must neither take any action based
>> upon its contents, nor copy or show it to anyone. Please contact the sender
>> if you believe you have received this email in error. Shape Blue Ltd is a
>> company incorporated in England & Wales. ShapeBlue Services India LLP is a
>> company incorporated in India and is operated under license from Shape Blue
>> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
>> and is operated under license from Shape Blue Ltd. ShapeBlue is a
>> registered trademark.
>>
>
>


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread motty cruz
Hi Shanker,
do you mind telling me version of Libvirt you're running?

I'm running the following version:
qemu-img-0.12.1.2-2.415.el6_5.3.x86_64



On Wed, Jan 22, 2014 at 7:27 AM, Shanker Balan
wrote:

> On 22-Jan-2014, at 8:36 pm, motty cruz  wrote:
>
> > Thank you all for your support on this matter. I was able to install
> > FreeBSD 8.4 i386 and FreeBSD 9.2 i386 but not success installing 64bit
> > version. any ideas what should I change? as mentioned before I installed
> > CentOS from template and from ISO 64bit version.
> >
> > FreeBSD 10 boots from the ISO but stall just after show options for
> single
> > user mode, it says "booting .. / "
> >
> > Thanks,
>
> I have some details here:
>
> http://shankerbalan.net/blog/freebsd-10-on-cloudstack-kvm/
>
> --
> @shankerbalan
>
> M: +91 98860 60539 | O: +91 (80) 67935867
> shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
> ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre,
> Bangalore - 560 055
>
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/> offers the best
> 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1 training<
> http://shapeblue.com/cloudstack-training/>
> 18th-19th February 2014, Brazil. Classroom<
> http://shapeblue.com/cloudstack-training/>
> 17th-23rd March 2014, Region A. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
> 24th-28th March 2014, Region B. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
> 16th-20th June 2014, Region A. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
> 23rd-27th June 2014, Region B. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue is a
> registered trademark.
>


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread Shanker Balan
On 22-Jan-2014, at 8:36 pm, motty cruz  wrote:

> Thank you all for your support on this matter. I was able to install
> FreeBSD 8.4 i386 and FreeBSD 9.2 i386 but not success installing 64bit
> version. any ideas what should I change? as mentioned before I installed
> CentOS from template and from ISO 64bit version.
>
> FreeBSD 10 boots from the ISO but stall just after show options for single
> user mode, it says "booting .. / "
>
> Thanks,

I have some details here:

http://shankerbalan.net/blog/freebsd-10-on-cloudstack-kvm/

--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
Bangalore - 560 055

Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread motty cruz
Thank you all for your support on this matter. I was able to install
FreeBSD 8.4 i386 and FreeBSD 9.2 i386 but not success installing 64bit
version. any ideas what should I change? as mentioned before I installed
CentOS from template and from ISO 64bit version.

FreeBSD 10 boots from the ISO but stall just after show options for single
user mode, it says "booting .. / "

Thanks,


On Wed, Jan 22, 2014 at 3:40 AM, Shanker Balan
wrote:

>
> On 22-Jan-2014, at 4:31 pm, Shanker Balan 
> wrote:
>
> > Comments inline.
> >
> > On 22-Jan-2014, at 10:22 am, Sanjeev Neelarapu <
> sanjeev.neelar...@citrix.com> wrote:
> >
> >> Also make sure that the compute offering you use for deploying a vm has
> >> sufficient RAM and CPU to boot.
> >
> > I am able to boot and install FreeBSD 10-RELEASE (32bit and 64bit) on
> > CentOS 6.5 KVM + ACS 4.2.1.
> >
> > The service offering is a 512MB 1vCPU one.
> >
> > Regards.
>
>
> FreeBSD 9.2-RELEASE amd64 also installs and boots on a 512MB 1vCPU
> instance.
>
> @motty: Do try changing the instance offering like Sanjeev suggested.
>
>
>
> --
> @shankerbalan
>
> M: +91 98860 60539 | O: +91 (80) 67935867
> shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
> ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre,
> Bangalore - 560 055
>
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/> offers the best
> 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1 training<
> http://shapeblue.com/cloudstack-training/>
> 18th-19th February 2014, Brazil. Classroom<
> http://shapeblue.com/cloudstack-training/>
> 17th-23rd March 2014, Region A. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
> 24th-28th March 2014, Region B. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
> 16th-20th June 2014, Region A. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
> 23rd-27th June 2014, Region B. Instructor led, On-line<
> http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue is a
> registered trademark.
>


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread Shanker Balan

On 22-Jan-2014, at 4:31 pm, Shanker Balan  wrote:

> Comments inline.
>
> On 22-Jan-2014, at 10:22 am, Sanjeev Neelarapu  
> wrote:
>
>> Also make sure that the compute offering you use for deploying a vm has
>> sufficient RAM and CPU to boot.
>
> I am able to boot and install FreeBSD 10-RELEASE (32bit and 64bit) on
> CentOS 6.5 KVM + ACS 4.2.1.
>
> The service offering is a 512MB 1vCPU one.
>
> Regards.


FreeBSD 9.2-RELEASE amd64 also installs and boots on a 512MB 1vCPU instance.

@motty: Do try changing the instance offering like Sanjeev suggested.



--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
Bangalore - 560 055

Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-22 Thread Shanker Balan
Comments inline.

On 22-Jan-2014, at 10:22 am, Sanjeev Neelarapu  
wrote:

> Also make sure that the compute offering you use for deploying a vm has
> sufficient RAM and CPU to boot.

I am able to boot and install FreeBSD 10-RELEASE (32bit and 64bit) on
CentOS 6.5 KVM + ACS 4.2.1.

The service offering is a 512MB 1vCPU one.

Regards.

--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
Bangalore - 560 055

Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-21 Thread Sanjeev Neelarapu
Also make sure that the compute offering you use for deploying a vm has 
sufficient RAM and CPU to boot.

-Original Message-
From: motty cruz [mailto:motty.c...@gmail.com] 
Sent: Wednesday, January 22, 2014 3:42 AM
To: users@cloudstack.apache.org
Subject: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

Hello, I'm trying to install FreeBSD 64bit 9.2 on guest instance on CloudStack 
4.2. I was able to successfully download the iso. Instance gets created boots 
from ISO but then it freezes.

I was able to successfully install default CentOS template, but not instances 
other than the default CentOS, can someone help?

Thanks,


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-21 Thread Shanker Balan
Comments inline.

On 22-Jan-2014, at 3:48 am, motty cruz  wrote:

> Thank you Lucian, but I tried FreeBSD 9.2 64bit and FreeBSD 10 64bit,
> either ISO did not worked for me.


I will try FreeBSD 10 + KVM later today and let you know. I can confirm that
FreeBSD 10 works wonderfully well on XenServer 6.2 with Os Type as
“other” (Thanks to Citrix/Roger)


http://blog.xen.org/index.php/2014/01/21/improved-xen-support-in-freebsd/


--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
Bangalore - 560 055

Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2 training
08/09 January 2014, London
13-17 January 2014, GLOBAL. Instructor led, 
On-line
20-24 January 2014, GLOBAL. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-21 Thread motty cruz
Thank you Lucian, but I tried FreeBSD 9.2 64bit and FreeBSD 10 64bit,
either ISO did not worked for me.

thanks,


On Tue, Jan 21, 2014 at 2:14 PM, Nux!  wrote:

> On 21.01.2014 22:11, motty cruz wrote:
>
>> Hello, I'm trying to install FreeBSD 64bit 9.2 on guest instance on
>> CloudStack 4.2. I was able to successfully download the iso. Instance gets
>> created boots from ISO but then it freezes.
>>
>> I was able to successfully install default CentOS template, but not
>> instances other than the default CentOS, can someone help?
>>
>> Thanks,
>>
>
> Try to use the FreeBSD 10 ISO with "Other PV" profile. I just did this the
> other day and it worked great.
>
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>


Re: CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-21 Thread Nux!

On 21.01.2014 22:11, motty cruz wrote:

Hello, I'm trying to install FreeBSD 64bit 9.2 on guest instance on
CloudStack 4.2. I was able to successfully download the iso. Instance 
gets

created boots from ISO but then it freezes.

I was able to successfully install default CentOS template, but not
instances other than the default CentOS, can someone help?

Thanks,


Try to use the FreeBSD 10 ISO with "Other PV" profile. I just did this 
the other day and it worked great.


Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro


CS 4.2 KVM Centos 6.5 FreeBSD 64bit unable to install instance

2014-01-21 Thread motty cruz
Hello, I'm trying to install FreeBSD 64bit 9.2 on guest instance on
CloudStack 4.2. I was able to successfully download the iso. Instance gets
created boots from ISO but then it freezes.

I was able to successfully install default CentOS template, but not
instances other than the default CentOS, can someone help?

Thanks,