Greetings all; gene at coyote:~$ upsc myups Init SSL without certificate database battery.charge: 100 battery.charge.low: 30 [yadda yadda] Is there a certificate package I should install? Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene>
On 5/31/19 6:54 AM, Gene Heskett wrote:> Greetings all; > > gene at coyote:~$ upsc myups > Init SSL without certificate database > battery.charge: 100 > battery.charge.low: 30 > [yadda yadda] > > Is there a certificate package I should install? > > Cheers, Gene Heskettthe nut client ( upsc ) is trying to use the NSS-based SSL backend of your OS (in order to avoid sending passwords in clear text to the UPS) but the backend is not initialized yet. look for the docs appropriate for your distro in order to find out how to create the database used by NSS wolfy
On Friday 31 May 2019 01:29:51 am Manuel Wolfshant wrote:> On 5/31/19 6:54 AM, Gene Heskett wrote: > > Greetings all; > > > > gene at coyote:~$ upsc myups > > Init SSL without certificate database > > battery.charge: 100 > > battery.charge.low: 30 > > [yadda yadda] > > > > Is there a certificate package I should install? > > > > Cheers, Gene Heskett > > the nut client ( upsc ) is trying to use the NSS-based SSL backend of > your OS (in order to avoid sending passwords in clear text to the UPS) > but the backend is not initialized yet. look for the docs appropriate > for your distro in order to find out how to create the database used > by NSS >Sorry wolfy, but NSS is not an acronym I am familiar with. This I assume is new feature in stretch? It wasn't a problem for wheezy.> wolfy > > > > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuserCheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene>
On 30.05.19 23:54, Gene Heskett wrote:>gene at coyote:~$ upsc myups >Init SSL without certificate database >battery.charge: 100 >battery.charge.low: 30 >[yadda yadda] > >Is there a certificate package I should install?ca-certificates I guess -- Matus UHLAR - fantomas, uhlar at fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. How does cat play with mouse? cat /dev/mouse
On May 31, 2019, at 1:29 AM, Manuel Wolfshant wrote:> > On 5/31/19 6:54 AM, Gene Heskett wrote: >> Greetings all; >> >> gene at coyote:~$ upsc myups >> Init SSL without certificate database >> battery.charge: 100 >> battery.charge.low: 30 >> [yadda yadda] >> >> Is there a certificate package I should install? >> >> Cheers, Gene Heskett > > the nut client ( upsc ) is trying to use the NSS-based SSL backend of your OS (in order to avoid sending passwords in clear text to the UPS) but the backend is not initialized yet. look for the docs appropriate for your distro in order to find out how to create the database used by NSSCorrect, the Debian and Ubuntu packages use the NSS-based SSL backend, but the message is spurious (upsc does not send passwords) and can be ignored. To be honest, I thought we had fixed this a while ago (NUT 2.7.1), but I guess it popped back up again: https://github.com/networkupstools/nut/issues/30