Re: [ACS41] Merge Debian packaging

2013-03-20 Thread Prasanna Santhanam
On Tue, Mar 19, 2013 at 02:30:32PM +0100, Wido den Hollander wrote: On 03/19/2013 01:37 PM, Prasanna Santhanam wrote: On Mon, Mar 18, 2013 at 05:11:19PM +0530, Prasanna Santhanam wrote: On Mon, Mar 18, 2013 at 12:26:30PM +0100, Wido den Hollander wrote: Hi, On 03/18/2013 07:53 AM

Re: [ACS41] Merge Debian packaging

2013-03-20 Thread Prasanna Santhanam
On Wed, Mar 20, 2013 at 03:44:58PM +0530, Prasanna Santhanam wrote: Could you check if jna.jar is in the classpath in the init script and that it also exists? Could you also try adding platform.jar to the classpath if that doesn't work? The classpath in init is /usr/share

Re: [ACS41][Patch Request] CLOUDSTACK-1631 - fix RPM packaging

2013-03-20 Thread Prasanna Santhanam
On Wed, Mar 13, 2013 at 02:19:57PM +0530, Prasanna Santhanam wrote: On Wed, Mar 13, 2013 at 01:45:46PM +0530, prasanna wrote: On 13 March 2013 12:56, Pradeep Soundararajan pradeep.soundarara...@citrix.com wrote: David, I did not come across this issue cpio: Bad magic even before

Re: [ACS41][Patch Request] CLOUDSTACK-1631 - fix RPM packaging

2013-03-20 Thread prasanna
On 20 March 2013 20:26, Wido den Hollander w...@widodh.nl wrote: On 03/20/2013 12:19 PM, Prasanna Santhanam wrote: On Wed, Mar 13, 2013 at 02:19:57PM +0530, Prasanna Santhanam wrote: On Wed, Mar 13, 2013 at 01:45:46PM +0530, prasanna wrote: On 13 March 2013 12:56, Pradeep Soundararajan

Re: Review Request: Make SHA256Salt the default password encoding and authentication mechanism for cloudstack

2013-03-20 Thread prasanna
Is this a new feature or did I miss the discussion around this? On 20 March 2013 10:33, Venkata Siva Vijayendra Bhamidipati vijayendra.bhamidip...@citrix.com wrote: --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request: Make SHA256Salt the default password encoding and authentication mechanism for cloudstack

2013-03-20 Thread prasanna
On 20 March 2013 23:56, Vijayendra Bhamidipati vijayendra.bhamidip...@citrix.com wrote: Hi Chip, Prasanna, Yes, the change is pretty straightforward, the reasoning is to make default password encoding more secure because the SHA256salted authenticator recently added by Hugo salts

Re: [Review Request] Standalone NIC

2013-03-19 Thread Prasanna Santhanam
for writing them! https://github.com/siwater/incubator-cloudstack/blob/standalone-nic/test/integration/smoke/test_standalone_nic.py -- Prasanna.,

Re: [ACS41] Merge Debian packaging

2013-03-19 Thread Prasanna Santhanam
On Mon, Mar 18, 2013 at 05:11:19PM +0530, Prasanna Santhanam wrote: On Mon, Mar 18, 2013 at 12:26:30PM +0100, Wido den Hollander wrote: Hi, On 03/18/2013 07:53 AM, Prasanna Santhanam wrote: On Tue, Mar 12, 2013 at 05:25:21PM +0530, Wido den Hollander wrote: Hi, In the last meeting

Re: Review Request: Two test cases from snapshots imporevement feature

2013-03-19 Thread Prasanna Santhanam
The test runner code (__main__) can be gotten rid of. It's not required when the test runs on test infra. - Prasanna Santhanam On March 19, 2013, 12:45 p.m., sanjeev n wrote: --- This is an automatically generated e-mail. To reply

Re: [CI] marvin tests on jenkins

