Raspbian Mandos Client error: Bad gpgme_op_decrypt: GPGME : Decryption failed

Juan Miguel Alcarria Herrera juanmi at arco2000.es
Mon Feb 18 14:10:22 CET 2019


Hi!

The first thing i want to say is thanks for Mandos ;-)
The second: sorry for my English :-(

I have a problem with a Mandos Client in a Raspbx (Raspbian for asterisk
voip system).

1.- I made the installation of raspbx.

2.- I encrypted the system.

3. I installed, configured and cheked the Mandos Server. I chek the
installation with a Debian x86 client and all is OK

4. I configured the Mandos Client in Raspberry PI with this:
/etc/mandos/plugin-runner.conf
--options-for=mandos-client:--connect=10.19.4.124:9000

/etc/mandos/network-hooks.d/ethernet
set -e

do_start(){
ip link set enxb827eba1cba5 up
sleep 10
ipconfig -c dhcp -d enxb827eba1cba5
sleep 10
}

do_stop(){
ip link set enxb827eba1cba5 down
}

case "${MODE:-$1}" in
start|stop)
do_"${MODE:-$1}"
;;
esac

5. Check the Mandos Client in the system decrypted:
/usr/lib/arm-linux-gnueabihf/mandos/plugins.d/mandos-client
--pubkey=/etc/keys/mandos/pubkey.txt --seckey=/etc/keys/mandos/seckey.txt
--connect=10.19.4.124:9000; echo
Al is OK.

6. Reboot the system and try the installation:

This is the error:
Bad gpgme_op_decrypt: GPGME : Decryption failed

Othet symptom is the Mandos Client don't work until I push the enter in the
keyboard of the raspberry. (Isn't unattended)

Version:
ii  mandos-client                   1.7.15-1                           armhf

Thanks in advamce ;-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.recompile.se/pipermail/mandos-dev/attachments/20190218/91aab06c/attachment.html>


More information about the Mandos-Dev mailing list