[Puppet Users] puppet repository from puppetlabs

2011-06-15 Thread Asif Iqbal
work nicely with routine upgrade. puppetdashboard worked nicely with the puppet labs ppa deb http://apt.puppetlabs.com/ubuntu lucid main and deb-src deb-src http://apt.puppetlabs.com/ubuntu lucid main Please advise. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up

[Puppet Users] custom facts not propagating

2011-06-22 Thread Asif Iqbal
pty for all but those two puppet clients in the notice() Any way to debug why custom facts are propagating? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? -- You received this m

[Puppet Users] change from notrun to 0 failed: returned 1 instead of 0

2011-01-12 Thread Asif Iqbal
[HP_Disc_Agnt_Install]/returns: change from notrun to 0 failed: pkgadd -a default -d Iddmi_SunOS_sparc.pkg Iddmi returned 1 instead of 0 at /opt/home/iqbala/iddmi.pp:26 debug: Finishing transaction 8296656 with 1 changes debug: Storing state debug: Stored state in 4.72 seconds debug: Calling puppet

[Puppet Users] Re: change from notrun to 0 failed: returned 1 instead of 0

2011-01-12 Thread Asif Iqbal
On Wed, Jan 12, 2011 at 3:56 PM, Asif Iqbal wrote: > # cat iddmi.pp > > class iddmi { >        # define pkg variable >        $pkg = $hardwareisa ? { >         "sparc" => "Iddmi_SunOS_sparc.pkg", >         "i386"

[Puppet Users] Http error with puppet 0.25.1 and passenger

2010-02-07 Thread Asif Iqbal
://pastebin.com/f4b74220b) to fix this issue. I am running Apache/2.2.11 (Ubuntu) mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.2 on ubuntu 9.04 Please advise. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q

[Puppet Users] Re: Http error with puppet 0.25.1 and passenger

2010-02-08 Thread Asif Iqbal
I will still need help with this. On Sun, Feb 7, 2010 at 10:43 PM, Asif Iqbal wrote: > Hi > > I am getting all these error from each client. This log is from one of > the puppet clients > > http://pastebin.com/f141edbbc > > I am guessing I need to replace the

Re: [Puppet Users] Re: Http error with puppet 0.25.1 and passenger

2010-02-08 Thread Asif Iqbal
ubuntu 9.04 from PPA repos. I guess it did not overwrite config.ru. I will just copy the config.ru from puppet 0.25.1 and restart puppet. Is there anything else I need check to make sure puppet starts by passenger with right setup ? > > Cheers, > Atha > > On Feb 8, 2010, at 16:27

[Puppet Users] external classifier not calling class

2010-03-03 Thread Asif Iqbal
erver: puppet.example.net END exit 0 So it does read the classifier file but not making any attempt to call the classes Here is the puppet client report http://pastie.org/853080 It stopped working. I had been using the same classifier to manage my nodes. -- Asif Iqbal PGP Key: 0xE62693C5 Ke

[Puppet Users] Re: external classifier not calling class

2010-03-04 Thread Asif Iqbal
still not worky. any help would be appreciated. On Thu, Mar 4, 2010 at 1:15 AM, Asif Iqbal wrote: > Hi I am running puppet client 0.24.7 and puppet master 0.25.1 > > Here is my classifier > > (root)@sys-ubuntu:/usr/local/bin# cat external.sh > #!/bin/sh > # Super-simple ext

Re: [Puppet Users] Re: external classifier not calling class

2010-03-04 Thread Asif Iqbal
aster.getconfig: # err: Could not retrieve catalog: HTTP-Error: 500 Internal Server Error > > On Thu, Mar 4, 2010 at 10:08 AM, Asif Iqbal wrote: >> still not worky. any help would be appreciated. >> >> On Thu, Mar 4, 2010 at 1:15 AM, Asif Iqbal wrote: >>&

Re: [Puppet Users] Re: external classifier not calling class

2010-03-04 Thread Asif Iqbal
On Thu, Mar 4, 2010 at 2:05 PM, Asif Iqbal wrote: > On Thu, Mar 4, 2010 at 1:26 PM, Paul Lathrop wrote: >> In case anyone is looking at this, Asif and I spent some time in >> #puppet talking about this and we've eliminated: >> >> * formatting of the YAML