2013-03-19 Thread Prasanna Santhanam
On Tue, Mar 12, 2013 at 02:43:03PM +0530, Prasanna Santhanam wrote: The new form of marvin test after marvin-refactor should be like this: class MyFeatureSuite(cloudstackTestCase): @attr('tags=simulator,xenserver..') def TestMyFeatureScenario(self): af = UserAccountFactory

Re: [CI] marvin tests on jenkins

2013-03-19 Thread Prasanna Santhanam
-qa/job/test-smoke-matrix/ One can drill down to each suite of this matrix for more information and track failures. Thanks, -- Prasanna., On Sun, Mar 10, 2013 at 11:48:34AM -0400, Prasanna Santhanam wrote: Update: The setup is now reliably functional with xen and kvm hosts coming up

Re: [ACS41] Merge Debian packaging

2013-03-18 Thread Prasanna Santhanam
-- Prasanna.,

Re: EL6 RPM BuildRequire changes for agent SELinux policy creation

2013-03-18 Thread Prasanna Santhanam
On Sat, Mar 16, 2013 at 01:55:38PM -0400, David Nalley wrote: Hi folks, Prasanna in particular: Prasanna - I have this patch [1] pending. I haven't committed it yet because I fear that it will break the RPM packaging job on Jenkins. Sadly, I don't seem to have access to the RPM builders

Re: [ACS41] Merge Debian packaging

2013-03-18 Thread Prasanna Santhanam
On Mon, Mar 18, 2013 at 12:26:30PM +0100, Wido den Hollander wrote: Hi, On 03/18/2013 07:53 AM, Prasanna Santhanam wrote: On Tue, Mar 12, 2013 at 05:25:21PM +0530, Wido den Hollander wrote: Hi, In the last meeting my #action was to merge the Debian packaging commits from master into 4.1

Re: Review Request: (CLOUDSTACK-1638) Network plugins won't be notified VM migration.

2013-03-15 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9871/ --- (Updated March 15, 2013, 6:51 a.m.) Review request for cloudstack, Hugo

Re: devcloud-kvm updated

2013-03-15 Thread prasanna
-kvm link is listed on the devcloud-kvm wiki. On Sat, Mar 9, 2013 at 2:41 AM, Prasanna Santhanam t...@apache.org wrote: On Sat, Mar 09, 2013 at 01:29:24AM -0500, Marcus Sorensen wrote: devcloud-kvm has been upgraded to CentOS 6.4, has new master systemvm template preinstalled. Still

Re: Suggestion for INSTALL markdown

2013-03-15 Thread prasanna
Python 3000 is a whole different beast. Likely many of our agent scripts won't work either. So +1 for adding the caveat in the docs. Considering python 3x support when distros depose 2.7 out of their repos seems like the way to go. Thoughts? On 15 March 2013 09:57, Rohit Yadav bhais...@apache.org

Re: Review Request: fix CLOUDSTACK-1649

2013-03-13 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9879/ --- (Updated March 13, 2013, 6:11 a.m.) Review request for cloudstack, Abhinandan

cato_fong is angry

2013-03-13 Thread Prasanna Santhanam
with uploadVolume Signed-off-by: Abhinandan Prateek aprat...@apache.org engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java -- Prasanna.,

Re: cato_fong is angry

2013-03-13 Thread Prasanna Santhanam
On Wed, Mar 13, 2013 at 11:47:05AM +0530, Prasanna Santhanam wrote: Cato_Fong reports the following commit breaks the build: Abhi/Deepthi - please take a look and/or revert as necessary. CLOUDSTACK-1575 Failed to transit volume with uploadVolume (details) Commit

Re: cato_fong is angry

2013-03-13 Thread Prasanna Santhanam
On Wed, Mar 13, 2013 at 11:58:28AM +0530, Rohit Yadav wrote: lol jenkins :) On Wed, Mar 13, 2013 at 11:55 AM, Prasanna Santhanam t...@apache.org wrote: On Wed, Mar 13, 2013 at 11:47:05AM +0530, Prasanna Santhanam wrote: Cato_Fong reports the following commit breaks the build: Abhi

