Re: Review Request: The already deleted same hostname is not deleted from /etc/hosts of vRouter.

2012-12-02 Thread Satoshi Kobayashi
does not match. sed -i /$host /d $HOSTS Diffs - patches/systemvm/debian/config/root/edithosts.sh 3c6102d Diff: https://reviews.apache.org/r/8289/diff/ Testing --- Thanks, Atsushi Midorikawa -- Satoshi Kobayashi satosh...@stratosphere.co.jp

Re: [javelin] Updates on javelin...

2012-11-20 Thread Satoshi Kobayashi
Hi Alex, 2012/11/21 Alex Huang alex.hu...@citrix.com: It is planning to use jax-rs to implement internal API? Or is it certain CloudStack API now? Please reference https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Refactoring All of that work is being done in the javelin

Re: About the development approach of KVM Agent on master

2012-11-19 Thread Satoshi Kobayashi
2012/11/17 Edison Su edison...@citrix.com: -Original Message- From: Satoshi Kobayashi [mailto:satosh...@stratosphere.co.jp] Sent: Monday, November 12, 2012 7:41 PM To: cloudstack-dev@incubator.apache.org Subject: About the development approach of KVM Agent on master Hi all, I

Re: Review Request: maven : adding mysql-connector-java dependency into dependencyManagement and using 5.1.21 version only

2012-11-19 Thread Satoshi Kobayashi
. - Satoshi Kobayashi On Nov. 19, 2012, 10:28 p.m., Aurelien DE FANTI wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8129

Re: [javelin] Updates on javelin...

2012-11-19 Thread Satoshi Kobayashi
2012/11/20 Alex Huang alex.hu...@citrix.com: Just like to update everyone on the work on javelin. We've basically started the work of breaking out components. Currently we have Framework - Framework pieces that underlies all services. - ipc: for ipc mechanism - jobs: for jobs

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

