時計が切れているので、を使用して同期したいntpdateです。いくつかの異なるNTPサーバーを試しましたが、何らかの理由で次のエラーメッセージが常に表示されます。 $ sudo ntpdate ntp.ubuntu.com 4 Mar 12:27:35 ntpdate[1258]: no server suitable for synchronization found $ sudo ntpdate pool.ntp.org 4 Mar 12:27:50 ntpdate[1267]: no server suitable for synchronization found $ sudo ntpdate de.pool.ntp.org 4 Mar 12:28:01 ntpdate[1273]: no server suitable for synchronization found $ sudo ntpdate us.pool.ntp.org 4 Mar 12:28:12 …
PostgreSQL 8.4を含むBitnami Djangoスタックをインストールしました。 実行するpsql -U postgresと、次のエラーが表示されます。 psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? PGは間違いなく実行されており、pg_hba.confファイルは次のようになります。 # TYPE DATABASE USER CIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only local all all md5 …