Jake,
Sorry for the late reply. Back to School tasks finally completed,
I now have some more time to devote to roster. I'm still failing to
get the user tools installed correctly.
I have "svn up" to the current release. And used python to resintall
the user tools. I have the server up and running with its config in /
etc/roster/roster_server.conf. My intention is to let the user config
live in that directory as well.
/usr/local/src/roster-dns-management/roster-user-tools# scripts/
roster_user_tools_bootstrap --server=localhost
Traceback (most recent call last):
File "scripts/roster_user_tools_bootstrap", line 83, in <module>
main(sys.argv[1:])
File "scripts/roster_user_tools_bootstrap", line 77, in main
config_file_object.set(section, 'cred_file', options.credfile)
File "/usr/lib/python2.6/ConfigParser.py", line 659, in set
raise TypeError("option values must be strings")
TypeError: option values must be strings
Do I need a blank or template user config file in place before trying
to bootstrap? The error appears to be failing to set something in the
credential file, or possibly the credential file name itself. This
happens whether or not I set the ROSTER_USER_CONFIG environment
variable, or have a blank file or no file in place for
roster_user_tools.conf
Jeff