OpenSolaris

Printable Version Enter a New Search
Bug ID 6577516
Synopsis getsockname() on AF_UNIX returns all zeros in the socket address structure
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:sockfs
Keywords opensolaris | rtiq_regression
Responsible Engineer Jonathan Anderson
Reported Against snv_67
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_70
Fixed In snv_70
Release Fixed solaris_nevada(snv_70) , solaris_10u5(s10u5_01) (Bug ID:2151076)
Related Bugs 6525871
Submit Date 5-July-2007
Last Update Date 8-August-2007
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.
Work Around
N/A
Comments
N/A