GNU/Linux >> Znalost Linux >  >> Ubuntu

Chyba při instalaci Nginx na Ubuntu 16.04?

Při pokusu o instalaci nginx se stále zobrazuje tato chyba. Zkoušel jsem to několikrát přeinstalovat, ale tato chyba se stále objevuje a nemohu spustit nginx.

Oceníte každou pomoc!

Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
invoke-rc.d: initscript nginx, action "start" failed.
● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2017-03-27 21:38:51 PHT; 10ms ago
  Process: 28178 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=1/FAILURE)
  Process: 28174 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)

Mar 27 21:38:49 nico-Aspire-E5-575G nginx[28178]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Mar 27 21:38:49 nico-Aspire-E5-575G nginx[28178]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Mar 27 21:38:50 nico-Aspire-E5-575G nginx[28178]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Mar 27 21:38:50 nico-Aspire-E5-575G nginx[28178]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Mar 27 21:38:51 nico-Aspire-E5-575G nginx[28178]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Mar 27 21:38:51 nico-Aspire-E5-575G nginx[28178]: nginx: [emerg] still could not bind()
Mar 27 21:38:51 nico-Aspire-E5-575G systemd[1]: nginx.service: Control process exited, code=exited status=1
Mar 27 21:38:51 nico-Aspire-E5-575G systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Mar 27 21:38:51 nico-Aspire-E5-575G systemd[1]: nginx.service: Unit entered failed state.
Mar 27 21:38:51 nico-Aspire-E5-575G systemd[1]: nginx.service: Failed with result 'exit-code'.
dpkg: error processing package nginx-core (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of nginx:
 nginx depends on nginx-core (>= 1.10.0-0ubuntu0.16.04.4) | nginx-full (>= 1.10.0-0ubuntu0.16.04.4) | nginx-light (>= 1.10.0-0ubuntu0.16.04.4) | nginx-extras (>= 1.10.0-0ubuntu0.16.04.4); however:
  Package nginx-core is not configured yet.
  Package nginx-full is not installed.
  Package nginx-light is not installed.
  Package nginx-extras is not installed.
 nginx depends on nginx-core (<< 1.10.0-0ubuntu0.16.04.4.1~) | nginx-full (<< 1.10.0-0ubuntu0.16.04.4.1~) | nginx-light (<< 1.10.0-0ubuntu0.16.04.4.1~) | nginx-extras (<< 1.10.0-0ubuntu0.16.04.4.1~); however:
  Package nginx-core is not configured yet.
  Package nginx-full is not installed.
  Package nginx-light is not installed.
  Package nginx-extras is not installed.

dpkg: error processing package nginx (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Processing triggers for systemd (229-4ubuntu16) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for ufw (0.35-0ubuntu2) ...
Errors were encountered while processing:
 nginx-core
 nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)

Přijatá odpověď:

Něco již běží na portu 80, takže když se nginx pokusí spustit a vzít tento port, selže. Zkontrolujte, co běží na vašem portu 80, a zastavte jej. Co používá port 80, můžete zjistit pomocí:

sudo netstat -lnp | grep 0.0.0.0:80

Jakmile zjistíte, co port používá, proveďte systemctl stop zastavit to a zkusit znovu spustit nginx. Mějte na paměti, že tuto jinou službu budete muset trvale zakázat, aby nginx fungoval správně.

Související:Po upgradu se pro uživatele automaticky nemění pozadí programu Unity greeter?
Ubuntu
  1. Instalace SNMP v Ubuntu 18.04

  2. Instalace a nastavení PHP a Nginx na Ubuntu 20.04

  3. Žádný zvuk při spuštění v Ubuntu 11.10?

  1. Instalace VirtualBoxu 4.2 na Ubuntu 12.10

  2. Chyba při instalaci Google Chrome v Ubuntu 13.10 [jak na to]?

  3. Instalace Qt 5.5.1 na Ubuntu 14.04 – způsobí chybu Qt.network.ssl na terminálu?

  1. Instalace Ubuntu 12.04.02 v režimu Uefi?

  2. Instalace Lua5.2 vs. Lua5.3 Na Ubuntu 16.10?

  3. Instalace Dockeru (Ubuntu)