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 --no-install-recommends -q -y --force-yes install openssh-server 
openssl e2fsprogs dhcp3-client tcpdump socat wget


-Harikrishna

On 10-Apr-2014, at 4:09 am, Nux! <n...@li.nux.ro> wrote:

> 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
>>                                                          [24;79H
>> [4h [4l[1;1H(B[m[37m[44mPackage
>> configuration[4;2H(0[30m[47mlqqqqqqqqqqqqqqqqqqqqqu(B[m(B[30m[47m
>> [31mConfiguring libssl1.0.0:amd64[30m
>> (0[30m[47mtqqqqqqqqqqqqqqqqqqqqqk[5;2Hx(B[m(B[30m[47m
> 
> Yeah, apt-get has this annoying feature where it asks you all sorts of things 
> during package installation. In this very case the libssl package is causing 
> the head aches, probably as a result of the latest security issues with 
> OpenSSL.
> 
> Not sure if it would break anything, but this env var should be present 
> during the build and apt/dpkg should stay silent:
> export DEBIAN_FRONTEND=noninteractive
> 
> HTH
> Lucian
> 
> -- 
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro

Reply via email to