2013/10/4 Peter FELECAN <[email protected]>: >> 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 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
