From: | "qintao" <qintao(at)huaweisymantec(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #5979: postgres service cannot be started if database is located in NAS |
Date: | 2011-04-14 20:57:12 |
Message-ID: | 201104142057.p3EKvCBl032916@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: 5979
Logged by: qintao
Email address: qintao(at)huaweisymantec(dot)com
PostgreSQL version: 8.4.7
Operating system: windows server 2008
Description: postgres service cannot be started if database is
located in NAS
Details:
steps to reproduce
1. Share a directory (say \data) from a NAS
2. map the shared directory to a Windows server 2008 R2 host to be a network
drive (say Z:)
3. install postgresql to the Windows Server 2008 R2 with the database as
z:\db\.
4. try to start the postgresql service from service.msc
It's failed with a log in the event viewer:
postgres cannot access the server configuration file
"C:/symbollink/postgresql.conf": No such file or directory
5. start a Command Prompt, execute the below cmd:
C:/Program Files (x86)/PostgreSQL/8.4/bin/pg_ctl.exe start -N
"postgresql-8.4" -D "C:/symbollink" -w
the service can be started.
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2011-04-14 21:28:40 | Re: BUG #5974: UNION construct type cast gives poor error message |
Previous Message | Mike Fowler | 2011-04-14 16:47:37 | Re: BUG #5974: UNION construct type cast gives poor error message |