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: Reading package lists... Please share your idea''s to fix this issue, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
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 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: Reading package lists... > > Please share your idea''s to fix this issue, >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
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 <sergey.zhuga@gmail.com>wrote:> 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/<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 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: Reading package lists... >> >> Please share your idea''s to fix this issue, >> >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@** > googlegroups.com <puppet-users%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > . > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
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 <sergey.zhuga@gmail.com > <mailto:sergey.zhuga@gmail.com>> wrote: > > 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/ > <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 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: Reading package lists... > > Please share your idea''s to fix this issue, > > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com > <mailto:puppet-users@googlegroups.com>. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@__googlegroups.com > <mailto:puppet-users%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at > http://groups.google.com/__group/puppet-users?hl=en > <http://groups.google.com/group/puppet-users?hl=en>. > > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
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 <sergey.zhuga@gmail.com>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 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 <sergey.zhuga@gmail.com >> <mailto:sergey.zhuga@gmail.com**>> wrote: >> >> 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/<http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-agreeing-to-the-sun-__java-license-with-debconf-__preseeds-and-puppet/> >> <http://blogs.cae.tntech.edu/**mwr/2008/02/05/stupid-puppet-** >> trick-agreeing-to-the-sun-**java-license-with-debconf-** >> preseeds-and-puppet/<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 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: Reading package lists... >> >> Please share your idea''s to fix this issue, >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com >> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> >> >. >> >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@__goo**glegroups.com<http://googlegroups.com> >> <mailto:puppet-users%**2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> >> **>. >> >> For more options, visit this group at >> http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >> >. >> >> >> -- >> >> You received this message because you are subscribed to the Google >> Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@**googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@** > googlegroups.com <puppet-users%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > . > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
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. 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 <sergey.zhuga@gmail.com > <mailto:sergey.zhuga@gmail.com>> 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 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 > <sergey.zhuga@gmail.com <mailto:sergey.zhuga@gmail.com> > <mailto:sergey.zhuga@gmail.com > <mailto:sergey.zhuga@gmail.com>__>> wrote: > > 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/ > <http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-agreeing-to-the-sun-__java-license-with-debconf-__preseeds-and-puppet/> > <http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-agreeing-to-the-sun-__java-license-with-debconf-__preseeds-and-puppet/ > <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 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: Reading package lists... > > Please share your idea''s to fix this issue, > > > -- > You received this message because you are subscribed to the > Google > Groups "Puppet Users" group. > To post to this group, send email to > puppet-users@googlegroups.com <mailto:puppet-users@googlegroups.com> > <mailto:puppet-users@__googlegroups.com > <mailto:puppet-users@googlegroups.com>>. > > To unsubscribe from this group, send email to > puppet-users+unsubscribe@__goo__glegroups.com > <http://googlegroups.com> > <mailto:puppet-users%__2Bunsubscribe@googlegroups.com > <mailto:puppet-users%252Bunsubscribe@googlegroups.com>__>. > > For more options, visit this group at > http://groups.google.com/____group/puppet-users?hl=en > <http://groups.google.com/__group/puppet-users?hl=en> > <http://groups.google.com/__group/puppet-users?hl=en > <http://groups.google.com/group/puppet-users?hl=en>>. > > > -- > > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > To post to this group, send email to > puppet-users@googlegroups.com > <mailto:puppet-users@googlegroups.com>. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@__googlegroups.com > <mailto:puppet-users%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at > http://groups.google.com/__group/puppet-users?hl=en > <http://groups.google.com/group/puppet-users?hl=en>. > > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com > <mailto:puppet-users@googlegroups.com>. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@__googlegroups.com > <mailto:puppet-users%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at > http://groups.google.com/__group/puppet-users?hl=en > <http://groups.google.com/group/puppet-users?hl=en>. > > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
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 <sergey.zhuga@gmail.com>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 > 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. 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 <sergey.zhuga@gmail.com >> <mailto:sergey.zhuga@gmail.com**>> 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 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 >> <sergey.zhuga@gmail.com <mailto:sergey.zhuga@gmail.com**> >> <mailto:sergey.zhuga@gmail.com >> <mailto:sergey.zhuga@gmail.com**>__>> wrote: >> >> 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/<http://blogs.cae.tntech.edu/____mwr/2008/02/05/stupid-puppet-____trick-agreeing-to-the-sun-____java-license-with-debconf-____preseeds-and-puppet/> >> <http://blogs.cae.tntech.edu/_**_mwr/2008/02/05/stupid-puppet-** >> __trick-agreeing-to-the-sun-__**java-license-with-debconf-__** >> preseeds-and-puppet/<http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-agreeing-to-the-sun-__java-license-with-debconf-__preseeds-and-puppet/> >> > >> <http://blogs.cae.tntech.edu/_**_mwr/2008/02/05/stupid-puppet-** >> __trick-agreeing-to-the-sun-__**java-license-with-debconf-__** >> preseeds-and-puppet/<http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-agreeing-to-the-sun-__java-license-with-debconf-__preseeds-and-puppet/> >> <http://blogs.cae.tntech.edu/**mwr/2008/02/05/stupid-puppet-** >> trick-agreeing-to-the-sun-**java-license-with-debconf-** >> preseeds-and-puppet/<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 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: Reading package lists... >> >> Please share your idea''s to fix this issue, >> >> >> -- >> You received this message because you are subscribed to the >> Google >> Groups "Puppet Users" group. >> To post to this group, send email to >> puppet-users@googlegroups.com <mailto:puppet-users@** >> googlegroups.com <puppet-users@googlegroups.com>> >> <mailto:puppet-users@__googleg**roups.com<http://googlegroups.com> >> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> >> >>. >> >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@__goo**__glegroups.com<http://goo__glegroups.com> >> <http://googlegroups.com> >> >> <mailto:puppet-users%__**2Bunsubscribe@googlegroups.com<puppet-users%25__2Bunsubscribe@googlegroups.com> >> <mailto:puppet-users%**252Bunsubscribe@googlegroups.**com<puppet-users%25252Bunsubscribe@googlegroups.com> >> >__>. >> >> >> For more options, visit this group at >> http://groups.google.com/____**group/puppet-users?hl=en<http://groups.google.com/____group/puppet-users?hl=en> >> <http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >> > >> <http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >> >>. >> >> >> -- >> >> You received this message because you are subscribed to the Google >> Groups "Puppet Users" group. >> To post to this group, send email to >> puppet-users@googlegroups.com >> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> >> >. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@__goo**glegroups.com<http://googlegroups.com> >> <mailto:puppet-users%**2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> >> **>. >> For more options, visit this group at >> http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >> >. >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com >> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> >> >. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@__goo**glegroups.com<http://googlegroups.com> >> <mailto:puppet-users%**2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> >> **>. >> For more options, visit this group at >> http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >> >. >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@**googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@** > googlegroups.com <puppet-users%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > . > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
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 <ksd.che@gmail.com>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 <sergey.zhuga@gmail.com>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 >> 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. 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 <sergey.zhuga@gmail.com >>> <mailto:sergey.zhuga@gmail.com**>> 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 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 >>> <sergey.zhuga@gmail.com <mailto:sergey.zhuga@gmail.com**> >>> <mailto:sergey.zhuga@gmail.com >>> <mailto:sergey.zhuga@gmail.com**>__>> wrote: >>> >>> 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/<http://blogs.cae.tntech.edu/____mwr/2008/02/05/stupid-puppet-____trick-agreeing-to-the-sun-____java-license-with-debconf-____preseeds-and-puppet/> >>> <http://blogs.cae.tntech.edu/_**_mwr/2008/02/05/stupid-puppet-** >>> __trick-agreeing-to-the-sun-__**java-license-with-debconf-__** >>> preseeds-and-puppet/<http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-agreeing-to-the-sun-__java-license-with-debconf-__preseeds-and-puppet/> >>> > >>> <http://blogs.cae.tntech.edu/_**_mwr/2008/02/05/stupid-puppet-** >>> __trick-agreeing-to-the-sun-__**java-license-with-debconf-__** >>> preseeds-and-puppet/<http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-agreeing-to-the-sun-__java-license-with-debconf-__preseeds-and-puppet/> >>> <http://blogs.cae.tntech.edu/**mwr/2008/02/05/stupid-puppet-** >>> trick-agreeing-to-the-sun-**java-license-with-debconf-** >>> preseeds-and-puppet/<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 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: Reading package lists... >>> >>> Please share your idea''s to fix this issue, >>> >>> >>> -- >>> You received this message because you are subscribed to the >>> Google >>> Groups "Puppet Users" group. >>> To post to this group, send email to >>> puppet-users@googlegroups.com <mailto:puppet-users@** >>> googlegroups.com <puppet-users@googlegroups.com>> >>> <mailto:puppet-users@__googleg**roups.com<http://googlegroups.com> >>> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> >>> >>. >>> >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscribe@__goo**__glegroups.com<http://goo__glegroups.com> >>> <http://googlegroups.com> >>> >>> <mailto:puppet-users%__**2Bunsubscribe@googlegroups.com<puppet-users%25__2Bunsubscribe@googlegroups.com> >>> <mailto:puppet-users%**252Bunsubscribe@googlegroups.**com<puppet-users%25252Bunsubscribe@googlegroups.com> >>> >__>. >>> >>> >>> For more options, visit this group at >>> http://groups.google.com/____**group/puppet-users?hl=en<http://groups.google.com/____group/puppet-users?hl=en> >>> <http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >>> > >>> <http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >>> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >>> >>. >>> >>> >>> -- >>> >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To post to this group, send email to >>> puppet-users@googlegroups.com >>> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> >>> >. >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscribe@__goo**glegroups.com<http://googlegroups.com> >>> <mailto:puppet-users%**2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> >>> **>. >>> For more options, visit this group at >>> http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >>> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >>> >. >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To post to this group, send email to puppet-users@googlegroups.com >>> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> >>> >. >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscribe@__goo**glegroups.com<http://googlegroups.com> >>> <mailto:puppet-users%**2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> >>> **>. >>> For more options, visit this group at >>> http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> >>> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >>> >. >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To post to this group, send email to puppet-users@googlegroups.com. >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscribe@**googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >>> . >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to puppet-users+unsubscribe@** >> googlegroups.com <puppet-users%2Bunsubscribe@googlegroups.com>. >> For more options, visit this group at http://groups.google.com/** >> group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> >> . >> >> >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
If you don''t want to sign your packages try adding this to your apt.conf APT::Get::AllowUnauthenticated "true"; On Sep 17, 11:33 am, "KarthiKeyan. Kesavan" <ksd....@gmail.com> wrote:> 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 <sergey.zh...@gmail.com>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 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 <sergey.zh...@gmail.com > >> <mailto:sergey.zh...@gmail.com**>> wrote: > > >> 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/<http://blogs.cae.tntech.edu/__mwr/2008/02/05/stupid-puppet-__trick-ag...> > >> <http://blogs.cae.tntech.edu/**mwr/2008/02/05/stupid-puppet-** > >> trick-agreeing-to-the-sun-**java-license-with-debconf-** > >> preseeds-and-puppet/<http://blogs.cae.tntech.edu/mwr/2008/02/05/stupid-puppet-trick-agreei...> > > >> Regards. > > >> 17.09.2011 17:39, 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: Reading package lists... > > >> Please share your idea''s to fix this issue, > > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Puppet Users" group. > >> To post to this group, send email to puppet-users@googlegroups.com > >> <mailto:puppet-users@**googlegroups.com<puppet-users@googlegroups.com> > >> >. > > >> To unsubscribe from this group, send email to > >> puppet-users+unsubscribe@__goo**glegroups.com<http://googlegroups.com> > >> <mailto:puppet-users%**2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > >> **>. > > >> For more options, visit this group at > >> http://groups.google.com/__**group/puppet-users?hl=en<http://groups.google.com/__group/puppet-users?hl=en> > >> <http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > >> >. > > >> -- > > >> You received this message because you are subscribed to the Google > >> Groups "Puppet Users" group. > >> To post to this group, send email to puppet-users@googlegroups.com. > >> To unsubscribe from this group, send email to > >> puppet-users+unsubscribe@**googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > >> . > >> For more options, visit this group at > >>http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > >> . > > > -- > > You received this message because you are subscribed to the Google Groups > > "Puppet Users" group. > > To post to this group, send email to puppet-users@googlegroups.com. > > To unsubscribe from this group, send email to puppet-users+unsubscribe@** > > googlegroups.com <puppet-users%2Bunsubscribe@googlegroups.com>. > > For more options, visit this group athttp://groups.google.com/** > > group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > > .-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.