Re: [ACS41][Patch Request] CLOUDSTACK-1631 - fix RPM packaging

2013-03-13 Thread prasanna
On 13 March 2013 12:56, Pradeep Soundararajan pradeep.soundarara...@citrix.com wrote: David, I did not come across this issue cpio: Bad magic even before or after your doc changes. I am doing the build and packaging daily on both 4.1 and master. I suspect it could be the setup issue. Can

Re: [ACS41][Patch Request] CLOUDSTACK-1631 - fix RPM packaging

2013-03-13 Thread Prasanna Santhanam
On Wed, Mar 13, 2013 at 01:45:46PM +0530, prasanna wrote: On 13 March 2013 12:56, Pradeep Soundararajan pradeep.soundarara...@citrix.com wrote: David, I did not come across this issue cpio: Bad magic even before or after your doc changes. I am doing the build and packaging daily on both

Re: Error starting system vms on latest asf/master

2013-03-13 Thread prasanna
On 13 March 2013 16:26, Anshul Gangwar anshul.gang...@citrix.com wrote: I am also getting the same error Thanks, Anshul On 13/03/13 16:25, Pranav Saxena wrote: Hi , I tried to deploy latest master code to set up a developer's environment (Ubuntu 12.10 , Xenserver 6.1 ) - 1) mvn

[OFFLINE] Mar 14th - Mar 18th

2013-03-13 Thread Prasanna Santhanam
Will be offline to take care of some personal stuff. -- Prasanna.,

Re: [CI] marvin tests on jenkins

2013-03-12 Thread Prasanna Santhanam
get that info from python docstrings [1] http://github.com/rbarrois/factory_boy/ [2] https://github.com/rbarrois/factory_boy/issues/46 -- Prasanna.,

Re: Naming Question

2013-03-12 Thread Prasanna Santhanam
the world uses the cloudhttp://solidfire.com/solution/overview/?video=play *?* -- Prasanna.,

Review Request: (CLOUDSTACK-1644) INFRA-5977: Testing ASFBot updates to reviewboard

2013-03-12 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9876/ --- Review request for cloudstack and Prasanna Santhanam. Description

Reviewboard Enhancement via ASFBot

2013-03-12 Thread Prasanna Santhanam
:30:06 PM vogxn: coming right up 4:30:09 PM Humbedooh: there doesn't seem to be any test group I can play with 4:33:18 PM ASFBot: JIRA: Prasanna Santhanam [Created] (CLOUDSTACK-1644) INFRA-5977: Testing ASFBot updates to reviewboard [ https://issues.apache.org/jira/browse/CLOUDSTACK-1644 ] 4:35:16

Re: [VOTE] Graduate Apache CloudStack from the Incubator

2013-03-12 Thread Prasanna Santhanam
for a minimum of 72 hours. -chip [1] http://markmail.org/message/3nluchj5q5waguws [2] http://markmail.org/message/elpamwxaytvpnxri +1 -- Prasanna.,

Re: rpm packaging job failing?

2013-03-11 Thread prasanna
On 12 March 2013 08:28, David Nalley da...@gnsa.us wrote: Prasanna - there appears to be nothing wrong with the RPM building when I do it on a freshly setup machine. No idea what's going on with jenkins, but there's nothing inherently wrong with RPM builds. --David Rightho! Still looking

Re: [PROPOSAL] BVT for CloudStack checkins

2013-03-10 Thread Prasanna Santhanam
On Sat, Mar 09, 2013 at 05:01:49AM -0500, prasanna wrote: On 8 March 2013 22:24, Alex Huang alex.hu...@citrix.com wrote: I'm going to start off a branch specifically to do BVT on simulator and devCloud so that we can at least have system vms/vrs and business logic tested. Hey Alex

Re: [CI] marvin tests on jenkins

