|
Description
|
Category
database
Sub-Category
postgres
Description
Am getting the below error in the postgres logs when trying to create a datatbase. initdb works fine, but createdb fails with the error. I tried the bundled version (8.1), as well as one I compliled 8.2.4. I also tried it on several different servers all with the same error. It seemed to work fine on b52.
LOG: setsockopt(TCP_NODELAY) failed: Option not supported by protocol
Thanks....
Frequency
Always
Regression
No
Steps to Reproduce
1. initdb -D /usr/local/pgsql/data
2. createdb test
Expected Result
The database should get created.
Actual Result
createdb: could not connect to database postgres: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
-bash-3.00$
With the below message in the postgres log:
LOG: setsockopt(TCP_NODELAY) failed: Option not supported by protocol
Error Message(s)
createdb: could not connect to database postgres: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
-bash-3.00$
LOG: setsockopt(TCP_NODELAY) failed: Option not supported by protocol
Test Case
Workaround
Unknown
Submitter wants to work on bug
No
Additional configuration information
AMD 64bit Athlon 3ghz, 2GB RAM, nge network interface.
Adding STP to this bug as it's considered a showstopper for the SXDE release.
|