Postgresql无法启动,也没有错误日志

时间:2014-02-10 12:19:01

标签: postgresql

我发现自己陷入了一种奇怪的境地。已运行多年的服务器(ubuntu,ruby 1.8,rails,nginx和postgresql)现在给我错误(它停止工作,所以我重新启动,它工作了几个小时。然后它再次停止,所以我再次重新启动,我现在遇到乘客错误。)

所以,现在psql将无法启动

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"?

如果我尝试启动服务,我会:

service postgresql start
* Starting PostgreSQL 8.4 database server
* The PostgreSQL server failed to start. Please check the log output.

输出日志为空。

知道原因是什么吗?

我能够运行:pg_config

奇怪的是我无法找到数据目录 - 这是正常的吗?

我得到了:

    BINDIR = /usr/lib/postgresql/8.4/bin
    DOCDIR = /usr/share/doc/postgresql
    HTMLDIR = /usr/share/doc/postgresql
    INCLUDEDIR = /usr/include/postgresql
    PKGINCLUDEDIR = /usr/include/postgresql
    INCLUDEDIR-SERVER = /usr/include/postgresql/8.4/server
    LIBDIR = /usr/lib
    PKGLIBDIR = /usr/lib/postgresql/8.4/lib
    LOCALEDIR = /usr/share/locale
    MANDIR = /usr/share/postgresql/8.4/man
    SHAREDIR = /usr/share/postgresql/8.4
    SYSCONFDIR = /etc/postgresql-common
    PGXS = /usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk
    CONFIGURE = '--build=i686-linux-gnu' '--prefix=/usr' '--includedir=/usr/include' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=/usr/lib/postgresql-8.4' '--srcdir=.' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' '--mandir=/usr/share/postgresql/8.4/man' '--with-docdir=/usr/share/doc/postgresql-doc-8.4' '--sysconfdir=/etc/postgresql-common' '--datadir=/usr/share/postgresql/8.4' '--bindir=/usr/lib/postgresql/8.4/bin' '--includedir=/usr/include/postgresql/' '--enable-nls' '--enable-integer-datetimes' '--enable-thread-safety' '--enable-debug' '--disable-rpath' '--with-tcl' '--with-perl' '--with-python' '--with-pam' '--with-krb5' '--with-gssapi' '--with-openssl' '--with-libxml' '--with-libxslt' '--with-ldap' '--with-ossp-uuid' '--with-gnu-ld' '--with-tclconfig=/usr/lib/tcl8.5' '--with-tkconfig=/usr/lib/tk8.5' '--with-includes=/usr/include/tcl8.5' '--with-system-tzdata=/usr/share/zoneinfo' '--with-pgport=5432' 'CFLAGS=-g -O2 -g -O2 -fPIC' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,--as-needed' 'build_alias=i686-linux-gnu' 'CPPFLAGS='
    CC = gcc                                                                                                                                                                               

1 个答案:

答案 0 :(得分:4)

我猜你服务器上没有空间:-) 您可以通过运行命令来检查服务器空间,并首先查看可用空间。

df -h