Hi to all, i run from my root dir : ispconfig_update.sh and it start the process ..... but it wasnt finish properly...
Referring your post above, your clamav was taking very large time to update and thus ssh your session got disconnected. Use
@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.
@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?
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.