On Thu, Jan 09, 2014 at 08:45:35PM -0500, Michael K. Johnson wrote:
> Not the first time that I've had to admit failure before realizing
> I was looking in the wrong log file for error messages.  The rmake
> repository needed to be migrated to a new major repository schema
> version (server.py --migrate).  The updated rmake successfully
> built and committed the new python-sandman package as a test run.

On IRC, I see:

08:20 < TForsman> 
/usr/lib64/python2.6/site-packages/conary/dbstore/sqlite_drv.py:61
08:20 < TForsman> CursorError: database schema has changed args: 
                  (ProgrammingError('database schema has changed',),)

This is essentially the same error I ran into on the cluster,
though delivered from the postgres driver instead of sqlite.
In multinode rmake, it is logged, and I accidentally looked in the
wrong log file which was why I missed it the first time.

As root, please try running the following commands:

service rmake stop
/usr/lib64/python2.6/site-packages/conary/server/server.py --config-file 
/srv/rmake/repos/serverrc --migrate
service rmake start

Let us know whether that fixes the problem.

_______________________________________________
Foresight-devel mailing list
[email protected]
https://lists.foresightlinux.org/mailman/listinfo/foresight-devel

Reply via email to