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

2012-12-02 Thread Satoshi Kobayashi
rmat: > $ip $host > > This deletion logic 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

Re: [javelin] Updates on javelin...

2012-11-20 Thread Satoshi Kobayashi
Hi Alex, 2012/11/21 Alex Huang : >> 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 branch > > In

Re: [javelin] Updates on javelin...

2012-11-19 Thread Satoshi Kobayashi
2012/11/20 Alex Huang : > 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 management > > Engine

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.apach

Re: About the development approach of KVM Agent on master

2012-11-19 Thread Satoshi Kobayashi
2012/11/17 Edison Su : > > >> -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 A

[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-tabpanel&focusedCommentId=13500051#comment-13500051 ] Satoshi Kobayashi commented on CLOUDSTACK-498: -- I created CLOUDSTACK

[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

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

2012-11-18 Thread Satoshi Kobayashi
existed. $ which brctl /usr/sbin/brctl Thanks, Satoshi Kobayashi

[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-tabpanel&focusedCommentId=1354#comment-1354 ] Satoshi Kobayashi commented on CLOUDSTACK-498: -- David: I would lik

[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-tabpanel&focusedCommentId=13498640#comment-13498640 ] Satoshi Kobayashi commented on CLOUDSTACK-498: -- I think that a docu

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 : > On 11/15/12 6:20 PM, "Satoshi Kobayashi" > wrote: > >>Hi Ahmad, >> >>Sorry, what is the meaning of "file"? >

[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
.0 commons-httpclient 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 : > On 11/15/12 6:01 PM, "Satoshi Kobayashi" > wrote: > >>Hi all, >> >>I hav

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 R

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

2012-11-14 Thread Satoshi Kobayashi
Hi Dave, 2012/11/14 Dave Cahill : > 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 ConfigurationSer

Re: About the development approach of KVM Agent on master

2012-11-14 Thread Satoshi Kobayashi
o the hypervisor > * Restart 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

Re: About the development approach of KVM Agent on master

2012-11-12 Thread Satoshi Kobayashi
; primary/secondary storage. It works well for me, I can develop on it and > launch nested VMs with decent performance. It takes about two minutes to > build and package. Not the most efficient, but I do like being able to run > a real environment and develop against it. > On Nov 12, 2012 8:41 P

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 launc

Re: Unit tests

2012-11-11 Thread Satoshi Kobayashi
> >> Actually, you and I are not that far apart. I'm thinking mainly in >> terms of testing code that are actually accessing database. For >> example, the unit test is to ensure a search query returns the results >> that are intended. You can't really mock those up. >> >> For code paths that are not testing search queries but are just >> dependent on search results, I agree with you. Just mock up the DAOs. > > And as for it being slow, perhaps we can split unit tests into two levels. > One level is for testing access to db and one level is for actual business > logic. > > --Alex -- Satoshi Kobayashi

Re: Is the present master broken

2012-11-01 Thread Satoshi Kobayashi
R] location: class > java.util.LinkedHashMap extends java.io.Serializable>>> > > [ERROR] -> [Help 1] > > [ERROR] > > > > Is it the same with everyone or am I missing something. > > > > Mani. -- Satoshi Kobayashi

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: [DISCUSS] Adopt the Monkey?

2012-10-28 Thread Satoshi Kobayashi
t; anyone knows of any conflicting trademarks or whatnot, that could make >> the decision for us - but otherwise, I'd suggest we discuss the first >> question and then take on the legal question. >> >> Thoughts, comments, flames? >> >> (The kitten riding the unicorn over a rainbow will, of course, remain an >> unofficial mascot. http://dissociatedpress.net/uploads/) >> -- >> Joe Brockmeier >> j...@zonker.net >> Twitter: @jzb >> http://www.dissociatedpress.net/ > -- Satoshi Kobayashi

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

2012-10-28 Thread Satoshi Kobayashi
let me know if the instructions are not helping and please feel free > to edit them if they need improvement. > > Cheers, > > Hugo > >> -----Original Message- >> From: Satoshi Kobayashi [mailto:satosh...@stratosphere.co.jp] >> Sent: Friday, October 26, 2012 11:34 AM >

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

2012-10-26 Thread Satoshi Kobayashi
val of >> apache.snapshots has elapsed or updates are forced -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e >> switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, please >> read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException -- Satoshi Kobayashi

Re: CS Installation without internet

2012-10-17 Thread Satoshi Kobayashi
If you are not the intended recipient, please contact > the sender by email and delete all copies; your cooperation in this regard is > appreciated. -- Satoshi Kobayashi

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 : > Hi Pradeep, > > I am sorry that my late reply. > > I rebu

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

2012-10-17 Thread Satoshi Kobayashi
; cd .. > mvn exec:java --projects plugins/hypervisors/kvm > -Dexec.mainClass=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: P

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 exe

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

2012-09-27 Thread Satoshi Kobayashi
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 > Satos

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
, at 18:35, Wido den Hollander wrote: > >> On 09/04/2012 03:38 AM, Satoshi Kobayashi wrote: >>> Hi Wido, >>> >>> Thank you for your reply. >>> >>> 2012/9/3 Wido den Hollander : >>>> >>>> >>>> On 09/03/2012 09:

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 : > > > 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 th

How to run kvm agent on development environment by maven

2012-09-03 Thread Satoshi Kobayashi
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 circulates (agent & cloud-plugin-hypervisor-kvm). The following is an outline of my trial. 1. execute maven (mvn exec:java -pl agent -Dexe

Re: How to install System VM template on development environment

2012-06-20 Thread Satoshi Kobayashi
n/acton-systemvm-02062012.vhd.bz2 -h > xenserver -o localhost -r root -d > > the code has been checked in master. Please pull out. Thank you. > >> -Original Message- >> From: Satoshi Kobayashi [mailto:satosh...@stratosphere.co.jp] >> Sent: Tuesday, June 19, 2012 1

How to install System VM template on development environment

2012-06-19 Thread Satoshi Kobayashi
Hi I'm trying to setup CloudStack development environment. I read this document and it went well. http://docs.cloudstack.org/Knowledge_Base/How_to_set_up_a_CloudStack_development_environment Next, I tried to set up the Host (a.k.a Computing Node). However, it requires a System VM template. I know