FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora Build System

 
 
LinkBack Thread Tools
 
Old 01-20-2010, 09:19 AM
dust
 
Default can't add a second kojibuilder host,

i have installed kojihub, kojibuilder,*kojira on my koji server(hostname is 186), * and regen-repo successed.
$ koji regen-gen dist-fc10-build ***//task return complete
now i want add a second kojibuilder(hostname is 188), *but regen-repo failed.$*koji list-hosts --channel=createrepoHostname * * * * * * * * * * Enb Rdy Load/Cap Arches * * * * * Last Updatekojibuilder1 * * * * * * * * Y * Y * *0.0/16.0 i386 * * * * * * 2010-01-20 18:05:21kojibuilder2 * * * * * * * * Y * Y * *0.0/16.0 i386 * * * * * * 2010-01-20 18:05:20
$ koji regen-host dist-fc10-build
**//task return failed.
search /var/log/kojid.log---[WARNING] koji.build.TaskManager: Repo directory missing: /mnt/koji/repos/dist-fc10-build/7---
can anybody help me *how to fix the failed.

--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
 
Old 01-20-2010, 09:53 AM
Steve Traylen
 
Default can't add a second kojibuilder host,

2010/1/20 dust <smile021@163.com>:
> i have installed kojihub, kojibuilder,*kojira on my koji server(hostname is
> 186), * and regen-repo successed.
> $ koji regen-gen dist-fc10-build
> **//task return complete
> now i want add a second kojibuilder(hostname is 188), *but regen-repo
> failed.
> $*koji list-hosts --channel=createrepo
> Hostname * * * * * * * * * * Enb Rdy Load/Cap Arches * * * * * Last Update
> kojibuilder1 * * * * * * * * Y * Y * *0.0/16.0 i386 * * * * * * 2010-01-20
> 18:05:21
> kojibuilder2 * * * * * * * * Y * Y * *0.0/16.0 i386 * * * * * * 2010-01-20
> 18:05:20
> $ koji regen-host dist-fc10-build
> **//task return failed.
> search /var/log/kojid.log
> ---
> [WARNING] koji.build.TaskManager: Repo directory missing:
> /mnt/koji/repos/dist-fc10-build/7
> ---
> can anybody help me *how to fix the failed.

Any hosts in createrepo channel require filesystem access
via nfs or whatever to /mnt/koji

Hosts not in createrepo do not need this file level access and
can do builds... As I understand it, never actually tried due to never
needed more than one host for everything.

Steve

>
>
> --
> buildsys mailing list
> buildsys@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/buildsys
>



--
Steve Traylen
--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
 
Old 01-20-2010, 09:58 AM
Christos Triantafyllidis
 
Default can't add a second kojibuilder host,

Hi dust,** I guess that your problem is that /mnt/koji is not shared between the two hosts.*
Cheers,Christos

On 20 Ιαν 2010, at 10:19 π.μ., dust <smile021@163.com> wrote:

i have installed kojihub, kojibuilder,*kojira on my koji server(hostname is 186), * and regen-repo successed.
$ koji regen-gen dist-fc10-build ***//task return complete
now i want add a second kojibuilder(hostname is 188), *but regen-repo failed.$*koji list-hosts --channel=createrepoHostname * * * * * * * * * * Enb Rdy Load/Cap Arches * * * * * Last Updatekojibuilder1 * * * * * * * * Y * Y * *0.0/16.0 i386 * * * * * * 2010-01-20 18:05:21kojibuilder2 * * * * * * * * Y * Y * *0.0/16.0 i386 * * * * * * 2010-01-20 18:05:20
$ koji regen-host dist-fc10-build
**//task return failed.
search /var/log/kojid.log---[WARNING] koji.build.TaskManager: Repo directory missing: /mnt/koji/repos/dist-fc10-build/7---
can anybody help me *how to fix the failed.

--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
 
Old 01-20-2010, 08:16 PM
Mike McLean
 
Default can't add a second kojibuilder host,

On 01/20/2010 05:53 AM, Steve Traylen wrote:
> Any hosts in createrepo channel require filesystem access
> via nfs or whatever to /mnt/koji

note that they only need read access.

> Hosts not in createrepo do not need this file level access and
> can do builds... As I understand it, never actually tried due to never
> needed more than one host for everything.

Correct. In fact I have a test env where /mnt/koji is not exported. The
other builders access only via http and the hub machine runs a copy of
kojid that is (only) in the createrepo channel so that regens can happen.

--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
 
Old 01-21-2010, 05:35 AM
dust
 
Default can't add a second kojibuilder host,

i have exported /mnt/koji from koji server, and regen repo successed.thank you for your help,在2010-01-21*05:16:37,"Mike*McLean"*<mikem@redhat.com> *写道:
>On*01/20/2010*05:53*AM,*Steve*Traylen*wrote:
>>*Any*hosts*in*createrepo*channel*require* filesystem*access
>>*via*nfs*or*whatever*to*/mnt/koji
>
>note*that*they*only*need*read*access.
>
>>*Hosts*not*in*createrepo*do*not*need*thi s*file*level*access*and
>>*can*do*builds...*As*I*understand*it,*ne ver*actually*tried*due*to*never
>>*needed*more*than*one*host*for*everything .
>
>Correct.*In*fact*I*have*a*test*env*where */mnt/koji*is*not*exported.*The*
>other*builders*access*only*via*http*and*th e*hub*machine*runs*a*copy*of*
>kojid*that*is*(only)*in*the*createrepo*cha nnel*so*that*regens*can*happen.
>
>--
>buildsys*mailing*list
>buildsys@lists.fedoraproject.org
>https://admin.fedoraproject.org/mailman/listinfo/buildsys


--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
 

Thread Tools




All times are GMT. The time now is 08:23 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright 2007 - 2008, www.linux-archive.org