<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Blad podczas instalacji PostgreSQL]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=25&amp;type=atom"/>
	<updated>2008-04-11T20:47:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=25</id>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=90#p90"/>
			<content type="html"><![CDATA[1) A tak w ogóle to możesz spingować localhost'a?
2) co pokazuje netstat -a
3) Zmień localhost na '*' i zrestartuj, sprawdz czy dziala.
4) Zazwyczaj baza postgres zarzadza sie z konta postgres, on jest jej administratorem.
5) Jaką masz dystrybucje?
6) I jeszcze na koniec co masz wpisane w syslogu?]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-04-11T20:47:24Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=90#p90</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=89#p89"/>
			<content type="html"><![CDATA[Zmienilem ten port, log ponizej:

root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/postgresql-8.3 stop
 * Stopping PostgreSQL 8.3 database server                                         [ OK ] 
root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/apache2 stop
 * Stopping web server apache2                                                     [ OK ] 
root@tsiuuu:/etc/postgresql/8.3/main# mcedit postgresql.conf 

root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/apache2 restart
 * Restarting web server apache2                                                          httpd (no pid file) not running
                                                                                   [ OK ]
root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/postgresql-8.3 restart
 * Restarting PostgreSQL 8.3 database server                                               * The PostgreSQL server failed to start. Please check the log output:
2008-04-11 20:30:53 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-11 20:30:53 CEST HINT:  Is another postmaster already running on port 6543? If not, wait a few seconds and retry.
2008-04-11 20:30:53 CEST WARNING:  could not create listen socket for "localhost"
2008-04-11 20:30:53 CEST FATAL:  could not create any TCP/IP sockets
                                                                                   [fail]
root@tsiuuu:/etc/postgresql/8.3/main# 

Nie spotkalem sie niestety z netstat'em.. sciagnalem i zainstalowalem paczke netstat-net. Powiedz mi prosze po krotce jak wyswietlic to co mam na portach.

PS. Przy instalacji tej paczki mialem ten sam blad co przy instalacji progresa:

E: postgresql-8.3: podproces post-installation script zwrócił kod błędu 1

Uzywam konta roota bo co chwile odinstalowuje i instaluje postgresa i nie chce mi sie za kazdym razem zmieniac praw dostepu do plikow konfiguracyjnych. Jezeli wedlug Ciebie w czyms to moze przeszkadzac to moge tak nie robic.. pozdrawiam!]]></content>
			<author>
				<name><![CDATA[3ooF]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=60</uri>
			</author>
			<updated>2008-04-11T18:38:08Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=89#p89</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=87#p87"/>
			<content type="html"><![CDATA[A sprawdz netstat'em czy cos nie chodzi ci na porcie 5432. Jeśli chodzi to zmien opcje port na cos innego np 6543 i sprobuj zrestartowac serwer?
Nie odpowiedziales mi dlaczego uruchamiasz z konta postgresa root?]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-04-11T18:24:25Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=87#p87</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=85#p85"/>
			<content type="html"><![CDATA[Przepraszam Cie.. mam zainstalowane 2 bazy.. postgresql 8.2 oraz 8.3. Zmienialem w 8.2 a odpalalem 8.3. Teraz nanioslem poprawki prawidlowo:

root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                 * The PostgreSQL server failed to start. Please check the log output:
2008-04-11 19:37:13 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-11 19:37:13 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-11 19:37:13 CEST WARNING:  could not create listen socket for "localhost"
2008-04-11 19:37:13 CEST FATAL:  could not create any TCP/IP sockets
                                                                                   [fail]
root@tsiuuu:/etc/postgresql/8.3/main# 

root@tsiuuu:/etc/postgresql/8.3/main# ps aux | grep pos
root      6768  0.0  0.0   2976   768 pts/0    S+   19:39   0:00 grep pos
root@tsiuuu:/etc/postgresql/8.3/main# ps
  PID TTY          TIME CMD
 6593 pts/0    00:00:00 su
 6595 pts/0    00:00:00 bash
 6769 pts/0    00:00:00 ps
root@tsiuuu:/etc/postgresql/8.3/main# pg_ctl start 
bash: pg_ctl: command not found
root@tsiuuu:/etc/postgresql/8.3/main# 

ssl rzeczywiscie zniknal..]]></content>
			<author>
				<name><![CDATA[3ooF]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=60</uri>
			</author>
			<updated>2008-04-11T17:42:27Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=85#p85</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=84#p84"/>
			<content type="html"><![CDATA[[quote=3ooF]root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                  httpd (pid 5755) already running
                                                                         [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# ps aux | grep post
root      6291  0.0  0.0   2976   764 pts/0    S+   23:28   0:00 grep post
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 restart
 * Restarting PostgreSQL 8.3 database server                                     * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 23:28:39 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 23:28:39 CEST DETAIL:  Will not verify client certificates.
2008-04-10 23:28:39 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 23:28:39 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 23:28:39 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 23:28:39 CEST FATAL:  could not create any TCP/IP sockets
                                                                         [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

Restartowalem Postgre za kazdym razem jak wprowadzalem zmiane. Niestesty nic sie dalej nie zmienia..[/quote]
No to jeszcze pytanie czy na pewno zmieniasz dobry plik konfiguracyjny (błąd z ssl powinien być wyeliminowany po wyłączeniu opcji ssl). W jakim katalogu znalazles postgresql.conf?]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-04-11T08:11:42Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=84#p84</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=83#p83"/>
			<content type="html"><![CDATA[root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                  httpd (pid 5755) already running
                                                                         [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# ps aux | grep post
root      6291  0.0  0.0   2976   764 pts/0    S+   23:28   0:00 grep post
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 restart
 * Restarting PostgreSQL 8.3 database server                                     * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 23:28:39 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 23:28:39 CEST DETAIL:  Will not verify client certificates.
2008-04-10 23:28:39 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 23:28:39 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 23:28:39 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 23:28:39 CEST FATAL:  could not create any TCP/IP sockets
                                                                         [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

Restartowalem Postgre za kazdym razem jak wprowadzalem zmiane. Niestesty nic sie dalej nie zmienia..]]></content>
			<author>
				<name><![CDATA[3ooF]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=60</uri>
			</author>
			<updated>2008-04-10T21:31:30Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=83#p83</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=82#p82"/>
			<content type="html"><![CDATA[[quote=3ooF]1) ssl = true zmienilem na off = true (domyslnie nie bylo poprzedzone #)

2) #listen_addresses = 'localhost' (odhaszowalem)

3) 
root@tsiuuu:/etc/postgresql/8.2/main# ps
  PID TTY          TIME CMD
 7170 pts/2    00:00:00 su
 7173 pts/2    00:00:00 bash
 7676 pts/2    00:00:00 ps
root@tsiuuu:/etc/postgresql/8.2/main# 

Wyglada na to, ze nie chodzi. Nie wiem czemu z roota odpalam, ale to chyba nie szkodzi.

Po wprowadzonych zmianach to samo:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 22:29:59 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 22:29:59 CEST DETAIL:  Will not verify client certificates.
2008-04-10 22:29:59 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 22:29:59 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 22:29:59 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 22:29:59 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

over :)[/quote]
1)Sprawdz co zwroci polecenie
ps aux | grep post
2) i zamiast start wpisz restart serwera (albo najpierw stop a potem start)
/etc/init.d/postgresql-8.3 restart]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-04-10T20:44:24Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=82#p82</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=81#p81"/>
			<content type="html"><![CDATA[1) ssl = true zmienilem na off = true (domyslnie nie bylo poprzedzone #)

2) #listen_addresses = 'localhost' (odhaszowalem)

3) 
root@tsiuuu:/etc/postgresql/8.2/main# ps
  PID TTY          TIME CMD
 7170 pts/2    00:00:00 su
 7173 pts/2    00:00:00 bash
 7676 pts/2    00:00:00 ps
root@tsiuuu:/etc/postgresql/8.2/main# 

Wyglada na to, ze nie chodzi. Nie wiem czemu z roota odpalam, ale to chyba nie szkodzi.

Po wprowadzonych zmianach to samo:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 22:29:59 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 22:29:59 CEST DETAIL:  Will not verify client certificates.
2008-04-10 22:29:59 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 22:29:59 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 22:29:59 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 22:29:59 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

over :)]]></content>
			<author>
				<name><![CDATA[3ooF]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=60</uri>
			</author>
			<updated>2008-04-10T20:32:03Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=81#p81</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=80#p80"/>
			<content type="html"><![CDATA[[quote=3ooF]Ta komenda mi nie dziala, odpalam w troszke inny sposob. Prosze zerknij w loga ponizej:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# pg_ctl start
bash: pg_ctl: command not found
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 21:57:33 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 21:57:33 CEST DETAIL:  Will not verify client certificates.
2008-04-10 21:57:33 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 21:57:33 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 21:57:33 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 21:57:33 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main#[/quote]
Odszukaj plik postgresql.conf i 
1) odhaszuj i zmień opcję ssl na off (chyba że chcesz używac certyfikatów, ale z tym trzeba sie troche pobawic)
2) sprawdź jak jest ustawiona opcja listen_addresses
3) sprawdz komenda ps czy postgres nie chodzi (moze sie nazywac postmaster)
dlaczego uruchamiasz serwer z konta root? Nie stworzyles uzytwkonika postgres administratora serwera bazy danych postgres?
Melduj o postepach :)]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-04-10T20:09:25Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=80#p80</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=79#p79"/>
			<content type="html"><![CDATA[Ta komenda mi nie dziala, odpalam w troszke inny sposob. Prosze zerknij w loga ponizej:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# pg_ctl start
bash: pg_ctl: command not found
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 21:57:33 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 21:57:33 CEST DETAIL:  Will not verify client certificates.
2008-04-10 21:57:33 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 21:57:33 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 21:57:33 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 21:57:33 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main#]]></content>
			<author>
				<name><![CDATA[3ooF]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=60</uri>
			</author>
			<updated>2008-04-10T20:00:13Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=79#p79</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=78#p78"/>
			<content type="html"><![CDATA[[quote=3ooF]Witam wszystkich,

Mam problem z instalacja PostgreSQL za pomoca synaptica. Pod koniec instalacji wyskakuje blad:

E: postgresql-8.3: podproces post-installation script zwrócił kod błędu 1

Ponizej bardziej szczegolowy opis:

root@tsiuuu:/home/tomcio# sudo apt-get install -f
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Reading state information... Gotowe
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
1 nie w pełni zainstalowanych lub usuniętych.
Konieczne pobranie 0B archiwów.
Po rozpakowaniu zostanie dodatkowo użyte 0B miejsca na dysku.
Konfigurowanie postgresql-8.3 (8.3.0-1~gutsy1) ...
* Starting PostgreSQL 8.3 database server * The PostgreSQL server failed to start. Please check the log output:
2008-04-08 21:27:41 CEST LOG: could not load root certificate file "root.crt": no SSL error reported
2008-04-08 21:27:41 CEST DETAIL: Will not verify client certificates.
2008-04-08 21:27:41 CEST LOG: could not bind IPv4 socket: Cannot assign requested address
2008-04-08 21:27:41 CEST HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-08 21:27:41 CEST WARNING: could not create listen socket for "localhost"
2008-04-08 21:27:41 CEST FATAL: could not create any TCP/IP sockets
[fail]
invoke-rc.d: initscript postgresql-8.3, action "start" failed.
dpkg: błąd przetwarzania postgresql-8.3 (--configure):
podproces post-installation script zwrócił kod błędu 1
Wystąpiły błędy podczas przetwarzania:
postgresql-8.3
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@tsiuuu:/home/tomcio#

Nie jestem wlasnie pewien, czy to ze nie moze baza "wstac" to wina tego ze instalacja skonczyla sie bledem (ktory nie bardzo wiem co znaczy), czy dlatego ze sa jakies bledy w konfiguracji.

Spotkal sie ktos z czyms takim i moglby pomoc? Z gory Wielkie Dzieki!

Pozdrawiam![/quote]
Nie instalowalem nigdy postgresa z paczek ale pytanie czy w ogole sie zainstalowal. Mozesz go uruchomic poleceniem pg_ctl start (czy system widzi takie polecenie?)]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-04-10T19:45:34Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=78#p78</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Blad podczas instalacji PostgreSQL]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=77#p77"/>
			<content type="html"><![CDATA[Witam wszystkich,

Mam problem z instalacja PostgreSQL za pomoca synaptica. Pod koniec instalacji wyskakuje blad:

E: postgresql-8.3: podproces post-installation script zwrócił kod błędu 1

Ponizej bardziej szczegolowy opis:

root@tsiuuu:/home/tomcio# sudo apt-get install -f
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Reading state information... Gotowe
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
1 nie w pełni zainstalowanych lub usuniętych.
Konieczne pobranie 0B archiwów.
Po rozpakowaniu zostanie dodatkowo użyte 0B miejsca na dysku.
Konfigurowanie postgresql-8.3 (8.3.0-1~gutsy1) ...
* Starting PostgreSQL 8.3 database server * The PostgreSQL server failed to start. Please check the log output:
2008-04-08 21:27:41 CEST LOG: could not load root certificate file "root.crt": no SSL error reported
2008-04-08 21:27:41 CEST DETAIL: Will not verify client certificates.
2008-04-08 21:27:41 CEST LOG: could not bind IPv4 socket: Cannot assign requested address
2008-04-08 21:27:41 CEST HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-08 21:27:41 CEST WARNING: could not create listen socket for "localhost"
2008-04-08 21:27:41 CEST FATAL: could not create any TCP/IP sockets
[fail]
invoke-rc.d: initscript postgresql-8.3, action "start" failed.
dpkg: błąd przetwarzania postgresql-8.3 (--configure):
podproces post-installation script zwrócił kod błędu 1
Wystąpiły błędy podczas przetwarzania:
postgresql-8.3
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@tsiuuu:/home/tomcio#

Nie jestem wlasnie pewien, czy to ze nie moze baza "wstac" to wina tego ze instalacja skonczyla sie bledem (ktory nie bardzo wiem co znaczy), czy dlatego ze sa jakies bledy w konfiguracji.

System: Ubuntu Gibsy Gibbon
PostgreSQL, wersja 8.2, lub 8.3 - w obu przypadkach ten sam problem

Spotkal sie ktos z czyms takim i moglby pomoc? Z gory Wielkie Dzieki!

Pozdrawiam!]]></content>
			<author>
				<name><![CDATA[3ooF]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=60</uri>
			</author>
			<updated>2008-04-10T19:38:51Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=77#p77</id>
		</entry>
</feed>
