Today I installed nut on my Ubuntu server (14.03).
$ uname -a
Linux boson 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
The UPS is connected to another server (called neutron), so I use nut-client to keep tabs on the UPS state.
When I do sudo upsc
[email protected] I get:
Init
SSL without
certificate database
battery.charge: 15
battery.charge.low: 10
battery.charge.warning: 50
battery.date: not set
battery.mfr.date: 2012/11/27
:
The first line of the output concerns me. I've not seen this on other installations of nut on Debian-based servers.
What can I do to get rid of that line?
EDIT: This "Init
SSL without
certificate database" is extra annoying because it is not part of the output of upsc and therefore I cannot grep it out.