Re: [Puppet Users] Re: external classifier not calling class

2010-03-04 Thread Asif Iqbal
On Thu, Mar 4, 2010 at 5:09 PM, Atha Kouroussis wrote: > > On Mar 4, 2010, at 18:51 , Asif Iqbal wrote: > >> On Thu, Mar 4, 2010 at 2:05 PM, Asif Iqbal wrote: >>> On Thu, Mar 4, 2010 at 1:26 PM, Paul Lathrop wrote: >>>> In case anyone is looking at

Re: [Puppet Users] puppet 0.25.4 & passenger with 0.24.8 clients

2010-03-30 Thread Asif Iqbal
u received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options

[Puppet Users] puppet dashboard with mysql user not root

2010-04-07 Thread Asif Iqbal
;=>"mysql", "database"=>"dashboard_development"}, charset: utf8, collation: utf8_unicode_ci (if you set the charset manually, make sure you have a matching collation) ** Invoke db:schema:load (first_time) ** Invoke environment (first_time) ** Execute environment

[Puppet Users] puppet dashboard rake install aborted

2010-04-07 Thread Asif Iqbal
ask' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standar

[Puppet Users] Re: puppet dashboard with mysql user not root

2010-04-07 Thread Asif Iqbal
On Wed, Apr 7, 2010 at 1:31 PM, Asif Iqbal wrote: > Hi All > > I am trying to install puppet dashboard and it is failing like this > > r...@sys-ubuntu { ~/puppet-dashboard }$ rake install > (in /home/iqbala/puppet-dashboard) > Couldn't create database for {"encod

[Puppet Users] Re: puppet dashboard rake install aborted

2010-04-07 Thread Asif Iqbal
On Wed, Apr 7, 2010 at 1:41 PM, Asif Iqbal wrote: > ** Invoke db:seed (first_time) > ** Invoke environment > ** Execute db:seed > rake aborted! > no such file to load -- puppet > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' >

Re: [Puppet Users] puppet dashboard rake install aborted

2010-04-07 Thread Asif Iqbal
/1.8/gems/rake-0.8.7/lib/rake.rb:607:in >> `invoke_prerequisites' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in >> `invoke_prerequisites' >> /usr/lib/ruby/gems/1.8/gems/ra

Re: [Puppet Users] Re: puppet dashboard with mysql user not root

2010-04-07 Thread Asif Iqbal
On Wed, Apr 7, 2010 at 3:44 PM, Gustavo Soares wrote: > I don't know which OS you are using, but maybe > you should take a look on this > post http://zcentric.com/2010/03/11/install-puppet-dashboard-on-redhatcentos-5/ > > Cheers, > Gus > On Wed, Apr 7, 2010 at 2:46 PM, A

[Puppet Users] puppet dashboard gui looks odd from apache2

2010-08-20 Thread Asif Iqbal
ok anything like the webrick gui. Anyidea what I am doing wrong. I thought I followed the README.markdown correctly from the puppet-dashboard.git The /usr/share/puppet-dashboard is the git clone of puppet-dashboard.git -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it mes

Re: [Puppet Users] Re: puppet dashboard gui looks odd from apache2

2010-08-23 Thread Asif Iqbal
ntre-révolutionnaire > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubsc

[Puppet Users] puppet client looking for server puppet

2009-06-10 Thread Asif Iqbal
agmap = /etc//opt/csw/puppet/tagmail.conf rrdinterval = 60 rrddir = /var//opt/csw/puppet/rrd fileserverconfig = /etc//opt/csw/puppet/fileserver.conf graphdir = /var//opt/csw/puppet/state/graphs clientbucketdir = /var//opt/csw/puppet/clientbucket -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mi

[Puppet Users] Re: puppet client looking for server puppet

2009-06-11 Thread Asif Iqbal
On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies wrote: > > On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: > >> In my puppet client I have >> puppet.conf defined puppet server as mypuppet >> >> server = mypuppet.example.net >> >> Not sure why the pup

[Puppet Users] Re: puppet client looking for server puppet