2013-03-10 Thread Prasanna Santhanam
! [1] https://github.com/vogxn/acs-infra-test/tree/4.1 [2] https://github.com/vogxn/cloud-autodeploy/tree/acs-infra-fmt Thanks, -- Prasanna., On Fri, Feb 22, 2013 at 08:17:49PM +0530, Prasanna Santhanam wrote: The build pipeline for running marvin tests on physical hardware is now finally

Re: rpm packaging job failing?

2013-03-10 Thread Prasanna Santhanam
-master-rhel63-rpms/dist/rpmbuild/SOURCES/cloudstack-4.2.0-SNAPSHOT.tgz: cpio: Bad magic Build step 'Execute shell' marked build as failure Archiving artifacts Sending e-mails to: h...@apache.org Finished: FAILURE On Sat, Mar 9, 2013 at 3:40 AM, Prasanna Santhanam t...@apache.org wrote: Hey

Re: [DISCUSS] getting rid of KVM patchdisk

2013-03-10 Thread Prasanna Santhanam
Basically, we need a way to talk to guest VM(sending parameters to KVM guest) after VM is booted up. Both VMware/Xenserver has its own way to send parameters to guest VM through PV driver, but there is no such thing for KVM few years ago. -- Prasanna.,

Re: devcloud-kvm updated

2013-03-09 Thread Prasanna Santhanam
and advanced soon! -- Prasanna.,

rpm packaging job failing?

2013-03-09 Thread Prasanna Santhanam
Hey Hugo, The RPM packaging job [1] has been failing on 4.1 and master. Can you take a peek? Thanks! [1] http://jenkins.cloudstack.org/view/master/job/build-master-rhel63-rpms/ -- Prasanna.,

[CI] Meet Cato_Fong

2013-03-09 Thread Prasanna Santhanam
the previous one (~15m from the earlier 40m) because it doesnt do any artifact archiving. Thanks to olamy@infra for pointing this out! So if the build is broken and the executor on builds.a.o has not yet queued the job be prepared to be ambushed by Cato_Fong! :) -- Prasanna.,

Re: CloudStack in the News

2013-03-09 Thread Prasanna Santhanam
who've been fixing issues on our point releases! -- Prasanna.,

Re: [ALERT] Memory issue fix in master has been pushed in

2013-03-09 Thread Prasanna Santhanam
, you may try following settings to MAVEN_OPTS -XX:MaxPermSize=128m -Xmx512m Kelven -- Prasanna.,

Re: Review Request: fix bug CLOUDSTACK-1531: vmware create volume from snapshot will missing data

2013-03-08 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9772/ --- (Updated March 8, 2013, 11:35 a.m.) Review request for cloudstack, Sateesh

Re: Review Request: CLOUDSTACK-1600: Typo in dpkg-buildpackage command

2013-03-08 Thread Prasanna Santhanam
: youribonnaffe youri.bonna...@activeeon.com Date: Fri Mar 8 12:30:15 2013 +0100 - Prasanna Santhanam On March 8, 2013, 11:45 a.m., Youri Bonnaffé wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: rat build

