[csw-maintainers] Buildfarm setup - documentation

Maciej (Matchek) Bliziński maciej at opencsw.org
Fri Oct 4 21:27:06 CEST 2013


2013/10/4 Peter FELECAN <pfelecan at opencsw.org>:
>> Looks like the missing max_allowed_packet setting.
>
> But:
>
> $ cat /etc/opt/csw/my.cnf
> [mysqld]
> max_allowed_packet=64M
>
> how do you explain that? And, of course, the database server was started
> after the insertion of these lines.

Maybe there's another file taking precedence that you've created
earlier. You can look in the startup script to see the possible my.cnf
file locations.

>>> I have seen hour note on the cswutils issue with missing
>>> dependencies. You need to state which is the correct context of usage
>>> for pkgdb.
>>
>> This is done this way:
>>
>> cd .../path/to/gar/sources
>> bin/pkgdb <command>
>
> It wasn't clear at all

Maybe it's just so deeply ingrained in my brain that I no longer see
it possible any other way. But I do include this explicitly in the new
setup docs: http://wiki.opencsw.org/checkpkg#toc20

> ant, BTW I dare to disagree with the idea that
> cswutils should not contain pkgdb and it must be run from mgar. The use
> case for which I care is when the database server is not the building
> machine.

There are two separate issues:

1. what there is
2. what there ought to be

Maybe it'd be better for some reason if pkgdb worked from /opt/csw/bin
(issue 2), but it currently doesn't (issue 1). So if you try running
the one from /opt/csw/bin, it will likely fail.

Maciej


More information about the maintainers mailing list