2009-06-11 Thread Asif Iqbal
On Thu, Jun 11, 2009 at 6:47 PM, Luke Kanies wrote: > > On Jun 11, 2009, at 11:36 AM, Asif Iqbal wrote: > >> >> On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies wrote: >>> >>> On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: >>> >>>> In my

[Puppet Users] Re: puppet client looking for server puppet

2009-06-11 Thread Asif Iqbal
On Thu, Jun 11, 2009 at 7:01 PM, Luke Kanies wrote: > > On Jun 11, 2009, at 5:58 PM, Asif Iqbal wrote: > >> >> On Thu, Jun 11, 2009 at 6:47 PM, Luke Kanies wrote: >>> >>> On Jun 11, 2009, at 11:36 AM, Asif Iqbal wrote: >>> >>>> &

[Puppet Users] Re: puppet client looking for server puppet

2009-06-11 Thread Asif Iqbal
On Thu, Jun 11, 2009 at 10:09 PM, Asif Iqbal wrote: > On Thu, Jun 11, 2009 at 7:01 PM, Luke Kanies wrote: >> >> On Jun 11, 2009, at 5:58 PM, Asif Iqbal wrote: >> >>> >>> On Thu, Jun 11, 2009 at 6:47 PM, Luke Kanies wrote: >>>>

[Puppet Users] puppet recipes

2009-07-15 Thread Asif Iqbal
oup. Then based on the assigned group it will receive specific sudoers file and a list of users will be created based on the values in passwd and shadow files. Looking for recipe to achieve that. Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order

[Puppet Users] Re: puppet recipes

2009-07-28 Thread Asif Iqbal
, Jul 15, 2009 at 5:39 PM, Teyo Tyree wrote: > Hey Asif, > On Wed, Jul 15, 2009 at 12:51 PM, Asif Iqbal wrote: >> >> Hi >> >> I am looking for recipe or some hints to a recipe that can help me >> achieve the following >> >> I have about 300 servers of d

[Puppet Users] Re: puppet recipes

2009-07-29 Thread Asif Iqbal
On Wed, Jul 29, 2009 at 1:57 AM, David Schmitt wrote: > > Asif Iqbal wrote: >> So I think I should start small and simple and it may grow to a >> solution that will be really useful to others. >> >> Lets start w/ real basic. >> >> I have 300 hosts. I

[Puppet Users] Re: puppet recipes

2009-07-29 Thread Asif Iqbal
On Wed, Jul 29, 2009 at 12:35 PM, David Schmitt wrote: > > Asif Iqbal wrote: >> On Wed, Jul 29, 2009 at 1:57 AM, David Schmitt wrote: >>> Asif Iqbal wrote: >>>> So I think I should start small and simple and it may grow to a >>>> solution that will be

[Puppet Users] Re: puppet recipes

2009-07-30 Thread Asif Iqbal
On Wed, Jul 29, 2009 at 1:57 AM, David Schmitt wrote: > > Asif Iqbal wrote: >> So I think I should start small and simple and it may grow to a >> solution that will be really useful to others. >> >> Lets start w/ real basic. >> >> I have 300 hosts. I

[Puppet Users] Re: puppet recipes

2009-08-03 Thread Asif Iqbal
On Fri, Jul 31, 2009 at 3:43 AM, David Schmitt wrote: > > Asif Iqbal wrote: >> On Wed, Jul 29, 2009 at 1:57 AM, David Schmitt wrote: >>> Asif Iqbal wrote: >>>> So I think I should start small and simple and it may grow to a >>>> solution that will be

[Puppet Users] Re: puppet recipes

2009-08-04 Thread Asif Iqbal
On Mon, Aug 3, 2009 at 1:57 PM, Asif Iqbal wrote: > On Fri, Jul 31, 2009 at 3:43 AM, David Schmitt wrote: >> >> Asif Iqbal wrote: >>> On Wed, Jul 29, 2009 at 1:57 AM, David Schmitt wrote: >>>> Asif Iqbal wrote: >>>>> So I think I should start s

[Puppet Users] Re: puppet recipes

2009-08-04 Thread Asif Iqbal
;, } } . } > was discussed.  The exec type should always be used as the last resort. it is better not to read the whole thread.. since it started with me being very confused about how puppet works to now when I have some idea, heh Now I am studying to see ho

