![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
AT THIS POINT I DID CTRL+Z AS NOTHING ELSE HAPPENED |
#3
| |||
| |||
|
|
INITIALISATION IS SUCCESSFUL bash-2.05b$ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data LOG: could not create IPv6 socket: Address family not supported by protocol LOG: database system was shut down at 2004-04-29 10:51:19 NZST LOG: checkpoint record is at 0/9B1058 LOG: redo record is at 0/9B1058; undo record is at 0/0; shutdown TRUE LOG: next transaction ID: 536; next OID: 17142 LOG: database system is ready AT THIS POINT I DID CTRL+Z AS NOTHING ELSE HAPPENED [1]+ Stopped /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data POSMASTER HAS STOPPED bash-2.05b$ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data FATAL: lock file "/usr/local/pgsql/data/postmaster.pid" already exists HINT: Is another postmaster (PID 19495) running in data directory "/usr/local/pgsql/data"? bash-2.05b$ UNABLE TO RESTART? ANOTHER INSTANCE OF POSTMASTER RUNNING? NO!! If someone could explain to me what is going on I would appreciate it. Without a doubt one of the more user unfriendly programmes I have come across! |
#4
| |||
| |||
|
|
Thankyou to all the people who have taken the time to reply my posts, unfortunately nothing has worked. ![]() bash-2.05b$ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data LOG: could not create IPv6 socket: Address family not supported by protocol LOG: database system was shut down at 2004-04-29 10:51:19 NZST LOG: checkpoint record is at 0/9B1058 LOG: redo record is at 0/9B1058; undo record is at 0/0; shutdown TRUE LOG: next transaction ID: 536; next OID: 17142 LOG: database system is ready AT THIS POINT I DID CTRL+Z AS NOTHING ELSE HAPPENED [1]+ Stopped /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data POSMASTER HAS STOPPED bash-2.05b$ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data FATAL: lock file "/usr/local/pgsql/data/postmaster.pid" already exists HINT: Is another postmaster (PID 19495) running in data directory "/usr/local/pgsql/data"? bash-2.05b$ UNABLE TO RESTART? ANOTHER INSTANCE OF POSTMASTER RUNNING? NO!! If someone could explain to me what is going on I would appreciate it. Without a doubt one of the more user unfriendly programmes I have come across! |
developers, any plans for a desktop icon? A tooltray icon would help, too.|
Bob at that point where you hit CTRL-Z you could just hit return. When you did that, you stopped the postmaster by setting it to |
#5
| |||
| |||
|
|
Robert Morgan <robert_ (AT) ihug (DOT) co.nz> writes: AT THIS POINT I DID CTRL+Z AS NOTHING ELSE HAPPENED You seem to be missing the fundamental concept that you want to start the postmaster as a background process. See http://www.postgresql.org/docs/7.4/s...ter-start.html regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org) |
![]() |
| Thread Tools | |
| Display Modes | |
| |