Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71287D4D5 for ; Sat, 24 Nov 2012 15:57:07 +0000 (UTC) Received: (qmail 28552 invoked by uid 500); 24 Nov 2012 15:57:06 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 28390 invoked by uid 500); 24 Nov 2012 15:57:06 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 28371 invoked by uid 99); 24 Nov 2012 15:57:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 15:57:06 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [174.132.89.2] (HELO trofeo.websitewelcome.com) (174.132.89.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 15:56:59 +0000 Received: from [71.41.194.88] (port=36075 helo=nodetx.com) by trofeo.websitewelcome.com with esmtpa (Exim 4.80) (envelope-from ) id 1TcI5u-0000om-CP for cloudstack-users@incubator.apache.org; Sat, 24 Nov 2012 09:56:38 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: installation question Date: Sat, 24 Nov 2012 09:56:37 -0600 Message-ID: <2B63755D65E0A74B938D64465EAC05AC1AAB28@node-sbs03.node.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: installation question Thread-Index: Ac3KW9p8kCN9eI7eQ4qg2bNtbbhvRwAAAj4Q References: <2B63755D65E0A74B938D64465EAC05AC1AAB27@node-sbs03.node.local> <50B0ED5D.1060602@accessit.co.uk> From: "Brandon Cross" To: X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - trofeo.websitewelcome.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nodetx.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (nodetx.com) [71.41.194.88]:36075 X-Source-Auth: relay@nodetx.com X-Email-Count: 5 X-Source-Cap: bm9kZXR4O25vZGV0eDt0cm9mZW8ud2Vic2l0ZXdlbGNvbWUuY29t X-Virus-Checked: Checked by ClamAV on apache.org Thanks Michael. Yes I've practically got that pdf memorized, honestly I agree completely it shouldn't be hard. I used it fine for my Ubuntu install. I'm almost certain I'm following it to the T, but maybe I'm going overboard with building maven from source and downloading the git repo of the cloudstack source before doing the yum install cloud client. If all I have to do is point my cloudstack repo and run yum, I'm likely heavily over configuring... which can cause problems like I'm having -Brandon Cross -----Original Message----- From: Michael Hart-Jones [mailto:mhartjones@accessit.co.uk]=20 Sent: Saturday, November 24, 2012 9:53 AM To: cloudstack-users@incubator.apache.org Subject: Re: installation question I have done this installation my self on Cent 6.3. I do not remember having to run 'mvn -P deps' at all. To be honest I would use http://download.cloud.com/releases/3.0.0/CloudStack3.0.0-3.0.2InstallGui de.pdf This does work and is not that hard to follow. Michael Hart-Jones On 24/11/2012 15:45, Brandon Cross wrote: > I'm reinstalling on Cent 6.3 > > =20 > > In the installation guide, > > http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0. > 0-incubating/html/Installation_Guide/sect-source-buildrpm.html > > =20 > > Section 3.6 says to run 'mvn -P deps' which I can do successfully > > =20 > > Then it wants me to run './waf rpm' which fails to build successfully=20 > on some ant error... I can get more specific if needed. > > =20 > > If I skip the rpm build, the next step says to configure my new YUM=20 > repository (Step 3.6.2) > > =20 > > At /etc/yum.repos.d/cloudstack.repo > > =20 > > I add this code: > > =20 > > [apache-cloudstack] > > name=3DApache CloudStack > > baseurl=3Dhttp://webserver.tld/path/to/repo > > enabled=3D1 > > gpgcheck=3D0 > > =20 > > =20 > > Except for my base URL path, I went to the downloads page of the=20 > cloudstack incubator and found the RPM package repo linked on this=20 > page > > http://incubator.apache.org/cloudstack/downloads.html > > =20 > > [apache-cloudstack] > > name=3DApache CloudStack > > baseurl=3Dhttp://cloudstack.apt-get.eu/rhel/4.0/ > > enabled=3D1 > > gpgcheck=3D0 > > =20 > > When I do that, and then 'yum install cloud-client' I'm able to obtain > what appears to be the correct stuff. I just need to know - is it ok=20 > for me to use that repo (the rpm's at cloudstack), and not=20 > successfully run the './waf rpm' or do I have to still build the rpm's anyway? > > =20 > > -Brandon Cross > > =20 > >