2013-03-07 Thread prasanna
Stuff in **/WEB-INF/** directories needs to be excluded as they are generated. I'll look into that. On 7 March 2013 13:59, Abhinandan Prateek abhinandan.prat...@citrix.com wrote: --Attaching rat.txt. On 07/03/13 1:57 PM, Abhinandan Prateek abhinandan.prat...@citrix.com wrote: I tried rat

Re: Review Request: CLOUDSTACK-1013 : running cloudstack overwrites default public/private ssh keys

2013-03-07 Thread Prasanna Santhanam
again, to the same values. Again, I guess this is fine, but wanted to point out the filename clash. Prasanna Santhanam wrote: It can go wrong and overwrite the keys within the KVM agent. May be a different name will serve the purpose - something like id_rsa.devel instead

Re: Review Request: CLOUDSTACK-1013 : running cloudstack overwrites default public/private ssh keys

2013-03-07 Thread Prasanna Santhanam
will not end in .cloud. Can you fix this? - Prasanna Santhanam On March 4, 2013, 7:22 a.m., Harikrishna Patnala wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9727

Re: Review Request: CLOUDSTACK-1013 : running cloudstack overwrites default public/private ssh keys

2013-03-07 Thread Prasanna Santhanam
again, to the same values. Again, I guess this is fine, but wanted to point out the filename clash. Prasanna Santhanam wrote: It can go wrong and overwrite the keys within the KVM agent. May be a different name will serve the purpose - something like id_rsa.devel instead

Re: Review Request: CLOUDSTACK-1013 : running cloudstack overwrites default public/private ssh keys

2013-03-07 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9727/#review17535 --- Ship it! d51e964 on master - Prasanna Santhanam On March 7, 2013

Re: [PROPOSAL] BVT for CloudStack checkins

2013-03-07 Thread Prasanna Santhanam
framework but can still use for integration test. simple, quick, and easy. The nose support for marvin has existed for sometime and you can use many of nose's plugins today including - pdb, attributes, multiprocess etc. -- Prasanna.,

Re: StoragePoolVO Issue with 4.1

2013-03-07 Thread Prasanna Santhanam
not from SqlGenerator I think, the query is composed in StoragePoolDaoImpl. It's a good idea to assert this and prevent execution of *-ed queries from SqlGenerator though. Are you able to propose a fix of that nature? A jira ticket if not - I'll see if that can be fixed. Thanks, -- Prasanna.,

Re: GIT JIRA integration!

2013-03-07 Thread Prasanna Santhanam
On Thu, Mar 07, 2013 at 03:20:13PM +0530, Sebastien Goasguen wrote: Is it possible to integrate with review board as well. When a patch is applied, comments gets in JIRA and review gets shipped and submitted ? Yes - I'd like that too! -- Prasanna.,

Re: [DISCUSS]Incremental build

2013-03-07 Thread Prasanna Santhanam
for incremental build? Maybe switch to Gradle?:) After the pain from ant-maven. I am against switching build tools again :) I'm just learning to deal with maven as it is. --David -- Prasanna.,

Re: git commit: refs/heads/master - rat check: exclude the WEB-INF directories in check

2013-03-07 Thread Prasanna Santhanam
On Thu, Mar 07, 2013 at 06:20:44PM +0530, David Nalley wrote: On Thu, Mar 7, 2013 at 7:48 AM, Prasanna Santhanam t...@apache.org wrote: Hmm - I see client/WEB-INF has the web.xml which isn't generated. The mvn rat check doesn't pass on the dev environment because of many of the .txt files

Re: CloudStack University....

2013-03-07 Thread prasanna
Super! Are there weekly quizzes too? On 8 March 2013 09:31, Alex Huang alex.hu...@citrix.com wrote: Sebastien, Absolutely love it! https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+University But why under Community? Why not under newbie or even developers? --Alex

Re: Review Request: Fix the integration scripts for nose import and ostypeid corrections

2013-03-06 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9769/#review17466 --- Ship it! 9342f56 (master) Thanks - Prasanna Santhanam On March

Re: Review Request: CLOUDSTACK-1013 : running cloudstack overwrites default public/private ssh keys

2013-03-06 Thread Prasanna Santhanam
the developer environment? - Prasanna --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9727/#review17325 --- On March 4, 2013, 7:22 a.m

Re: Review Request: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-03-06 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9696/ --- (Updated March 6, 2013, 10:06 a.m.) Review request for cloudstack, Nitin Mehta

Re: [PROPOSAL] BVT for CloudStack checkins

2013-03-06 Thread Prasanna Santhanam
that. Let me know what you guys think. I'll probably break out a bvt branch to work on this. Anyone want to join me? Count me in! -- Prasanna.,

Re: Review Request: Adding awsapi in the require section of cloud.spec as it resolves issue with EC2 QUERY API Feature.

2013-03-06 Thread Prasanna Santhanam
? - Prasanna Santhanam On March 6, 2013, 11:58 a.m., Pradeep Soundararajan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9776

Re: Review Request: Adding awsapi in the require section of cloud.spec as it resolves issue with EC2 QUERY API Feature.

2013-03-06 Thread prasanna
On 6 March 2013 21:13, Chip Childers chip.child...@sungard.com wrote: On Wed, Mar 06, 2013 at 03:35:17PM +, Hugo Trippaers wrote: I automatically assumed it's an optional component, but I don't think we actually discussed this. It's also optional in the maven compile/build I've noticed.

Re: [jira] [Commented] (CLOUDSTACK-1560) RSA key gets overridden on every management server startup

2013-03-06 Thread Prasanna Santhanam
There's a patch on review board lying about. Anyone want to apply it? I think it work well. -- Prasanna., On 07-Mar-2013, at 6:02, Sheng Yang (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/CLOUDSTACK-1560?page

Re: Master branch build is broken again

2013-03-05 Thread Prasanna Santhanam
the management server. Note the spelling of Hypervisor: java.lang.ClassNotFoundException: com.cloud.template.HyervisorTemplateAdapter The issue is the misspelling in client/tomcatconf/componentContext.xml.in. thanks, Joe On Tue, Mar 5, 2013 at 3:40 PM, Prasanna Santhanam t

Re: [DISCUSS] Support lifetime

2013-03-05 Thread Prasanna Santhanam
. -- Prasanna.,

Re: Git tutorial for beginners

2013-03-05 Thread Prasanna Santhanam
a while back. Good stuff! -- Prasanna.,

Re: Master branch build is broken again

2013-03-05 Thread Prasanna Santhanam
On Tue, Mar 05, 2013 at 11:15:18AM -0500, Min Chen wrote: Thanks Prasanna. I did mvn build before merging to master locally, not sure what happened here. Will check my local files again when I am back to my computer. Let's not just do a build. Let's also try to deploy the server. In this case

Re: git commit: refs/heads/master - Fix the typo in componentContext.xml.in

2013-03-05 Thread Prasanna Santhanam
- b683c34d3 Fix the typo in componentContext.xml.in HypervisorTemplateAdapter was mispelt causing server to not startup. Reported-by: Dave Cahill dcah...@midokura.net.jp Signed-off-by: Prasanna Santhanam t...@apache.org Project: http://git-wip-us.apache.org/repos/asf

[DISCUSS] db changes on the 4.0.x release line

2013-03-05 Thread Prasanna Santhanam
? Rohit suggested that the 4.0 branch not add db changes but I think it's better enforced than left as a rule. Thoughts? -- Prasanna.,

Re: Review Request: CLOUDSTACK-1429: single account is unable to use same vnet across multiple physical networks

2013-03-04 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9651/#review17377 --- Looks good as a covering index. Kishan? - Prasanna Santhanam

Re: Master branch build is broken again

2013-03-04 Thread Prasanna Santhanam
yesterday? If you are building nonoss you'll need the new vmware SDK for 5.1. Try downloading the new SDK (~50MB) and building with the new jar. -- Prasanna.,

Re: Review Request: Ensure RAT does not report marvin generated files as noncompliant in developer environment

2013-03-02 Thread prasanna
Not a blocker/critical. I thought this was a patch request. diregard the cherry-pick request. On 2 March 2013 18:39, Chip Childers chip.child...@sungard.com wrote: Prasanna, You asked to move this to 4.1, but is it a blocker or critical fix in your opinion? The risk looks low to me. Opinion

Re: [ACS41][QA] Blockers for 4.1and Master

2013-03-01 Thread Prasanna Santhanam
On Fri, Mar 01, 2013 at 12:38:47PM +0530, Sudha Ponnaganti wrote: QA is blocked with basic compilation and build failures on both 4.1 and 4.2. CLOUDSTACK-14364.1 management server fails to start from RPM build artifacts (Prasanna seem to have been working on it) Seeing compilation

[jira] [Commented] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13590338#comment-13590338 ] Prasanna Santhanam commented on CLOUDSTACK-1436: I fixed the build

[jira] [Assigned] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam reassigned CLOUDSTACK-1436: -- Assignee: Prasanna Santhanam (was: Noa Resare) 4.1

Re: [ACS41] 4.1 branch moving to limited updates only after today

2013-03-01 Thread Prasanna Santhanam
- Sorry I just saw this and made a fix without the aforementioned patch request. So I'll take it that this applies from Mar 1st 2013, in one's respective timezone. -- Prasanna.,

[jira] [Resolved] (CLOUDSTACK-1468) Management server fail to start

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam resolved CLOUDSTACK-1468. Resolution: Duplicate This case is covered in CLOUDSTACK-1436. See my

[jira] [Closed] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam closed CLOUDSTACK-1436. -- Resolution: Fixed Management server starts fine but the agent is having

[jira] [Created] (CLOUDSTACK-1469) kvm agent: agent service fails to start up

2013-03-01 Thread Prasanna Santhanam (JIRA)
Prasanna Santhanam created CLOUDSTACK-1469: -- Summary: kvm agent: agent service fails to start up Key: CLOUDSTACK-1469 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1469 Project

[jira] [Assigned] (CLOUDSTACK-1466) [QA Automation] Limit Resources on domains/accounts

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam reassigned CLOUDSTACK-1466: -- Assignee: Prasanna Santhanam TODO: Review the test plan

[jira] [Commented] (CLOUDSTACK-1430) KVM: systemVMs failed to come up on 4.1

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13590381#comment-13590381 ] Prasanna Santhanam commented on CLOUDSTACK-1430: Still blocked

[jira] [Assigned] (CLOUDSTACK-1469) kvm agent: agent service fails to start up

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam reassigned CLOUDSTACK-1469: -- Assignee: Prasanna Santhanam (was: Rajesh Battala) kvm

[jira] [Assigned] (CLOUDSTACK-1469) kvm agent: agent service fails to start up

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam reassigned CLOUDSTACK-1469: -- Assignee: Hugo Trippaers (was: Prasanna Santhanam) hugo looking

JIRA component for packaging

2013-03-01 Thread Prasanna Santhanam
This is a request to create a JIRA component for tracking packaging related bugs. 'packaging'? -- Prasanna.,

Re: [MERGE] Merge vim51_win8 to master (Vmware SDK upgrade)

2013-03-01 Thread Prasanna Santhanam
On Thu, Feb 28, 2013 at 11:16:17PM +0530, Min Chen wrote: Prasanna, do you have a sample cfg file you can share to run marvin test against vmware environment? Min, you don't need a separate config file per hypervisor. once you've added the vsphere managed cluster to your CS running from your

Re: [MERGE] Merge vim51_win8 to master (Vmware SDK upgrade)

2013-03-01 Thread Prasanna Santhanam
now. Just been waylaid by a whole bunch of other issues in the meantime. -- Prasanna.,

Re: Using newer DIY SystemVMs

2013-03-01 Thread Prasanna Santhanam
-- Prasanna., On 01-Mar-2013, at 17:33, Rohit Yadav bhais...@apache.org wrote: Hi all, Just want to share that the do-it-yourself systemvm appliance feature works for me, for Xen. There is one catch though, VirtualBox exports VHD appliance which is said to be compliant with HyperV. I

Re: [jira] [Commented] (CLOUDSTACK-1469) kvm agent: agent service fails to start up

2013-03-01 Thread Prasanna Santhanam
Agree. Cent OS 6 has an older jna as well in its repo (3.2) so depending on the package manager won't work. I installed the epel version(3.4) and the agent and that broke too. seems 3.5 might work. however, is The dependency ASF licensed? -- Prasanna., On 01-Mar-2013, at 20:03, Wido den

[jira] [Commented] (CLOUDSTACK-1469) kvm agent: agent service fails to start up

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13590651#comment-13590651 ] Prasanna Santhanam commented on CLOUDSTACK-1469: Agree. Cent OS 6 has

Re: [jira] [Commented] (CLOUDSTACK-1469) kvm agent: agent service fails to start up

2013-03-01 Thread Prasanna Santhanam
You're right, I've had the agent come up fine before this change. -- Prasanna., On 01-Mar-2013, at 22:07, Hugo Trippaers (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/CLOUDSTACK-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment

[jira] [Commented] (CLOUDSTACK-1469) kvm agent: agent service fails to start up

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13590692#comment-13590692 ] Prasanna Santhanam commented on CLOUDSTACK-1469: You're right, I've

Re: New PPMC member: Marcus Sorenson

2013-03-01 Thread Prasanna Santhanam
Congratulations Marcus! -- Prasanna., On 01-Mar-2013, at 22:57, David Nalley da...@gnsa.us wrote: Hi folks The Podling Project Management Committee (PPMC) for Apache CloudStack has asked Marcus to become a member of the PPMC and we are pleased to announce that he has accepted. Please

Re: [jira] [Commented] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-03-01 Thread Prasanna Santhanam
Didn't see a commit for master? Could you cherry pick it? Or I shall do this later today. -- Prasanna., On 02-Mar-2013, at 6:36, Marcus Sorensen (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page

[jira] [Commented] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591212#comment-13591212 ] Prasanna Santhanam commented on CLOUDSTACK-1436: Didn't see a commit

Re: New PPMC Member: Sebastien Goasguen

2013-03-01 Thread prasanna
Congratulations Sebastien! On 2 March 2013 09:11, Radhika Puthiyetath radhika.puthiyet...@citrix.com wrote: Congrats Sebastien... -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Friday, March 01, 2013 2:14 PM To: cloudstack-dev@incubator.apache.org

[jira] [Commented] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-03-01 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591293#comment-13591293 ] Prasanna Santhanam commented on CLOUDSTACK-1436: I just checked

[jira] [Commented] (CLOUDSTACK-1423) Unable to launch UI [HTTP Status 404 - ]

2013-02-28 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13589320#comment-13589320 ] Prasanna Santhanam commented on CLOUDSTACK-1423: So there were couple

[jira] [Assigned] (CLOUDSTACK-1423) Unable to launch UI [HTTP Status 404 - ]

2013-02-28 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam reassigned CLOUDSTACK-1423: -- Assignee: Pradeep Soundararajan (was: Prasanna Santhanam

[jira] [Assigned] (CLOUDSTACK-1423) Unable to launch UI [HTTP Status 404 - ]

2013-02-28 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam reassigned CLOUDSTACK-1423: -- Assignee: Prasanna Santhanam (was: Pradeep Soundararajan

[jira] [Resolved] (CLOUDSTACK-1423) Unable to launch UI [HTTP Status 404 - ]

2013-02-28 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam resolved CLOUDSTACK-1423. Resolution: Duplicate Yes - so this is duplicated by CLOUDSTACK-1436

[jira] [Updated] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-02-28 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam updated CLOUDSTACK-1436: --- Fix Version/s: 4.2.0 4.1 management server fails to start from RPM

[jira] [Commented] (CLOUDSTACK-1436) 4.1 management server fails to start from RPM build artifacts

2013-02-28 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13589385#comment-13589385 ] Prasanna Santhanam commented on CLOUDSTACK-1436: Noa, yes the server

[jira] [Commented] (CLOUDSTACK-1430) KVM: systemVMs failed to come up on 4.1

2013-02-28 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13589471#comment-13589471 ] Prasanna Santhanam commented on CLOUDSTACK-1430: Currently blocked

  1   2   3   4   5   6   7   >