Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

Vesta failing to restart

General questions about VestaCP
Post Reply
  • Print view
Advanced search
14 posts
  • 1
  • 2
  • Next
desfire
Posts: 24
Joined: Sun Jul 23, 2017 3:55 pm

Vesta failing to restart
  • Quote

Post by desfire » Tue Feb 20, 2018 8:37 pm

vesta.service - SYSV: Run vesta web server
Loaded: loaded (/etc/rc.d/init.d/vesta; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2018-02-20 15:22:54 EST; 13min ago
Docs: man:systemd-sysv-generator(8)
Process: 3719 ExecStart=/etc/rc.d/init.d/vesta start (code=exited, status=1/FAILURE)

Feb 20 15:22:54 localhost.localdomain systemd[1]: Starting SYSV: Run vesta web server...
Feb 20 15:22:54 localhost.localdomain vesta[3719]: Starting vesta-nginx: nginx: [alert] could not open error log file: open() "/usr/local/vesta/nginx/logs/e...e system)
Feb 20 15:22:54 localhost.localdomain vesta[3719]: 2018/02/20 15:22:54 [emerg] 3725#0: open() "/usr/local/vesta/log/nginx-error.log" failed (30: Read-only file system)
Feb 20 15:22:54 localhost.localdomain vesta[3719]: [FAILED]
Feb 20 15:22:54 localhost.localdomain systemd[1]: vesta.service: control process exited, code=exited status=1
Feb 20 15:22:54 localhost.localdomain systemd[1]: Failed to start SYSV: Run vesta web server.
Feb 20 15:22:54 localhost.localdomain systemd[1]: Unit vesta.service entered failed state.
Feb 20 15:22:54 localhost.localdomain systemd[1]: vesta.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
● vesta.service - SYSV: Run vesta web server
Loaded: loaded (/etc/rc.d/init.d/vesta; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2018-02-20 15:22:54 EST; 13min ago
Docs: man:systemd-sysv-generator(8)
Process: 3719 ExecStart=/etc/rc.d/init.d/vesta start (code=exited, status=1/FAILURE)

Feb 20 15:22:54 localhost.localdomain systemd[1]: Starting SYSV: Run vesta web server...
Feb 20 15:22:54 localhost.localdomain vesta[3719]: Starting vesta-nginx: nginx: [alert] could not open error log file: open() "/usr/local/vesta/nginx/logs/e...e system)
Feb 20 15:22:54 localhost.localdomain vesta[3719]: 2018/02/20 15:22:54 [emerg] 3725#0: open() "/usr/local/vesta/log/nginx-error.log" failed (30: Read-only file system)
Feb 20 15:22:54 localhost.localdomain vesta[3719]: [FAILED]
Feb 20 15:22:54 localhost.localdomain systemd[1]: vesta.service: control process exited, code=exited status=1
Feb 20 15:22:54 localhost.localdomain systemd[1]: Failed to start SYSV: Run vesta web server.
Feb 20 15:22:54 localhost.localdomain systemd[1]: Unit vesta.service entered failed state.
Feb 20 15:22:54 localhost.localdomain systemd[1]: vesta.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
How can I fix this?
Top

imperio
VestaCP Team
Posts: 7000
Joined: Sat Dec 01, 2012 12:37 pm
Contact:
Contact imperio
Website

Re: Vesta failing to restart
  • Quote

Post by imperio » Tue Feb 20, 2018 8:48 pm

Hi,
i think thats problem with HDD on you server. Try to check your hard drive disk
Its not Vesta problem
Top

desfire
Posts: 24
Joined: Sun Jul 23, 2017 3:55 pm

Re: Vesta failing to restart
  • Quote

Post by desfire » Tue Feb 20, 2018 9:22 pm

imperio wrote: ↑
Tue Feb 20, 2018 8:48 pm
Hi,
i think thats problem with HDD on you server. Try to check your hard drive disk
Its not Vesta problem
Why would it be a HDD issue? I am able to download stuff from the ssh :/
Top

skamasle
Collaborator
Posts: 592
Joined: Mon Feb 29, 2016 6:36 pm

Re: Vesta failing to restart
  • Quote

Post by skamasle » Tue Feb 20, 2018 9:29 pm

desfire wrote: ↑
Tue Feb 20, 2018 9:22 pm
imperio wrote: ↑
Tue Feb 20, 2018 8:48 pm
Hi,
i think thats problem with HDD on you server. Try to check your hard drive disk
Its not Vesta problem
Why would it be a HDD issue? I am able to download stuff from the ssh :/
Check your partitions maybe some are monted as read only
Top

skamasle
Collaborator
Posts: 592
Joined: Mon Feb 29, 2016 6:36 pm

Re: Vesta failing to restart
  • Quote

Post by skamasle » Tue Feb 20, 2018 9:29 pm

desfire wrote: ↑
Tue Feb 20, 2018 9:22 pm
imperio wrote: ↑
Tue Feb 20, 2018 8:48 pm
Hi,
i think thats problem with HDD on you server. Try to check your hard drive disk
Its not Vesta problem
Why would it be a HDD issue? I am able to download stuff from the ssh :/
Check your partitions maybe some are mounted as read only
Top

desfire
Posts: 24
Joined: Sun Jul 23, 2017 3:55 pm

Re: Vesta failing to restart
  • Quote

Post by desfire » Wed Feb 21, 2018 12:34 am

If so Vesta wouldnt work yesterday but it did!
Top

ScIT
Support team
Posts: 617
Joined: Mon Feb 23, 2015 4:13 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: Vesta failing to restart
  • Quote

Post by ScIT » Wed Feb 21, 2018 7:11 am

well, did you checked the partitions? vesta cant not open log file, based on your informations:

Code: Select all

...
"/usr/local/vesta/log/nginx-error.log" failed (30: Read-only file system)
Feb 20 15:22:54 localhost.localdomain vesta[3719]: [FAILED]
...
itdoesnt matter if you can download something over ssh, download is not write something to the disk.

So please accept the help from skamasle and check your partitions or reboot the server.
Top

desfire
Posts: 24
Joined: Sun Jul 23, 2017 3:55 pm

Re: Vesta failing to restart
  • Quote

Post by desfire » Wed Feb 21, 2018 9:29 am

I accepted his help and checked yesterday and it can be written
Top

ScIT
Support team
Posts: 617
Joined: Mon Feb 23, 2015 4:13 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: Vesta failing to restart
  • Quote

Post by ScIT » Wed Feb 21, 2018 10:48 am

so did you try to start the service? does it work now? more logs?
Top

puturos
Posts: 9
Joined: Tue Apr 01, 2014 8:05 am
Contact:
Contact puturos
Website

Re: Vesta failing to restart
  • Quote

Post by puturos » Sat Feb 24, 2018 10:32 pm

At least I am not the only one who has problems with it. I tried for 5 days to test Vesta CP on a vmware. I think I installed it more than 10 times with different configurations generated from it's web page, but after each server restart I get the same message: nginx can't read var/log/nginx.log files. I even tried to delete/edit them manually using mc, but I get the " read only " message. I can neither change files attributes. All this while being logged as root, using Centos 7. I suppose this happened after installing file system quota directly from vesta panel.
Top


Post Reply
  • Print view

14 posts
  • 1
  • 2
  • Next

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password