200 HELLO - Build Forge Agent v7.0.1.122You should get messages if there are shared library problems. They can usually be resolved by setting the path correctly.
telnet localhost 5555You should again get a 200 HELLO response. If you do not, check your systems network configuration. Verify that the inetd configuration is correct, or check with your Linux or UNIX system administrator.
telnet localhost 5555 username <user name> password <password> cmd ping goYou should see a message like the following:
AUTH: set user account to <user name>If the above tests work but builds are failing, and a test of your server shows a user authentication error, check the pluggable authentication modules (PAM) configuration. If you see a message like the following, proceed to the next step.
AUTH: unable to set user account to <user name>: unknown account (1)
The format for each line of the file:
[application] [when] [mode] [module]The fields are as follows:
bfagent auth requisite pam_authtok_get.so.1 bfagent auth required pam_dhkeys.so.1 bfagent auth required pam_unix_cred.so.1 bfagent auth required pam_unix_auth.so.1
[when] [mode] [module]
Create a file named bfagent by copying it from another application (suggested: sshd or login).
Testing: after you set up the PAM entries, try to log in again as described in step 3.
For more information, see PAM documentation at http://www.sun.com/software/solaris/pam/.