Sarah Walters wrote:
Hi,
I just attempted to install func with a debian etch overlord (gygax)
and an ubuntu hardy minion (avatar). Other than a few errors in the
init files, easily fixed, the installation appeared to work fine.
However, a closer look shows me that none of the modules have
installed. Did I miss something in the installation, or is there a
problem with the modules under debian-based systems?
root@gygax:/opt/lib/python2.4/site-packages/func/overlord# python
test_func.py
{'avatar': ['REMOTE_ERROR',
'func.minion.codes.InvalidMethodException', '', ' File
"/opt/lib/python2.5/site-packages/func/minion/server.py", line 233, in
_dispatch\n return self.get_dispatch_method(method)(*params)\n
File "/opt/lib/python2.5/site-packages/func/minion/server.py", line
107, in get_dispatch_method\n raise
codes.InvalidMethodException\n'], 'gygax': ['REMOTE_ERROR',
'func.minion.codes.InvalidMethodException', '', ' File
"/opt/lib/python2.4/site-packages/func/minion/server.py", line 233, in
_dispatch\n return self.get_dispatch_method(method)(*params)\n
File "/opt/lib/python2.4/site-packages/func/minion/server.py", line
107, in get_dispatch_method\n raise codes.InvalidMethodException\n']}
Thanks,
Sarah Walters
_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list
Hmm, that source file probably doesn't belong in the codebase anymore.
If you'd like to test Func and certmaster, I'd recommend starting out with:
func '*' check
func '*' ping
func "*" call system list_modules
func "*" call command run "/bin/echo hello world"
And see if you encounter any problems.
There are test scripts with the source checkout, if you want to try
those, feel free to take a look... (test-it.sh in "tests"). Note that
the last several tests there /intentionally/ produce errors to make sure
we can handle them, so that's normal.
Let us know how it all works out, I'm very much interested in seeing
Func happy on Debian (and hopefully available via apt).
--Michael
_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list