1.2.0-0.4.rc3

Hello,

Just trying a new install with 1.2.0-0.4.RC3 from the RPM repo.

Installed all the packages. Setup postgres (with DB called puppet).

Set the {settings,database}.yml files and then

su - foreman -s /bin/bash -c /usr/share/foreman/extras/dbmigrate

rake aborted!
Gem loading error: cannot load such file – minitest

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

I am probably doing something silly. Main site OK with 1.1 and MySQL.

Any ideas ?

Thanks
Paul

Hi Paul,

··· On 25/06/13 14:43, OlliesDad@googlemail.com wrote: > Hello, > > Just trying a new install with 1.2.0-0.4.RC3 from the RPM repo. > > Installed all the packages. Setup postgres (with DB called puppet). > > Set the {settings,database}.yml files and then > > # su - foreman -s /bin/bash -c /usr/share/foreman/extras/dbmigrate > rake aborted! > Gem loading error: cannot load such file -- minitest > > (See full trace by running task with --trace) > > I am probably doing something silly. Main site OK with 1.1 and MySQL. > > Any ideas ?

This was a bug with the foreman-console subpackage in RC3:

http://projects.theforeman.org/issues/2701

Check the above URL and there’s a very small change you can make to one
of the packaging files to fix it. This’ll be in the 1.2.0 release.

Cheers,


Dominic Cleal
Red Hat Engineering

Sorted. Thanks. Apologies for not seeing it.