Page 1 of 1

I have a Error on the Linux Server

Posted: Sun Feb 21, 2021 6:50 pm
by oyoelo
root@rdserver:/opt/l2j/server/login# ls
LoginServer_loop.sh data log startLoginServer.sh
META-INF l2j-server-login-logo_256x256.png log4j2.xml
com l2jlogin.jar sql
config libs startLoginServer.bat
root@rdserver:/opt/l2j/server/login# chmod 755 startSQLAccountManager.sh
chmod: cannot access 'startSQLAccountManager.sh': No such file or directory
root@rdserver:/opt/l2j/server/login#

Re: I have a Error on the Linux Server

Posted: Thu Apr 01, 2021 6:16 am
by JohnMayhem
There is no such thing as startSQLAccountManager.sh a long time ago.

Please describe what are you trying to do?

Re: I have a Error on the Linux Server

Posted: Fri May 28, 2021 4:53 am
by Sacrifice
./startSQLAccountManager.sh

Re: I have a Error on the Linux Server

Posted: Thu Jun 03, 2021 8:58 pm
by regenx
You have no privileges (see CHMOD) ...
Give priv on your .sh file and try again (if you're remote use nohup command or Screen).
Good Luck.