System Information
Field | Value |
---|---|
Operating System | Linux - Debian GNU/Linux 12 on x86_64 |
Product | AMP ‘Phobos’ v2.6.0.6 (Mainline) |
Virtualization | QEMU_KVM |
Application | Application Deployment |
Module | ADSModule |
Running in Container | No |
Current State | Indeterminate |
Problem Description
Issue
After I stopped my Palworld server and used a backup 1 hour ago, it started giving this error, I tried using other backups and it still got the same error.
AMP was unable to start the application. Possible causes may include insufficient permissions to load the executable, or the file not being correctly flagged as being an executable file. Check AMPs logs for more information.
[14:31:42] [System:admin Activity/12] : Restoring Backup Scheduled Backup
[14:31:43] [System:admin Warning/12] : Error checking file type or setting permissions for ./palworld/2394010/steamclient.so: An error occurred trying to start process ‘/usr/bin/chmod’ with working directory ‘steamclient.so’. No such file or directory
[14:31:44] [System:admin Warning/9] : Error checking file type or setting permissions for ./palworld/2394010/Pal/Binaries/Linux/PalServer-Linux-Shipping: An error occurred trying to start process ‘/usr/bin/chmod’ with working directory ‘Pal/Binaries/Linux/PalServer-Linux-Shipping’. No such file or directory
[14:32:00] [System:admin Warning/10] : Error checking file type or setting permissions for ./palworld/2394010/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so: An error occurred trying to start process ‘/usr/bin/chmod’ with working directory ‘Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so’. No such file or directory
[14:32:00] [System:admin Warning/19] : Error checking file type or setting permissions for ./palworld/2394010/Engine/Binaries/Linux/CrashReportClient: An error occurred trying to start process ‘/usr/bin/chmod’ with working directory ‘Engine/Binaries/Linux/CrashReportClient’. No such file or directory
[14:32:00] [System:admin Warning/12] : Error checking file type or setting permissions for ./palworld/2394010/Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so: An error occurred trying to start process ‘/usr/bin/chmod’ with working directory ‘Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so’. No such file or directory
[14:32:01] [System:admin Warning/19] : Error checking file type or setting permissions for ./palworld/2394010/linux64/steamclient.so: An error occurred trying to start process ‘/usr/bin/chmod’ with working directory ‘linux64/steamclient.so’. No such file or directory
[14:32:49] [System Activity/20] : Authentication attempt for user admin from 127.0.0.1
[14:32:50] [System Activity/18] : Authentication success
[14:32:54] [Core:admin Activity/18] : Starting the application.
[14:32:54] [Generic:admin Info/18] : Merging config file ./palworld/2394010/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini (Template) using Unicode (UTF-8) encoding.
[14:32:54] [Generic:admin Info/18] : Merging config file ./palworld/2394010/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini (Template) using Unicode (UTF-8) encoding.
[14:32:54] [Generic:admin Error/18] : PlatformException
[14:32:54] [Generic:admin Error/18] : [0] (PlatformException) : An error occurred trying to start process ‘/AMP/palworld/2394010/Pal/Binaries/Linux/PalServer-Linux-Shipping’ with working directory ‘/AMP/palworld/2394010’. Permission denied
[14:32:54] [Generic:admin Error/18] : at Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String argv, String envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32 groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at ModuleShared.AMPProcess.Start()
at GenericModule.GenericApp.DoAppStartup(Boolean IsUpdating)
at GenericModule.GenericApp.Start()
Still trying running the server with some tutorials, and this error persist:
[14:55:49] [Generic Error/11] : [0] (PlatformException) : An error occurred trying to start process ‘/AMP/palworld/2394010/Pal/Binaries/Linux/PalServer-Linux-Shipping’ with working directory ‘/AMP/palworld/2394010’. Permission denied
[14:55:49] [Generic Error/11] : at Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String argv, String envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32 groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at ModuleShared.AMPProcess.Start()
at GenericModule.GenericApp.DoAppStartup(Boolean IsUpdating)
I managed to solve the problem using the commands “chmod -R 755” and “chmod +x” in the error folders via the SSH terminal.
Reproduction Steps
- Stop server
- Use one backup
- Update server
- Try start server