Greetings,

On Thu, Jul 19, 2012 at 10:00 PM, xipmox <vincent.mcint...@gmail.com> wrote:
> The process looks like this to 'ps' (ie I think I got the syntax right - did
> I?)
> jenkins    435   433  2 Jul19 ?        00:30:15 /usr/bin/java -jar
> /usr/share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war
> --httpPort=8080 --ajp13Port=-1 -Dhudson.DNSMultiCast.disabled=true
>
> but lsof shows it is still listening on 5353.
> java    435 jenkins  244u  IPv4   94661685               UDP *:5353

https://github.com/jenkinsci/jenkins/blob/jenkins-1.474/core/src/main/java/hudson/DNSMultiCast.java#L24
https://github.com/jenkinsci/jenkins/blob/jenkins-1.474/core/src/main/java/hudson/DNSMultiCast.java#L81

Those two lines make it pretty clear that jmDNS should not be launched.

Would you please put the -Dhudson.DNSMultiCast.disabled=true
immediately after the /usr/bin/java instead of after the -jar ? It
seems fairly silly to me, but it may be being passed as an argument to
the jenkins.war instead of to Java.

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

Reply via email to