Ruby on Rails Monday, February 17, 2014

This is, as the error implies, a postgres authentication error. Check that the user postgress exists (possible typo for postgres?), and while you're at it, that it has permission to create and modify databases.

If you still get the error, you'll need to switch to another form of authentication. See here. https://www.treshna.com/psql-fatal-ident-authentication-failed-for-user-username-error-and-solution/


On Mon, Feb 17, 2014 at 1:28 PM, Pop Pop <lists@ruby-forum.com> wrote:
Hi
i try to run the
 rake db:migrate

[root@localhost catarse]#  rake db:migrate

            You no longer need to have jasmine.rake in your project, as
it is now automatically loaded
            from the Jasmine gem. To silence this warning, set
"USE_JASMINE_RAKE=true" in your environment
            or remove jasmine.rake.

problem while using OauthProvider model:
 'FATAL:  Ident authentication failed for user "postgress"

'
[deprecated] I18n.enforce_available_locales will default to true in the
future. If you really want to skip validation of your locale you can set
I18n.enforce_available_locales = false to avoid this message.
rake aborted!
FATAL:  Ident authentication failed for user "postgress"

How i can fix this
thanks

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6d395463ea671efe88b3a66cd995524c%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAAb4X%3DwW3HihvyPnoQPQeSEKjRYc5Z%2BapZ5DYcyXQd1t7R43oA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment