S
Sucellum
Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola a tod@s:
Tengo un VPS con Centos 7 desde hace tiempo que ha funcionado sin problemas. Hoy he tenido que reiniciar el servidor(en alguna otra ocasión se reinició sin problemas) y todos los servicios se han restaurado sin problemas menos el Http hoy.
Al ejecutar systemctl status nginx me devuelve el siguiente error:
● nginx.service - LSB: starts the nginx web server
Loaded: loaded (/etc/rc.d/init.d/nginx; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2023-07-31 17:21:54 CEST; 1min 29s ago
Docs: man:systemd-sysv-generator(8)
Process: 7547 ExecStart=/etc/rc.d/init.d/nginx start (code=exited, status=1/FAILURE)
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: Starting LSB: starts the nginx web server...
Jul 31 17:21:54 vmi763403.contaboserver.net nginx[7547]: Starting nginx... nginx: [emerg] mkdir() "/dev/shm/nginx-cache/wp" failed (2: No such file or directory)
Jul 31 17:21:54 vmi763403.contaboserver.net nginx[7547]: failed
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: nginx.service: control process exited, code=exited status=1
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: Failed to start LSB: starts the nginx web server.
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: Unit nginx.service entered failed state.
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: nginx.service failed.
Si escribo nmap -sT -O localhost me indica:
Starting Nmap 6.40 ( http://nmap.org ) at 2023-07-31 17:26 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00041s latency).
rDNS record for 127.0.0.1: localhost.localdomain
Not shown: 991 closed ports
PORT STATE SERVICE
21/tcp open ftp
25/tcp open smtp
110/tcp open pop3
143/tcp open imap
465/tcp open smtps
587/tcp open submission
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
Device type: general purpose
Running: Linux 3.X
OS CPE: cpe:/o:linux:linux_kernel:3
OS details: Linux 3.7 - 3.9
Network Distance: 0 hops
OS detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 2.48 seconds
Si intento abrir el puerto me dice que no se puede ya que esta abierto.
Mis conocimientos en este ámbito son más bien escasos. ¿Alguna idea de donde puede estar el error y como solucionarlo?
Un saludo.
Tengo un VPS con Centos 7 desde hace tiempo que ha funcionado sin problemas. Hoy he tenido que reiniciar el servidor(en alguna otra ocasión se reinició sin problemas) y todos los servicios se han restaurado sin problemas menos el Http hoy.
Al ejecutar systemctl status nginx me devuelve el siguiente error:
● nginx.service - LSB: starts the nginx web server
Loaded: loaded (/etc/rc.d/init.d/nginx; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2023-07-31 17:21:54 CEST; 1min 29s ago
Docs: man:systemd-sysv-generator(8)
Process: 7547 ExecStart=/etc/rc.d/init.d/nginx start (code=exited, status=1/FAILURE)
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: Starting LSB: starts the nginx web server...
Jul 31 17:21:54 vmi763403.contaboserver.net nginx[7547]: Starting nginx... nginx: [emerg] mkdir() "/dev/shm/nginx-cache/wp" failed (2: No such file or directory)
Jul 31 17:21:54 vmi763403.contaboserver.net nginx[7547]: failed
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: nginx.service: control process exited, code=exited status=1
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: Failed to start LSB: starts the nginx web server.
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: Unit nginx.service entered failed state.
Jul 31 17:21:54 vmi763403.contaboserver.net systemd[1]: nginx.service failed.
Si escribo nmap -sT -O localhost me indica:
Starting Nmap 6.40 ( http://nmap.org ) at 2023-07-31 17:26 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00041s latency).
rDNS record for 127.0.0.1: localhost.localdomain
Not shown: 991 closed ports
PORT STATE SERVICE
21/tcp open ftp
25/tcp open smtp
110/tcp open pop3
143/tcp open imap
465/tcp open smtps
587/tcp open submission
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
Device type: general purpose
Running: Linux 3.X
OS CPE: cpe:/o:linux:linux_kernel:3
OS details: Linux 3.7 - 3.9
Network Distance: 0 hops
OS detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 2.48 seconds
Si intento abrir el puerto me dice que no se puede ya que esta abierto.
Mis conocimientos en este ámbito son más bien escasos. ¿Alguna idea de donde puede estar el error y como solucionarlo?
Un saludo.