[Server-devel] idmgr broken in latest 0.6

Daniel Drake dsd at laptop.org
Tue Aug 18 03:02:22 EDT 2009


Hi Martin,

Latest idmgr in the XS is broken. No laptops can register because the
database is still in the v2 format.

/home/idmgr/create_registration only creates a v2 database, and marks
the fs accordingly:
    echo 2 > /home/idmgr/storage_format_version

The spec file would then ordinarily cause the upgrade_2_to_3 to be
run, but it doesn't because commit 5ef89de945 makes the spec file
update that file to '3'

I think you should remove the line of code that updates
/home/idmgr/storage_format_version from the spec file (since
create_registration does that), and update create_registration to make
a v3 db.

Also, xs-restore needs the attached patch. Can you throw that in at
the same time?

Thanks,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: create_user.patch
Type: text/x-patch
Size: 1434 bytes
Desc: not available
Url : http://lists.laptop.org/pipermail/server-devel/attachments/20090818/3e4517b7/attachment.bin 


More information about the Server-devel mailing list