■kinit実行時に「KDC reply did not match expectations~」と表示される。
kinit [email protected]
kinit: KDC reply did not match expectations while getting initial credentials
→ドメイン名を大文字に変えて再度実行したところ、うまくいきました😉
kinit [email protected]
Linux(CentOS)、Windows(サーバー/クライアント)、Yamaha RTX、その他の技術メモ
投稿日:
■kinit実行時に「KDC reply did not match expectations~」と表示される。
kinit [email protected]
kinit: KDC reply did not match expectations while getting initial credentials
→ドメイン名を大文字に変えて再度実行したところ、うまくいきました😉
kinit [email protected]
執筆者:No964ma49
関連記事
PostgreSQLのバックアップの際、パスワードを自動入力
■PostgreSQLのバックアップの際、パスワードを自動入力する ユーザーのホームディレクトリに.pgpassを作成し、以下のように記述する localhost:5432:<データベース名&g …
photo credit: cdamian via photopin cc CentOS6.4にzabbix 2.0.6 をYUMからインストールします。 ※Apache/PHP/MySQLがインスト …
zabbix2.0で「zabbixサーバが動作していません」と表示される
zabbixのインストール後、「zabbixサーバが動作していません」と表示されるようになりました。 (画面をリロードしても、しばらくするとまた表示される) Zabbixサーバのプロセス …
rsync実行中に「cannot allocate memory」エラーが発生
photo credit: ChadScott via photopin cc 【環境】 サーバー:CentOS6(VMware ESXi5上のゲスト) バックアップ先:Windows7のPCに接続し …
2016/12/30
postfixで特定のトップレベルドメインからのメールを拒否する
2015/09/06
rsync実行中に「cannot allocate memory」エラーが発生