<HTML><HEAD>
<META content=IE=5 http-equiv=X-UA-Compatible>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<STYLE id=mysingle_style type=text/css>.search-word {
        BACKGROUND-COLOR: #ffee94
}
P {
        MARGIN-BOTTOM: 5px; FONT-SIZE: 11pt; FONT-FAMILY: Arial, arial; MARGIN-TOP: 5px
}
TD {
        MARGIN-BOTTOM: 5px; FONT-SIZE: 11pt; FONT-FAMILY: Arial, arial; MARGIN-TOP: 5px
}
LI {
        MARGIN-BOTTOM: 5px; FONT-SIZE: 11pt; FONT-FAMILY: Arial, arial; MARGIN-TOP: 5px
}
BODY {
        FONT-SIZE: 11pt; FONT-FAMILY: Arial, arial
}
</STYLE>

<META name=GENERATOR content=ActiveSquare>
<STYLE id=knox_style type=text/css>P {
        MARGIN-BOTTOM: 5px; FONT-SIZE: 11pt; FONT-FAMILY: Arial, arial; MARGIN-TOP: 5px
}
</STYLE>
</HEAD>
<BODY style="OVERFLOW: auto">
<P></P>
<P>Hi Tim,</P>
<P><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'"></SPAN>&nbsp;</P>
<P><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">I have disabled 'DNSMultiCast' temporarily&nbsp;via Manage Jenkins -&gt; System Log -&gt; Log Levels (on the left)<BR>and also deleted the /var/log/jenkins/jenkins.log file.</SPAN></P>
<P><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">I&nbsp;tried a few things to permanently disable 'DNSMultiCast' inside the container (/etc/default/jenkins file)</SPAN></P>
<P><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">Add the below JAVA_ARGS and restarted fuego but did not see it getting added under <A href="http://107.108.34.124:8080/fuego/systemInfo">http://107.108.34.124:8080/fuego/systemInfo</A></SPAN></P>
<P><FONT face="Courier New"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">JAVA_ARGS="-Djava.awt.headless=true -Dhudson.DNSMultiCast.disabled=true"</SPAN></FONT></P>
<P><FONT face="Courier New"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'"></SPAN></FONT>&nbsp;</P>
<P><FONT face="Courier New"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">I also tried -&gt; </SPAN></FONT><FONT style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'" face="Courier New"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">JAVA_ARGS="</SPAN>-Dhudson.DNSMultiCast.disabled=true" but did not work. Only Manage Jenkins -&gt; System Log -&gt; Log Levels (on the left) works.</FONT></P>
<P>Is there any way to permanently disable it within the container, so that each time I restart the container I don't have to do this -&gt; Manage Jenkins -&gt; System Log -&gt; Log Levels (on the left)<BR></P>
<P>Also, I tried setting the timezone to 'Asia/Kolkata' in /etc/default/jenkins file (add below arguments)&nbsp;but it also never gets updated</P>
<P><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">JAVA_ARGS="-Dorg.apache.commons.jelly.tags.fmt.timeZone=Asia/Kolkata"</SPAN></P>
<P>Please let me know how to set timezone permanent as well.</P>
<P>&nbsp;</P>
<P>Basically I want to keep everything updated in the container so that I can easily port it across machines.</P>
<P>&nbsp;</P>
<P>During the whole process there was an interesting&nbsp;observation detailed below.</P>
<P>To edit timezone to 'Asia/Kolkata' I tried many things in /etc/default/jenkins file.</P>
<P>In one such case, I appended the below phrase to 'JENKINS_ARGS'&nbsp;in /etc/default/jenkins file, which seems erroneous,</P>
<P>JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpPort=8080 --prefix=/storm <SPAN style="COLOR: #ff0000">--Dorg.apache.commons.jelly.tags.fmt.timeZone=Asia/Kolkata</SPAN>"</P>
<P>saved the file,&nbsp;exited fuego, and tried to restart the container but it failed to start as shown below,</P>
<P>&nbsp;</P>
<P><A href="mailto:dhinakar@userl2:~/fuego$">dhinakar@userl2:~/fuego$</A> ./fuego-host-scripts/docker-start-container.sh fuego-docker-container-12thNov2018</P>
<P>Starting Fuego container (fuego-docker-container-12thNov2018)<BR>[FAIL] Starting Jenkins Continuous Integration Server: jenkins failed!<BR>Please create Fuego docker container via docker-create-container.sh script</P>
<P>&nbsp;</P>
<P>So the question is, if we make such mistake to /etc/default/jenkins file and not able to start the container, is there a way to fix it from outside the container?</P>
<P>Because in my case I&nbsp;had to create a new container, so lost all changes done inside my previous container.<BR></P>
<P>Regards,</P>
<P>Dhinakar</P>
<P></P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>--------- <B>Original Message</B> ---------</P>
<P><B>Sender</B> : Tim.Bird@sony.com&nbsp;&lt;Tim.Bird@sony.com&gt;</P>
<P><B>Date</B> : 2018-11-14 13:13 (GMT+5:30)</P>
<P><B>Title</B> : RE: [Fuego] Fuego docker container size keeps growing and hits maximum storage capacity</P>
<P><B>To : </B>Tim.Bird@sony.com, Dhinakar Kalyanasundaram&lt;dhinakar.k@samsung.com&gt;, fuego@lists.linuxfoundation.org</P>
<P>&nbsp;</P><PRE>This seems like a band-aid rather than a fix, but here's some information
about turning down the logging for Jenkins.  A proper fix would be to figure
out what error in your networking setup is causing the DNS errors, and fix
that.  But disabling logging might help.

Here's the logging level fix:
https://stackoverflow.com/questions/31719756/how-to-stop-jenkins-log-from-becoming-huge

See the last answer in that thread.  It has a workaround to turn off DNSMultiCast,
which might be the cause of the problem.
 --  Tim



&gt; &gt; -----Original Message-----
...

&gt; 
&gt; Looks like it could be related to this bug in Jenkins, having to do with
&gt; multicast:
&gt; https://issues.jenkins-ci.org/browse/JENKINS-25369
&gt; 
&gt; I would truncate the log file, stop the container, and see if there's some way
&gt; to
&gt; disable DNSMultiCast.  Something appears to have gone wrong with your
&gt; network
&gt; configuration.  It could be the docker virtual network, or maybe something
&gt; has
&gt; changed about your physical networks.
&gt; 
&gt;  -- Tim
&gt; 
&gt; _______________________________________________
&gt; Fuego mailing list
&gt; Fuego@lists.linuxfoundation.org
&gt; https://lists.linuxfoundation.org/mailman/listinfo/fuego
</PRE><table id=confidentialsignimg data-cui-lock="true" namo_lock><tr><td>
<!--<p>&#10;<img border="0" src="http://www.samsung.net/pt_images/PCL/securityimage/MSI_20140519003732214.gif"/></p>&#10;-->
<p><img border="0" src="cid:XOK0LK7CT9SZ@namo.co.kr"/></p> 
</td></tr></table></BODY></HTML><img src='http://ext.samsung.net/mail/ext/v1/external/status/update?userid=dhinakar.k&do=bWFpbElEPTIwMTgxMTE0MTMyNzE3ZXBjbXM1cDZhZTkzODI1ZGI0OGU0YmE4YWZjNjdjNWViYTczZmJlZCZyZWNpcGllbnRBZGRyZXNzPWZ1ZWdvQGxpc3RzLmxpbnV4Zm91bmRhdGlvbi5vcmc_' border=0 width=0 height=0 style='display:none'>