よろしくお願いいたします。 本当に初歩な質問で恐縮ですがご回答頂けると幸いです。
・vagrant
・CentOS 8
・PostgreSQL 12.4
postgresでパスワードを変更後、変更したパスワードを有効化するために
再起動を行おうとしたのですがエラーになってしまいます。
alter role postgres with password '***' \q systemctl stop posggresql-12.4 [postgres@centos8 data]$ systemctl stop postgresql-12.4 ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ==== Authentication is required to stop 'postgresql-12.4.service'. Authenticating as: root Password: polkit-agent-helper-1: pam_authenticate failed: Authentication failure ==== AUTHENTICATION FAILED ==== Failed to stop postgresql-12.4.service: Access denied See system logs and 'systemctl status postgresql-12.4.service' for details. [postgres@centos8 data]$
sudo systemctl stop
とすると、
postgres is not in the sudoers file. This incident will be reported.
とエラーで帰ってきてしまいます。
sudo passwd postgres でユーザのパスワード設定は変更済みです。
いろいろネットで漁っているのですが解決方法が分からず。こちらにご助言いただきたく書き込みました。
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。