#Panel is down after apt upgrade

24 messages · Page 1 of 1 (latest)

thin pagoda
#

After i restarted some services because of apt, my panel gone down. What should i do?

sonic runeBOT
#

We need some logs from you in order to help debug this issue.
Panel: tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
Wings: sudo wings diagnostics
Please see .plogs and .wlogs respectively for more information.

thin pagoda
spark crater
#

check systemctl status wings

thin pagoda
#

active

#

no errors

#

all my servers working just fine

spark crater
#

the panel doesn't work at all or does it show an error?

sonic runeBOT
#

Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.

thin pagoda
spark crater
#

and is the webserver even running?

thin pagoda
thin pagoda
# junior cloak Output of ``php -v``?
Copyright (c) The PHP Group
Zend Engine v4.1.17, Copyright (c) Zend Technologies
    with Zend OPcache v8.1.17, Copyright (c), by Zend Technologies```
spark crater
thin pagoda
# spark crater then check if its actually running, and also check if the ports are still open
     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2023-04-29 07:54:53 UTC; 26min ago
       Docs: man:nginx(8)
    Process: 1782436 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
    Process: 1782437 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
   Main PID: 1782438 (nginx)
      Tasks: 5 (limit: 28701)
     Memory: 6.3M
        CPU: 52ms
     CGroup: /system.slice/nginx.service
             ├─1782438 "nginx: master process /usr/sbin/nginx -g daemon on; master_process on;"
             ├─1782439 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
             ├─1782440 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
             ├─1782441 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
             └─1782442 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""

Apr 29 07:54:53 flow systemd[1]: Starting A high performance web server and a reverse proxy server...
Apr 29 07:54:53 flow systemd[1]: Started A high performance web server and a reverse proxy server.
#

ports opened

spark crater
#

systemctl status php8.1-fpm.service

thin pagoda
#
     Loaded: loaded (/lib/systemd/system/php8.1-fpm.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2023-04-29 07:55:23 UTC; 28min ago
       Docs: man:php-fpm8.1(8)
    Process: 1782865 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.1/fpm/pool.d/www.conf 81 (code=exited, status=0/SUCCESS)
   Main PID: 1782862 (php-fpm8.1)
     Status: "Processes active: 0, idle: 2, Requests: 0, slow: 0, Traffic: 0req/sec"
      Tasks: 3 (limit: 28701)
     Memory: 9.9M
        CPU: 104ms
     CGroup: /system.slice/php8.1-fpm.service
             ├─1782862 "php-fpm: master process (/etc/php/8.1/fpm/php-fpm.conf)" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
             ├─1782863 "php-fpm: pool www" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
             └─1782864 "php-fpm: pool www" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""

Apr 29 07:55:23 flow systemd[1]: Starting The PHP 8.1 FastCGI Process Manager...
Apr 29 07:55:23 flow systemd[1]: Started The PHP 8.1 FastCGI Process Manager.
spark crater
#

panel and wings on the same system?

thin pagoda
spark crater
#

chown -R www-data:www-data /var/www/pterodactyl/*

#

if that doesn't work feel free to shoot me a dm

sonic runeBOT
#

Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.