Re: cvm-testclient newbie question
Dale Woolridge <[email protected]>
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Message-ID | <[email protected]> |
On 17-Mar-2005 14:35 Richard Blalock wrote:
|
| What is the appropriate syntax to use one of the cvm binaries to
| authenticate against the unix /etc/passwd file? Every possible
| combination of variables I try leaves me with one of two possible
| responses
Assuming you tried something like:
cvm-testclient cvm-unix <account> <domain> <password>
If this isn't run with sufficient privileges, you'll probably
get a #100 error. If you're going to be running this via an
unprivileged service, I'd recommend setting up a non-cvm-command
service (e.g. cvm-local) and referencing that as your cvm.
Your test might then look something like:
cvm-testclient cvm-local:/var/run/cvm/socket ...
| Authentication failed, error #1
This is a general error, but I've seen it when the cvm module
supplied is not valid (either because it doesn't exist or isn't
in the current path). Once you can get cvm-unix to work reliably
with the test client, then try creating the local cvm service.
--
-dale