Re: [Puppet Users] apt-get --force-yes

2011-09-18 Thread KarthiKeyan. Kesavan
HI, Thanks . it is working fine . after add the apt-get key Regards Chebrian On Sun, Sep 18, 2011 at 5:34 AM, KarthiKeyan. Kesavan wrote: > Hi thanks for your details. > > I will update once i test with my repo. > > Regards > > Chebrian > > On Sat, Sep 17, 2011 at 9:13 PM, Sergey Zhuga wrote:

Re: [Puppet Users] apt-get --force-yes

2011-09-17 Thread KarthiKeyan. Kesavan
Hi thanks for your details. I will update once i test with my repo. Regards Chebrian On Sat, Sep 17, 2011 at 9:13 PM, Sergey Zhuga wrote: > If 'apt-get update' gives you the warning like "can't find gpg..." or so - > you couldn't install any packages. Try to sign the repo with gpg-key and > im

Re: [Puppet Users] apt-get --force-yes

2011-09-17 Thread Sergey Zhuga
If 'apt-get update' gives you the warning like "can't find gpg..." or so - you couldn't install any packages. Try to sign the repo with gpg-key and import the key with 'apt-key add'. Also you can use Canonical partner repository to install sun-java6-jdk. Regards. 17.09.2011 18:33, KarthiKeyan

Re: [Puppet Users] apt-get --force-yes

2011-09-17 Thread KarthiKeyan. Kesavan
Hi , Yes, i am trying to install the packages from my local repo . Regards Chebrian On Sat, Sep 17, 2011 at 9:01 PM, Sergey Zhuga wrote: > Do you use unsigned repositories? > > 17.09.2011 18:07, KarthiKeyan. Kesavan пишет: > >> Hi, >> >> Not only for jdk i am getting for all the package instal

Re: [Puppet Users] apt-get --force-yes

2011-09-17 Thread Sergey Zhuga
Do you use unsigned repositories? 17.09.2011 18:07, KarthiKeyan. Kesavan пишет: Hi, Not only for jdk i am getting for all the package installation . _Error status _ E: There are problems and -y was used without --force-yes Regards Chebrian On Sat, Sep 17, 2011 at 8:23 PM, Sergey Zhuga mail

Re: [Puppet Users] apt-get --force-yes

2011-09-17 Thread KarthiKeyan. Kesavan
Hi, Not only for jdk i am getting for all the package installation . *Error status * E: There are problems and -y was used without --force-yes Regards Chebrian On Sat, Sep 17, 2011 at 8:23 PM, Sergey Zhuga wrote: > You should create debconf seeds file before you will install the sun-jdk > pa

Re: [Puppet Users] apt-get --force-yes

2011-09-17 Thread Sergey Zhuga
You should create debconf seeds file before you will install the sun-jdk package, like this: http://blogs.cae.tntech.edu/mwr/2008/02/05/stupid-puppet-trick-agreeing-to-the-sun-java-license-with-debconf-preseeds-and-puppet/ Regards. 17.09.2011 17:39, CHEBRIAN пишет: Hi , I am trying to instal

[Puppet Users] apt-get --force-yes

2011-09-17 Thread CHEBRIAN
Hi , I am trying to install jdk thru puppet . i am getting the force-yes error . err: /Stage[main]/Apiserver::Java/Package[sun-java6-jdk]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get - q -y -o DPkg::Options::=--force-confold install sun-java6-jdk' returned 100: Rea