-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 1.6.5
-
Component/s: Build
-
None
-
Environment:SunOS 5.11 oi_148 i86pc i386 i86pc
-
Solaris
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
When installing the current SunOS binaries, mongodb-sunos5-x86_64-1.6.5.tgz
the system info, showed on startup and in the web interface, shows incorrect system information.
Current result:
sys info: SunOS fhm8e4dc.joyent.us 5.11 snv_89 i86pc BOOST_LIB_VERSION=1_38
Expected result (in my case):
sys info: SunOS xxx 5.11 oi_148 i86pc i386 i86pc BOOST_LIB_VERSION=1_46
The original response of 'uname -a' command is embedded/hard coded in the current binaries (mongod binary, line 57970), instead of executed on the current server.
This makes it harder for us to identify and manage different MongoDB servers.