Comment 19 for bug 533870

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote : Re: Changing the long name in users-admin to the same name results in an error

Thanks for these details. What's your UID (you can find this out using the 'id' command)?

Could you also install debugging packages for liboobs? See
http://ddebs.ubuntu.com/pool/main/libo/liboobs/

Then, please run 'gdb users-admin' and type:
break oobs-selfconfig.c:87
break oobs-selfconfig.c:178
run
next
print priv->uid
print getuid()
continue

Then reproduce the problem, and type
print priv->uid