Changes between Version 7 and Version 8 of Troubleshooting
- Timestamp:
- 05/14/09 09:25:27 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Troubleshooting
v7 v8 87 87 || no server x509 fingerprint; no server verification performed! || Client || The client is unable to verify the server || [[FootNote(Run bcfg2-admin fingerprint on the server and add it to the client bcfg2.conf as mentioned [wiki:Authentication here])]] || 88 88 || Failed to bind entry: <!EntryTag> <!EntryName> || Server || The server was unable to find a suitable version of entry for client. || [[FootNote(This entry is not being bound. Ensure that a version of this entry applies to this client.)]] || 89 || Failed to bind to socket || Server || The server was unable to bind to the tcp server socket. || [[FootNote(Ensure that another instance of the daemon (or any other process) is listening on the same port.)]] ||89 || Failed to bind to socket || Server || The server was unable to bind to the tcp server socket. || [[FootNote(Ensure that another instance of the daemon (or any other process) is not listening on the same port.)]] || 90 90 || Failed to load ssl key <path> || Server || The server was unable to read and process the ssl key. || [[FootNote(Ensure that the key is readable by the user running the daemon and that it is well-formed.)]] || 91 91 || Failed to read file <path> || Server || The server failed to read the specified file || [[FootNote(Ensure that this file still exists; a frequent cause is the deletion of a temp file.)]] ||