| Revision 3034,
1.3 KB
checked in by chris, 7 months ago
(diff) |
|
Improve error message on bbackupd command socket bind failure, thanks to Christophe.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | EXCEPTION Server 3 |
|---|
| 2 | |
|---|
| 3 | # for historic reasons, some codes are not used |
|---|
| 4 | |
|---|
| 5 | Internal 0 |
|---|
| 6 | FailedToLoadConfiguration 1 |
|---|
| 7 | DaemoniseFailed 2 |
|---|
| 8 | AlreadyDaemonConstructed 3 |
|---|
| 9 | BadSocketHandle 4 |
|---|
| 10 | DupError 5 |
|---|
| 11 | SocketAlreadyOpen 8 |
|---|
| 12 | SocketOpenError 10 |
|---|
| 13 | SocketPollError 11 |
|---|
| 14 | SocketCloseError 13 |
|---|
| 15 | SocketNameUNIXPathTooLong 14 |
|---|
| 16 | SocketBindError 16 Check the ListenAddresses directive (bbstored) or CommandSocket (bbackupd) in your config file -- must refer to local IP addresses (or existing writable path) only |
|---|
| 17 | SocketAcceptError 17 |
|---|
| 18 | ServerStreamBadListenAddrs 18 |
|---|
| 19 | ServerForkError 19 |
|---|
| 20 | ServerWaitOnChildError 20 |
|---|
| 21 | TooManySocketsInMultiListen 21 There is a limit on how many addresses you can listen on simulatiously. |
|---|
| 22 | ServerStreamTooManyListenAddresses 22 |
|---|
| 23 | TLSContextNotInitialised 23 |
|---|
| 24 | TLSAllocationFailed 24 |
|---|
| 25 | TLSLoadCertificatesFailed 25 |
|---|
| 26 | TLSLoadPrivateKeyFailed 26 |
|---|
| 27 | TLSLoadTrustedCAsFailed 27 |
|---|
| 28 | TLSSetCiphersFailed 28 |
|---|
| 29 | SSLLibraryInitialisationError 29 |
|---|
| 30 | TLSNoSSLObject 31 |
|---|
| 31 | TLSAlreadyHandshaked 35 |
|---|
| 32 | SocketSetNonBlockingFailed 40 |
|---|
| 33 | Protocol_BadUsage 43 |
|---|
| 34 | Protocol_UnsuitableStreamTypeForSending 51 |
|---|
| 35 | CantWriteToProtocolUncertainStream 53 |
|---|
| 36 | ProtocolUncertainStreamBadBlockHeader 54 |
|---|
| 37 | SocketPairFailed 55 |
|---|
| 38 | CouldNotChangePIDFileOwner 56 |
|---|
| 39 | SSLRandomInitFailed 57 Read from /dev/*random device failed |
|---|
Note: See
TracBrowser
for help on using the repository browser.