[7.470][QUESTION][ANSWERED] Unable to manually update to 7.480

I am unable to upload the "u2d-sys-7.470-480.tgz.gpg" using the web based upload form. It seems to be timing out as it keeps taking me back to the login screen in the section above the upload bar.

See screen shot below.
Parents
  • This is a known issue.  If anyone else needs a tip on how to execute a manual download to an Astaro with only 512MB:
    cd /var/up2date/sys
    
    wget  ftp.astaro.com/.../u2d-sys-7.470-480.tgz.gpg
    auisys.plx --showdesc 

    You might need to create a packet filter in WebAdmin to allow ftp traffic out.

    Cheers - Bob
    PS Thanks to Andreas, Billybob and BarryG for correcting my post in another thread.
  • This is a known issue.  If anyone else needs a tip on how to execute a manual download to an Astaro with only 512MB:
    cd /var/up2date/sys
    wget  ftp://ftp.astaro.com/pub/ASG/v7/beta/u2d-sys-7.470-480.tgz.gpg
    auisys.plx --showdesc 
    You might need to create a packet filter in WebAdmin to allow ftp traffic out.

    Cheers - Bob
    PS Thanks to Andreas, Billybob and BarryG for correcting my post in another thread.


    Hi,

    you can also use the following Up2Date command on the command line, so you need not set a packet-filter rule:


    audld.plx --types=sys
    auisys.plx --showdesc


    This way, the Up2Date downloader will automatically check that the correct version, e.g. 7.470-7.480 is downloaded and you needn't worry to put the download into the correct directory.

    Cheers,
    Henning
Reply
  • This is a known issue.  If anyone else needs a tip on how to execute a manual download to an Astaro with only 512MB:
    cd /var/up2date/sys
    wget  ftp://ftp.astaro.com/pub/ASG/v7/beta/u2d-sys-7.470-480.tgz.gpg
    auisys.plx --showdesc 
    You might need to create a packet filter in WebAdmin to allow ftp traffic out.

    Cheers - Bob
    PS Thanks to Andreas, Billybob and BarryG for correcting my post in another thread.


    Hi,

    you can also use the following Up2Date command on the command line, so you need not set a packet-filter rule:


    audld.plx --types=sys
    auisys.plx --showdesc


    This way, the Up2Date downloader will automatically check that the correct version, e.g. 7.470-7.480 is downloaded and you needn't worry to put the download into the correct directory.

    Cheers,
    Henning
Children