Guest User!

You are not Sophos Staff.

[7.260] A better/faster manual up2date? [FEATURE]

So in my numerous attempts to load the 7.300 beta on my device via the up2date package, I've come to realize that a large update via the web browser just isn't feasible.  It always seems to time out the browser, even if I extend the auto-logout to 63,000 seconds ... it may not auto-logout now, but it still times out something during the process of the upload.  Usually after it's been twenty minutes and 85% complete.

I propose a directory on the router that I can drop the .gpg file into on the router (via scp, of course) and the device will periodically check the directory for new additions, popping it up there as a viable update when it does.
Parents
  • Hi Greg,

    This is already an option that has been available.

    SCP the program to the ASG /home/login directory by default.

    login to ssh, su to root
    cp * /var/up2date/sys

    The up2date is now in the correct directory to be referenced for an install.

    auisys.plx
  • I dropped it in there as /var/sys/u2d-sys-7.260.tgz.gpg ... unfortunately I'm not seeing anything pop up on the webadmin interface as an available update, even after a couple of hours of waiting.

    Is there some way to force it to recognize it?  I'm wondering if there's a cron job that looks for it, or if there's a script somewhere that gets run after a manual upload.

    Greg
  • Hi Greg,

    your assumptions are correct. Placing the file in the correct place is not sufficient to make it "available" for the webadmin. The webadmin needs the meta information of this up2date package unpacked to display it correctly. When you upload the package via the webadmin or via the up2date downloader, this is done automatically. If you use SCP to put the file there, you need to do this manually by running "auisys.plx --showdesc". This will verify the package and unpack the meta information; afterwards the up2date package should be displayed in the webadmin correctly.

    Cheers,
     andreas
Reply
  • Hi Greg,

    your assumptions are correct. Placing the file in the correct place is not sufficient to make it "available" for the webadmin. The webadmin needs the meta information of this up2date package unpacked to display it correctly. When you upload the package via the webadmin or via the up2date downloader, this is done automatically. If you use SCP to put the file there, you need to do this manually by running "auisys.plx --showdesc". This will verify the package and unpack the meta information; afterwards the up2date package should be displayed in the webadmin correctly.

    Cheers,
     andreas
Children