I did a repair on mongodb and that did not help. Looked at the log and found that the reason it was not starting up was because /var/run/mongodb was no longer around. From the log: 2017-08-14T17:29:22.938-0400 ERROR: Cannot write pid file to /var/run/mongodb/mongod.pid: No such file or directory
[root@fm run]# ls -l /var/run/mongodb ls: cannot access /var/run/mongodb: No such file or directory Once I created that dir, set its owner/group to mongodb I could start the DB. Now to figure out what happened to postgresql. Louis On Wednesday, August 2, 2017 at 11:51:15 AM UTC-4, Eric Helms wrote: > > We are happy to announce the GA of Katello 3.4.4. This release contains a > large number of bug fixes for both small UI issues, user issues found while > using 3.4.4 and developer found issues that we felt would bring more > stability to users. > > The highlights are too numerous to outline here, so I would recommend to > please look at the changelog for a full list of changes: > > https://github.com/Katello/katello/blob/KATELLO-3.4/CHANGELOG.md > > Installation: > https://theforeman.org/plugins/katello/3.4/installation/index.html > > Upgrade: > https://theforeman.org/plugins/katello/3.4/upgrade/index.html > > > Bug reporting > ============= > If you come across a bug in your testing, please file it and note the > version of Katello or Foreman that you're using in the report. > > http://projects.theforeman.org/projects/katello/issues/new > > -- > Eric D. Helms > Red Hat Engineering > -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
