Having an issue building 5.2.0-0

162 views
Skip to first unread message

John K

unread,
Nov 15, 2016, 10:07:14 AM11/15/16
to SIMP Q&A Forum
Morning all,
  I was trying to build 5.2.0-0 and ran into a REPOCLOSURE requirements issue.

package: pupmod-simp-simp-2.0.1-2016.noarch from base
  unresolved deps:
     puppet >= 0:4.6.0

When I run: rpm -qR -p pupmod-simp-simp-2.0.1-2016.noarch.rpm
 
I see this in the requirements:

puppet >= 3.8.6
puppet >= 4.6.0

The build has 3.8.6, but as seen, it wants 4.6 as well.

Thanks for any assistance you can provide.  I tried to look through all the links I have, but didn't see anything that looked relevant.

  John

Trevor Vaughan

unread,
Nov 15, 2016, 10:15:40 AM11/15/16
to John K, SIMP Q&A Forum
Hi John,

Which version of simp-rake-helpers are you using?

You can find this out by running 'bundle show simp-rake-helpers'

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/simp/da0f8ab7-39a8-41b3-83c4-572a81dfd0d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Trevor Vaughan
Vice President, Onyx Point, Inc

-- This account not approved for unencrypted proprietary information --

John K

unread,
Nov 15, 2016, 10:49:26 AM11/15/16
to SIMP Q&A Forum, ggl...@gmail.com
Morning Trevor,
  I'm using: simp-rake-helpers-2.5.7

Thanks,
   John


Trevor Vaughan

unread,
Nov 15, 2016, 10:54:16 AM11/15/16
to John K, SIMP Q&A Forum
Can you provide your exact build command please?

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 15, 2016, 11:00:39 AM11/15/16
to SIMP Q&A Forum, ggl...@gmail.com
Sure thing:
bundle exec rake build:auto[5.2.0-0,/var/lib/mock/isos/RHEL] --trace



Trevor Vaughan

unread,
Nov 15, 2016, 12:11:23 PM11/15/16
to John K, SIMP Q&A Forum
Please try bundle exec rake build:auto[5.2.0-0,/var/lib/mock/isos/RHEL,stable]

Thanks,

Trevor

On Tue, Nov 15, 2016 at 11:00 AM, John K <ggl...@gmail.com> wrote:
Sure thing:
bundle exec rake build:auto[5.2.0-0,/var/lib/mock/isos/RHEL] --trace



--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 15, 2016, 12:35:33 PM11/15/16
to SIMP Q&A Forum, ggl...@gmail.com
No joy in mudville:

rake aborted!
Error: Could not find tarball at '/var/lib/mock/simp-core/stable'!
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/iso.rb:109:in `block (2 levels) in define_tasks'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/auto.rb:251:in `block (2 levels) in define'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `eval'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => iso:build
(See full trace by running task with --trace)


Trevor Vaughan

unread,
Nov 15, 2016, 12:50:03 PM11/15/16
to John K, SIMP Q&A Forum
I apologize, it looks like another fix for the docs today.

Do do this, you'll need to do the following:

rake clobber
SIMP_BUILD_puppetfile=stable rake build:auto[5.2.0-0,/var/lib/mock/isos/RHEL]

It appears that this was omitted in our last documentation update in the code.

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 15, 2016, 12:52:01 PM11/15/16
to SIMP Q&A Forum, ggl...@gmail.com
I looked in the directory, there is a "Puppetfile.stable" in there.  I tried that in the command:

bundle exec rake build:auto[5.2.0-0,/var/lib/mock/isos/RHEL,Puppetfile.stable]

and got this error:

rake aborted!
NoMethodError: undefined method `join' for nil:NilClass
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/iso.rb:121:in `block (3 levels) in define_tasks'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/iso.rb:119:in `each'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/iso.rb:119:in `block (2 levels) in define_tasks'

John K

unread,
Nov 15, 2016, 1:05:31 PM11/15/16
to SIMP Q&A Forum, ggl...@gmail.com
Different error, but related to the "Puppetfile":

[rpmmake@dev simp-core]$ SIMP_BUILD_puppetfile=stable rake build:auto[5.2.0-0,/var/lib/mock/isos/RHEL]
================================================================================
## validating ISOs for target:
      '5.2.0-0' in '/var/lib/mock/isos/RHEL'
================================================================================

--------------------------------------------------------------------------------
## target data:

     target release: '5.2.0-0'
     target flavor:  'RedHat'
     source isos:
        - /var/lib/mock/isos/RHEL/rhel-server-7.2-x86_64-dvd.iso
--------------------------------------------------------------------------------


================================================================================
## Checking out subrepositories

     (skip with `SIMP_BUILD_checkout=no`)
================================================================================
The following repositories have changes:
  + rsync => src/rsync
  + puppetlabs_apache => src/puppet/modules/puppetlabs_apache

--------------------------------------------------------------------------------
#### Checking out subrepositories using method 'stable'
--------------------------------------------------------------------------------
rake aborted!
R10K::Error: Failed to evaluate Puppetfile.stable
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/r10k-2.4.3/lib/r10k/puppetfile.rb:60:in `load!'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/deps.rb:73:in `block in initialize'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/deps.rb:64:in `chdir'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/deps.rb:64:in `initialize'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/deps.rb:193:in `new'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/deps.rb:193:in `block (2 levels) in define_tasks'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-2.5.7/lib/simp/rake/build/auto.rb:152:in `block (2 levels) in define'

