Hide Forgot
Installing on F15, the following versions, katello-cli-0.1.3-1.git.0.355425f.fc15.noarch katello-0.1.54-1.git.90.c8f3df2.fc15.noarch pulp-common-0.0.206-2.fc15.noarch pulp-client-0.0.206-2.fc15.noarch pulp-0.0.206-2.fc15.noarch candlepin-tomcat6-0.4.5-1.fc15.noarch candlepin-0.4.5-1.fc15.noarch I get the following error: [root@unused ~]# service katello initdb Could not find i18n-0.6.0 in any of the sources Try running `bundle install`. [root@unused ~]# rpm -qa | grep katello katello-0.1.54-1.git.90.c8f3df2.fc15.noarch [root@unused ~]#
This is resolved, just tested on my dev instance: # yum install katello [snip] Installing : rubygem-sqlite3-1.3.3-4.fc15.x86_64 Installing : rubygem-multimap-.1.2-3.fc15.x86_64 Installing : katello-.1.55-1.git.10.ceb843f.fc15.noarch Consumer Id could not be found. Cannot update consumer profile. Installed: katello.noarch 0:0.1.55-1.git.10.ceb843f.fc15 [root@dhcp77-195 ~]# service katello initdb ** Invoke setup (first_time) ** Invoke db:migrate:reset (first_time) ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time)
Verified with new build: katello-0.1.64-1.git.0.0b431ff.fc15.noarch I installed a fresh setup with above build on f15(x86_64). This issue is no longer reproducible.