Нет доступа к панели Brainy и сайтам
-
- Сообщения: 19
- Зарегистрирован: Ср июн 23, 2021 2:26 pm
Нет доступа к панели Brainy и сайтам
Добрый день!
Сегодня не могу зайти ни на свои сайты, расположенные на 91.219.62.192 (Cloudflare сообщает про Error 523), ни в свою панель управления по адресу http://91.219.62.192:8002
Сервер доступен по SSH и пингуется, но к панели (и сайтам) нет доступа.
Никаких действий на сервере не проводилось, вчера вечером все работало. Все настройки по умолчанию (я любитель).
Не подскажете, в чем может быть проблема?
Сегодня не могу зайти ни на свои сайты, расположенные на 91.219.62.192 (Cloudflare сообщает про Error 523), ни в свою панель управления по адресу http://91.219.62.192:8002
Сервер доступен по SSH и пингуется, но к панели (и сайтам) нет доступа.
Никаких действий на сервере не проводилось, вчера вечером все работало. Все настройки по умолчанию (я любитель).
Не подскажете, в чем может быть проблема?
Re: Нет доступа к панели Brainy и сайтам
df -h
free -h
systemctl status nginxb
systemctl status brainyphp-fpm
free -h
systemctl status nginxb
systemctl status brainyphp-fpm
-
- Сообщения: 19
- Зарегистрирован: Ср июн 23, 2021 2:26 pm
Re: Нет доступа к панели Brainy и сайтам
Если я правильно понял задачу:
Код: Выделить всё
[root@Stas_VPS ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 909M 0 909M 0% /dev
tmpfs 919M 0 919M 0% /dev/shm
tmpfs 919M 8.6M 911M 1% /run
tmpfs 919M 0 919M 0% /sys/fs/cgroup
/dev/vda1 28G 11G 16G 42% /
tmpfs 184M 0 184M 0% /run/user/1003
tmpfs 184M 0 184M 0% /run/user/0
[root@Stas_VPS ~]# free -h
total used free shared buff/cache available
Mem: 1.8G 347M 227M 46M 1.2G 1.4G
Swap: 2.0G 0B 2.0G
Код: Выделить всё
[root@Stas_VPS ~]# systemctl status nginxb
● nginxb.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginxb.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2022-07-01 12:51:23 EEST; 37min left
Main PID: 936 (nginxb)
Tasks: 3
Memory: 16.8M
CGroup: /system.slice/nginxb.service
├─936 nginx: master process /usr/sbin/nginxb
├─940 nginx: worker process
└─941 nginx: cache manager process
Jul 01 12:51:22 Stas_VPS systemd[1]: Starting The nginx HTTP and reverse proxy server...
Jul 01 12:51:22 Stas_VPS nginxb[824]: nginx: [warn] the "ssl" directive is deprecated, use the "l...nf:9
Jul 01 12:51:22 Stas_VPS nginxb[824]: nginx: the configuration file /usr/local/brainycp/src/compi...s ok
Jul 01 12:51:22 Stas_VPS nginxb[824]: nginx: configuration file /usr/local/brainycp/src/compiled/...sful
Jul 01 12:51:23 Stas_VPS nginxb[895]: nginx: [warn] the "ssl" directive is deprecated, use the "l...nf:9
Jul 01 12:51:23 Stas_VPS systemd[1]: Failed to parse PID from file /run/nginxb.pid: Invalid argument
Jul 01 12:51:23 Stas_VPS systemd[1]: Started The nginx HTTP and reverse proxy server.
Hint: Some lines were ellipsized, use -l to show in full.
Код: Выделить всё
[root@Stas_VPS ~]# systemctl status brainyphp-fpm
● brainyphp-fpm.service - The Brainy-FPM PHP Process Manager
Loaded: loaded (/usr/lib/systemd/system/brainyphp-fpm.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2022-07-01 12:51:23 EEST; 36min left
Main PID: 817 (php-fpm)
Status: "Processes active: 0, idle: 6, Requests: 0, slow: 0, Traffic: 0req/sec"
Tasks: 7
Memory: 35.0M
CGroup: /system.slice/brainyphp-fpm.service
├─ 817 php-fpm: master process (/usr/local/brainycp/src/compiled/php5/php-fpm.conf)
├─ 994 php-fpm: pool brainy.conf
├─ 995 php-fpm: pool brainy.conf
├─1003 php-fpm: pool brainy.conf
├─1004 php-fpm: pool brainy.conf
├─1005 php-fpm: pool brainyservice.conf
└─1009 php-fpm: pool brainyservice.conf
Jul 01 12:51:22 Stas_VPS systemd[1]: Starting The Brainy-FPM PHP Process Manager...
Jul 01 12:51:23 Stas_VPS systemd[1]: Started The Brainy-FPM PHP Process Manager.
Re: Нет доступа к панели Brainy и сайтам
Вывод по команде ip a
systemctl restart nginxb
cat /var/log/messages | grep memory
systemctl restart nginxb
cat /var/log/messages | grep memory
Последний раз редактировалось alenka Пт июл 01, 2022 9:27 am, всего редактировалось 1 раз.
-
- Сообщения: 19
- Зарегистрирован: Ср июн 23, 2021 2:26 pm
Re: Нет доступа к панели Brainy и сайтам
Код: Выделить всё
[root@Stas_VPS ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:16:3e:eb:f4:18 brd ff:ff:ff:ff:ff:ff
inet 91.219.62.192/23 brd 91.219.63.255 scope global noprefixroute eth0
valid_lft forever preferred_lft forever
inet6 fe80::216:3eff:feeb:f418/64 scope link
valid_lft forever preferred_lft forever
Re: Нет доступа к панели Brainy и сайтам
netstat -tulpn | grep nginx
cat /var/log/messages | grep memory
cat /var/log/messages | grep memory
-
- Сообщения: 19
- Зарегистрирован: Ср июн 23, 2021 2:26 pm
Re: Нет доступа к панели Brainy и сайтам
Код: Выделить всё
[root@Stas_VPS ~]# cat /var/log/messages | grep memory
Jun 30 20:55:48 Stas_VPS kernel: Reserving 161MB of memory at 688MB for crashkernel (System RAM: 2047MB)
Jun 30 20:55:48 Stas_VPS kernel: Early memory node ranges
Jun 30 20:55:48 Stas_VPS kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jun 30 20:55:48 Stas_VPS kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
Jun 30 20:55:48 Stas_VPS kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Jun 30 20:55:48 Stas_VPS kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jun 30 20:55:48 Stas_VPS kernel: Initializing cgroup subsys memory
Jun 30 20:55:48 Stas_VPS kernel: Freeing initrd memory: 17580k freed
Jun 30 20:55:48 Stas_VPS kernel: Non-volatile memory driver v1.3
Jun 30 20:55:48 Stas_VPS kernel: crash memory driver: version 1.1
Jun 30 20:55:48 Stas_VPS kernel: memory memory0: hash matches
Jun 30 20:55:48 Stas_VPS kernel: Freeing unused kernel memory: 1984k freed
Jun 30 20:55:48 Stas_VPS kernel: Freeing unused kernel memory: 388k freed
Jun 30 20:55:48 Stas_VPS kernel: Freeing unused kernel memory: 536k freed
Jun 30 20:55:49 Stas_VPS kernel: [TTM] Zone kernel: Available graphics memory: 941000 kiB
Jul 1 12:51:17 Stas_VPS kernel: Reserving 161MB of memory at 688MB for crashkernel (System RAM: 2047MB)
Jul 1 12:51:17 Stas_VPS kernel: Early memory node ranges
Jul 1 12:51:17 Stas_VPS kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jul 1 12:51:17 Stas_VPS kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
Jul 1 12:51:17 Stas_VPS kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Jul 1 12:51:17 Stas_VPS kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jul 1 12:51:17 Stas_VPS kernel: Initializing cgroup subsys memory
Jul 1 12:51:17 Stas_VPS kernel: Freeing initrd memory: 17580k freed
Jul 1 12:51:17 Stas_VPS kernel: Non-volatile memory driver v1.3
Jul 1 12:51:17 Stas_VPS kernel: crash memory driver: version 1.1
Jul 1 12:51:17 Stas_VPS kernel: Freeing unused kernel memory: 1984k freed
Jul 1 12:51:17 Stas_VPS kernel: Freeing unused kernel memory: 388k freed
Jul 1 12:51:17 Stas_VPS kernel: Freeing unused kernel memory: 536k freed
Jul 1 12:51:18 Stas_VPS kernel: [TTM] Zone kernel: Available graphics memory: 941000 kiB
-
- Сообщения: 19
- Зарегистрирован: Ср июн 23, 2021 2:26 pm
Re: Нет доступа к панели Brainy и сайтам
Код: Выделить всё
[root@Stas_VPS ~]# netstat -tulpn | grep nginx
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 3393/nginx: master
tcp 0 0 0.0.0.0:8002 0.0.0.0:* LISTEN 3393/nginx: master
Re: Нет доступа к панели Brainy и сайтам
curl 127.0.0.1:8002
sestatus
sestatus
-
- Сообщения: 19
- Зарегистрирован: Ср июн 23, 2021 2:26 pm
Re: Нет доступа к панели Brainy и сайтам
Код: Выделить всё
[root@Stas_VPS ~]# curl 127.0.0.1:8002
<link rel="stylesheet" type="text/css" href="/tpl/basic/css/auth.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,latin' rel=stylesheet type='text/css'>
<link rel="stylesheet" href="/tpl/basic/font/css/font-awesome.min.css">
<title>BrainyCP — страница авторизации</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<div class="wrapper">
<div class="container">
<div class="form-group">
<img class="logo" src="/tpl/basic/img/auth/logo.png" alt="Brainy">
<form class="auth-form" action="auth.php" method="post">
<div>
<i class="fa fa-user" aria-hidden="true"></i><input type="text" name="login" placeholder="Логин" />
</div>
<div>
<i class="fa fa-lock" aria-hidden="true"></i><input type="password" name="password" placeholder="Пароль" />
</div>
<input type="hidden" name="lan" value= />
<input type="submit" id="log2brainy" value="Войти" />
</form>
</div>
</div>
</div>
<script>
$('.auth-form input').keydown(function(){$('.auth-err').fadeOut();})
</script>
[root@Stas_VPS ~]# sestatus
SELinux status: disabled