pakfire: Add information about probable causes when pakfire cannot connect

Message ID op.xzkj5tm1cahio0@honk.fritz.box
State Superseded
Headers

Message

Lars Schuhmacher June 2, 2015, 6:50 a.m. UTC
  Add information about probable causes when pakfire cannot connect. This  
includes port 11371 TCP and incorrect date/time settings.

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
---
  src/pakfire/lib/functions.pl | 1 +
  1 file changed, 1 insertion(+)

  		my $command = "gpg --keyserver pgp.ipfire.org --always-trust  
--status-fd 2";
  		system("$command --recv-key $myid >> $Conf::logdir/gnupg-database.log  
2>&1");
  		system("$command --recv-key $trustid >>  
$Conf::logdir/gnupg-database.log 2>&1");