search for: confold

Displaying 20 results from an estimated 20 matches for "confold".

Did you mean: coefold
2012 Feb 16
4
Could not set present on ensure: Read-only file system
...39;'present on ensure: Read-only file system - /tmp/puppet20120216-1063-18q7lsz-0 at /tmp/vagrant-puppet/manifests/vagrant.pp:15 err: /Stage[main]/Etc/Package[python-psycopg2]/ensure: change from purged to present failed: Execution of ''/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-psycopg2'' returned 100: W: Not using locking for read only lock file /var/lib/dpkg/lock E: dpkg was interrupted, you must manually run ''sudo dpkg --configure -a'' to correct the problem. err: /Stage[main]/Python::Gunicorn/File[/var/log/gunicorn]/ensure: ch...
2013 Jan 31
1
The way Puppet installs things fail
Basically, the way puppet installs things things with /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install <package_name> fails due to authentication WARNING: The following packages cannot be authenticated But if I do it from an ssh console normally, using apt-get install <package_name> it works fine without issues. Is there a way to change how puppet uses the package installat...
2013 Nov 17
1
apt-get installing packages with dependencies
Hi, I''m having trouble installing packages that have dependencies. (I can install packages like zip fine.) for example I would like to install s3cmd. Installing from command line I would run. #apt-get -y -o APT::Install-Suggests="true" install s3cmd which will install python-support & s3cmd. My init.pp files looks like this ### class build { file
2012 Mar 08
1
apt-get update running before installing packages - dependency not working
...t-update]/before: requires Package[libmysqlclient-dev] debug: /Stage[main]/Apt/Exec[apt-update]/before: requires Package[mysql-server] but then it does the following without the update debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install libmysqlclient-dev=5.1.*'' Not sure if this correct but it definitely doesn''t appear to be doing the update Any help most appreciated, Will -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To po...
2007 Apr 12
1
upgrade to .22.3 and got errors on packages (debian sarge)
...debug: //all/linux/debian/Package[lsb-release]/ensure: @is is "1.4-8", latest lsb-release is nil debug: //all/linux/debian/Package[lsb-release]/ensure: setting latest (currently 1.4-8) debug: package provider aptitude: Executing ''/usr/bin/aptitude -y -o DPkg::Options::=--force-confold install lsb-release'' notice: //all/linux/debian/Package[lsb-release]/ensure: ensure changed ''1.4-8'' to ''latest'' and tried by hand the commands and it seems okay : mainhost:/usr/local/.aqadmin/home%(aqadmin)> /usr/bin/dpkg-query -W --showformat ...
2013 Oct 10
3
Puppet fails to install package, whilst it's okay to do manually
...(Nagios, in this example case), puppet fails to install Nagios3 (on Debian) with this: Debug: Executing ''/usr/bin/dpkg-query -W --showformat ${Status} ${Package} > ${Version}\n nagios3'' > Debug: Executing ''/usr/bin/apt-get -q -y -o > DPkg::Options::=--force-confold install nagios3'' Error: Could not update: Execution of ''/usr/bin/apt-get -q -y -o > DPkg::Options::=--force-confold install nagios3'' returned 100: Reading > package lists... > Building dependency tree... > Reading state information... > The following ex...
2013 Sep 18
0
Some php5 extensions not installed until a second run
...cache policy php5-common''^[[0m 488 ^[[0;36mDebug: /Stage[main]/Php/Package[php5-common]/ensure: php5-common "5.3.3-7+squeeze14" is installed, latest is "5.3.3-7+sque eze17"^[[0m 489 ^[[0;36mDebug: Executing ''/usr/bin/aptitude -y -o DPkg::Options::=--force-confold install php5-common''^[[0m 490 ^[[mNotice: /Stage[main]/Php/Package[php5-common]/ensure: ensure changed ''5.3.3-7+squeeze14'' to ''5.3.3-7+squeeze17''^[[0m 491 ^[[0;36mDebug: /Stage[main]/Php/Package[php5-common]: The container Class[Php] will propagate my...
2011 Sep 17
8
apt-get --force-yes
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....
2013 Jul 22
0
wyrie/puppet-nagiosql -- anyone have experience with this module?
...me.rb Info: Caching catalog for stldmonitor.stl.sharkrivertech.com Info: Applying configuration version ''1374452165'' Notice: /Stage[preamble]/Testsite/Exec[update aptget]/returns: executed successfully Error: Execution of ''/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install apache2-mpm-worker'' returned 100: Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required p...
2011 Jun 21
2
Puppet agent problem on Ubuntu
...nge but I get an error; info: Caching catalog for <agentServer> info: Applying configuration version ''123456789'' err: /Stage[main]/Sudo/Package[sudo-ldap]/ensure: change from purged to present failed: Execution of ''/usr/bin/apt-get -q -y -o DPkg::Options::=-- force-confold install sudo-ldap'' returned 100: E: Could not open lock file /var/lib/ dpkg/lock - open (13: Permission denied) E: Unable to lick the administration directory (/var/lib/dpkg/), are you root? I don''t have another package manager open. I understand what the problem is. The agent i...
2008 Jan 03
5
modules and parser plugins: function unknown
Hi, We are totally sold on Pupet (what a nice concept) and are trying to setup a proof-of-concept. We are trying to learn a bit from other people''s work by integrating external modules. One of the modules we wanted to start with was the ''ntp'' module from David Schmitt. It clearly uses some functionalities from the ''common'' module, which we also
2010 Feb 06
4
why do I get ensure changed 'purged' to 'present' on a package when it is already installed
Hi all, I have created a squid class that also installs squidGuard. When I run puppetd I always get notice: //Node[xxxx.xxxxxx.xxx]/squid/squid::install/ Package[squidGuard]/ensure: ensure changed ''purged'' to ''present'' even though the package is already installed - why is this change in package status happening as it then triggers my exec resource which is
2007 Jul 21
5
Some ''in service'' questions
Hi, Just a quick query about some things that crop up when I run ''puppetd --test''. Every time I run this command I always see the following output, which I think is strange as the ''man'' package has been installed previously and the firewall service is definitely running. Has anybody got any suggestions as to why puppet thinks it needs to install the man
2011 May 13
1
ubuntu package installs
...cified source was found from puppet://puppet/plugins info: Caching catalog at /var/lib/puppet/state/localconfig.yaml notice: Starting catalog run err: /Stage[main]/Ubuntu::Amanda/Package[amanda-backup_client]/ensure: change from purged to present failed: Execution of ''/usr/bin/dpkg --force-confold -i http://www.zmanda.com/downloads/community/Amanda/3.2.1/Ubuntu-9.04/amanda-backup-client_3.2.1-1Ubuntu904_i386.deb'' returned 1: dpkg: error processing http://www.zmanda.com/downloads/community/Amanda/3.2.1/Ubuntu-9.04/amanda-backup-client_3.2.1-1Ubuntu904_i386.deb (--install): cannot ac...
2014 Jun 06
0
puppetlabs-java: installing oracle-jdk on ubuntu trusty 14.04
...usty ubuntu server, trying to install oracle-jdk: class { 'java': distribution => 'oracle-jdk', version => 'latest', } exits with the following error: Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install oracle-j2sdk1.7' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package oracle-j2sdk1.7 E: Couldn't find any package by regex 'oracle-j2sdk1.7' am I missing a source or what (puppetlabs.list is in /e...
2007 Feb 27
14
Using a single class multiple times
Hi- Recently starting using puppet while migrating an existing messy group of systems to some nice new hardware. Things are going incredibly well, and puppet''s functioning great. Have a bit of a headache. I''d like to keep myself from duplicating lots of included classes. Lets say I have this (snippet of a) class: class dbserver { file { "/etc/my_${db}.cnf":
2009 Jul 07
1
Installing debian-backports-keyring
...esn''t already have the key: -------------------------------------------------------------------------------- err: //Node[basenode]/tclbase/Package[debian-backports-keyring]/ensure: change from purged to present failed: Execution of ''/usr/bin/aptitude -y -o DPkg::Options::=--force-confold install debian-backports-keyring'' returned 255: Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Reading task descriptions... The following NEW packages will be installed: debian-bac...
2013 Aug 20
2
How to handle apt-get -f install -y with Puppet
......... But dpkg exits with a failure, and therefore the exec of "apt-get -f install -y" is skipped because of failed (puppet) dependencies. Error: /Stage[main]/mymodule::mypkg/Package[mypackage]/ensure: change from absent to present failed: Execution of ''/usr/bin/dpkg --force-confold -i /tmp/mypkg/mypackage.deb'' returned 1: (Reading database ... 84559 files and directories currently installed.) Preparing to replace ..... (using .../mypackage.deb) ... Unpacking replacement mypackage ... dpkg: dependency problems prevent configuration of ....: etc ..... Warning: /Stag...
2009 Feb 23
3
Require package not working as expected
I have the following as part of a module: -------------------------------------------------------------------------------- # Ensure "lsb-release" installed package {"lsb-release": ensure => installed, } # Use our sources.list file { "/etc/apt/sources.list": owner => root, group => root, mode =>
2013 Sep 18
7
Puppet requires second run to execute some catalog items.
...cache policy php5-common''^[[0m 488 ^[[0;36mDebug: /Stage[main]/Php/Package[php5-common]/ensure: php5-common "5.3.3-7+squeeze14" is installed, latest is "5.3.3-7+sque eze17"^[[0m 489 ^[[0;36mDebug: Executing ''/usr/bin/aptitude -y -o DPkg::Options::=--force-confold install php5-common''^[[0m 490 ^[[mNotice: /Stage[main]/Php/Package[php5-common]/ensure: ensure changed ''5.3.3-7+squeeze14'' to ''5.3.3-7+squeeze17''^[[0m 491 ^[[0;36mDebug: /Stage[main]/Php/Package[php5-common]: The container Class[Php] will propagate my...