Iulian_Olaru
New Pleskian
Hey guys,
So i have just installed from Strato.nl, plesk 12 with centos 7.. all fresh. I have setup an unlimited subscription and this is what the errors for nginx and php-fpm are.
Now of course, this is what i receive from journalctl -xn
Please help
So i have just installed from Strato.nl, plesk 12 with centos 7.. all fresh. I have setup an unlimited subscription and this is what the errors for nginx and php-fpm are.
Code:
[root@h2376451 pool.d]# service nginx status -l
nginx.service - Startup script for nginx service
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled)
Active: failed (Result: exit-code) since Fri 2014-12-05 08:05:44 GMT; 23min ago
Process: 26009 ExecStartPre=/usr/bin/test $NGINX_ENABLED = yes (code=exited, status=1/FAILURE)
Process: 26006 ExecStartPre=/bin/echo Starting nginx service (code=exited, status=0/SUCCESS)
Main PID: 24677 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/nginx.service
Dec 05 08:05:44 h2376451.stratoserver.net echo[26006]: Starting nginx service
Dec 05 08:05:44 h2376451.stratoserver.net systemd[1]: nginx.service: control process exited, code=exited status=1
Dec 05 08:05:44 h2376451.stratoserver.net systemd[1]: Failed to start Startup script for nginx service.
Dec 05 08:05:44 h2376451.stratoserver.net systemd[1]: Unit nginx.service entered failed state.
Code:
[root@h2376451 pool.d]# service php-fpm status -l
Redirecting to /bin/systemctl status -l php-fpm.service
php-fpm.service - The PHP FastCGI Process Manager
Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled)
Active: failed (Result: exit-code) since Fri 2014-12-05 08:11:48 GMT; 18min ago
Process: 26567 ExecStart=/usr/sbin/php-fpm --nodaemonize (code=exited, status=78)
Main PID: 26567 (code=exited, status=78)
Status: "Processes active: 0, idle: 5, Requests: 0, slow: 0, Traffic: 0req/sec"
CGroup: /system.slice/php-fpm.service
Dec 05 08:11:48 h2376451.stratoserver.net php-fpm[26567]: [05-Dec-2014 08:11:48] ERROR: unable to bind listening socket for address '/var/www/vhosts/system/villaorangebali.com/php-fpm.sock': Permission denied (13)
Dec 05 08:11:48 h2376451.stratoserver.net php-fpm[26567]: [05-Dec-2014 08:11:48] ERROR: FPM initialization failed
Dec 05 08:11:48 h2376451.stratoserver.net systemd[1]: php-fpm.service: main process exited, code=exited, status=78/n/a
Dec 05 08:11:48 h2376451.stratoserver.net systemd[1]: Failed to start The PHP FastCGI Process Manager.
Dec 05 08:11:48 h2376451.stratoserver.net systemd[1]: Unit php-fpm.service entered failed state.
[root@h2376451 pool.d]#
Now of course, this is what i receive from journalctl -xn
Code:
[root@h2376451 pool.d]# journalctl -xn
-- Logs begin at Tue 2014-12-02 10:58:16 GMT, end at Fri 2014-12-05 08:32:08 GMT. --
Dec 05 08:32:06 h2376451.stratoserver.net sshd[28872]: Received disconnect from 62.210.180.195: 11: [preauth]
Dec 05 08:32:06 h2376451.stratoserver.net sshd[28872]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=62-210-180-195.rev.poneytelecom.eu
Dec 05 08:32:07 h2376451.stratoserver.net unix_chkpwd[28880]: password check failed for user (root)
Dec 05 08:32:07 h2376451.stratoserver.net sshd[28878]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=62-210-180-195.rev.poneyt
Dec 05 08:32:07 h2376451.stratoserver.net sshd[28878]: Unable to connect to Plesk Database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.soc
Dec 05 08:32:07 h2376451.stratoserver.net sshd[28878]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Dec 05 08:32:08 h2376451.stratoserver.net sshd[28878]: Failed password for root from 62.210.180.195 port 34894 ssh2
Dec 05 08:32:08 h2376451.stratoserver.net unix_chkpwd[28882]: password check failed for user (root)
Dec 05 08:32:08 h2376451.stratoserver.net sshd[28878]: Unable to connect to Plesk Database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.soc
Dec 05 08:32:08 h2376451.stratoserver.net sshd[28878]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
lines 1-11/11 (END)
Please help