Software » PostgreSQL 8.1
PostgreSQL 8.1
Publié le 06/01/2006 @ 12:49:28,
Par cauetVoilà que je veux installer postgres 8.1..
Je reprendre un ancien de PV de notre cher rfr :
# All other connections by UNIX sockets
local all all ident sameuser
#
# All IPv4 connections from localhost
host all all 127.0.0.1 255.255.255.255 ident sameuser
par
# All other connections by UNIX sockets
local all all md5
#
# All IPv4 connections from localhost
host all all 127.0.0.1 255.255.255.255 md5
Voilà, que je veux redémarrer le serveur..
Je me ramasse :
dns:/etc/postgresql/8.1/main# /etc/init.d/postgresql-8.1 restart
Stopping PostgreSQL 8.1 database server: main.
Starting PostgreSQL 8.1 database server: mainPassword:
Password:
Password:
Password:
Password:
Password:
Password:
Password:
Password:
(CTRL^C)
dns:/etc/postgresql/8.1/main#
dns:/etc/postgresql/8.1/main#
J'ai essayé tous les passwords.. aucun ne marche (root, mes anciens users postgres 7.1..)
Bref, que faire ?
Merci
Je reprendre un ancien de PV de notre cher rfr :
# All other connections by UNIX sockets
local all all ident sameuser
#
# All IPv4 connections from localhost
host all all 127.0.0.1 255.255.255.255 ident sameuser
par
# All other connections by UNIX sockets
local all all md5
#
# All IPv4 connections from localhost
host all all 127.0.0.1 255.255.255.255 md5
Voilà, que je veux redémarrer le serveur..
Je me ramasse :
dns:/etc/postgresql/8.1/main# /etc/init.d/postgresql-8.1 restart
Stopping PostgreSQL 8.1 database server: main.
Starting PostgreSQL 8.1 database server: mainPassword:
Password:
Password:
Password:
Password:
Password:
Password:
Password:
Password:
(CTRL^C)
dns:/etc/postgresql/8.1/main#
dns:/etc/postgresql/8.1/main#
J'ai essayé tous les passwords.. aucun ne marche (root, mes anciens users postgres 7.1..)
Bref, que faire ?
Merci
PostgreSQL 8.1
Publié le 06/01/2006 @ 13:21:39,
Par rfrTu peux nous donner le contenu de ton script de démarage? En fait, ce que tu devrais donner, c'est le password du user que debian a crée lors de l'installation (je suppose que c'est une debian).
Sinon, tu remets la ligne
host all all 127.0.0.1 255.255.255.255 ident
histoire de voir si ça marche et on en reparle après ...
Sinon, tu remets la ligne
host all all 127.0.0.1 255.255.255.255 ident
histoire de voir si ça marche et on en reparle après ...
To die is a time consuming activity, it often takes a lifetime (but some are faster than others ... though)
PostgreSQL 8.1
Publié le 18/01/2006 @ 11:49:55,
Par cauetVoilà, ce coup ci je dois y garder
host all all 127.0.0.1 255.255.255.255 ident
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all ident sameuser
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
Je vais essayer avec:
host all all 127.0.0.1 255.255.255.255 ident
host all all 127.0.0.1 255.255.255.255 ident
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all ident sameuser
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
Je vais essayer avec:
host all all 127.0.0.1 255.255.255.255 ident
PostgreSQL 8.1
Publié le 18/01/2006 @ 11:59:57,
Par cauetPour les autres:
http://www.coagul.org/article.php3?id_article=314
super article apparament.. on verra dans 15 mins
http://www.coagul.org/article.php3?id_article=314
super article apparament.. on verra dans 15 mins
PostgreSQL 8.1
Publié le 18/01/2006 @ 13:35:45,
Par cauetBen ca marche po..
# Database administrative login by UNIX sockets
# All other connections by UNIX sockets
host all all 127.0.0.1 255.255.255.255 ident
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
host all all 127.0.0.1 255.255.255.255 md5
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
# All other connections by UNIX sockets
host all all 127.0.0.1 255.255.255.255 ident
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
host all all 127.0.0.1 255.255.255.255 md5
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
rfr?
PostgreSQL 8.1
Publié le 18/01/2006 @ 13:36:23,
Par cauetj'ai essayé avec md5 (tutoriel) et ident (rfr powaa) aucun ne fonctionne.
PostgreSQL 8.1
Publié le 18/01/2006 @ 13:58:27,
Par cauetBon, ouf !
J'ai fais un joli mix de notre ancien PV, et là, ca marche.
Mais je dois faire cela:
dns:/usr/share/phppgadmin/conf# /etc/init.d/postgresql-8.1 start
Starting PostgreSQL 8.1 database server: mainPassword:
dns:/usr/share/phppgadmin/conf#
CTRL+C pour killer la demande de password, mais pourtant le serveur est lancé.
Me demande à quoi sert ce truc..
J'ai peur au prochain reboot d'un non rédémarrage.. ou d'une message pass sur l'écran local du serveur..
J'ai fais un joli mix de notre ancien PV, et là, ca marche.
Mais je dois faire cela:
dns:/usr/share/phppgadmin/conf# /etc/init.d/postgresql-8.1 start
Starting PostgreSQL 8.1 database server: mainPassword:
dns:/usr/share/phppgadmin/conf#
CTRL+C pour killer la demande de password, mais pourtant le serveur est lancé.
Me demande à quoi sert ce truc..
J'ai peur au prochain reboot d'un non rédémarrage.. ou d'une message pass sur l'écran local du serveur..
PostgreSQL 8.1
Publié le 18/01/2006 @ 13:59:59,
Par gizmoTu ne te connectes qu'à distance?
Concept vivant.
PostgreSQL 8.1
Publié le 18/01/2006 @ 17:11:20,
Par rfrPost un peu le contenu du fichier /etc/init.d/postgres qu'on voit ce qu'il fait...
Reponse demain, pas d'adsl à la maison pour le moment
Reponse demain, pas d'adsl à la maison pour le moment
To die is a time consuming activity, it often takes a lifetime (but some are faster than others ... though)
PostgreSQL 8.1
Publié le 18/01/2006 @ 18:15:41,
Par cauet#!/bin/bash
. /usr/share/postgresql-common/init.d-functions
VERSION=8.1
case "$1" in
start)
start $VERSION
;;
stop)
stop "$VERSION"
;;
restart)
restart "$VERSION"
;;
force-reload | reload)
reload $VERSION
;;
status)
status $VERSION
;;
autovac-start)
autovac_start $VERSION
;;
autovac-stop)
autovac_stop $VERSION
;;
autovac-restart)
autovac_restart $VERSION
;;
*)
echo "Usage: $0 {start|stop|restart|reload|force-reload|status|autovac-start|autovac-stop|autovac-restart}"
exit 1
;;
esac
exit 0
. /usr/share/postgresql-common/init.d-functions
VERSION=8.1
case "$1" in
start)
start $VERSION
;;
stop)
stop "$VERSION"
;;
restart)
restart "$VERSION"
;;
force-reload | reload)
reload $VERSION
;;
status)
status $VERSION
;;
autovac-start)
autovac_start $VERSION
;;
autovac-stop)
autovac_stop $VERSION
;;
autovac-restart)
autovac_restart $VERSION
;;
*)
echo "Usage: $0 {start|stop|restart|reload|force-reload|status|autovac-start|autovac-stop|autovac-restart}"
exit 1
;;
esac
exit 0
PostgreSQL 8.1
Publié le 18/01/2006 @ 20:44:28,
Par ovhPoste le contenu de ça aussi :
/usr/share/postgresql-common/init.d-functions
/usr/share/postgresql-common/init.d-functions
Je n'ai rien à voir avec www.ovh.com
PostgreSQL 8.1
Publié le 18/01/2006 @ 21:27:46,
Par pipoPoste un peu ton /etc/shadow et /etc/passwd stp.
./Make sex | ( . ) ( . ) | Je n'ai rien à voir avec Zion l'informaticien gay
PostgreSQL 8.1
Publié le 18/01/2006 @ 21:28:57,
Par cauetJ'allais le dire
PostgreSQL 8.1
Publié le 18/01/2006 @ 21:31:03,
Par cauet/etc/shadow
pipo:*:1pi2po52le9:0:9ner99dz99:7:::
/etc/passwd
pipo:x:6:12:man:/dev/null
PostgreSQL 8.1
Publié le 18/01/2006 @ 21:34:53,
Par pipo/etc/shadow
pipo:*:1pi2po52le9:0:9ner99dz99:7:::
/etc/passwd
pipo:x:6:12:man:/dev/null
Ouééé je suis un garçon
./Make sex | ( . ) ( . ) | Je n'ai rien à voir avec Zion l'informaticien gay
PostgreSQL 8.1
Publié le 19/01/2006 @ 11:48:31,
Par cauetT'a une idée pour cette e"'"' de demande de password rfr? cai pénible