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 Web Server
  • Search

Vesta didn't start after reboot

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
badowl
Posts: 2
Joined: Fri Feb 06, 2015 11:54 pm

Vesta didn't start after reboot
  • Quote

Post by badowl » Sat Feb 07, 2015 12:00 am

After rebooting vps, vesta didn't start. I cheacked processes and there is nothing

Code: Select all

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1  24032  1920 ?        Ss   00:46   0:00 init
root         2  0.0  0.0      0     0 ?        S    00:46   0:00 [kthreadd/1389]
root         3  0.0  0.0      0     0 ?        S    00:46   0:00 [khelper/13897]
root         4  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         5  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         6  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         7  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         8  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         9  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root        10  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root        11  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root        12  0.0  0.0      0     0 ?        S    00:46   0:00 [nfsiod/138972]
root        57  0.0  0.0  26356   980 ?        S    00:46   0:00 /sbin/plymouthd
syslog      89  0.0  0.1 177704  1620 ?        Sl   00:46   0:00 rsyslogd -c5
102        107  0.0  0.0  23776   744 ?        Ss   00:46   0:00 dbus-daemon --s
root       110  0.0  0.1  19448  1396 ?        Ss   00:46   0:00 plymouth-upstar
root       161  0.0  0.1  23400  1412 ?        Ss   00:47   0:00 /usr/sbin/vsftp
root       257  0.0  0.2  49992  2896 ?        Ss   00:49   0:00 /usr/sbin/sshd
root       271  0.0  0.3  73396  3648 ?        Ss   00:50   0:00 sshd: root@pts/
root       386  0.0  0.4  23600  4644 pts/0    Ss   00:50   0:00 -bash
Top

joem
Posts: 378
Joined: Thu Nov 13, 2014 8:33 am

Os: CentOS 6x
Web: nginx + php-fpm
Re: Vesta didn't start after reboot
  • Quote

Post by joem » Sat Feb 07, 2015 2:35 am

badowl wrote:After rebooting vps, vesta didn't start. I cheacked processes and there is nothing

Code: Select all

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1  24032  1920 ?        Ss   00:46   0:00 init
root         2  0.0  0.0      0     0 ?        S    00:46   0:00 [kthreadd/1389]
root         3  0.0  0.0      0     0 ?        S    00:46   0:00 [khelper/13897]
root         4  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         5  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         6  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         7  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         8  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root         9  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root        10  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root        11  0.0  0.0      0     0 ?        S    00:46   0:00 [rpciod/138972]
root        12  0.0  0.0      0     0 ?        S    00:46   0:00 [nfsiod/138972]
root        57  0.0  0.0  26356   980 ?        S    00:46   0:00 /sbin/plymouthd
syslog      89  0.0  0.1 177704  1620 ?        Sl   00:46   0:00 rsyslogd -c5
102        107  0.0  0.0  23776   744 ?        Ss   00:46   0:00 dbus-daemon --s
root       110  0.0  0.1  19448  1396 ?        Ss   00:46   0:00 plymouth-upstar
root       161  0.0  0.1  23400  1412 ?        Ss   00:47   0:00 /usr/sbin/vsftp
root       257  0.0  0.2  49992  2896 ?        Ss   00:49   0:00 /usr/sbin/sshd
root       271  0.0  0.3  73396  3648 ?        Ss   00:50   0:00 sshd: root@pts/
root       386  0.0  0.4  23600  4644 pts/0    Ss   00:50   0:00 -bash

what happens when you run

Code: Select all

service vesta restart
Top

badowl
Posts: 2
Joined: Fri Feb 06, 2015 11:54 pm

Re: Vesta didn't start after reboot
  • Quote

Post by badowl » Sat Feb 07, 2015 7:16 am

Sometfing like that

Code: Select all

root@vps138972:~# service vesta restart
 * Restarting vesta-nginx vesta-nginx                                    [ OK ]
 * Restarting vesta-php vesta-php                                        [ OK ]
root@vps138972:~# ps -aux
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1  24032  1916 ?        Ss   06:13   0:00 init
root         2  0.0  0.0      0     0 ?        S    06:13   0:00 [kthreadd/1389]
root         3  0.0  0.0      0     0 ?        S    06:13   0:00 [khelper/13897]
root         4  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root         5  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root         6  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root         7  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root         8  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root         9  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root        10  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root        11  0.0  0.0      0     0 ?        S    06:13   0:00 [rpciod/138972]
root        12  0.0  0.0      0     0 ?        S    06:13   0:00 [nfsiod/138972]
root        58  0.0  0.0  26356   976 ?        S    06:13   0:00 /sbin/plymouthd
102        109  0.0  0.0  23776   760 ?        Ss   06:13   0:00 dbus-daemon --s
root       113  0.0  0.1  19448  1396 ?        Ss   06:13   0:00 plymouth-upstar
root       158  0.0  0.1  23400  1424 ?        Ss   06:14   0:00 /usr/sbin/vsftp
root       254  0.0  0.2  49992  2892 ?        Ss   06:16   0:00 /usr/sbin/sshd
root       296  0.0  0.3  73396  3644 ?        Ss   08:01   0:00 sshd: root@pts/
root       425  0.5  0.4  23600  4644 pts/0    Ss   08:01   0:00 -bash
root       489  0.0  0.1  41184  1060 ?        Ss   08:02   0:00 nginx: master p
admin      492  0.0  0.1  41184  1284 ?        S    08:02   0:00 nginx: worker p
root       508  0.0  0.2  43676  2992 ?        Ss   08:02   0:00 php-fpm: master
admin      510  0.0  0.2  43676  2620 ?        S    08:02   0:00 php-fpm: pool w
admin      511  0.0  0.2  43676  2620 ?        S    08:02   0:00 php-fpm: pool w
I was able to enter vesta site but it is working very slowly. I can do nothing
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Vesta didn't start after reboot
  • Quote

Post by skurudo » Sun Feb 08, 2015 1:36 am

You're on vps (openvz?) and may be your neighbors uses too much server resourses like disk/cpu
Top


Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “Web Server”



  • 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