Re: 4.3 system vm template job failing in jenkins

2014-05-15 Thread Yoshikazu Nojima
ards, >> > Rayees >> > >> > >> > -Original Message- >> > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] >> > Sent: Thursday, April 10, 2014 9:21 AM >> > To: dev@cloudstack.apache.org >> > Cc: Wido den

Re: 4.3 system vm template job failing in jenkins

2014-05-15 Thread Ian Duffy
From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > > Sent: Thursday, April 10, 2014 9:21 AM > > To: dev@cloudstack.apache.org > > Cc: Wido den Hollander (w...@widodh.nl); Hugo Trippaers > > Subject: RE: 4.3 system vm template job failing in jenkins &g

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Erik Weber
; -Original Message- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: Thursday, April 10, 2014 9:21 AM > To: dev@cloudstack.apache.org > Cc: Wido den Hollander (w...@widodh.nl); Hugo Trippaers > Subject: RE: 4.3 system vm template job failing in jenkins

RE: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Rayees Namathponnan
[mailto:animesh.chaturv...@citrix.com] Sent: Thursday, April 10, 2014 9:21 AM To: dev@cloudstack.apache.org Cc: Wido den Hollander (w...@widodh.nl); Hugo Trippaers Subject: RE: 4.3 system vm template job failing in jenkins May be this can be a quick hackathon in collab. Copying Wido and Hugo

RE: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Animesh Chaturvedi
May be this can be a quick hackathon in collab. Copying Wido and Hugo > -Original Message- > From: Abhinandan Prateek [mailto:abhinandan.prat...@citrix.com] > Sent: Thursday, April 10, 2014 9:18 AM > To: dev@cloudstack.apache.org > Subject: Re: 4.3 system vm template

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Abhinandan Prateek
On 10/04/14 5:24 pm, "Nux!" wrote: >On 10.04.2014 11:17, Abhinandan Prateek wrote: >> I have tried with both the options now i.e. -qq and by removing >> "DEBIAN_PRIORITY=critical², >> The pop up does not go away breaking the build job. >> >> Guys, find the solution ! >> >> -abhi > > >This sort

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Nux!
On 10.04.2014 11:17, Abhinandan Prateek wrote: I have tried with both the options now i.e. -qq and by removing "DEBIAN_PRIORITY=critical², The pop up does not go away breaking the build job. Guys, find the solution ! -abhi This sort of works for me: (I'm downgrading to the vulnerable versio

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Abhinandan Prateek
On 10/04/14 4:23 pm, "Nux!" wrote: >On 10.04.2014 11:17, Abhinandan Prateek wrote: >> I have tried with both the options now i.e. -qq and by removing >> "DEBIAN_PRIORITY=critical², >> The pop up does not go away breaking the build job. >> >> Guys, find the solution ! >> > >We may need to use a

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Nux!
On 10.04.2014 11:17, Abhinandan Prateek wrote: I have tried with both the options now i.e. -qq and by removing "DEBIAN_PRIORITY=critical², The pop up does not go away breaking the build job. Guys, find the solution ! We may need to use a preseed file then. Not sure how easy this is or how we

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Abhinandan Prateek
I have tried with both the options now i.e. -qq and by removing "DEBIAN_PRIORITY=critical², The pop up does not go away breaking the build job. Guys, find the solution ! -abhi On 10/04/14 3:32 pm, "Abhinandan Prateek" wrote: > > >On 10/04/14 3:04 pm, "Nux!" wrote: > >>On 10.04.2014 10:17, Abh

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Abhinandan Prateek
On 10/04/14 3:04 pm, "Nux!" wrote: >On 10.04.2014 10:17, Abhinandan Prateek wrote: >>> apt-get --no-install-recommends -q -y --force-yes install rsyslog >>> logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase >>> iptables >>> apt-get --no-install-recommends -q -y --force-ye

RE: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Nux!
On 10.04.2014 10:17, Abhinandan Prateek wrote: apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables apt-get --no-install-recommends -q -y --force-yes install openssh-server openssl e2fsprogs dhcp3-clien

RE: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Abhinandan Prateek
> apt-get --no-install-recommends -q -y --force-yes install rsyslog > logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase > iptables > apt-get --no-install-recommends -q -y --force-yes install > openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget > > > -Harikrishn

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Nux!
On 10.04.2014 08:31, Harikrishna Patnala wrote: On 4.3 this env var is already there. install_packages() { DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical # Basic packages apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tool

Re: 4.3 system vm template job failing in jenkins

2014-04-10 Thread Harikrishna Patnala
On 4.3 this env var is already there. install_packages() { DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical # Basic packages apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables apt-get --

Re: 4.3 system vm template job failing in jenkins

2014-04-09 Thread Nux!
On 09.04.2014 21:44, Rayees Namathponnan wrote: Hi All, 4.3 system vm template job failing; looks like build falling after the getting updated openssl 1.0.1e-2+deb7u6. http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-systemvm64/140/console

4.3 system vm template job failing in jenkins

2014-04-09 Thread Rayees Namathponnan
Hi All, 4.3 system vm template job failing; looks like build falling after the getting updated openssl 1.0.1e-2+deb7u6. http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-systemvm64/140/console (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading dat