update from ISPConfig 3.0.5.4p1 to ISPConfig 3.0.5.4p2 over Ubuntu 13.04

Discussion in 'Installation/Configuration' started by rober, Aug 4, 2014.

  1. rober

    rober New Member

    Hi to all, i run from my root dir : ispconfig_update.sh
    and it start the process ..... but it wasnt finish properly...


     
  2. srijan

    srijan New Member HowtoForge Supporter

    Referring your post above, your clamav was taking very large time to update and thus ssh your session got disconnected. Use

     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    @srijan: This makes no difference if you download the tar.gz manually or if the update scrit downloads it with wget.

    Your server uses a wrong hostname. Ccahnge the server hostname to a fully qualified domain name like server1.example.com (replace with your domain) in /etc/hosts, /etc/hostname, /etc/mailname and /etc/postfix/main.cf, then restart the server and try the update again. You might also want to install the Linux updates first if there are any pending updates.
     
  4. rober

    rober New Member



    @till: I most have say that my ubuntu server run over Cloud Server of RACKSPACE

    when i open /etc/hosts , show this :

    What do you recomend , in this case?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, thats bad that rackspace changes your hostname back to a hostname that cant be resolved over the internet and which causes amavis to fail.

    Edit the file /etc/amavis/conf.d/05-node_id

    add a #in front of the line

    chomp($myhostname = `hostname --fqdn`);

    and then remove the # in front of the line

    #$myhostname = "mail.example.com";

    and replace mail.example.com with zeus.puentesdiaz.info. Then restart amavisd and try the update again.
     

Share This Page