CentOS 4.8 x86_64 (fail repo)....
which centos u used for that repo ?
Printable View
CentOS 4.8 x86_64 (fail repo)....
which centos u used for that repo ?
Im new on centos...how I can transfer the .tar to centos from windows 7?
ignore this post
a few the links are off in the start.sh file is why you get the not found errors.
now compare yours to this above you will see it was a simple mistake and fixCode:#!/bin/sh
. '/root/config.sh'
cd $this_dir
while true
do
echo $color_red
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_white" Server Manager "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[1] Start Server"
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[2] Backup "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# echo $color_yellow"[3] Restore (rename to db.tgz and put on restore folder)"
# echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[4] Send Mysql "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[5] Clean Backup "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[6] Backup + send to mysql "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[7] Start Test Server "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[8] Show process "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[9] Start lampp "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[10] Auto Restart "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[23] Base Install Server (1)"
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[24] Install Lampp (2) "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[25] Install DBmysql (3)"
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[26] Chmod 777 /root"
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[27] Clear Logs"
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# echo $color_yellow"[28] Reboot "
# echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# echo $color_yellow"[29] Power off OS"
# echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[30] Stop Server "
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_yellow"[0] Exit"
echo $color_red"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo $color_cyan
date
showmsg "Made By Rocklee"
read manage
echo $color_yellow
if [ "$manage" = '1' ]; then
cd $start_path
./logservice.sh
./logservice_interserver.sh
./server.sh
./interserver.sh
./toplist.sh
./toplist_interserver.sh
./glinkd_all.sh
elif [ "$manage" = '2' ]; then
cd $start_path
./backup.sh
elif [ "$manage" = '3' ]; then
cd $start_path
./restore.sh
elif [ "$manage" = '4' ]; then
cd $start_path
./list.sh
elif [ "$manage" = '5' ]; then
cd $start_path
./clearbackup.sh
elif [ "$manage" = '6' ]; then
cd $start_path
./backupsql.sh
elif [ "$manage" = '7' ]; then
cd $start_path
./clear.sh
./logservice.sh
./server.sh
./glinkd.sh
elif [ "$manage" = '8' ]; then
cd $start_path
ps alx
exit;
elif [ "$manage" = '9' ]; then
cd $start_path
./lampp.sh
elif [ "$manage" = '10' ]; then
cd $auto_path/auto5
./check.sh
elif [ "$manage" = '23' ]; then
cd $start_path
./serverinstall.sh
elif [ "$manage" = '24' ]; then
cd $serverinstall_path
./lamppinstall.sh
elif [ "$manage" = '25' ]; then
cd $serverinstall_path
./mysql.sh
elif [ "$manage" = '26' ]; then
chmod 777 -R /root
elif [ "$manage" = '27' ]; then
cd $start_path
./clear.sh
elif [ "$manage" = '28' ]; then
cd $start_path
reboot
elif [ "$manage" = '29' ]; then
shutdown -h now
elif [ "$manage" = '30' ]; then
cd $start_path
./stop.sh
elif [ "$manage" = '0' ]; then
cd $start_path
exit;
fi
done
PS works fine on RHEL6x64
battlegrounds not work, how fix it?
can someone help? I cant seem to find a way to register, and the rocklee account inside, I dont know the password. what kind of cryption is it using? the password just show Dê
Is it necessary for the server to run a full speed of 3.78Gb ram? i thought the other thread discuss about having 4GB is enough to play with many players.
anyone have game client for this?? can give plese download link