<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">This is happening because kojid is authenticating as a user that is not
associated with a build host (or perhaps not authenticating at all).
You can't run kojid as a regular user (or anonymously). The hub is
trying to determine which host is calling the function and is not
finding one. Certain calls can only be executed by build hosts.<br>
<br>
When you created the host entry (koji add-host ...), an associated user
was created with the same name. This is the user that kojid should
authenticate as.<br>
<br>
And just to clarify, the users I'm talking about are the ones internal to koji, not the system users.</blockquote><div><br>Thanks. However, how can I associate the kojid user with a build host? Does it mean that I have to configure a DNS to make all this names associate together? Or is there something that I need to configure which I may not have done? <br>
<br>At the beginning of wiki "<a href="https://fedoraproject.org/wiki/Koji/ServerHowToProposed" target="_blank">https://fedoraproject.org/wiki/Koji/ServerHowToProposed</a>", it is mentioned that - "<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
Builders<br>     By default these will be referred to as <i>kojibuilderX</i>, but can also be the hostname(s) of the boxes that will be setup as builders. TODO: can also or should ?
<br></blockquote>
"<br>I think this may be why I can't make it correctly. What I'm confused now is what the mentioned "hostname(s)". <br><br></div>