<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - Kłopot z pg_hba.conf linux(ubuntu)]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=370</link>
		<description><![CDATA[Najświeższe odpowiedzi w Kłopot z pg_hba.conf linux(ubuntu).]]></description>
		<lastBuildDate>Fri, 08 Jan 2010 21:51:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1688#p1688</link>
			<description><![CDATA[No tak sorki moja głupota... Tak to jest jak się siedziało w Widowsie (bezmyślne klikanie "Dalej") teraz wychodzi mi bokiem.

W każdym razie " * Starting PostgreSQL 8.3 database server                              
 [ OK ]"  jeszcze raz dzięki za pomoc rski.]]></description>
			<author><![CDATA[dummy@example.com (noobek)]]></author>
			<pubDate>Fri, 08 Jan 2010 21:51:11 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1688#p1688</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1687#p1687</link>
			<description><![CDATA[No przecież pisze
[quote]
2010-01-08 17:12:46 GMT KATASTROFALNY:  data directory "/var/lib/postgresql/8.3/main" has group or world access
2010-01-08 17:12:46 GMT SZCZEGÓŁY:  Permissions should be u=rwx (0700).
[/quote]

Zmien prawa
[code]
chmod -R 700 /var/lib/postgresql/8.3/main
[/code]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Fri, 08 Jan 2010 21:06:15 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1687#p1687</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1686#p1686</link>
			<description><![CDATA["root@marcin-desktop:/home/marcin# /etc/init.d/postgresql-8.3 stop
 * Stopping PostgreSQL 8.3 database server                               [ OK ] 
root@marcin-desktop:/home/marcin# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                       * The PostgreSQL server failed to start. Please check the log output:
2010-01-08 17:12:46 GMT KATASTROFALNY:  data directory "/var/lib/postgresql/8.3/main" has group or world access
2010-01-08 17:12:46 GMT SZCZEGÓŁY:  Permissions should be u=rwx (0700).
                                                                         [fail]
Hm ,  stop działa start, restart nie chce coś... Brak praw ? Ale do czego ?]]></description>
			<author><![CDATA[dummy@example.com (noobek)]]></author>
			<pubDate>Fri, 08 Jan 2010 17:21:04 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1686#p1686</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1685#p1685</link>
			<description><![CDATA[Problem w tym ze kolega nie wie gdzie sobie zainstalowal klaster z baza. Odszukaj plik postmaster.pid i jesli serwer chodzi o z twoich bledow wynika ze chodzi to ten plik bedzie w katalogu z klastre,. ten katalog podaj po -D w pg_ctl restart.

Ewentualnie sprawdz czy w /etc/init.d nie ma jakiegos skryptu do restartu postgresa.]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Fri, 08 Jan 2010 11:22:25 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1685#p1685</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1684#p1684</link>
			<description><![CDATA[hej,

Jak instalowałem postgreSQL na Red Hacie, to w liście ip pojawiła mi się linijką "local". Spójrz poniżej. Spróbuj dodać tę linijkę z local i zrestartować pgsql.

[code]
# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# "local" is for Unix domain socket connections only
local   all         all                               md5
# IPv4 local connections:
host    all         all         127.0.0.1/32          md5
host all all  0.0.0.0/0 md5
# IPv6 local connections:
host    all         all         ::1/128               md5
[/code]

Pamiętam, jak mocowałem się z instalowaniem postgresa, to miałem problem z reinstalacją. Jak dawałem uninstall, to nie wykasowywał mi pliku systemowego, który ma zapisane ścieżki, gdzie postgres ma szukać pg_hba.conf itd. Niestety nie pamiętam, gdzie on był!]]></description>
			<author><![CDATA[dummy@example.com (Myziot)]]></author>
			<pubDate>Fri, 08 Jan 2010 09:28:32 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1684#p1684</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1682#p1682</link>
			<description><![CDATA[ehhh... "pg_ctl: PID file "/etc/postgresql/8.3/main/postmaster.pid" does not exist
Is server running?
starting server anyway
pg_ctl: could not read file "/etc/postgresql/8.3/main/postmaster.opts"

hm...
No nic może jakoś to po meczę. W każdym razię wielkie dzięki za pomoc ;)]]></description>
			<author><![CDATA[dummy@example.com (noobek)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:58:21 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1682#p1682</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1681#p1681</link>
			<description><![CDATA[no tak myślałem, widze ze niestety instalowales postgresa z paczek.
No dobra może tak
[code]
/usr/lib/postgresql/8.3/bin/pg_ctl restart -D /etc/postgresql/8.3/main
[/code]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:49:27 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1681#p1681</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1680#p1680</link>
			<description><![CDATA["pg_ctl: no database directory specified and environment variable PGDATA unset
Try "pg_ctl --help" for more information."
hm ?? nadal nie mogę... 

 /usr/lib/postgresql/8.3/bin/pg_ctl restart]]></description>
			<author><![CDATA[dummy@example.com (noobek)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:41:57 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1680#p1680</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1679#p1679</link>
			<description><![CDATA[chyba nieznane :).

NIe wiem gdzie masz binarki postgresa musisz sobie poszukac, raczej nie sa w /etc (tam gdzie pg_gba.conf)

Odszukac mozesz poleceniem (najlepiej z konta root'a)
[code]
find / -iname pg_ctl 2>/dev/null
[/code]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:34:20 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1679#p1679</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1678#p1678</link>
			<description><![CDATA[pg_ctl restart <- nieprawidłowe polecenie.

niestety też nieprawidłowe -> pg_ctl reload]]></description>
			<author><![CDATA[dummy@example.com (noobek)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:31:56 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1678#p1678</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1677#p1677</link>
			<description><![CDATA[?! :)
A po co restartujesz apache'a ?
Zmieniasz plik konfiguracyjny postgresa wiec jego powinienes restartowac
Jak masz odpowiednia ustawione sciezki to powinna wystaczyc
[code]
pg_ctl restart
[/code]

albo 

[code]
pg_ctl reload
[/code]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:29:23 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1677#p1677</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1676#p1676</link>
			<description><![CDATA[/etc/init.d/apache2 restart]]></description>
			<author><![CDATA[dummy@example.com (noobek)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:28:06 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1676#p1676</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1675#p1675</link>
			<description><![CDATA[Jak restartujesz serwer? Jakim poleceniem?]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:27:28 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1675#p1675</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1674#p1674</link>
			<description><![CDATA[Hm ale co nie zrobie w pliku pg_hba to i tak to samo jest po restarcie hm..]]></description>
			<author><![CDATA[dummy@example.com (noobek)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:26:25 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1674#p1674</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Kłopot z pg_hba.conf linux(ubuntu)]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1673#p1673</link>
			<description><![CDATA[Jak restartowałeś serwer?
Masz zainstalowanego tylko jednego postgresa?
To co pokazujesz to zawartość pliku /etc/postgresql/8.3/main/pg_hba.conf  ?]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 07 Jan 2010 22:25:41 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1673#p1673</guid>
		</item>
	</channel>
</rss>
