BUG #2363: password authentication failed

From: "zhu" <vispper(at)163(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2363: password authentication failed
Date: 2006-03-29 10:20:53
Message-ID: 200603291020.k2TAKrub058663@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2363
Logged by: zhu
Email address: vispper(at)163(dot)com
PostgreSQL version: 8.1.3
Operating system: winxp sp2
Description: password authentication failed
Details:

i download a non-install version of psql, and install it in volumn f:, but i
can not use psql.exe on f:, other volumn was ok. why???

----------------- system information
c: fat16
d: fat32
e: ntfs (system volumn)
f: ntfs (psql app/data volumn)

----------------- how do i run the app
download a non-install 8.1.3 of psql zip file.
extract into f:\soft
goto psql\bin, run
"initdb -D ../data -A md5 -W"
after input superuser's password, i start it
"pg_ctl -D ../data start

----------------- psql commands
C:\>F:\soft\psql8\bin\psql.exe
: ^C
C:\>d:
D:\>F:\soft\psql8\bin\psql.exe
: ^C
D:\>e:
E:\>F:\soft\psql8\bin\psql.exe
: ^C
E:\>f:
F:\>F:\soft\psql8\bin\psql.exe
psql: FATAL: password authentication failed for user "zhu"

----------- pg_ctl LOG
F:\soft\pgsql8\bin>LOG: database system was shut down at 2006-03-29
18:11:24 Ch
ina Standard Time
LOG: checkpoint record is at 0/38C2C0
LOG: redo record is at 0/38C2C0; undo record is at 0/0; shutdown TRUE
LOG: next transaction ID: 567; next OID: 10794
LOG: next MultiXactId: 1; next MultiXactOffset: 0
LOG: database system is ready
LOG: transaction ID wrap limit is 2147484148, limited by database
"postgres"
FATAL: password authentication failed for user "zhu"

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2006-03-29 17:51:11 Re: BUG #2363: password authentication failed
Previous Message Tomas Zerolo 2006-03-28 04:27:38 Re: BUG #2360: Backup produces "ERROR: could not convert UTF8 character to ISO8859-1"