When I try:
passenger start -p 3003
I got the error:
You cannot specify both --address/--port and --socket. Please choose either one.
Eventually I found that there was a new file
Passengerfile.json
which I didn't create at all. Removed the file, passenger work fine again.
I guess the question, now, is how was that file created?