[Puppet Users] resources from specific class only to apply to a node

2009-08-11 Thread Asif Iqbal
es/sudo.pp How do I force a node to get resources only from one specific class and do not look into others? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-post

[Puppet Users] Re: resources from specific class only to apply to a node

2009-08-11 Thread Asif Iqbal
On Tue, Aug 11, 2009 at 3:22 PM, Nigel Kersten wrote: > > > On Tue, Aug 11, 2009 at 12:17 PM, Asif Iqbal wrote: >> >> Hi do I apply only one class to a node? >> >> In my `site.pp' file I am saying >> >> pup...@sys-ubuntu:/etc/puppet$ cat man

[Puppet Users] Re: resources from specific class only to apply to a node

2009-08-12 Thread Asif Iqbal
On Wed, Aug 12, 2009 at 9:03 AM, jcbollinger wrote: > > > > On Aug 11, 3:13 pm, Asif Iqbal wrote: > [...] >> ok so using --tage classname works just fine. thanks a lot. learned >> something cool >> >> however, if I run the puppetd as a daemon,

[Puppet Users] Re: how to specify the the source directory

2009-08-12 Thread Asif Iqbal
ypuppet.company.com? > I checked  the documentation but cannot find the answer. > > Thanks. > > Peter > > > > > -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a ba

[Puppet Users] Re: resources from specific class only to apply to a node

2009-08-13 Thread Asif Iqbal
On Thu, Aug 13, 2009 at 10:48 AM, jcbollinger wrote: > > > On Aug 12, 9:53 am, Asif Iqbal wrote: >> On Wed, Aug 12, 2009 at 9:03 AM, jcbollinger >> wrote: >> >> > On Aug 11, 3:13 pm, Asif Iqbal wrote: > > [...] > >> >> Is is p

[Puppet Users] userdel without -r switch

2009-08-16 Thread Asif Iqbal
debug: User[foo](provider=useradd): Executing '/usr/sbin/userdel foo' notice: //User[foo]/ensure: removed debug: Finishing transaction -606510198 with 1 changes on solaris I am using puppet 0.24.8 and on linux (ubuntu) it is puppet 0.24.5 -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pg

[Puppet Users] Re: userdel without -r switch

2009-08-16 Thread Asif Iqbal
I see there is alreay a ticket on this for about 2 yrs now with no plan to work on it yet http://projects.reductivelabs.com/issues/552 On Sun, Aug 16, 2009 at 11:20 AM, Asif Iqbal wrote: > Hi > > how do I tell with user type to use userdel with -r short of using exec type? > >

[Puppet Users] Re: userdel without -r switch

2009-08-16 Thread Asif Iqbal
On Sun, Aug 16, 2009 at 12:39 PM, Asif Iqbal wrote: > I see there is alreay a ticket on this for about 2 yrs now with no > plan to work on it yet > > http://projects.reductivelabs.com/issues/552 looks like someone offered patches but not implemented yet http://projects.reductivelab

[Puppet Users] classifier is failing to compile

2009-08-22 Thread Asif Iqbal
nvcp07.example.net'; cannot compile why? on puppetmaster when I run it manually it works fine # /usr/local/bin/external.sh nvcp07.example.net --- classes: - den-nms - stb -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in w

[Puppet Users] Re: classifier is failing to compile

2009-08-23 Thread Asif Iqbal
p07.example.net --- classes: - den-nms - stb (root)@sys-ubuntu:~# echo $? 0 (root)@sys-ubuntu:~# > > > > -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally re

[Puppet Users] Re: classifier is failing to compile

2009-08-23 Thread Asif Iqbal
On Sun, Aug 23, 2009 at 11:11 AM, Asif Iqbal wrote: > On Sun, Aug 23, 2009 at 4:03 AM, Keith Edmunds wrote: >> >> What's the exit status of your script? Try: >> >> # /usr/local/bin/external.sh nvcp07.example.net >> . >> . >> . >> # ech

[Puppet Users] Re: classifier is failing to compile

2009-08-24 Thread Asif Iqbal
On Sun, Aug 23, 2009 at 11:41 AM, Asif Iqbal wrote: > On Sun, Aug 23, 2009 at 11:11 AM, Asif Iqbal wrote: >> On Sun, Aug 23, 2009 at 4:03 AM, Keith Edmunds wrote: >>> >>> What's the exit status of your script? Try: >>> >>&g

[Puppet Users] recommended way to rename the puppetmaster hostname

2009-08-27 Thread Asif Iqbal
emove the etc/puppet/ssl dir Please let me know if I overlooked any step. Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad

[Puppet Users] Re: classifier is failing to compile

2009-09-01 Thread Asif Iqbal
of code, it is mentioned in the following ticket. > > http://projects.reductivelabs.com/issues/2385 (which was marked as a > duplicate of something?) Thanks for it! > > > > > -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which p

[Puppet Users] Re: Problems with puppetd on ubuntu server

2009-09-02 Thread Asif Iqbal
I don't see an option on puppetd to tell it where the config file is > so how do I get puppetd to behave properly in the ubuntu environment? ubuntu puppet is old. you should install the puppet 0.24.8 from karmic download http://mirrors.kernel.org/ubuntu/pool/universe/p/puppet/puppet_0

[Puppet Users] failing to run apache2 with RackAutoDetect

2009-09-05 Thread Asif Iqbal
buntu 9.04 running puppet 0.24.8 and I installed passenger 2.2.2 using the steps here http://reductivelabs.com/trac/puppet/wiki/UsingPassenger and following section " Installation Summary for Puppet 0.24.x for Debian/Ubuntu " Any idea how to fix it? -- Asif Iqbal PGP Key: 0xE62693C5 KeyS

[Puppet Users] Re: failing to run apache2 with RackAutoDetect

2009-09-07 Thread Asif Iqbal
On Sat, Sep 5, 2009 at 4:11 PM, Asif Iqbal wrote: > # /etc/init.d/apache2 restart >  * Restarting web server apache2 > Syntax error on line 21 of /etc/apache2/conf.d/puppetmasterd:? > Invalid command 'RackAutoDetect', perhaps misspelled or defined by a > module n

[Puppet Users] passenger-status gives error but passenger is working fine

2009-09-07 Thread Asif Iqbal
s/1.8/gems/passenger-2.2.2/ext/apache2/ApplicationPoolServerExecutable 0 /usr/lib/ruby/gems/1.8/gems/passenger-2.2.2/bin/passenger-spawn-server /usr/bin/ruby1.8 /tmp/passenger.7804 root 7821 7820 0 12:02 ?00:00:00 Passenger spawn server Am I hitting a bug? -- Asif Iqbal PGP Key:

[Puppet Users] Re: passenger-status gives error but passenger is working fine

2009-09-07 Thread Asif Iqbal
ibapache2-mod-passenger pkg of ubuntu. Once I removed it I get some real status message. Thanks for your help > different passenger installs ? > > > On Mon, Sep 7, 2009 at 9:38 AM, Asif Iqbal wrote: >> >> Hi >> >> I installed passenger 2.2.2 using gem and r

[Puppet Users] passenger-status error messages

2009-09-07 Thread Asif Iqbal
out invalid signatures on the CRL, you can try disabling # CRL checking by commenting the next line. SSLCARevocationFile /var/lib/puppet/ssl/ca/ca_crl.pem SSLVerifyClient optional SSLVerifyDepth 1 SSLOptions +StdEnvVars # The following client headers allo

[Puppet Users] Re: failing to run apache2 with RackAutoDetect

2009-09-08 Thread Asif Iqbal
On Tue, Sep 8, 2009 at 11:02 AM, Nigel Kersten wrote: > > > On Mon, Sep 7, 2009 at 9:34 AM, Asif Iqbal wrote: >> >> On Sat, Sep 5, 2009 at 4:11 PM, Asif Iqbal wrote: >> > # /etc/init.d/apache2 restart >> >  * Restarting web server apache2 >> >

[Puppet Users] Re: passenger-status error messages

2009-09-08 Thread Asif Iqbal
status > for each thread as below. > > On Mon, Sep 7, 2009 at 4:58 PM, Asif Iqbal wrote: >> >> I am getting all these messages when run `passenger-status'. Do I need >> to worry about this? >> >> I am using passenger 2.2.2 with puppet 0.24.8 and apache2 on ub

