This is a discussion on BUG #2493: bug with initdb under an administrator within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 2493 Logged by: Alexander Pravdin Email address: speller@yandex.ru PostgreSQL version: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 2493 Logged by: Alexander Pravdin Email address: speller@yandex.ru PostgreSQL version: 8.1.4 Operating system: Windows XP Description: bug with initdb under an administrator Details: If I run the initdb under an administrator, the program crashes without any error reporting. The last string in the output is "creating base template1 in E:/usr/local/postgres/data/base/1 ..." (translated from russian) The "data" directory remains empty. Under the limited user account initialization completed successfully. I think the program should report if it require to run under a limited user account. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| > Bug reference: 2493 > Logged by: Alexander Pravdin > Email address: speller@yandex.ru > PostgreSQL version: 8.1.4 > Operating system: Windows XP > Description: bug with initdb under an administrator > Details: > > If I run the initdb under an administrator, the program > crashes without any error reporting. The last string in the output is > > "creating base template1 in E:/usr/local/postgres/data/base/1 ..." > (translated from russian) > > The "data" directory remains empty. > > Under the limited user account initialization completed successfully. > > > I think the program should report if it require to run under > a limited user account. Hm. It does for me. Do you get something in the eventlog? Perhaps it's incorrectly thinking it's running as a service, and logging there instead? Do you run this from the commandline, or from inside another program? Finally, you can try the initdb version at http://www.hagander.net/pgsql/initdb...user_8.1.4.zip. It's the 8.1.4 initdb with the run-as-admin fixes from HEAD backpatched. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| Thread Tools | |
| Display Modes | |
|
|