> How many sockets are you activating? LISTEN_FDS should match > that number.
I am “activating” only 1 socket, and the error is seen with both a TCP and a UNIX type socket. > Can you dump out the inherited, and LISTEN_* env variables with > the following? Yes, everything looks as expected, one inherited socket starting at fd number 3: I=[3] PID=4869 FDS=1 Also tried with Ruby 2.2.1, same results. FWIW, my rubies are compiled by system-wide RVM with no special options given to it. Thanks for taking the time to investigate, really appreciated. Regards, Amir
