<div dir="ltr"><div>Hi, <br><br></div>Thanks for reporting this issue. <br>I&#39;ve got the following fix into master and release26<br><br>diff --git a/cobbler/modules/manage_in_tftpd.py b/cobbler/modules/manage_in_tftpd.py<br>index b53672c..578fd3f 100644<br>--- a/cobbler/modules/manage_in_tftpd.py<br>+++ b/cobbler/modules/manage_in_tftpd.py<br>@@ -40,7 +40,7 @@ def register():<br> class InTftpdManager:<br> <br>     def what(self):<br>-        return &quot;tftpd&quot;<br>+        return &quot;in_tftpd&quot;<br> <br>     def __init__(self, config, logger):<br>         &quot;&quot;&quot;<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 13, 2014 at 8:14 PM, Greg Chavez <span dir="ltr">&lt;<a href="mailto:greg.chavez@gmail.com" target="_blank">greg.chavez@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Cloned Cobbler 2.6.5 onto CentOS 6.5, installed as an rpm.</div><div><br></div><div>Among the usual cobbler check warnings from a new install, I was getting this:</div><div><br></div><div>1 : Unmanaged tftpd server &#39;tftpd&#39;</div><div><br></div><div>And this was despite having the system tftp-server package installed and enabled in xinetd. I poked around and found these lines in python2.6/site-packages/cobbler/action_check.py (72-83):</div><div><br></div><div><div>       mode = self.config.api.get_sync().tftpd.what()</div><div>       self.check_tftpd_dir(status)</div></div><div><div>       if mode == &quot;in_tftpd&quot;:</div><div>           self.check_tftpd_bin(status)</div><div>           self.check_tftpd_conf(status)</div><div>       elif mode == &quot;tftpd_py&quot;:</div><div>           self.check_ctftpd_bin(status)</div><div>           self.check_ctftpd_conf(status)</div><div>       else :</div><div>          status.append(&quot;Unmanaged tftpd server &#39;%s&#39;&quot; % mode)</div></div><div><br></div><div>Simply changing in_tftpd to tftpd, cleared the check warning. But before I make a pull request, I wanted to ask if perhaps the issue is not this code but tftpd.what. I am not a python programmer, so of I can&#39;t find/xargs/grep it out, I likely can&#39;t figure out what&#39;s going on.</div><div><br></div><div>What&#39;s the right way to fix this?</div><div><br></div><div>Thanks.</div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br>\*..+.-<br>--Greg Chavez<br>+//..;};
</font></span></div>
<br>_______________________________________________<br>
cobbler mailing list<br>
<a href="mailto:cobbler@lists.fedorahosted.org">cobbler@lists.fedorahosted.org</a><br>
<a href="https://lists.fedorahosted.org/mailman/listinfo/cobbler" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/cobbler</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Grtz,<br>Jörgen Maas
</div>