This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

up2date Error -> 'Error in GPG verification (return code: 15)'

Hi,

The firmware on my ASG is still 7.405, bacause the up2date does not work corectly.

The Update via ssh does not work too:
#auisys.plx

Starting Up2Date Package Installer (Version 1.65)
Searching for available up2date packages for type 'sys'

Installing up2date package version 7.500
  Verifying up2date package signature
FATAL: Could not extract tar from gpg: 'Error in GPG verification (return code: 15)'

My GPG Keys seems to be correct:
# gpg -k

/root/.gnupg/pubring.gpg
------------------------
pub   1024D/1E14F571 2001-03-14 [expired: 2008-04-17]
uid                  Astaro Up2Date Sign 

pub   1024D/E82D28A7 2006-09-05
uid                  Pattern Up2Date (Autogenerated) 
sub   1024g/87FA1BBF 2006-09-05


I also tried https://community.sophos.com/products/unified-threat-management/astaroorg/f/52/p/26402/76352#76352

Anybody any solutions?


This thread was automatically locked due to age.
  • I had a similar problem.  Check in /var/up2date/sys, delete any Up2Date files you find and wget the up2date again.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Hi,

    that doesn't work too:
    I tried the follow things:
    #cd /var/up2date/sys
    #rm -f *
    #wget -c ftp://ftp.astaro.com/pub/Astaro_Security_Gateway/v7/up2date/u2d-sys-7.500.tgz.gp
    #auisys.plx

    The Logfile contains a timeout:
    2010:04:14-16:24:09 floschen auisys[5358]: Installing up2date package file '/var/up2date//sys/u2d-sys-7.500.tgz.gpg'
    2010:04:14-16:24:09 floschen auisys[5358]: Verifying up2date package signature
    2010:04:14-16:24:45 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 270 remaining)
    2010:04:14-16:25:22 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 240 remaining)
    2010:04:14-16:26:00 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 210 remaining)
    2010:04:14-16:26:36 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 180 remaining)
    2010:04:14-16:27:12 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 150 remaining)
    2010:04:14-16:27:49 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 120 remaining)
    2010:04:14-16:28:26 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 90 remaining)
    2010:04:14-16:29:04 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 60 remaining)
    2010:04:14-16:29:40 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 30 remaining)
    2010:04:14-16:30:16 floschen auisys[5358]: Still waiting for process 'sh' (pid=5363, timeout 300 seconds, 0 remaining)
    2010:04:14-16:30:16 floschen auisys[5358]: >=========================================================================
    2010:04:14-16:30:16 floschen auisys[5358]: Timeout 300 seconds, killing hanging process 'sh' (pid=5363)
    2010:04:14-16:30:16 floschen auisys[5358]:
    2010:04:14-16:30:16 floschen auisys[5358]: 1. Internal::Systemstep::_forkexec:1321() auisys.pl
    2010:04:14-16:30:16 floschen auisys[5358]: 2. Internal::Systemstep::gpg:1581() auisys.pl
    2010:04:14-16:30:16 floschen auisys[5358]: 3. main:[:P]erform_work:775() auisys.pl
    2010:04:14-16:30:16 floschen auisys[5358]: 4. main::auisys_prepare_and_work:496() auisys.pl
    2010:04:14-16:30:16 floschen auisys[5358]: 5. main::top-level:33() auisys.pl
    2010:04:14-16:30:29 floschen auisys[5358]: |=========================================================================
    2010:04:14-16:30:29 floschen auisys[5358]: id="371F" severity="error" sys="system" sub="up2date" name="Fatal: Could not extract tar from gpg: 'Error in GPG verification (return code: 15)'" status="failed" file="/var/up2date//sys/u2d-sys-7.500.tgz.gpg" action="install" package="sys"
    2010:04:14-16:30:29 floschen auisys[5358]:
    2010:04:14-16:30:29 floschen auisys[5358]: 1. main::alf:71() auisys.pl
    2010:04:14-16:30:29 floschen auisys[5358]: 2. main:[:P]erform_work:778() auisys.pl
    2010:04:14-16:30:29 floschen auisys[5358]: 3. main::auisys_prepare_and_work:496() auisys.pl
    2010:04:14-16:30:29 floschen auisys[5358]: 4. main::top-level:33() auisys.pl 

    And the shell promted:
    FATAL: Could not extract tar from gpg: 'Error in GPG verification (return code: 15)'


    It seems to be, that 300sec [5min]are to short for the update process?!
  • I think I've got it :-)

    #auisys.pl
    
    #renice +10 [pid gpg]


    Setting the priority up works fine.