[fail] service postgresql start !

kingofbattle

W-------
21/07/2014
0
17 bài viết
[fail] service postgresql start !
mình chạy lệnh service postgresql start thì bị lỗi như thế này ai chỉ giúp ( từ khi up lên bản 1.0.8 kali linux thì bị)
root@(none):~# service postgresql start
[....] Starting PostgreSQL 9.1 database server: main[....] The PostgreSQL server failed to start. Please check the log output: 2014-08-23 14:13:40 UTC LOG: could not translate host name "localhost", service "5432" to address: Name or service not known 2014-08-23 14:13:40 UTC WARNING: could not creat[FAILten socket for "localhost" 2014-08-23 14:13:40 UTC FATAL: could not create any TCP/IP sockets ... failed!
failed!
 
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
Re: [fail] service postgresql start !

tail -f /var/log/postgresql/postgresql-9.1-main.log

Sau đó post log lên đây
 
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
Comment
Re: [fail] service postgresql start !

root@(none):~# tail -f /var/log/postgresql/postgresql-9.1-main.log
2014-08-23 14:13:40 UTC FATAL: could not create any TCP/IP sockets
2014-08-23 17:15:25 UTC LOG: could not translate host name "localhost", service "5432" to address: Name or service not known
2014-08-23 17:15:25 UTC WARNING: could not create listen socket for "localhost"
2014-08-23 17:15:25 UTC FATAL: could not create any TCP/IP sockets
2014-08-24 11:46:35 UTC LOG: could not translate host name "localhost", service "5432" to address: Name or service not known
2014-08-24 11:46:35 UTC WARNING: could not create listen socket for "localhost"
2014-08-24 11:46:35 UTC FATAL: could not create any TCP/IP sockets
2014-08-24 13:02:16 UTC LOG: could not translate host name "localhost", service "5432" to address: Name or service not known
2014-08-24 13:02:16 UTC WARNING: could not create listen socket for "localhost"
2014-08-24 13:02:16 UTC FATAL: could not create any TCP/IP sockets
 
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
Comment
Re: [fail] service postgresql start !

vi /etc/hosts

Thêm dòng này vào: 127.0.0.1 localhost localhost.localdomain
 
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
Comment
Bên trên