source: box/trunk/lib/server/ServerException.txt @ 3034

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