/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `eval'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => deps:checkout

Trevor Vaughan

unread,
Nov 15, 2016, 1:50:45 PM11/15/16
to John K, SIMP Q&A Forum
Let me validate that Puppetfile real quick

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Trevor Vaughan

unread,
Nov 15, 2016, 1:54:37 PM11/15/16
to John K, SIMP Q&A Forum
Sorry, I thought we fixed and re-tagged that!

Oh the fun of automated build systems.

Please try the attached file.


Puppetfile.stable

Trevor Vaughan

unread,
Nov 15, 2016, 1:56:05 PM11/15/16
to John K, SIMP Q&A Forum

Trevor Vaughan

unread,
Nov 16, 2016, 2:29:01 PM11/16/16
to John K, SIMP Q&A Forum
SIMP-2004 has been closed and a *new* 5.2.0-0 tag has been pushed that has a corrected Puppetfile.stable.

Apologies for the trouble.

John K

unread,
Nov 18, 2016, 9:41:55 AM11/18/16
to SIMP Q&A Forum, ggl...@gmail.com
Good morning Trevor, all -
I've run into an issue with the new file, it is pulling down a couple of bad RPMs:
-rw-rw----. 1 rpmmake mock         0 Nov 18 06:37 libreswan-3.13-1.el6.x86_64.rpm
-rw-rw----. 1 rpmmake mock         0 Nov 18 06:37 source-highlight-3.1.7-1.el6.x86_64.rpm
I've found a newer version of libreswan from RH, but can't find a 3.1.7 version of source-hightight, what I get from RH is source-highlight-3.1.6-6.el7.x86_64.rpm.
I've put that into the packages directory and removed the 3.1.7, trying the build now.

  John

John K

unread,
Nov 18, 2016, 10:42:38 AM11/18/16
to SIMP Q&A Forum, ggl...@gmail.com
I'm also having an issue with mcollective, the build is downloading 2.4.9-1 of these RPMs, but the other RPMs want 2.8.9-1, and I can't seem to find that.
There is also an issue with the mcolective puppet RPMs, where it wants 1.11 but is downloading 1.10.

package: mcollective-2.8.9-1.el7.noarch from base
  unresolved deps:
     mcollective-common = 0:2.8.9-1.el7
package: mcollective-client-2.8.9-1.el7.noarch from base
  unresolved deps:
     mcollective-common = 0:2.8.9-1.el7
package: mcollective-puppet-agent-1.11.1-1.el7.noarch from base
  unresolved deps:
     mcollective-puppet-common = 0:1.11.1-1.el7
package: mcollective-puppet-client-1.11.1-1.el7.noarch from base
  unresolved deps:
     mcollective-puppet-common = 0:1.11.1-1.el7


Trevor Vaughan

unread,
Nov 18, 2016, 1:09:41 PM11/18/16
to John K, SIMP Q&A Forum
Hi John,

The Puppet RPMs can be downloaded from http://yum.puppetlabs.com/el/7Server/products/x86_64/

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 21, 2016, 10:39:42 AM11/21/16
to SIMP Q&A Forum, ggl...@gmail.com

Thanks for all the help Trevor and team,
  I've run into one (hopefully final) issue.  I got the iso to build, but on loading was presented with a file conflict between pupmod-puppetlabs-apache and pupmod-simp-apache.
Any simple fix for this?


Trevor Vaughan

unread,
Nov 21, 2016, 10:53:40 AM11/21/16
to John K, SIMP Q&A Forum
Hi John,

Did you happen to try building the 6.X branch in here previously? If so, that would cause the issue that you're seeing.

In the 6.X build, we think that we've fixed that particular issue.

Our release ISO builds did not have this issue.

You can download a copy of SIMP, powered by CentOS, at https://simp-project.com/ISO.

We cannot redistribute RHEL builds due to licensing restrictions.

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 21, 2016, 11:08:52 AM11/21/16
to SIMP Q&A Forum, ggl...@gmail.com
Trevor,
  I'm building the 5.2.0-0 branch from the corrected "stable" file you gave me above. 
The command that created the iso:  SIMP_BUILD_puppetfile=stable rake build:auto[5.2.0-0,/var/lib/mock/isos/RHEL]
which gave me an iso named: SIMP-5.2.0-0-RHEL-7.2-x86_64.iso

The error above was what I got when I tried to install that iso.  Unfortunately they (the customer and management) have decided to stick with RHEL, so I'm tagged with making it work.

Thanks!

Trevor Vaughan

unread,
Nov 21, 2016, 1:09:36 PM11/21/16
to John K, SIMP Q&A Forum
We actually found a small issue, so I need to re-roll those ISOs.

On line 111 of Puppetfile.stable, change

mod 'puppetlabs-apache',

To

mod 'puppetlabs-puppetlabs_apche',

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 22, 2016, 9:18:57 AM11/22/16
to SIMP Q&A Forum, ggl...@gmail.com
Just tried it again, same error on installation, conflict between pupmod-puppetlabs-apache and pupmod-simp-apache

John K

unread,
Nov 22, 2016, 9:21:54 AM11/22/16
to SIMP Q&A Forum, ggl...@gmail.com
File conflicts are the same as shown in the image I poseted yesterday.

Trevor Vaughan

unread,
Nov 22, 2016, 9:34:58 AM11/22/16
to John K, SIMP Q&A Forum
Hi John,

Did you make sure to remove the src/puppet/modules/*apache* directories before rebuliding with build:auto?

Thanks,

Trevor

On Tue, Nov 22, 2016 at 9:21 AM, John K <ggl...@gmail.com> wrote:
File conflicts are the same as shown in the image I poseted yesterday.

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 22, 2016, 9:50:26 AM11/22/16
to SIMP Q&A Forum, ggl...@gmail.com
I must have missed that in the instructions :P

Trevor Vaughan

unread,
Nov 22, 2016, 9:55:21 AM11/22/16
to John K, SIMP Q&A Forum
That part isn't super obvious. The build code is careful not to just clobber things that are in the various directories. That way if you're making changes, or testing, you don't end up with a very unexpected surprise.

Trevor

On Tue, Nov 22, 2016 at 9:50 AM, John K <ggl...@gmail.com> wrote:
I must have missed that in the instructions :P

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 22, 2016, 11:46:36 AM11/22/16
to SIMP Q&A Forum, ggl...@gmail.com


Same errors after deleting the directory and having it rebuilt.
Oddly enough, the new metadata.json references the conflict:
apache/metadata.json:  "summary": "configure SIMP apache & component sites (NOTE: legacy, conflicts with puppetlabs-apache)",




Trevor Vaughan

unread,
Nov 22, 2016, 2:24:02 PM11/22/16
to John K, SIMP Q&A Forum
Hi John,

Sorry that you're having so much trouble building.

Would it be possible to build from this branch https://github.com/trevor-vaughan/simp-core/tree/5.2.1-0-Release

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Trevor Vaughan

unread,
Nov 22, 2016, 2:24:27 PM11/22/16
to John K, SIMP Q&A Forum
Please make sure you try this in a clean directory!

John K

unread,
Nov 23, 2016, 7:18:41 AM11/23/16
to SIMP Q&A Forum, ggl...@gmail.com
Running it now, I'll keep my fingers crossed!

Thanks Trevor!

Trevor Vaughan

unread,
Nov 23, 2016, 10:38:59 AM11/23/16
to John K, SIMP Q&A Forum
Hi John,

Make sure you build against the stable Puppetfile.

Thanks,

Trevor

On Wed, Nov 23, 2016 at 7:18 AM, John K <ggl...@gmail.com> wrote:
Running it now, I'll keep my fingers crossed!

Thanks Trevor!

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 28, 2016, 8:27:40 AM11/28/16
to SIMP Q&A Forum, ggl...@gmail.com

Good Morning Trevor,
  Back from the holiday and feeling fine, hope you and the team are as well.

I had a couple of dependencies to add in, then got this error:

rake aborted!
KeyError: key not found: "RHEL"
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.0/lib/simp/rake/build/auto.rb:612:in `fetch'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.0/lib/simp/rake/build/auto.rb:612:in `block (2 levels) in define'

