> On Wednesday, July 18, 2012 9:47:53 PM UTC+10, Jesse Farinacci wrote:
>>
>>
>>  Is it possible to make jenkins ignore mDNS? 
>>
>>
>> https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties
>>  
>>
>> hudson.DNSMultiCast.disabled 
>>
>  
I've given this a spin for a day or so and it doesn't seem to have the 
desired effect.

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 

I looked at the code and it seems 
like core/src/main/java/hudson/DNSMultiCast.java should be doing the right 
thing.
But I have trouble understanding what 
core/src/main/java/jenkins/model/Jenkins.java is doing.
Is it unconditionally setting up an mdns listener?

Reply via email to