Closed l1gi closed 1 month ago
Hi, so i could reproduce this, and i also know how to fix this.
The issue seems that wings have issues creating / finding the correct keys so the function works but it also doesn't, so it definitely a bug that needs to be checked out.
Tested on Ubuntu 24.04
Create a new key using this command
ssh-keygen -t ed25519
and set the location of the file to be
/var/lib/pterodactyl/volumes/.sftp/id_ed25519
NOTE: If you are asked if you want to overwrite say yes, and also just leave the passphrase empty.
I confirm the key was an empty file:
root@ptero:/var/lib/pterodactyl/volumes/.sftp# cat id_ed25519
root@ptero:/var/lib/pterodactyl/volumes/.sftp#
Now the wings runs.
Thank you, m.
Do you know what the file was empty? In other words could we fix it in the code?
Sadly i dont, it might be a case of the go function not running properly or write permissions might be wrong.
Current Behavior
Hell,
as suggested on installation instructions I am running wings for the first time after config was copied to
/etc/pterodactyl/config.yaml
. This is what I get:This happens on dedicated Debian system:
I have found the source code where the issue is happening, but I am not able to find exact line because the binary has its symbols stripped. I would like to ask you for help identifying a command to isolate the issue so I can continue finding the root cause.
Thank you, m.
Expected Behavior
Wings successful startup.
Steps to Reproduce
Just run the
wings
binary.Panel Version
1.11.7
Wings Version
1.11.13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?