vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Cannot get Postgres 8.2 working on Debian sid using the Debian package. At the config stage I get a message telling me to run:- pg_createcluster 8.2 main --start Doing this (as root) produces the following output:- Creating new cluster (configuration: /etc/postgresql/8.2/main, \ data: /var/lib/postgresql/8.2/main)... sh: /dev/null: Permission denied fgets failure: Success The program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/8.2/bin/initdb". Check your installation. Error: initdb failed But the program postgres IS in the same directory as initdb 8.1 installed OK on my Etch server so I tried that on sid Same result Anyone any ideas? -- Regards, Joe ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Joe Masters wrote: > Cannot get Postgres 8.2 working on Debian sid using the Debian package. > At the config stage I get a message telling me to run:- > pg_createcluster 8.2 main --start > > Doing this (as root) produces the following output:- > > Creating new cluster (configuration: /etc/postgresql/8.2/main, \ > data: /var/lib/postgresql/8.2/main)... > sh: /dev/null: Permission denied Huh!? Make sure /dev/null has appropriate privileges. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| Thread Tools | |
| Display Modes | |
|
|