| Bug #43125 | error message launching mysql-monitor | ||
|---|---|---|---|
| Submitted: | 24 Feb 0:16 | Modified: | 1 May 11:52 |
| Reporter: | Pozzi Jean-Paul | ||
| Status: | Verified | ||
| Category: | Monitoring: Agent | Severity: | S3 (Non-critical) |
| Version: | 2.0.4.7141 | OS: | Linux |
| Assigned to: | Jan Kneschke | Target Version: | |
| Tags: | monitor agent ssl | ||
| Triage: | Needs Triage: R2 (Low) / E2 (Low) | ||
[24 Feb 0:16]
Pozzi Jean-Paul
[10 Mar 17:28]
Gary Whizin
We use that to provide a more unique host ID. If it's not available we fall back to the mac address of the box. Can you clarify: is it logging but working anyway? Or is it shutting down?
[10 Mar 19:46]
Pozzi Jean-Paul
All is working, only the message is disturbing. I do not try SSH connection. AS my evaluation time has only 4 days left I don't know if I will enough time to test all functions. Regards JP Pozzi
[1 May 11:52]
Jan Kneschke
We call "ssh-keygen" to extract the host-id from the ssh-host-key.
As we also set LD_LIBRARY_PATH to point to our own libraries (incl. a bundled
libopenssl.so) this leads to a mismatch of our binaries being linked against th bundled
openssl and ssh-keygen linked against the system-provided libopenssl.
As a workaround run the ssh-keygen command by hand:
$ ssh-keygen -l -f /etc/ssh/ssh_host_key.pub | awk '{print $2}'
82:01:1d:38:42:77:69:58:5b:11:4c:f9:48:68:93:31
$ echo 'agent-host-id = 82:01:1d:38:42:77:69:58:5b:11:4c:f9:48:68:93:31' >>
mysql-monitor-agent.ini
[20 Oct 18:37]
Enterprise Tools JIRA Robot
Jan Kneschke writes: Proposal: before we call ssh-keygen unset the LD_LIBRARY_PATH internally.
