« Back to Technical Questions

Unable to install package on AXP 1.5.3 or upgrade to AXP 1.6.1 on NME

Combination View Flat View Tree View
I have an NMU modue running AXP 1.5.3. When I try to install a a package (mine or helloworldXNMbundle.1.0.pkg) or when I try to upgrade to AXP 1.6.1 I have the following error message:
 
  Validating installed manifests ..
  Trying Third Party verification
  Validating installed manifest /sw/installed/manifest/timezone_manifest.sig
  Validation Error:  Unexpected EOF reading past Header
  Manifest signature validation failed for timezone_manifest.sig
 
What can I do to fix this?
 
Below is the full log for the upgrade to AXP 1.6.1:
 
  se-10-1-1-2# software install clean url ftp://10.10.0.1/axp-1.6.1/axp-k9.nme.1.6.1.pkg

  Downloading ftp axp-k9.nme.1.6.1.pkg
  Bytes downloaded :  161148

  Validating package signature ... done

  Downloading ftp axp-installer-k9.nme.1.6.1.prt1
  Bytes downloaded :  307203

  Installer does not recognize package file format.
  Attempting to upgrade installer...
  Installer upgrade successful
  Restarting install process...
  Validating package signature ... done
  Validating installed manifests ..
  Trying Third Party verification
  Validating installed manifest /sw/installed/manifest/timezone_manifest.sig
  Validation Error:  Unexpected EOF reading past Header
  Manifest signature validation failed for timezone_manifest.sig
 
Thanks.

Hi Christophe,
 
Please make sure all the files in zip are in same ftp directory as axp-k9.nme.1.6.1.pkg and then clean install, if still facing issue please send us the md5sum of your files and For upgrading application you need to repackage your application with Cisco AXP 1.6.1 SDK before installing.
 
Thanks,
Raghavendra


Please make sure all the files in zip are in same ftp directory as axp-k9.nme.1.6.1.pkg and then clean install, if still facing issue please send us the md5sum of your files and For upgrading application you need to repackage your application with Cisco AXP 1.6.1 SDK before installing.
 

 
All the files from the axp-k9.nme.1.6.1.tar.gz archive are already in the same directory. I fails when I try to run:
 
  # software remove downloadfiles
  # software install clean url ftp://10.10.0.1/axp-1.6.1/axp-k9.nme.1.6.1.pkg
 
Below are the MD5 sums of the files:
 
  $ md5sum /var/ftp/axp-1.6.1/*
  e6d592a9b1ca4cdd53c37b1e4dfd8eec  /var/ftp/axp-1.6.1/axp-app-dev.nme.1.6.1.pkg
  13b3c1d1c95de50a3d461215761baf3e  /var/ftp/axp-1.6.1/axp-app-dev.nme.1.6.1.prt1
  46e271d6277b7c693bab56f37fd0aa06  /var/ftp/axp-1.6.1/axp-helper-k9.nme.1.6.1
  70c61d2438dc0b2a00ae4ded9e2389e4  /var/ftp/axp-1.6.1/axp-installer-k9.nme.1.6.1.prt1
  98e42f1b50c65440e51412235b9632f1  /var/ftp/axp-1.6.1/axp-k9.nme.1.6.1.pkg
  6d99552e07d7c6f91839e778be9aa0ee  /var/ftp/axp-1.6.1/axp-k9.nme.1.6.1.prt1
  af5328b104bc0b082a0c12cdc7c34ddb  /var/ftp/axp-1.6.1/axp-timezone.nme.1.6.1.pkg
  b2b83811bdd4e79b7ba93e16d6fa7e91  /var/ftp/axp-1.6.1/axp-timezone.nme.1.6.1.prt1

Hi Christophe,
 
md5sum of your files are correct, please try using "software remove all" command before clean install
 
Thanks,
Raghavendra


md5sum of your files are correct, please try using "software remove all" command before clean install
 

 
I still have the same issue:
 
  se-10-1-1-2# software remove all
  Download files removed
  Downgrade files removed
 
  se-10-1-1-2# software install clean url ftp://10.10.0.1/axp-1.6.1/axp-k9.nme.1.6.1.pkg

  Downloading ftp axp-k9.nme.1.6.1.pkg
  Bytes downloaded :  161148

  Validating package signature ... done
  Validating installed manifests ..
  Trying Third Party verification
  Validating installed manifest /sw/installed/manifest/timezone_manifest.sig
  Validation Error:  Unexpected EOF reading past Header
  Manifest signature validation failed for timezone_manifest.sig

You have a corrupted installation and recovery via a helper image is required.
 
Put the helper image axp-helper-k9.nme.1.6.1 onto a tftpserver.
Reset the module
When prompted, Enter *** to access the bootloader menu
Enter "config" and set the TFTP server address and helper image name.
Ping the TFTP server address to verify connectivity
Enter "boot helper".
 
After the helper image loads you will be presented with a menu to perform a clean installation.
Install the axp-k9.nme.1.6.1.pkg from the ftp server.

You have a corrupted installation and recovery via a helper image is required.

 
Thanks!
 
Following your instuctions I was able to cleanly upgrade to AXP 1.6.1 and install the HelloWorld demo.