Poster une réponse à un sujet: PostgreSQL 8.1
Attention, ce sujet est un sujet ancien (6456 jours sans réponse)
cauet
le soir est'il tombé?
rfr
j'ai pas accès à ma machine d'ici, je regarderai ce soir
cauet
T'a une idée pour cette e"'"' de demande de password rfr? cai pénible
pipo
/etc/shadow
pipo:*:1pi2po52le9:0:9ner99dz99:7:::
/etc/passwd
pipo:x:6:12:man:/dev/null
Ouééé je suis un garçon
cauet
/etc/shadow
pipo:*:1pi2po52le9:0:9ner99dz99:7:::
/etc/passwd
pipo:x:6:12:man:/dev/null
cauet
J'allais le dire
pipo
Poste un peu ton /etc/shadow et /etc/passwd stp.
ovh
Poste le contenu de ça aussi :
/usr/share/postgresql-common/init.d-functions
/usr/share/postgresql-common/init.d-functions
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
rfr
Post 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