-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Ubuntu 10.10
The init script used on debian-like systems (/etc/init.d/jenkins) checks to see whether the selected port is already in use upon startup. The shell command used to do so will match any common prefix of the selected port.
For example, if I try to run Jenkins on port 80 and another service is listening on port 801, the test will match the "80" prefix and report that port 80 is in use.