[Puppet Users] apache2-prefork-dev and apache2-threaded-dev

2009-09-09 Thread Asif Iqbal
WAIT2 status on port 8140. Will `apache2-threaded-dev' fix those network status hang issues as well? Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-post

[Puppet Users] Re: apache2-prefork-dev and apache2-threaded-dev

2009-09-09 Thread Asif Iqbal
On Wed, Sep 9, 2009 at 4:23 PM, Russ Allbery wrote: > > Asif Iqbal writes: > >> I am using puppet 0.24.8 with passenger 2.2.2. and apache2 on ubuntu 9.04 > >> I notice http://github.com/reductivelabs/puppet/tree/master/ext/rack >> 's manifest.pp >> sugge

[Puppet Users] passenger with ruby enterprise edition

2009-09-09 Thread Asif Iqbal
.2.2 PassengerRuby /usr/bin/ruby1.8 How do I get around it and start apache2 w/ REE's passenger 2.2.5 ? --- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~

[Puppet Users] failing to make rrdgraph to work

2009-09-18 Thread Asif Iqbal
no solution, answer with a fix for ubuntu Any help would be greatly appreciated -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing

[Puppet Users] Re: failing to make rrdgraph to work

2009-09-19 Thread Asif Iqbal
On Sat, Sep 19, 2009 at 4:58 AM, James Turnbull wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Asif Iqbal wrote: > > I am running puppet 0.24.8 on ubuntu 9.04 > > > > I am failing to make the rrdgraph to work > > > > Sep 18 23:46:36 sy

[Puppet Users] failing to run a script within puppet

2009-09-22 Thread Asif Iqbal
TIXfS80ihy1DVSf0xICbOoElPITnhNzjh5tS8BpoqDj0WGK9HU1uuTA== sshrsakey => B3NzaC1yc2E7UH4m8TkeOYiR9nH3FlQ8QB8QCRpUUmRBlcS3YF8W233FdQhU= timezone => GMT uniqueid => 80b26481 uptime => 11 day virtual => physical -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it

[Puppet Users] Re: failing to run a script within puppet

2009-09-24 Thread Asif Iqbal
On Wed, Sep 23, 2009 at 1:50 PM, Joe McDonagh wrote: > > Asif Iqbal wrote: > > I have a perl script that runs fine manually, but fails to run by puppet > > > > Need some help with debug > > > > (root)@scseast:~# cat test.pp > > Exec { path => >

[Puppet Users] Re: failing to run a script within puppet

2009-09-25 Thread Asif Iqbal
On Fri, Sep 25, 2009 at 2:42 AM, David Schmitt wrote: > > Asif Iqbal wrote: > > > > > > On Wed, Sep 23, 2009 at 1:50 PM, Joe McDonagh > > mailto:joseph.e.mcdon...@gmail.com>> > wrote: > > > > > > Asif Iqbal wrote: > > >

[Puppet Users] puppet failing to run

2012-11-06 Thread Asif Iqbal
Error: Could not intialize global default settings: Error converting value for param 'factpath': Could not find value for $confdir google search found this link and that is already fixed for this version https://github.com/puppetlabs/puppet/pull/750 Please advise. -- Asif Iqb

[Puppet Users] Re: puppet failing to run

2012-11-06 Thread Asif Iqbal
On Tue, Nov 6, 2012 at 11:31 AM, Asif Iqbal wrote: > I am getting this error after installing puppet with gem > > $ gem install puppet > Fetching: facter-1.6.14.gem (100%) > Fetching: puppet-3.0.1.gem (100%) > Successfully installed facter-1.6.14 > Successfully installed

Re: [Puppet Users] Re: puppet failing to run

2012-11-06 Thread Asif Iqbal
#x27; from /usr/local/lib/site_ruby/1.8/puppet/application.rb:305:in `run' from /usr/local/lib/site_ruby/1.8/puppet/application.rb:411:in `exit_on_fail' from /usr/local/lib/site_ruby/1.8/puppet/application.rb:305:in `run' from /usr/local/lib/site_ruby/1.8/puppet/util/command_line.rb:62:in `