/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `eval'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => build:auto

(See full trace by running task with --trace)

The referenced file line is below:
595            # build tarball
596            # --------------------
597            if tarball
598              puts
599              puts '-'*80
600              puts "#### Using pre-existing tarball:"
601              puts "           '#{tarball}'"
602              puts
603              puts '-'*80
604
605            else
606              puts
607              puts '='*80
608              puts "#### Running tar:build"
609              puts '='*80
610              $simp_tarballs = {}
611              Rake::Task['tar:build'].invoke(target_data['mock'],key_name,do_docs)
612              tarball = $simp_tarballs.fetch(target_data['flavor'])
613            end
614

Thanks for all the help in getting this done,
   John

Trevor Vaughan

unread,
Nov 28, 2016, 9:04:06 PM11/28/16
to John K, SIMP Q&A Forum
Can you pass the exact command that you used?

Also, the output of 'bundle show simp-rake-helpers'?

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 29, 2016, 8:24:21 AM11/29/16
to SIMP Q&A Forum, ggl...@gmail.com
Trevor,
  The exact command was:    SIMP_BUILD_puppetfile=stable rake build:auto[5.2.1-0,/var/lib/mock/isos/RHEL]
The output of the command is:
[rpmmake@dev 5.2.1-core]$ bundle show simp-rake-helpers
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.0

Thanks again

Trevor Vaughan

unread,
Nov 29, 2016, 12:02:06 PM11/29/16
to John K, SIMP Q&A Forum
Hi John,

Looking at this, I'm not 100% sure why it ever worked for RHEL, but it certainly does on my test builds in AWS.

Can you run the following command from the simp-core level and let me know if it works for you:

sed -i 's/RedHat:/RHEL:/' build/release_mappings.yaml

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 29, 2016, 12:06:04 PM11/29/16
to SIMP Q&A Forum, ggl...@gmail.com
"sed" is done, it's running again now, I'll let you know how it goes.

John K

unread,
Nov 29, 2016, 12:51:29 PM11/29/16
to SIMP Q&A Forum, ggl...@gmail.com
Still getting the error:
command I ran:
SIMP_BUILD_puppetfile=stable rake build:auto[5.2.1-0,/var/lib/mock/isos/RHEL] --trace

Error I got:
rake aborted!
KeyError: key not found: "RHEL"
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.0/lib/simp/rake/build/auto.rb:612:in `fetch'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.0/lib/simp/rake/build/auto.rb:612:in `block (2 levels) in define'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/task.rb:248:in `call'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/task.rb:248:in `block in execute'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/task.rb:243:in `each'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/task.rb:243:in `execute'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/task.rb:187:in `block in invoke_with_call_chain'
/home/rpmmake/.rvm/rubies/ruby-2.0.0-p648/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/task.rb:180:in `invoke_with_call_chain'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/task.rb:173:in `invoke'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:152:in `invoke_task'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:108:in `block (2 levels) in top_level'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:108:in `each'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:108:in `block in top_level'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:117:in `run_with_threads'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:102:in `top_level'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:80:in `block in run'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:178:in `standard_exception_handling'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/lib/rake/application.rb:77:in `run'

/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/rake:23:in `load'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/rake:23:in `<main>'

