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

update alreaddy installed issue

Hello,

Got a problem on one of our asg120. The local admin applied the automatic updates but something went wrong so it still claims to be a 8.103 and if you try to apply 8.200 or 8.201 the log states "alreaddy installed" on all the update rutines..

anyone got a good advice on how to resolve or force upgrade ?


This thread was automatically locked due to age.
Parents Reply Children
  • Hi,

    Yes I tried --force , reinstallpkgs etc tec.

    The decrypt command just "plays" the package file in the window as wierd signs and as far as I can tell it doesn't create a tar file i can extract.

    I think perhaps the only way is to reinstall the box [:(]

    I believe this is a mismatch between the database and the installed files. When I execute with the --force command it still tests the rpm's and reports every one of them is installed but the database firmware version number still reports 8.103 in the webadmin gui.

    This seems really complicated to fix manually and from what I can read it is the exactsame issue that existedaround version 7.2 "already installed"
  • Ok, you can do type gpg -d filename.tar.gpg to decrypt into a .tar, then you can extract the contents using tar.


    The decrypt command just "plays" the package file in the window as wierd signs and as far as I can tell it doesn't create a tar file i can extract.

    Did you try researching the gpg command?  It looks like you need to include -o filename to write the decrypted output to a file.
    Let me google that for you