Re: [Puppet Users] Re: puppet failing to run

2012-11-06 Thread Asif Iqbal
d /usr/lib/ruby/vendor_ruby/facter > > $ facter --version 1.5.8 > > On Tue, Nov 6, 2012 at 11:19 AM, Asif Iqbal wrote: > > > > > > > > On Tue, Nov 6, 2012 at 1:14 PM, Jeff McCune wrote: > >> > >> Did you have a version of Puppet on this sy

Re: [Puppet Users] Re: puppet failing to run

2012-11-06 Thread Asif Iqbal
nd `dpkg -l > facter`? That will show which was installed via source and which one > was installed using apt. > > On Tue, Nov 6, 2012 at 4:57 PM, Asif Iqbal wrote: > > > > > > > > On Tue, Nov 6, 2012 at 7:11 PM, Moses Mendoza > wrote: > >> > >>

Re: [Puppet Users] Re: puppet failing to run

2012-11-07 Thread Asif Iqbal
On Wed, Nov 7, 2012 at 4:18 PM, Jeff McCune wrote: > On Tue, Nov 6, 2012 at 7:08 PM, Asif Iqbal wrote: > >> I did some clean up. Now I have only one version of puppet and facter. > > > It still seems like you could have stale files. > > Could you verify there are no

Re: [Puppet Users] Re: puppet failing to run

