Scroll to navigation

BLOGCTL(8) The SUSE boot concept BLOGCTL(8)

NAME

blogctl - Control the boot loggind daemon blogd

SYNOPSIS

/sbin/blogctl [ping|quit [--wait]|root=<path>|ready|close|ask-for-password|ask-question|display-message|hide-message]

DESCRIPTION

blogctl may be used to check if a blogd daemon is active as well as to send comands to such a daemon.

COMANDS

The following commands are known:

Ask the user for a password on the system console.
Command to send the password to via standard input.
Message to display when asking for the password.
Number of times to ask before giving up (requires --command).
Silently ignored by blogctl (provided for plymouth compatibility).
Ask the user a question on the system console.
Command to send the answer to via standard input.
Message to display when asking the question.
Silently ignored by blogctl.
Display a message. blogd prints this message to all active hardware consoles and injects it into the boot log stream.
The message text to display.
Hide a message.
The message text to hide. Note: blogd intentionally ignores the visual clearing of messages to prevent screen corruption and preserve the scroll buffer on line-based hardware consoles (like s390x 3215).
Send a simply ping request if blogd daemon is up and running.
Cause the blogd daemon to finish its logging and then gracefully quits. If the optional --wait flag is specified, blogctl will block and wait until the daemon has fully flushed the logs and closed the connection.
This command take a path as further value of the new root file system which is mounted e.g. in initrd.
Tells the blogd daemon that the file systems had becomes writable.
Cause the blogd daemon to finish its logging only to allow systemd(8) to unmount the file systems finally.
This let the daemon disconnect from system console.
Whereas this cause the daemon reconnect to system console.
Evoke the daemon to rename an already open log file /var/log/boot.log to the new name /var/log/boot.old as well as mask it own program name in the process table with the @ character.
Show a help text.

SEE ALSO

blogd(8), systemd(1),

COPYRIGHT

2015,2026 Werner Fink, 2015 SUSE Linux GmbH, 2026 SUSE Software Solutions Germany GmbH.

AUTHOR

Werner Fink <werner@suse.de>

January 14, 2016 3rd Berkeley Distribution