/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `eval'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => build:auto

I checked to ensure the "sed" did modify the file, and it did.

Trevor Vaughan

unread,
Nov 29, 2016, 1:10:29 PM11/29/16
to John K, SIMP Q&A Forum
I just started a rebuild against RHEL 7.2 in AWS. I'll let you know when I have a result.

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Trevor Vaughan

unread,
Nov 29, 2016, 1:31:45 PM11/29/16
to John K, SIMP Q&A Forum
Hi John,

I've reproduced the error and am investigating.

Thanks,

Trevor


John K

unread,
Nov 29, 2016, 1:56:00 PM11/29/16
to SIMP Q&A Forum, ggl...@gmail.com
Thank you Trevor, I'm getting ready to head out, hopefully it is a simple fix and I can try again tomorrow.

Good luck!
    John

Trevor Vaughan

unread,
Nov 29, 2016, 8:06:07 PM11/29/16
to John K, SIMP Q&A Forum
Hi John,

We've pushed a new release of simp-rake-helpers which should fix things for you.

Run 'bundle update' and try again please.

Thanks,

Trevor

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Nov 30, 2016, 7:43:07 AM11/30/16
to SIMP Q&A Forum, ggl...@gmail.com
Good Morning Trevor,
  I pulled the updated helpers and tried again.  Getting a new error now:

Warning: There were errors updating some files:
  * apr-util-1.5.2-6.el7.i686.rpm => Could not find a download source
  * apr-util-1.5.2-6.el7.x86_64.rpm => Could not find a download source
  * boost-regex-1.53.0-23.el7.x86_64.rpm => Could not find a download source
  * boost-regex-1.53.0-25.el7.i686.rpm => Could not find a download source
  * kernel-3.10.0-229.14.1.el7.x86_64.rpm => Could not find a download source
  * kernel-3.10.0-327.el7.x86_64.rpm => Could not find a download source
  * libsepol-2.1.9-3.el7.i686.rpm => Could not find a download source
  * libsepol-2.1.9-3.el7.x86_64.rpm => Could not find a download source
  * linux-firmware-20140911-0.1.git365e80c.el7.noarch.rpm => Could not find a download source
  * linux-firmware-20150904-43.git6ebf5d5.el7.noarch.rpm => Could not find a download source
  * openssh-6.6.1p1-22.el7_1.x86_64.rpm => Could not find a download source
  * openssh-6.6.1p1-25.el7_2.x86_64.rpm => Could not find a download source
  * openssh-askpass-6.6.1p1-22.el7_1.x86_64.rpm => Could not find a download source
  * openssh-askpass-6.6.1p1-25.el7_2.x86_64.rpm => Could not find a download source
  * openssh-clients-6.6.1p1-22.el7.x86_64.rpm => Could not find a download source
  * openssh-clients-6.6.1p1-22.el7_1.x86_64.rpm => Could not find a download source
  * openssh-keycat-6.6.1p1-22.el7_1.x86_64.rpm => Could not find a download source
  * openssh-keycat-6.6.1p1-25.el7_2.x86_64.rpm => Could not find a download source
  * openssh-ldap-6.6.1p1-25.el7_2.x86_64.rpm => Could not find a download source
  * openssh-server-6.6.1p1-22.el7.x86_64.rpm => Could not find a download source
  * openssh-server-6.6.1p1-22.el7_1.x86_64.rpm => Could not find a download source
  * rrdtool-1.4.8-8.el7.x86_64.rpm => Could not find a download source
  * rrdtool-1.4.8-9.el7.x86_64.rpm => Could not find a download source
rake aborted!
Could not update all packages
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.1/lib/simp/rake/build/build.rb:517:in `block in update_packages'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.1/lib/simp/rake/build/build.rb:377:in `chdir'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.1/lib/simp/rake/build/build.rb:377:in `update_packages'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.1/lib/simp/rake/build/build.rb:643:in `block (3 levels) in define_tasks'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/simp-rake-helpers-3.1.1/lib/simp/rake/build/auto.rb:624:in `block (2 levels) in define'