2012-11-07 Thread Asif Iqbal
On Wed, Nov 7, 2012 at 9:51 PM, Asif Iqbal wrote: > > > > On Wed, Nov 7, 2012 at 4:18 PM, Jeff McCune wrote: > >> On Tue, Nov 6, 2012 at 7:08 PM, Asif Iqbal wrote: >> >>> I did some clean up. Now I have only one version of puppet and facter. >> >

Re: [Puppet Users] Re: puppet failing to run

2012-11-08 Thread Asif Iqbal
On Thu, Nov 8, 2012 at 12:43 PM, Jeff McCune wrote: > ruby -r puppet -e 'puts %w{ puppet facter }.collect {|d| > $LOAD_PATH.collect {|l| { l => Dir["#{l}/#{d}/**/*.rb"] }}}.to_yaml' http://paste.ubuntu.com/1343465/ -- Asif Iqbal PGP Key: 0xE62693C5 KeyServ

Re: [Puppet Users] Re: puppet failing to run

2012-11-08 Thread Asif Iqbal
On Thu, Nov 8, 2012 at 4:34 PM, Jeff McCune wrote: > Could you add --trace and --evaltrace to whatever command you're executing > that gives the error, then paste the command and the output? http://paste.ubuntu.com/1344430/ -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu

Re: [Puppet Users] Re: puppet failing to run

2012-11-08 Thread Asif Iqbal
On Fri, Nov 9, 2012 at 12:08 AM, Asif Iqbal wrote: > > > On Thu, Nov 8, 2012 at 4:34 PM, Jeff McCune wrote: > >> Could you add --trace and --evaltrace to whatever command you're >> executing that gives the error, then paste the command and the output? > >

Re: [Puppet Users] Re: puppet failing to run

2012-11-16 Thread Asif Iqbal
On Wed, Nov 14, 2012 at 6:18 PM, Jeff McCune wrote: > On Fri, Nov 9, 2012 at 12:11 AM, Asif Iqbal wrote: > > > > Here is another simple one > > > > # puppet apply --trace --evaltrace -e 'user {"dummy": ensure => > present}' > > >

Re: [Puppet Users] Re: puppet failing to run

2012-11-16 Thread Asif Iqbal
On Fri, Nov 16, 2012 at 10:55 PM, Asif Iqbal wrote: > > > > On Wed, Nov 14, 2012 at 6:18 PM, Jeff McCune wrote: > >> On Fri, Nov 9, 2012 at 12:11 AM, Asif Iqbal wrote: >> > >> > Here is another simple one >> > >> > # puppet apply --

[Puppet Users] profile template vs module template

2017-09-15 Thread Asif Iqbal
are at /etc/puppet/modules/profile/manifests/sssd.pp:16 on node localhost I need to setup the config file sssd.conf based on profile's template file since some of the parameters I introduced are missing from the component module My component module is evenup-sssd Need help for a recommended wa