Page 1 of 1

Веб интерфейс не принимает верные пароли

Posted: Wed Apr 11, 2018 6:03 pm
by linartpro
Доброго вчера. После обновления панель перестала пускать.
Собственно vesta 0.9.8-20, OS debian 7

При попытке войти под пользователем admin ошибка Invalid username or password.
Смена пароля в SSH passwd admin не помогла.
Попытка смены пароля через команду v-change-user-password admin PASSWORD аналогично не дало результатов.

Проверка пароля пользователя SSH проходит, т.е пароль точно верный

Code: Select all

/usr/local/vesta/bin/v-check-user-password admin PassWrod

Code: Select all

PKG          VER    REL  ARCH   UPDT  DATE
---          ---    ---  ----   ----  ----
vesta        0.9.8  20   amd64  yes   2018-04-11
vesta-php    0.9.8  20   amd64  yes   2018-04-11
vesta-nginx  0.9.8  20   amd64  yes   2018-04-11
Места на диске еще много.

Code: Select all

df -h
Filesystem                                              Size  Used Avail Use% Mounted on
rootfs                                                   84G   54G   26G  69% /
udev                                                     10M     0   10M   0% /dev
tmpfs                                                   801M  280K  801M   1% /run
Служба работает

Code: Select all

 service vesta status
[ ok ] vesta-nginx is running.
[ ok ] vesta-php is running.
Версия php

Code: Select all

 php -v
PHP 5.4.45-0+deb7u13 (cli) (built: Mar 29 2018 16:33:34)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.0.18, Copyright (c) 2002-2015, by ionCube Ltd.
cat /usr/local/vesta/log/nginx-error.log

Code: Select all

2018/04/11 20:53:40 [error] 7837#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088"
2018/04/11 20:53:40 [error] 7837#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088"
2018/04/11 20:53:41 [error] 7837#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088"
2018/04/11 20:53:41 [error] 7837#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088"
2018/04/11 20:53:41 [error] 7837#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088"
2018/04/11 20:53:41 [error] 7837#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088"
2018/04/11 20:53:45 [error] 7837#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "POST /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088", referrer: "https://serverIP:8088/login/"
2018/04/11 20:55:13 [error] 6692#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088"
2018/04/11 20:55:23 [error] 6692#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "POST /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088", referrer: "https://serverIP:8088/login/"
2018/04/11 20:58:55 [error] 16050#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 126" while reading response header from upstream, client: clientIP, server: _, request: "POST /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "serverIP:8088", referrer: "https://serverIP:8088/login/"

Re: Веб интерфейс не принимает верные пароли

Posted: Sat Apr 21, 2018 10:13 pm
by dickoobraz
Попробуйте выполнить в консоли

Code: Select all

chmod 1777 /tmp

Re: Веб интерфейс не принимает верные пароли

Posted: Wed Aug 15, 2018 3:38 pm
by leks911
Здравствуйте! У меня точно такая же проблема, как у
linartpro
не пускает в админку с верным паролем, и хоть ты тресни ((

Подскажите пожалуйста, кто знает, как решить данную проблему.