Hi all,
I'm trying to start pandora agent (with user pandora) on the same machine where pandora server exists and I'm getting this...
"[pandora@TKEY-2976 pandora_agent]$ ./pandora_agent_daemon start
./pandora_agent_daemon: line 27: /var/run/pandora_agent.pid: No such file or directory
Check that Pandora user could write on /var/run/pandora_agent.pid file
Pandora Agent is now running with PID 8194
[pandora@TKEY-2976 pandora_agent]$ /opt/pandora_agent/pandora_agent.sh: eval: line 152: unexpected EOF while looking for matching `"'
/opt/pandora_agent/pandora_agent.sh: eval: line 153: syntax error: unexpected end of file
The authenticity of host '74.52.xxx.xxx (74.52.xxx.xxx)' can't be established.
RSA key fingerprint is a2:96:f5:4d:4f:f7:3a:34:4c:97:84:d4:14:c2:5e:33.
Are you sure you want to continue connecting (yes/no)? "
I've generate a ssh key with "ssh-keygen - t dsa" command and I've save the keys (id_dsa, id_dsa.pub) in /home/pandora/.ssh dir. Also I've copy id_dsa.pub in authorized_keys file...
I supose that I need that keys...don't I?
Is there anything else I sould do?
-Pandora version is 1.2 b3(server-agent) on centos4
Thanks in advance,
Vagelis.
After create key, make the first connection manually using the user you want to use with pandora agent, like
pandora@myhost$ ssh pandora@ip_pandora_server
and say "yes"
I hope this helps