/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `eval'
/home/rpmmake/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => build:yum:sync

(See full trace by running task with --trace)


All of these packages are available in /var/lib/mock/simp-core/build/yum_data/SIMP5.2.1_RHEL7.2_x86_64/packages
This used to work to get packages that I didn't have a repo for onto the DVD, but something seems to have squashed that.

John K

unread,
Nov 30, 2016, 8:45:37 AM11/30/16
to SIMP Q&A Forum, ggl...@gmail.com
In order to get around the previous error, I created a local repo with the full 7.2 and updated packages, and set that up in: /var/lib/mock/5.2-core/build/yum_data/SIMP5.2.0_RHEL7.2_x86_64/repos
as "rhel.repo".

This got me past the "downlaod" error, but now I get an error with "pupmod-simp-dirtycow", which looks to have been added with the latest helpers.  It is looking for pupmod-simp-simplib at version 2.0.0 or greater, but that module is being built at 1.3.1-2016

The build error:
rake aborted!
Error: REPOCLOSURE FAILED:
Repository base is listed more than once in the configuration
Reading in repository metadata - please wait....
Checking Dependencies
Repos looked at: 2
   base
   lookaside
Num Packages in Repos: 2023
package: pupmod-simp-dirtycow-1.0.0-2016.noarch from base
  unresolved deps:
     pupmod-simp-simplib >= 0:2.0.0-0

The troubled files:
[rpmmake@dev dirtycow]$ pwd
/var/lib/mock/simp-core/src/puppet/modules/dirtycow
[rpmmake@dev dirtycow]$ grep -r 2.0.0 *
build/rpm_metadata/requires:Requires: pupmod-simp-simplib >= 2.0.0-0
dist/requires:Requires: pupmod-simp-simplib >= 2.0.0-0
Binary file dist/pupmod-simp-dirtycow-1.0.0-2016.noarch.rpm matches
dist/metadata.json:      "version_requirement": ">= 2.0.0 < 3.0.0"
metadata.json:      "version_requirement": ">= 2.0.0 < 3.0.0"

Should I remove the file from "Puppetfile.stable" or fix the references in the code above?

John K

unread,
Nov 30, 2016, 9:26:36 AM11/30/16
to SIMP Q&A Forum, ggl...@gmail.com
After further analysis, my assessment was incorrect.  Dirtycow was in the 5.2.1 build I started with, but it only required pupmods-puppetlabs-stdlib, not the simplib:

/var/lib/mock/5.2.1-core/src/puppet/modules/dirtycow/dist/requires
# Drop all Requires, Obsoletes, and Provides statements in here
Requires: pupmod-puppetlabs-stdlib >= 4.9.0
Requires: pupmod-puppetlabs-stdlib < 5.0.0

/var/lib/mock/simp-core/src/puppet/modules/dirtycow/dist/requires
# Drop all Requires, Obsoletes, and Provides statements in here
Requires: pupmod-puppetlabs-stdlib >= 4.9.0
Requires: pupmod-puppetlabs-stdlib < 5.0.0
Requires: pupmod-simp-simplib >= 2.0.0-0
Requires: pupmod-simp-simplib < 3.0.0-0

Can I just change that 4th line to ">= 1.3.1-0" ?

John K

unread,
Nov 30, 2016, 9:43:38 AM11/30/16
to SIMP Q&A Forum, ggl...@gmail.com
It looks like the dependency was removed 3 weeks ago, maybe it snuck back in? 
Oddly enough, from simp-core down to simp-core/src/puppet/modules running "git status" gets me:
[rpmmake@dev modules]$ git status
On branch 5.2.1-0-Release

but when I try it in the dirtycow module I get:
[rpmmake@dev dirtycow]$ git status
HEAD detached at 4b7c617
nothing to commit, working directory clean

I'm going to back-up simp-core, then try resetting to HEAD on dirtycow

John K

unread,
Nov 30, 2016, 10:23:31 AM11/30/16
to SIMP Q&A Forum, ggl...@gmail.com
I've run into some odd problem with git, so I went to my previous directory, which had dirtycow at the correct commit, and pulled that to the new directory.

I tried to just get this one to update, but it absolutely refused to:

[rpmmake@dev dirtycow]$ git reset --hard af1fbbb1d4cfccd5fe99961ed77f16ff76db01d8
HEAD is now at af1fbbb (SIMP-1983) Remove simplib dependancy from dirtycow

[rpmmake@dev dirtycow]$ git status
HEAD detached from 4b7c617

nothing to commit, working directory clean
[rpmmake@dev dirtycow]$ git symbolic-ref HEAD
fatal: ref HEAD is not a symbolic ref
[rpmmake@dev dirtycow]$ git reset HEAD --hard
HEAD is now at af1fbbb (SIMP-1983) Remove simplib dependancy from dirtycow

[rpmmake@dev dirtycow]$ git status
HEAD detached from 4b7c617

nothing to commit, working directory clean

I realize this thread is probably not the right place for that information, but it is very strange that when I cloned from Trevor's repo I got the right dirtycow, but cloning from the simp repo gave me one at the wrong commit that flat would not change.


John K

unread,
Nov 30, 2016, 11:02:20 AM11/30/16
to SIMP Q&A Forum, ggl...@gmail.com
iso built and laid down - time to test it further

Thanks for all the help getting this going.
Message has been deleted

Trevor Vaughan

unread,
Dec 2, 2016, 11:40:10 AM12/2/16
to John K, SIMP Q&A Forum
Hi John,

The build does the following:

1. Build the modules
2. Pull the build RPMs into the SIMP directory
3. Download everything from the external repos (yum_repos, packages.yaml)
4. Create the Staging Dir
5. Stuff everything into it
6. Roll the ISO

It does not clean up the staging directory between runs and will print a warning at the beginning if it finds one hanging around.

If you need a really clean run, you should toss the staging directory by hand before you run.

The idea here was that you could insert random things into it if you wish. Looking back on this, I think this might have been a mistake to do by default and we might want to clean the staging directory unless an environment variable is set.

Thanks,

Trevor

On Fri, Dec 2, 2016 at 11:32 AM, John K <ggl...@gmail.com> wrote:
Morning folks!

At this point I'm pretty sure my build is cursed.

I built the iso as specified above (same build command), it seemed to work okay, I got a DVD with the right name and information:
[rpmmake@dev simp-core]$ ll SIMP_ISO
total 2353892
-rw-rw----. 1 rpmmake mock 2410375168 Nov 30 10:30 SIMP-5.2.1-0-RHEL-7.2-x86_64.iso
-rw-rw----. 1 rpmmake mock        363 Nov 30 10:30 SIMP-5.2.1-0-RHEL-7.2-x86_64.json

I installed it and ran "simp config" and it all looked peachy.  Then I configured named, ran puppet and received this error:
[root@puppet noarch]# puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for puppet.rdk.test
Info: Applying configuration version '1480694951'
Error: Could not start Service[named]: Execution of '/bin/systemctl start named-chroot' returned 1: Job for named-chroot.service failed because the control process exited with error code. See "systemctl status named-chroot.service" and "journalctl -xe" for details.
Error: /Stage[main]/Named::Service/Service[named]/ensure: change from stopped to running failed: Could not start Service[named]: Execution of '/bin/systemctl start named-chroot' returned 1: Job for named-chroot.service failed because the control process exited with error code. See "systemctl status named-chroot.service" and "journalctl -xe" for details.
Notice: Finished catalog run in 21.81 seconds


After digging through the SIMP repo and my files, I looked at what RPM configured named, and it was: pupmod-named-4.2.0-9.noarch
which is incorrect and should have been pupmod-simp-named-4.3.1-2016.noarch.rpm

Here is the strange bit - my new iso has the old RPM, but my simp-core/src/pupmods/named and simp-core/SIMP_ISO_STAGING directories have the right rpm.
The old "pupmod-named-4.2.0-9 doesn't exist anywhere on my machine:
[root@dev mock]# updatedb
[root@dev mock]# locate pupmod-named
/srv/build_2/Local/noarch/pupmod-named-2.0.0-6.noarch.rpm
/srv/build_2/Local/noarch/pupmod-named-test-2.0.0-6.noarch.rpm
/var/lib/mock/old-core/src/puppet/modules/named/build/pupmod-named.spec
[root@dev mock]#

I have a couple of older pupmod-named RPMs from 4.0.6, but no 4.2.0-9 rpms

To further investigate, I compared the file list of "SIMP_ISO_STAGING/RHEL7.2-x86_64/SIMP/noarch/" to the list from the "SIMP/noarch" directory on the iso.

RPMs in STAGING that are NOT on the iso:
[root@dev ~]# grep -v -f noarch_list_iso noarch_list_staging
httpd-manual-2.4.6-45.el7.noarch.rpm
linux-firmware-20150904-43.git6ebf5d5.el7.noarch.rpm
logstash-2.3.4-1.noarch.rpm
mcollective-2.8.9-1.el7.noarch.rpm
mcollective-client-2.8.9-1.el7.noarch.rpm
mcollective-common-2.8.9-1.el7.noarch.rpm
mcollective-puppet-agent-1.11.1-1.el7.noarch.rpm
mcollective-puppet-client-1.11.1-1.el7.noarch.rpm
mcollective-puppet-common-1.11.1-1.el7.noarch.rpm
pupmod-bfraser-grafana-2.5.0-2016.noarch.rpm
pupmod-cristifalcas-journald-0.2.2-2016.noarch.rpm
pupmod-elasticsearch-elasticsearch-0.11.0-2016.noarch.rpm
pupmod-elasticsearch-logstash-0.6.4-2016.noarch.rpm
pupmod-electrical-file_concat-1.0.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders-2.1.3-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_apache-2.0.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_base-2.0.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_core-2.1.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_grub-2.3.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_mounttab-2.0.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_nagios-2.0.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_pam-2.0.3-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_postgresql-2.0.3-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_puppet-2.0.2-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_shellvar-2.1.1-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_ssh-2.5.0-2016.noarch.rpm
pupmod-herculesteam-augeasproviders_sysctl-2.1.0-2016.noarch.rpm
pupmod-onyxpoint-gpasswd-1.0.0-2016.noarch.rpm
pupmod-puppetlabs-inifile-1.5.0-2016.noarch.rpm
pupmod-puppetlabs-java-1.2.0-2016.noarch.rpm
pupmod-puppetlabs-java_ks-1.4.0-2016.noarch.rpm
pupmod-puppetlabs-mysql-2.2.3-2016.noarch.rpm
pupmod-puppetlabs-puppetdb-5.0.0-2016.noarch.rpm
pupmod-puppetlabs-puppetlabs_apache-1.0.1-2016.noarch.rpm
pupmod-puppetlabs-stdlib-4.9.0-2016.noarch.rpm
pupmod-richardc-datacat-0.6.2-2016.noarch.rpm
pupmod-simp-acpid-0.0.2-2016.noarch.rpm
pupmod-simp-activemq-3.0.0-2016.noarch.rpm
pupmod-simp-aide-4.1.1-2016.noarch.rpm
pupmod-simp-apache-4.1.5-2016.noarch.rpm
pupmod-simp-auditd-5.0.4-2016.noarch.rpm
pupmod-simp-autofs-4.1.2-2016.noarch.rpm
pupmod-simp-clamav-4.1.1-2016.noarch.rpm
pupmod-simp-compliance_markup-1.0.0-0.noarch.rpm
pupmod-simp-dhcp-4.1.1-2016.noarch.rpm
pupmod-simp-dirtycow-1.0.0-2016.noarch.rpm
pupmod-simp-dirtycow-1.0.1-2016.noarch.rpm
pupmod-simp-foreman-0.2.0-2016.noarch.rpm
pupmod-simp-freeradius-5.0.2-2016.noarch.rpm
pupmod-simp-ganglia-5.0.0-2016.noarch.rpm
pupmod-simp-haveged-0.3.1-2016.noarch.rpm
pupmod-simp-iptables-4.1.4-2016.noarch.rpm
pupmod-simp-jenkins-4.1.0-2016.noarch.rpm
pupmod-simp-krb5-5.0.6-2016.noarch.rpm
pupmod-simp-libreswan-0.1.0-2016.noarch.rpm
pupmod-simp-libvirt-4.1.1-2016.noarch.rpm
pupmod-simp-logrotate-4.1.0-2016.noarch.rpm
pupmod-simp-mcafee-4.1.1-2016.noarch.rpm
pupmod-simp-mcollective-2.4.0-2016.noarch.rpm
pupmod-simp-mozilla-4.1.1-2016.noarch.rpm
pupmod-simp-named-4.3.1-2016.noarch.rpm
pupmod-simp-network-4.1.1-2016.noarch.rpm
pupmod-simp-nfs-4.5.2-2016.noarch.rpm
pupmod-simp-nscd-5.0.1-2016.noarch.rpm
pupmod-simp-ntpd-4.1.0-2016.noarch.rpm
pupmod-simp-oddjob-1.0.0-2016.noarch.rpm
pupmod-simp-openldap-4.1.8-2016.noarch.rpm
pupmod-simp-openscap-4.2.1-2016.noarch.rpm
pupmod-simp-pam-4.2.5-2016.noarch.rpm
pupmod-simp-pki-4.2.3-2016.noarch.rpm
pupmod-simp-polkit-4.1.0-2016.noarch.rpm
pupmod-simp-postfix-4.1.3-2016.noarch.rpm
pupmod-simp-postgresql-4.1.0-2016.noarch.rpm
pupmod-simp-pupmod-6.0.5-2016.noarch.rpm
pupmod-simp-rsync-4.2.2-2016.noarch.rpm
pupmod-simp-rsyslog-5.1.0-2016.noarch.rpm
pupmod-simp-selinux-1.0.3-2016.noarch.rpm
pupmod-simp-simp-1.2.7-2016.noarch.rpm
pupmod-simp-simpcat-5.0.1-2016.noarch.rpm
pupmod-simp-simpcat-5.0.2-2016.noarch.rpm
pupmod-simp-simp_elasticsearch-3.0.1-2016.noarch.rpm
pupmod-simp-simp_grafana-0.1.0-2016.noarch.rpm
pupmod-simp-simplib-1.3.1-2016.noarch.rpm
pupmod-simp-simp_logstash-2.0.0-2016.noarch.rpm
pupmod-simp-site-2.0.1-2016.noarch.rpm
pupmod-simp-snmpd-4.1.0-2016.noarch.rpm
pupmod-simp-ssh-4.1.10-2016.noarch.rpm
pupmod-simp-sssd-4.1.3-2016.noarch.rpm
pupmod-simp-stunnel-4.2.7-2016.noarch.rpm
pupmod-simp-sudo-4.1.2-2016.noarch.rpm
pupmod-simp-sudosh-4.1.1-2016.noarch.rpm
pupmod-simp-svckill-1.1.3-2016.noarch.rpm
pupmod-simp-sysctl-4.2.0-2016.noarch.rpm
pupmod-simp-tcpwrappers-4.1.0-2016.noarch.rpm
pupmod-simp-tftpboot-4.1.2-2016.noarch.rpm
pupmod-simp-tpm-0.1.0-2016.noarch.rpm
pupmod-simp-upstart-4.1.2-2016.noarch.rpm
pupmod-simp-vnc-4.1.0-2016.noarch.rpm
pupmod-simp-vsftpd-5.0.4-2016.noarch.rpm
pupmod-simp-windowmanager-4.1.2-2016.noarch.rpm
pupmod-simp-xinetd-2.1.0-2016.noarch.rpm
pupmod-simp-xwindows-4.1.1-2016.noarch.rpm
rubygem-net-ldap-0.6.1-2.el7.noarch.rpm
rubygem-net-ldap-doc-0.6.1-2.el7.noarch.rpm
rubygem-simp-cli-1.0.20-0.el7.centos.noarch.rpm
rubygem-simp-cli-doc-1.0.20-0.el7.centos.noarch.rpm
simp-5.2.1-0.noarch.rpm
simp-bootstrap-5.3.4-0.noarch.rpm
simp-gpgkeys-2.0.0-3.el7.centos.noarch.rpm
simp-rsync-5.1.0-3.el7.centos.noarch.rpm
simp-rsync-clamav-5.1.0-3.el7.centos.noarch.rpm
simp-utils-5.0.1-2.noarch.rpm
[root@dev ~]# grep pupmod-simp noarch_list_iso
pupmod-simp-1.2.0-0.noarch.rpm
pupmod-simp-activemq-3.0.0-0.noarch.rpm
pupmod-simpcat-5.0.0-0.noarch.rpm
pupmod-simp-elasticsearch-2.0.0-3.noarch.rpm
pupmod-simp-kibana-3.0.1-5.noarch.rpm
pupmod-simplib-1.2.2-0.noarch.rpm
pupmod-simp-logstash-1.0.0-6.noarch.rpm
pupmod-simp-mcollective-2.3.1-0.noarch.rpm

RPMs on the iso that are NOT in "STAGING":
[root@dev ~]# grep -v -f noarch_list_staging noarch_list_iso
elasticsearch-1.3.2.noarch.rpm
es2unix-1.6.1-0el7.noarch.rpm
httpd-manual-2.4.6-40.el7_2.4.noarch.rpm
kibana-3.1.0.SIMP-0.noarch.rpm
logstash-1.4.2-1_2c0f5a1.noarch.rpm
logstash-contrib-1.4.2-1_efd53ef.noarch.rpm
mcollective-2.8.4-1.el7.noarch.rpm
mcollective-client-2.8.4-1.el7.noarch.rpm
mcollective-common-2.8.4-1.el7.noarch.rpm
mcollective-puppet-agent-1.10.0-1.el7.noarch.rpm
mcollective-puppet-client-1.10.0-1.el7.noarch.rpm
mcollective-puppet-common-1.10.0-1.el7.noarch.rpm
pupmod-acpid-0.0.1-1.noarch.rpm
pupmod-aide-4.1.0-9.noarch.rpm
pupmod-apache-4.1.1-0.noarch.rpm
pupmod-auditd-5.0.0-4.noarch.rpm
pupmod-augeasproviders-2.1.3-0.noarch.rpm
pupmod-augeasproviders_apache-2.0.1-0.noarch.rpm
pupmod-augeasproviders_base-2.0.1-0.noarch.rpm
pupmod-augeasproviders_core-2.0.1-0.noarch.rpm
pupmod-augeasproviders_grub-2.3.1-0.noarch.rpm
pupmod-augeasproviders_mounttab-2.0.1-0.noarch.rpm
pupmod-augeasproviders_nagios-2.0.1-0.noarch.rpm
pupmod-augeasproviders_pam-2.0.1-0.noarch.rpm
pupmod-augeasproviders_postgresql-2.0.1-0.noarch.rpm
pupmod-augeasproviders_puppet-2.0.1-0.noarch.rpm
pupmod-augeasproviders_shellvar-2.0.1-0.noarch.rpm
pupmod-augeasproviders_ssh-2.5.0-0.noarch.rpm
pupmod-augeasproviders_sysctl-2.1.0-0.noarch.rpm
pupmod-autofs-4.1.1-0.noarch.rpm
pupmod-clamav-4.1.0-8.noarch.rpm
pupmod-dhcp-4.1.0-5.noarch.rpm
pupmod-foreman-0.1.0-1.noarch.rpm
pupmod-freeradius-5.0.0-0.noarch.rpm
pupmod-ganglia-5.0.0-0.noarch.rpm
pupmod-iptables-4.1.0-15.noarch.rpm
pupmod-libvirt-4.1.0-17.noarch.rpm
pupmod-logrotate-4.1.0-4.noarch.rpm
pupmod-mcafee-4.1.0-2.noarch.rpm
pupmod-mozilla-4.1.0-1.noarch.rpm
pupmod-named-4.2.0-9.noarch.rpm
pupmod-network-4.1.0-6.noarch.rpm
pupmod-nfs-4.4.2-0.noarch.rpm
pupmod-nscd-5.0.1-0.noarch.rpm
pupmod-ntpd-4.1.0-10.noarch.rpm
pupmod-oddjob-1.0.0-2.noarch.rpm
pupmod-onyxpoint-compliance_markup-0.1.0-0.noarch.rpm
pupmod-onyxpoint-gpasswd-1.0.0-1.noarch.rpm
pupmod-openldap-4.1.4-0.noarch.rpm
pupmod-openscap-4.2.0-3.noarch.rpm
pupmod-pam-4.2.1-0.noarch.rpm
pupmod-pki-4.2.1-0.noarch.rpm
pupmod-polkit-4.1.0-2.noarch.rpm
pupmod-postfix-4.1.0-7.noarch.rpm
pupmod-pupmod-6.0.0-24.noarch.rpm
pupmod-puppetlabs-apache-1.0.1-2.noarch.rpm
pupmod-puppetlabs-inifile-1.2.0-1.noarch.rpm
pupmod-puppetlabs-java-1.2.0-0.noarch.rpm
pupmod-puppetlabs-mysql-2.2.3-1.noarch.rpm
pupmod-richardc-datacat-0.6.1-0.noarch.rpm
pupmod-rsync-4.2.0-5.noarch.rpm
pupmod-rsyslog-5.1.0-0.noarch.rpm
pupmod-selinux-1.0.0-5.noarch.rpm
pupmod-simp-1.2.0-0.noarch.rpm
pupmod-simp-activemq-3.0.0-0.noarch.rpm
pupmod-simpcat-5.0.0-0.noarch.rpm
pupmod-simp-elasticsearch-2.0.0-3.noarch.rpm
pupmod-simp-kibana-3.0.1-5.noarch.rpm
pupmod-simplib-1.2.2-0.noarch.rpm
pupmod-simp-logstash-1.0.0-6.noarch.rpm
pupmod-simp-mcollective-2.3.1-0.noarch.rpm
pupmod-site-2.0.0-3.noarch.rpm
pupmod-snmpd-4.1.0-5.noarch.rpm
pupmod-ssh-4.1.2-0.noarch.rpm
pupmod-ssh-augeas-lenses-4.1.2-0.noarch.rpm
pupmod-sssd-4.1.2-0.noarch.rpm
pupmod-stunnel-4.2.1-0.noarch.rpm
pupmod-sudo-4.1.0-3.noarch.rpm
pupmod-sudosh-4.1.0-4.noarch.rpm
pupmod-svckill-1.1.0-0.noarch.rpm
pupmod-sysctl-4.2.0-0.noarch.rpm
pupmod-tcpwrappers-3.0.0-3.noarch.rpm
pupmod-tftpboot-4.1.0-9.noarch.rpm
pupmod-tpm-0.0.1-10.noarch.rpm
pupmod-upstart-4.1.0-5.noarch.rpm
pupmod-vnc-4.1.0-4.noarch.rpm
pupmod-vsftpd-5.0.0-2.noarch.rpm
pupmod-windowmanager-4.1.0-3.noarch.rpm
pupmod-xinetd-2.1.0-5.noarch.rpm
pupmod-xwindows-4.1.0-4.noarch.rpm
puppetlabs-java_ks-1.4.0-0.noarch.rpm
puppetlabs-postgresql-4.1.0-1.SIMP.noarch.rpm
puppetlabs-puppetdb-5.0.0-0.noarch.rpm
puppetlabs-stdlib-4.9.0-0.SIMP.noarch.rpm
rubygem-simp-cli-1.0.16-0.el7.noarch.rpm
rubygem-simp-cli-doc-1.0.16-0.el7.noarch.rpm
simp-5.1.0-3.noarch.rpm
simp-bootstrap-5.2.1-4.noarch.rpm
simp-gpgkeys-2.0.0-3.el7.noarch.rpm
simp-rsync-5.1.0-3.el7.noarch.rpm
simp-rsync-clamav-5.1.0-3.el7.noarch.rpm
simp-utils-5.0.0-8.noarch.rpm
TRANS.TBL

Apologies for the epic wall, I just can't seem to figure out why the build grabbed a bunch of RPMs that aren't on my system.

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

John K

unread,
Dec 2, 2016, 11:44:05 AM12/2/16
to SIMP Q&A Forum, ggl...@gmail.com
That was my bad Trevor, I have a post-intall that applies our stuff and it pulled in the old iso, completely my fault. 

Trevor Vaughan

unread,
Dec 2, 2016, 12:52:45 PM12/2/16
to John K, SIMP Q&A Forum
No problem, the heart attack was only minor :-D

Trevor

On Fri, Dec 2, 2016 at 11:44 AM, John K <ggl...@gmail.com> wrote:
That was my bad Trevor, I have a post-intall that applies our stuff and it pulled in the old iso, completely my fault. 

--
You received this message because you are subscribed to the Google Groups "SIMP Q&A Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simp+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages