mogstored --httplisten
127.0.0.20:7500 --mgmtlisten
127.0.0.20:7501 --
docroot /var/mogdata/
127.0.0.20
Running.
ERROR: Need to be root to increase max connections.
ERROR: Can't start service 'mogstored' on
127.0.1.5:7001: Error
creating listening socket: IO::Socket::INET: Address already in use
Invalid configuration. (shouldn't happen?) Stopping.
Why doesn't command line parameters take precedence? The
127.0.0.5:7001 is defined in /etc/mogilefs/mogstored.conf which I
don't expect to overwrite command line options. Renaming
mogstored.conf to foo.conf solves the problem.