Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the panel bulk start command when a suspended server is in the list will cause servers after the suspended server to not start #2760

Closed
Robit opened this issue Nov 27, 2020 · 0 comments
Labels
bug Something that's not working as it's intended to be.

Comments

@Robit
Copy link

Robit commented Nov 27, 2020

Background (please complete the following information):

  • Panel or Daemon: Panel
  • Version of Panel/Daemon: Panel 1.03, Wings 1.01
  • Server's OS: Debian 10.6
  • Your Computer's OS & Browser: N/A. All steps can be reproduced without access to the web-panel - Only access to the server machine is needed.

Describe the bug
The bulk start/stop commands for the panel will halt after trying to restart a suspended server. They will not attempt to start any other servers after those servers, even if the other servers are able to start without panel errors.

php -v: PHP 7.4.11 (cli) (built: Oct 18 2020 19:44:48) ( NTS )
uname -a: Linux ns527835 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux
docker info: https://pastebin.com/KLdpfgH9

To Reproduce
Steps to reproduce the behavior:

  1. Suspend at least one server on a pterodactyl system.
  2. Navigate to the panel directory
  3. Run php artisan p:server:bulk-power stop, responding yes to the interaction prompt. Take note that this action works fine, with no errors even for the suspended server.
  4. Run php artisan p:server:bulk-power start, responding yes to the interaction prompt.
  5. The command will return the below output (screenshot). It will not attempt to start any servers that are after the suspended server.
    unknown

Expected behavior
Bulk start/restart actions should not halt due to an error starting/restarting one of the servers, and should attempt to start all the other servers regardless.

@DaneEveritt DaneEveritt added the bug Something that's not working as it's intended to be. label Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as it's intended to be.
Projects
None yet
Development

No branches or pull requests

2 participants