|
@@ -19,13 +19,13 @@
|
|
|
There was an error reading the updated configuration data. The specific
|
|
|
error is printed.
|
|
|
|
|
|
-% CMDCTL_BAD_PASSWORD Bad password for user: %1
|
|
|
+% CMDCTL_BAD_PASSWORD bad password for user: %1
|
|
|
A login attempt was made to b10-cmdctl, but the password was wrong.
|
|
|
Users can be managed with the tool b10-cmdctl-usermgr.
|
|
|
|
|
|
% CMDCTL_CC_SESSION_ERROR error reading from cc channel: %1
|
|
|
There was a problem reading from the command and control channel. The
|
|
|
-most likely cause is that the msgq daemon is not running.
|
|
|
+most likely cause is that the message bus daemon is not running.
|
|
|
|
|
|
% CMDCTL_CC_SESSION_TIMEOUT timeout on cc channel
|
|
|
A timeout occurred when waiting for essential data from the cc session.
|
|
@@ -33,14 +33,14 @@ This usually occurs when b10-cfgmgr is not running or not responding.
|
|
|
Since we are waiting for essential information, this is a fatal error,
|
|
|
and the cmdctl daemon will now shut down.
|
|
|
|
|
|
-% CMDCTL_COMMAND_ERROR Error in command %1 to module %2: %3
|
|
|
+% CMDCTL_COMMAND_ERROR error in command %1 to module %2: %3
|
|
|
An error was encountered sending the given command to the given module.
|
|
|
Either there was a communication problem with the module, or the module
|
|
|
was not able to process the command, and sent back an error. The
|
|
|
specific error is printed in the message.
|
|
|
|
|
|
-% CMDCTL_COMMAND_SENT Command '%1' to module '%2' was sent
|
|
|
-This debug message indicates that the given command is being sent to
|
|
|
+% CMDCTL_COMMAND_SENT command '%1' to module '%2' was sent
|
|
|
+This debug message indicates that the given command has been sent to
|
|
|
the given module.
|
|
|
|
|
|
% CMDCTL_NO_SUCH_USER username not found in user database: %1
|
|
@@ -54,15 +54,15 @@ this message follows a message CMDCTL_USER_DATABASE_READ_ERROR
|
|
|
containing a specific error), or the file was empty. Users can be added
|
|
|
with the tool b10-cmdctl-usermgr.
|
|
|
|
|
|
-% CMDCTL_SEND_COMMAND Sending command %1 to module %2
|
|
|
+% CMDCTL_SEND_COMMAND sending command %1 to module %2
|
|
|
This debug message indicates that the given command is being sent to
|
|
|
the given module.
|
|
|
|
|
|
-% CMDCTL_SSL_ERROR_USER_DENIED User denied because of SSL error: %1
|
|
|
+% CMDCTL_SSL_ERROR_USER_DENIED user denied because of SSL error: %1
|
|
|
The user was denied because the SSL connection could not successfully
|
|
|
be set up. The specific error is given in the log message. Possible
|
|
|
-causes may be that the ssl request itself was bad, or the key or
|
|
|
-certificate file had a problem.
|
|
|
+causes may be that the ssl request itself was bad, or the local key or
|
|
|
+certificate file could not be read.
|
|
|
|
|
|
% CMDCTL_STOPPED_BY_KEYBOARD keyboard interrupt, shutting down
|
|
|
There was a keyboard interrupt signal to stop the cmdctl daemon. The
|