2012-11-18 Thread Satoshi Kobayashi (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1354#comment-1354 ] Satoshi Kobayashi commented on CLOUDSTACK-498: -- David: I would like

Review Request: Fix for CLOUDSTACK-498 (Missing dependency in RPM of KVM Agent)

2012-11-18 Thread Satoshi Kobayashi
, Satoshi Kobayashi

[jira] [Created] (CLOUDSTACK-511) Installation procedure of bridge-utils is required for KVM host installation

2012-11-18 Thread Satoshi Kobayashi (JIRA)
Satoshi Kobayashi created CLOUDSTACK-511: Summary: Installation procedure of bridge-utils is required for KVM host installation Key: CLOUDSTACK-511 URL: https://issues.apache.org/jira/browse/CLOUDSTACK

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

2012-11-18 Thread Satoshi Kobayashi (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13500051#comment-13500051 ] Satoshi Kobayashi commented on CLOUDSTACK-498: -- I created CLOUDSTACK-511

Missing dependency in RPM of KVM Agent

2012-11-15 Thread Satoshi Kobayashi
Hi all, I have noticed that dependency is missing in RPM of KVM Agent. LibvirtComputingResource class and BridgeVifDriver class are dependent on LinuxBridge. They execute brctl command internally. However, the package (bridge-utils) in which it is contained is not included in the dependence of

Re: Missing dependency in RPM of KVM Agent

2012-11-15 Thread Satoshi Kobayashi
jakarta-commons-logging java = 1.6.0 jpackage-utils rpmlib(CompressedFileNames) = 3.0.4-1 rpmlib(PayloadFilesHavePrefix) = 4.0-1 2012/11/16 Ahmad Emneina ahmad.emne...@citrix.com: On 11/15/12 6:01 PM, Satoshi Kobayashi satosh...@stratosphere.co.jp wrote: Hi all, I have noticed that dependency

[jira] [Created] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

2012-11-15 Thread Satoshi Kobayashi (JIRA)
Satoshi Kobayashi created CLOUDSTACK-498: Summary: Missing dependency in RPM of KVM Agent Key: CLOUDSTACK-498 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498 Project: CloudStack

Re: Missing dependency in RPM of KVM Agent

2012-11-15 Thread Satoshi Kobayashi
I understand. I opened the following ticket. https://issues.apache.org/jira/browse/CLOUDSTACK-498 Thanks 2012/11/16 Ahmad Emneina ahmad.emne...@citrix.com: On 11/15/12 6:20 PM, Satoshi Kobayashi satosh...@stratosphere.co.jp wrote: Hi Ahmad, Sorry, what is the meaning of file? I think

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

2012-11-15 Thread Satoshi Kobayashi (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498640#comment-13498640 ] Satoshi Kobayashi commented on CLOUDSTACK-498: -- I think that a document

Re: About the development approach of KVM Agent on master

2012-11-14 Thread Satoshi Kobayashi
the Agent * See if it works! That is mainly the way I do my KVM development and testing. Are sure. It is not necessary to switch by RPM/DEB since it is enough by JAR. I did not notice it. Wido On 11/13/2012 04:40 AM, Satoshi Kobayashi wrote: Hi all, I have some questions/issues about

Re: [DISCUSS] SSH keys overwritten for user running management server

2012-11-14 Thread Satoshi Kobayashi
Hi Dave, 2012/11/14 Dave Cahill dcah...@midokura.jp: Hi, I've recently been running the management server from source using mvn -pl :cloud-client-ui jetty:run, and I've come across an issue. If the ssh.privatekey configuration entry is not present in the management server db, then in

About the development approach of KVM Agent on master

2012-11-12 Thread Satoshi Kobayashi
Hi all, I have some questions/issues about the development approach of KVM Agent. 1. Is there any document written about it? I could not find it in cwiki.apache.org. Or is it in other places? 2. How should it be developed (in future)? I looked at the source code of KVM Agent. It can not be

Re: About the development approach of KVM Agent on master

2012-11-12 Thread Satoshi Kobayashi
, Satoshi Kobayashi satosh...@stratosphere.co.jp wrote: Hi all, I have some questions/issues about the development approach of KVM Agent. 1. Is there any document written about it? I could not find it in cwiki.apache.org. Or is it in other places? 2. How should it be developed (in future)? I

Re: Unit tests

2012-11-11 Thread Satoshi Kobayashi
level is for testing access to db and one level is for actual business logic. --Alex -- Satoshi Kobayashi satosh...@stratosphere.co.jp

Re: Is the present master broken

2012-11-01 Thread Satoshi Kobayashi
,com.cloud.utils.component.ComponentLocator.ComponentInfocom.cloud.utils.db.GenericDao?,? extends java.io.Serializable [ERROR] - [Help 1] [ERROR] Is it the same with everyone or am I missing something. Mani. -- Satoshi Kobayashi satosh...@stratosphere.co.jp

Review Request: Display the reason which failed in generation of certificate

2012-10-31 Thread Satoshi Kobayashi
3368c9ba1163d73fd7b012f164fde291b522f8e0 Diff: https://reviews.apache.org/r/7824/diff/ Testing --- mvn clean install mvn -pl :cloud-client-ui jetty:run And generation of the certificate was made to fail, checked it. Thanks, Satoshi Kobayashi

Re: latest 4.1.0 maven build fails - cant find cloud-awsapi

2012-10-26 Thread Satoshi Kobayashi
://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException -- Satoshi Kobayashi satosh...@stratosphere.co.jp

Some processes are missing in development environment document?

2012-10-17 Thread Satoshi Kobayashi
Hi, I tried to read the following document and setup development environment. http://incubator.apache.org/cloudstack/develop/environment.html I am using CentOS6.3. And I think that some required processes are missing in document. 1. Need to install Maven It is not installed although maven is

Re: Review Request: Add the dependence library (JNA) for maven exec:java goal

2012-10-17 Thread Satoshi Kobayashi
=com.cloud.agent.AgentShell Thanks, Pradeep.S -Original Message- From: Satoshi Kobayashi [mailto:satosh...@stratosphere.co.jp] Sent: Friday, September 28, 2012 7:45 AM To: Pradeep Soundararajan Cc: cloudstack-dev@incubator.apache.org Subject: Re: Review Request: Add the dependence

Re: Review Request: Add the dependence library (JNA) for maven exec:java goal

2012-10-17 Thread Satoshi Kobayashi
I forgot that installing agent.properties in the procedure. It needs to be installed in advance to CLASSPATH directory. KVM Agent is ended before the exception will occur, if we forget it. 2012/10/18 Satoshi Kobayashi satosh...@stratosphere.co.jp: Hi Pradeep, I am sorry that my late reply. I

Re: CS Installation without internet

2012-10-17 Thread Satoshi Kobayashi
and delete all copies; your cooperation in this regard is appreciated. -- Satoshi Kobayashi satosh...@stratosphere.co.jp

Re: Review Request: Add the dependence library (JNA) for maven exec:java goal

2012-09-27 Thread Satoshi Kobayashi
not be raised in my environment. But, I think that a POM configuration is kinder. Since I looked at it in another patch, I did not include it in this patch. Thanks, Pradeep.S -Original Message- From: Satoshi Kobayashi [mailto:nore...@reviews.apache.org] On Behalf Of Satoshi Kobayashi Sent

Review Request: Add the dependence library (JNA) for maven exec:java goal

2012-09-05 Thread Satoshi Kobayashi
agent.properties 3) mvn exec:java -pl plugins/hypervisors/kvm \ -Dexec.mainClass=com.cloud.agent.AgentShell \ -Dnonoss result: An exception does not be raised. Thanks, Satoshi Kobayashi

Re: How to run kvm agent on development environment by maven

2012-09-04 Thread Satoshi Kobayashi
den Hollander w...@widodh.nl wrote: On 09/04/2012 03:38 AM, Satoshi Kobayashi wrote: Hi Wido, Thank you for your reply. 2012/9/3 Wido den Hollander w...@widodh.nl: On 09/03/2012 09:37 AM, Satoshi Kobayashi wrote: Hello, I'm trying to run kvm agent on development environment by maven

Re: How to run kvm agent on development environment by maven

2012-09-03 Thread Satoshi Kobayashi
Hi Wido, Thank you for your reply. 2012/9/3 Wido den Hollander w...@widodh.nl: On 09/03/2012 09:37 AM, Satoshi Kobayashi wrote: Hello, I'm trying to run kvm agent on development environment by maven. But, the trial has stuck. I think that there is a problem through which dependence