<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi! <div><br></div><div>The first thing i want to say is thanks for Mandos ;-)</div><div>The second: sorry for my English :-(</div><div><br></div><div>I have a problem with a Mandos Client in a Raspbx (Raspbian for asterisk voip system). </div><div><br></div><div>1.- I made the installation of raspbx. </div><div><br></div><div>2.- I encrypted the system. </div><div><br></div><div>3. I installed, configured and cheked the Mandos Server. I chek the installation with a Debian x86 client and all is OK</div><div><br></div><div>4. I configured the Mandos Client in Raspberry PI with this:</div><div>/etc/mandos/plugin-runner.conf<br></div><div><div>--options-for=mandos-client:--connect=<a href="http://10.19.4.124:9000">10.19.4.124:9000</a></div></div><div><br></div><div>/etc/mandos/network-hooks.d/ethernet<br></div><div><div>set -e</div><div><br></div><div>do_start(){</div><div>ip link set enxb827eba1cba5 up</div><div>sleep 10</div><div>ipconfig -c dhcp -d enxb827eba1cba5</div><div>sleep 10</div><div>}</div><div><br></div><div>do_stop(){</div><div>ip link set enxb827eba1cba5 down</div><div>}</div><div><br></div><div>case "${MODE:-$1}" in</div><div>start|stop)</div><div>do_"${MODE:-$1}"</div><div>;;</div><div>esac</div></div><div><br></div><div>5. Check the Mandos Client in the system decrypted:</div><div>/usr/lib/arm-linux-gnueabihf/mandos/plugins.d/mandos-client --pubkey=/etc/keys/mandos/pubkey.txt --seckey=/etc/keys/mandos/seckey.txt --connect=<a href="http://10.19.4.124:9000">10.19.4.124:9000</a>; echo<br></div><div>Al is OK.</div><div><br></div><div>6. Reboot the system and try the installation:</div><div><br></div><div>This is the error:</div><div>Bad gpgme_op_decrypt: GPGME : Decryption failed<br></div><div><br></div><div>Othet symptom is the Mandos Client don't work until I push the enter in the keyboard of the raspberry. (Isn't unattended)</div><div><br></div><div>Version:</div><div><div><div>ii  mandos-client                   1.7.15-1                           armhf</div></div></div><div><br></div><div>Thanks in advamce ;-)</div></div></div></div></div></div></div></div></div></div></div></div>