Guest User!

You are not Sophos Staff.

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

Up2Dates not showing up

I recently migrated from 8.x to 9.x and would like to continue the upgrade to 9.2x

my dashboard says i have 37 updates available for downloadbut the Up2Date area says my firmware is up to date (its not, im on 9.007-5)

i found a post by you balf, on another thread, walking another user through updating via first setting the update interval to manual in webadmin (ive done) and then rm *.gpg in /var/up2date/sys (which ive done) and then issueing the following 2 commands, followed by installing the update in webadmin

wget ftp.astaro.de/.../u2d-sys-9.310011-311003.tgz.gpg
/sbin/auisys.plx --showdesc


2 questions

1) What's the command to install via terminal, just in case i cant for any reason in webadmin once i download the new update
2) which update should i proceed to download first? I know with a list of sequential updates in webadmin, that the utm will install all necessary dependents in order, but in this case it's a "fresh" wget, so does it go and also download what it needs, or do i have to step it through manually?

The problem with letting the automatic firmware update do its thing, is apparently it is so far behind that it first goes and downloads all the needed updates, which fills up the /var/up2date/sys (well ok fills up / ) to ~97% full so the updates fail to then install.

[edit]
OK so i still technically want to know the above, but now after 24 more hours , my UTM lists 8 updates ready to install in webadmin . The first one is 9.308-16..while im still on 9.007-5...can i really make that large of a jump?


This thread was automatically locked due to age.
Parents Reply Children
  • Apparently, the 'Firmware Download Interval' is not "MANUAL" anymore.  Be sure to set that again and delete the files in /var/up2date/sys.

    1) I wouldn't recommend it.
    2) I would wget all of the 9.0 Up2Dates beginning with 9.007-to-9.008, run the --showdesc command once and then install the latest one in WebAdmin.  That will cause WebAdmin to install them in order. Then do the same for the 9.1 Up2dates, then for the 9.2 and finally for the 9.3.

    Be careful that you check the Up2Dates names as there is a u2d-sys-9.007004-007005.tgz.gpg and a u2d-sys-9.007004-100016.tgz.gpg and you only need the second one.  I prefer to build a list in a text editor and then paste the list all in together, for example, for someone at 9.304:
    cd /var/up2date/sys
    
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.304009-305004.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.305004-306006.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.306006-307006.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.307006-308016.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.308016-309003.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.309003-310011.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.310011-311003.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.311003-312008.tgz.gpg
    wget http://ftp.astaro.com/UTM/v9/up2date/u2d-sys-9.312008-313003.tgz.gpg
    /sbin/auisys.plx --showdesc


    Cheers - Bob


    this worked a treat. im running through the 9.2s tonight and will do the rest tomorrow

    thanks for settin me straight (again, lol) balfson!