Hello dblack, dblack [2010-07-30 8:33 -0700]: > 2010-07-30 08:07:16 PDT WARNING: could not create listen socket for > "localhost" > 2010-07-30 08:07:16 PDT FATAL: could not create any TCP/IP sockets > > There was nothing listening on localhost:5432 after the init.d script had > errored out (checked via telnet localhost 5432) > > If I edit postgresql.conf so that it has the line "listen_addresses = '*'" > instead of "listen_addresses = 'localhost'", then the init.d script works and > apt-get install completes.
Is "localhost" actually resolvable in your debootstrapped system? I. e. does "getent hosts localhost" give an answer (127.0.0.1)? Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

