#pteroq.service failed to start
15 messages · Page 1 of 1 (latest)
I have found the following for: https://pteropaste.com/p6t2hfm0lwjz/
@austere reef; You appear to be missing PHP extensions that are listed in the documentation dependencies list. They should have been installed if you followed the documentation.
Worry not, follow the PHP upgrade guide to install the required extensions for PHP 8.1 https://pterodactyl.io/guides/php_upgrade.html
Unit service.service could not be found.
× pteroq.service - Pterodactyl Queue Worker
Loaded: loaded (/etc/systemd/system/pteroq.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Sun 2023-12-17 22:58:02 UTC; 285ms ago
Process: 2476527 ExecStart=/usr/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 (code=exited, status=0/SUCCESS)
Main PID: 2476527 (code=exited, status=0/SUCCESS)
CPU: 233ms
Dec 17 22:58:02 ns501364 systemd[1]: pteroq.service: Scheduled restart job, restart counter is at 5.
Dec 17 22:58:02 ns501364 systemd[1]: Stopped Pterodactyl Queue Worker.
Dec 17 22:58:02 ns501364 systemd[1]: pteroq.service: Start request repeated too quickly.
Dec 17 22:58:02 ns501364 systemd[1]: pteroq.service: Failed with result 'start-limit-hit'.
Dec 17 22:58:02 ns501364 systemd[1]: Failed to start Pterodactyl Queue Worker.
@austere reef; You'll need to grab error logs from your Panel to figure out why the queue worker is crashing. tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
I have found the following for: https://pteropaste.com/2ob8krdti8mw/
@austere reef; You appear to be missing PHP extensions that are listed in the documentation dependencies list. They should have been installed if you followed the documentation.
Worry not, follow the PHP upgrade guide to install the required extensions for PHP 8.1 https://pterodactyl.io/guides/php_upgrade.html
root@ns501364:~# php -v
PHP 8.2.8 (cli) (built: Jul 8 2023 07:10:21) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.8, Copyright (c) Zend Technologies
with Zend OPcache v8.2.8, Copyright (c), by Zend Technologies
There were too many logs to read @austere reef. Please post 5 or less. Alternatively, please share larger logs using paste sites, such as pteropaste or hastebin.
@austere reef what distro do you use?
Ubuntu
apt install -y php-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip}
sry just saw your on 8.2
running now