___ tag123apt ___ Advanced Packaging Tool, o gerenciador de pacotes para distribuições baseadas no Debian. É também a ferramenta mais usada para instalar pacotes no Ubuntu. Perguntas sobre o uso de qualquer uma das ferramentas do apt devem usar essa tag. ___ tag123postfix ___ Servidor de e-mail de código aberto para Unix ___ tag123installation ___ ** NÃO USE ESSA TAG **. Use [tag: instalação do sistema] (para instalações do sistema) ou [tag: software-installation] (para instalar o software em um sistema em execução). Perguntas sobre a instalação do Ubuntu ou a instalação de programas no Ubuntu. ___ qstntxt ___

Eu tenho algumas perguntas relacionadas ao erro abaixo:

Por que o postfix foi reconfigurado quando instalei o curl? Isso é normal?

O que preciso fazer para resolver o erro de postfix mencionado?

%pre%     
___ answer132731 ___

Acontece que eu consegui ignorar o erro. Aparentemente nada foi quebrado.

    
___

3

Eu tenho algumas perguntas relacionadas ao erro abaixo:

Por que o postfix foi reconfigurado quando instalei o curl? Isso é normal?

O que preciso fazer para resolver o erro de postfix mencionado?

sudo apt-get install curl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libcurl3
The following NEW packages will be installed:
  curl libcurl3
0 upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 403kB of archives.
After this operation, 729kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://us.archive.ubuntu.com hardy-updates/main libcurl3 7.18.0-1ubuntu2.3 [206kB]
Get:2 http://us.archive.ubuntu.com hardy-updates/main curl 7.18.0-1ubuntu2.3 [197kB]
Fetched 403kB in 3s (102kB/s)
Selecting previously deselected package libcurl3.
(Reading database ... 48741 files and directories currently installed.)
Unpacking libcurl3 (from .../libcurl3_7.18.0-1ubuntu2.3_i386.deb) ...
Selecting previously deselected package curl.
Unpacking curl (from .../curl_7.18.0-1ubuntu2.3_i386.deb) ...
Setting up postfix (2.5.1-2ubuntu1.4) ...
setting inet_protocols: all

Postfix is now set up with the changes above.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
postalias: fatal: open /etc/postfix/aliases.db: Permission denied
dpkg: error processing postfix (--configure):
 subprocess post-installation script returned error exit status 1
Setting up libcurl3 (7.18.0-1ubuntu2.3) ...

Setting up curl (7.18.0-1ubuntu2.3) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 postfix
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por MountainX 28.04.2012 / 00:01

1 resposta

1

Acontece que eu consegui ignorar o erro. Aparentemente nada foi quebrado.

    
por MountainX 06.05.2012 / 19:01