November 3rd, 2015
The journal-brief package is now available in Fedora (22+)!
Also, the 1.1.2 release adds a ‘systemd’ output format to report on failed systemd units:
$ journal-brief -o systemd
Failed systemd units:
7 x NetworkManager.service
33 x abrtd.service
1 x configure-printer@usb-001-008.service
1 x dnf-makecache.service
[...]
For more about journal-brief visit the GitHub page.
Posted in Software | No Comments »
October 19th, 2015
It’s pretty easy to see what error messages have been logged on a machine with systemd installed: just run journalctl -p err. But this will show you all of the messages of priority “err” or higher, starting from the beginning of the log. What if you only want the most recent ones?
Again, that’s pretty easy: journalctl -p err -e will do it. The -e parameter tells it to start at the end, not the beginning.
But what if you specifically want to know about error messages that have been logged since you last looked? Enter journal-brief, which keeps a bookmark so that it will only show you messages logged since you last ran it.
Read the rest of this entry »
Posted in Software | No Comments »
April 9th, 2015
Here is a recipe for using encrypted boot on a Fedora Server system that does not have a monitor or keyboard attached during normal use.
I’ll use Fedora 21 Server, and will have a dedicated encrypted volume group for data but leave the main operating system volume group unencrypted. The encryption key will be stored on a USB memory stick. When it is connected the system will boot normally; otherwise it will wait for a while for it to be connected and finally fall back to emergency mode.
Read the rest of this entry »
Posted in Software | 2 Comments »
December 22nd, 2014
Patchutils now lives here. That is all.
Posted in Software | No Comments »
July 30th, 2014
The latest version of system-config-printer adds a new button to the main screen: Unlock. This is a GtkLockButton attached to the “all-edit” polkit permission for cups-pk-helper.
The idea is to make it work a bit more like the Printing screen in the GNOME Settings application. To make any changes you need to click Unlock first, and this fetches all the permissions you need in order to make any changes.

Read the rest of this entry »
Posted in Software | No Comments »